A newer version of this page is available.
Switch to the current version.
SchedulerViewBase.Type Property
Gets the View's type.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll
Declaration
public abstract SchedulerViewType Type { get; }
Public MustOverride ReadOnly Property Type As SchedulerViewType
Property Value
Type | Description |
---|---|
SchedulerViewType | One of the SchedulerViewType enumeration's values that specifies the View's type. |
Remarks
Descendants of the SchedulerViewBase class override this abstract property to return an appropriate View type.
Implements
DevExpress.XtraScheduler.Native.ISchedulerViewRepositoryItem.Type
See Also
Feedback