SchedulerViewBase.ShortDisplayName Property
Gets or sets a short name of the current view.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
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