Skip to main content
All docs
V26.1
  • DateNavigationPanel.Interval Property

    Gets or sets the time interval of the DisplayText. This is a dependency property.

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v26.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public DateTimeRange? Interval { get; set; }

    Property Value

    Type Description
    Nullable<DateTimeRange>

    Specifies the time interval.

    See Also