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 scheduler’s view.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public override 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