ViewFilter.Expression Property
Gets the total filter expression in string format.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
String | A string value representing the total filter expression. An empty string if there are no elements in the collection. |
Remarks
The Expression property returns the value of the ColumnView.ActiveFilterString property.
See Also