Skip to main content
A newer version of this page is available. .

TimelineView.Type Property

Gets the view’s type.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public override ViewType Type { get; }

Property Value

Type Description
DevExpress.Xpf.Scheduling.ViewType

The DevExpress.Xpf.Scheduling.ViewType.TimelineView value.

See Also