FilterFormItemBase.Context Property
In This Article
Gets or sets the context that allows you to bind a filtering UI element to a control’s data. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public FilteringUIContext Context { get; set; }
#Property Value
Type | Description |
---|---|
Filtering |
An object that specifies the context used to filter a control’s data. |
See Also