Skip to main content
All docs
V25.1
  • DateTimeRangeControlClient.Rulers Property

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.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