Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public IColumnDynamicProvider ColumnDynamicProvider { get; set; }

Property Value

Type Description
IColumnDynamicProvider

An object implementing the IColumnDynamicProvider interface.

See Also