Skip to main content
A newer version of this page is available. .

FilterItem.ToString() Method

Returns the filter item’s textual representation.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public override string ToString()

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