FilterNumericRangeItemBase.Max Property
Gets or sets the maximum value that users can specify in the filter. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public decimal? Max { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> | The maximum value. |
Remarks
If the Max
property value is set to null
, the property value is set to the maximum value that is available in the bound data source.
See Also