ColumnFilterInfo.DisplayText Property
Gets the filter condition’s textual representation.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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.