IRangeControlClient.GetRuler(RulerInfoArgs) Method
This method should return custom ruler values if these values are not equally spaced.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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