Back to Devexpress

ViewBase.Type Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-viewbase-9ad15755.md

latest1006 B
Original Source

ViewBase.Type Property

Used to determine the view’s type.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public abstract ViewType Type { get; }
vb
Public MustOverride ReadOnly Property Type As ViewType

Property Value

TypeDescription
DevExpress.Xpf.Scheduling.ViewType

A DevExpress.Xpf.Scheduling.ViewType enumeration value that indicates the view type.

|

See Also

ViewBase Class

ViewBase Members

DevExpress.Xpf.Scheduling Namespace