RibbonPage.KeyTip Property
Gets or sets the Key Tip for a Ribbon Page.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[DefaultValue("")]
[XtraSerializableProperty]
public string KeyTip { get; set; }
<DefaultValue("")>
<XtraSerializableProperty>
Public Property KeyTip As String
Property Value
Type | Default | Description |
---|---|---|
String | A String value that specifies the Key Tip associated with the Ribbon Page. |
Remarks
For more information, see Key Tips.
See Also
Feedback