Click or drag to resize

IActiveViewInfo Interface

Exposes properties of the currently active Commence view.

Namespace:  Vovin.CmcLibNet.Database.Metadata
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public interface IActiveViewInfo

The IActiveViewInfo type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Underlying view category.
Public propertyField
Currently active fieldname (if view is a detail form).
Public propertyItem
Current itemname (if view is a detail form).
Public propertyName
Name of the view.
Public propertyType
Type of the view.
Top
See Also