Back to Devexpress

FilterFormItemBase.GetApplyFilterMode(BindableObject) Method

maui-devexpress-dot-maui-dot-editors-dot-filterformitembase-dot-getapplyfiltermode-x28-microsoft-dot-maui-dot-controls-dot-bindableobject-x29.md

latest1.2 KB
Original Source

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

csharp
public static ApplyFilterMode? GetApplyFilterMode(
    BindableObject x
)

Parameters

NameTypeDescription
xBindableObject

The target BindableObject.

|

Returns

TypeDescription
Nullable<ApplyFilterMode>

The applied filter mode. If the BindableObject does not have the applied filter mode, the method returns null.

|

See Also

FilterFormItemBase Class

FilterFormItemBase Members

DevExpress.Maui.Editors Namespace