Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SchedulerViewBase.ShortDisplayName Property

Gets or sets a short name of the current view.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.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