ColumnFilterInfo.GetDisplayText() Method
OBSOLETE
Use ColumnView.CustomFilterDisplayText instead.
Returns the actual textual representation of the filtering condition applied.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[Obsolete("Use ColumnView.CustomFilterDisplayText instead.")]
public virtual string GetDisplayText()
Returns
Type | Description |
---|---|
String | A string that represent the filtering condition within the filter panel. |
Remarks
If the ColumnFilterInfo.DisplayText property value has been initialized to any value other than an empty string, the GetDisplayText method returns the specified string. Otherwise, the ColumnFilterInfo.GetDisplayText
method returns the ColumnFilterInfo.FilterString property value.
See Also