Skip to main content

SchedulerViewBase.ShortDisplayName Property

Gets or sets a short name of the current view.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public string ShortDisplayName { get; set; }

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