SchedulerViewBase.ShortDisplayName Property
Gets or sets a short name of the current view.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
String | A String value which represents the view’s short name. |
Remarks
This property may be used to obtain a short name of the current view (e.g. for the DayView. Its return value is Day).
See Also