FilterFormItemBase.SetApplyFilterMode(BindableObject, Nullable<ApplyFilterMode>) Method
In This Article
Applies the filter mode to a specified BindableObject
.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public static void SetApplyFilterMode(
BindableObject x,
ApplyFilterMode? v
)
#Parameters
Name | Type | Description |
---|---|---|
x | Bindable |
The target |
v | Nullable<Apply |
The filter mode. If you specify |
See Also