Skip to main content
A newer version of this page is available. .

IRangeControlClient.GetRuler(RulerInfoArgs) Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v19.2.dll

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