FilterNumericRangeSliderItem.TickmarkStep Property
Gets or sets a value that specifies the distance between tick marks on a range slider. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double TickmarkStep { get; set; }
Property Value
Type | Description |
---|---|
Double | The distance between ticks. |
Remarks
To display tick marks, set the TickmarkStep
property to 1
or a greater value.
See Also