Skip to main content

DateTimeRangeControlClient.Rulers Property

Provides access to a collection of date-time rulers displayed in the client.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Behavior")]
public DateTimeRangeClientRulerCollection Rulers { get; }

Property Value

Type Description
DevExpress.XtraEditors.DateTimeRangeClientRulerCollection

An object that contains date-time rulers.

Remarks

You can click the Rulers property’s ellipsis button in Visual Studio’s Properties window to invoke the collection editor. The editor allows you to add/remove rulers and customize the settings.

image

See Also