Back to Devexpress

DateNavigationPanel.Interval Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-datenavigationpanel-f7bbd57b.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public DateTimeRange? Interval { get; set; }
vb
Public Property Interval As DateTimeRange?

Property Value

TypeDescription
Nullable<DateTimeRange>

Specifies the time interval.

|

See Also

DateNavigationPanel Class

DateNavigationPanel Members

DevExpress.Xpf.Scheduling Namespace