A newer version of this page is available.
Switch to the current version.
UserInterfaceObject.MenuCaption Property
Gets or sets the element's menu caption.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.Core.dll
Declaration
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public virtual string MenuCaption { get; set; }
<XtraSerializableProperty(XtraSerializationFlags.DefaultValue)>
Public Overridable Property MenuCaption As String
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
Feedback