Skip to main content

IRangeControlClient.RulerToString(Int32) Method

Returns the text representation of ruler values

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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