FilterFormItemBase.GetApplyFilterMode(BindableObject) Method
Gets the applied filter mode associated with the specified BindableObject.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public static ApplyFilterMode? GetApplyFilterMode(
BindableObject x
)
Parameters
| Name | Type | Description |
|---|---|---|
| x | BindableObject | The target |
Returns
| Type | Description |
|---|---|
| Nullable<ApplyFilterMode> | The applied filter mode. If the |
See Also