Skip to main content

IRangeControlClient.IsCustomRuler Property

This property should return a value indicating whether the Range Control must reserve space to paint the ruler.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

bool IsCustomRuler { get; }

Property Value

Type Description
Boolean

true if the Range Control must not reserve space to paint the ruler; otherwise, false.

See Also