FilterFormItemBase.GetApplyFilterMode(BindableObject) Method
In This Article
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
C#
public static ApplyFilterMode? GetApplyFilterMode(
BindableObject x
)
#Parameters
Name | Type | Description |
---|---|---|
x | Bindable |
The target |
#Returns
Type | Description |
---|---|
Nullable<Apply |
The applied filter mode. If the |
See Also