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

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.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.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