Back to Devexpress

LabelMappingInfo.MenuCaption Property

windowsforms-devexpress-dot-xtrascheduler-dot-labelmappinginfo-1ad5e96d.md

latest1.6 KB
Original Source

LabelMappingInfo.MenuCaption Property

Gets or sets the data source field that stores Labels’ secondary names. These names are displayed at runtime in the “Label 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 Labels’ secondary names.

|

Remarks

The figure below illustrates custom Label menu captions in the “Label As” sub-menu.

See Also

LabelMappingInfo Class

LabelMappingInfo Members

DevExpress.XtraScheduler Namespace