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

ColumnFilterInfo.DisplayText Property

Gets the filter condition’s textual representation.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[XtraSerializableProperty]
public string DisplayText { get; }

Property Value

Type Description
String

A string value representing the filter condition’s textual representation.

Remarks

This property value is initialized by the constructor. If initialized to any value other than an empty string, it is used to represent the filter condition within the filter panel. If set to an empty string, the ColumnFilterInfo.FilterString property value represents the filtering condition within the filter panel. Note that the actual display text is returned by the ColumnFilterInfo.GetDisplayText method.

See Also