ExpressionEditorContext.Columns Property
Provides access to the collection of data columns available in the Expression Editor.
Namespace: DevExpress.Data.Controls.ExpressionEditor
Assembly: DevExpress.Data.v22.2.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
List<ColumnInfo> | A collection of ColumnInfo objects. |
See Also