A newer version of this page is available.
Switch to the current version.
DataViewBase.UseLegacyFilterEditor Property
Gets or sets whether the legacy filter editor is used.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll
Declaration
public bool? UseLegacyFilterEditor { get; set; }
Public Property UseLegacyFilterEditor As Boolean?
Property Value
Type | Description |
---|---|
Nullable<Boolean> | true, to use the legacy filter editor; otherwise, false. |
Remarks
TIP
Topic: Filter Editor
The Filter Editor allows users to build filter criteria. They can add filter conditions and use logical operators to group filters.
NOTE
v19.1 and later use the new Filter Editor.
To use the previous Filter Editor:
- For a specific GridControl, set the DataViewBase.UseLegacyFilterEditor property to true.
- For all GridControls, set the CompatibilitySettings.UseLegacyFilterEditor property to true.
The Server Mode and Virtual Sources use the previous Filter Editor.
See Also
Feedback