VirtualServerModeGetUniqueValuesEventArgs.FilterExpression Property
In This Article
Gets the filter expression applied to the grid.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public CriteriaOperator FilterExpression { get; }
#Property Value
Type | Description |
---|---|
Criteria |
The filter expression applied to the grid |
See Also