Skip to main content
A newer version of this page is available. .

SchedulerViewBase.ShortDisplayName Property

Gets or sets a short name of the current view.

Namespace: DevExpress.Web.ASPxScheduler

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

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