RibbonOptionsTouch.ShowTouchUISelectorInSearchMenu Property
Gets or sets whether the search box finds the Touch/Mouse Mode selector.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
public bool ShowTouchUISelectorInSearchMenu { get; set; }
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property ShowTouchUISelectorInSearchMenu As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, if the search box finds the Touch/Mouse Mode selector; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowTouchUISelectorInSearchMenu |
---|---|
RibbonControl |
|
See Also
Feedback