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

IRangeControlClient.RulerToString(Int32) Method

Returns the text representation of ruler values

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v19.2.dll

Declaration

string RulerToString(
    int ruleIndex
)

Parameters

Name Type Description
ruleIndex Int32

The zero-based index of a specific ruler value.

Returns

Type Description
String

A string that is the text representation of the specified ruler value.

Remarks

The ruler increment is specified by the IRangeControlClient.RulerDelta property.

See Also