FilterItem.ToString() Method
Returns the filter item’s textual representation.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
String | A string that is the textual representation of the current filter item. |
Remarks
This method overrides the ToString() method to return the FilterItem.Text property value.
See Also