DateTimeRangeControlClient.Rulers Property
Provides access to a collection of date-time rulers displayed in the client.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.
See Also