UserInterfaceObject.MenuCaption Property
In This Article
Gets or sets the element's menu caption.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public virtual string MenuCaption { get; set; }
#Property Value
Type | Description |
---|---|
String | A String value which specifies the element's menu caption. |
#Remarks
Use the MenuCaption property to specify the caption of the menu item which corresponds to the current element.
#Implements
DevExpress.XtraScheduler.Native.IUserInterfaceObject.MenuCaption
See Also