ExpressionEditorContext.ColumnDynamicProvider Property
Specifies an object that provides information about columns which becomes available only at runtime (as is the case with recurrent data fields in a report’s XtraReportBase.DataSource).
Namespace: DevExpress.Data.Controls.ExpressionEditor
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
IColumnDynamicProvider | An object implementing the IColumnDynamicProvider interface. |
See Also