Skip to main content

ColumnFilterInfo.DisplayText Property

Gets the filter condition’s textual representation displayed in the filter panel.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v26.1.dll

Declaration

[XtraSerializableProperty]
public string DisplayText { get; }

Property Value

Type Description
String

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

See Also