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

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty]
public string DisplayText { get; }

Property Value

Type Description
String

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

See Also