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

SchedulerViewBase.DisplayName Property

Gets or sets the string to display to indicate the currently active view.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public virtual string DisplayName { get; set; }

Property Value

Type Description
String

A string, specifying the view’s name. The default is the view’s name with the word “Calendar” appended.

See Also