Back to Devexpress

RibbonOptionsTouch.ShowTouchUISelectorInSearchMenu Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonoptionstouch-86adea82.md

latest2.1 KB
Original Source

RibbonOptionsTouch.ShowTouchUISelectorInSearchMenu Property

Gets or sets whether the search box finds the Touch/Mouse Mode selector.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool ShowTouchUISelectorInSearchMenu { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property ShowTouchUISelectorInSearchMenu As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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 TypePath to ShowTouchUISelectorInSearchMenu
RibbonControl

.OptionsTouch .ShowTouchUISelectorInSearchMenu

|

See Also

RibbonOptionsTouch Class

RibbonOptionsTouch Members

DevExpress.XtraBars.Ribbon Namespace