ColumnInfo Class
In This Article
Provides information about a data column listed in the Expression Editor.
Namespace: DevExpress.Data.Controls.ExpressionEditor
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public class ColumnInfo :
ItemInfoBase
#Related API Members
The following members return ColumnInfo objects:
#Remarks
For a code sample, see the following example online: How to customize the Expression Editor.
#Inheritance
Object
ItemInfoBase
ColumnInfo
See Also