Skip to main content

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public DateTimeRange? Interval { get; set; }

Property Value

Type Description
Nullable<DateTimeRange>

Specifies the time interval.

See Also