Back to Devexpress

StatusMappingInfo.MenuCaption Property

windowsforms-devexpress-dot-xtrascheduler-dot-statusmappinginfo-097ac2e6.md

latest1.6 KB
Original Source

StatusMappingInfo.MenuCaption Property

Gets or sets the data source field that stores Statuses’ secondary names. These names are displayed at runtime in the “Show Time As” sub-menu item in the Appointment context menu.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue("")]
public string MenuCaption { get; set; }
vb
<DefaultValue("")>
Public Property MenuCaption As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value that is the name of a data source field that stores Statuses’ secondary names.

|

Remarks

The figure below illustrates custom Status menu captions in the “Show Time As” sub-menu.

See Also

StatusMappingInfo Class

StatusMappingInfo Members

DevExpress.XtraScheduler Namespace