FilterNumericRangeSliderItem.FilterModel Property
Gets the filter model associated with the FilterNumericRangeSliderItem.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public FilterNumericRangeSliderModel FilterModel { get; }
Property Value
Type | Description |
---|---|
FilterNumericRangeSliderModel | The filter model. |
See Also