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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.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