Skip to main content
All docs
V23.2

ColumnDisplayTextArgs Properties

Populates commands bound to the GridControl.CustomColumnDisplayTextCommand and TreeListView.CustomColumnDisplayTextCommand properties with data.
Name Description
DisplayText Gets or sets the text displayed in the processed cell. Inherited from DisplayTextArgs.
FieldName Gets the current field name. Inherited from DisplayTextArgs.
Item Gets a record in a data source. Inherited from DisplayTextArgs.
ShowAsNullText Specifies whether text corresponding to a null value appears faded.
SourceIndex Gets the index of a record in a data source that corresponds to the processed data row.
Value Gets the processed cell’s value. Inherited from DisplayTextArgs.
See Also