Skip to main content

NumericRangeControlClient.RulerDelta Property

Gets or sets the ruler increment. This property also specifies the minimum increment for range selection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(1)]
[DXCategory("Behavior")]
public object RulerDelta { get; set; }

Property Value

Type Default Description
Object 1

An object that is the ruler increment.

See Also