Skip to main content

IRangeControlClient.GetRuler(RulerInfoArgs) Method

This method should return custom ruler values if these values are not equally spaced.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

List<object> GetRuler(
    RulerInfoArgs e
)

Parameters

Name Type Description
e DevExpress.XtraEditors.RulerInfoArgs

A RulerInfoArgs object that contains the ruler related information.

Returns

Type Description
List<Object>

A list of ruler values; null if the ruler has equally spaced increments specified by the IRangeControlClient.RulerDelta property.

See Also