Back to Devexpress

SchedulerViewBase.ShortDisplayName Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerviewbase-930ff60e.md

latest1.5 KB
Original Source

SchedulerViewBase.ShortDisplayName Property

Gets or sets a short name of the current view.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public string ShortDisplayName { get; set; }
vb
<XtraSerializableProperty(XtraSerializationFlags.DefaultValue)>
Public Property ShortDisplayName As String

Property Value

TypeDescription
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

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.XtraScheduler Namespace