SchedulerViewInfo.ActiveViewType Property
Returns the active view type.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
public SchedulerViewType ActiveViewType { get; }
#Property Value
Type | Description |
---|---|
Scheduler |
An enumeration value. |
Available values:
Name | Description |
---|---|
Default | The component displays the first view specified in the Views markup. |
Day | Specifies the Dx |
Work |
Specifies the Dx |
Week | Specifies the Dx |
Month | Specifies the Dx |
Timeline | Specifies the Dx |
#Remarks
Refer to the SchedulerViewInfo class description for more information and an example.