A newer version of this page is available.
Switch to the current version.
SchedulerViewBase.DisplayName Property
Gets or sets the string to display to indicate the scheduler's view.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
public override string DisplayName { get; set; }
Public Overrides Property DisplayName As String
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
Feedback