A newer version of this page is available.
Switch to the current version.
IModelColumn Interface
The Column node defines a column that displays a particular property.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v18.2.dll
Declaration
public interface IModelColumn :
IModelMemberViewItem,
IModelNode,
IModelCommonMemberViewItem,
IModelToolTip,
IModelLayoutElement
Public Interface IModelColumn
Inherits IModelMemberViewItem,
IModelNode,
IModelCommonMemberViewItem,
IModelToolTip,
IModelLayoutElement
Related API Members
The following members accept/return IModelColumn objects:
Remarks
This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.
See Also
Feedback