Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[DefaultValue("")]
public string MenuCaption { get; set; }

Property Value

Type Default Description
String String.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.

Scheduler - Label Menu Name

See Also