Skip to main content
A newer version of this page is available. .

RibbonOptionsTouch.ShowTouchUISelectorVisibilityItemInQATMenu Property

Gets or sets whether end-users can switch the touch/mouse mode selector’s visibility via the Quick Access Toolbar menu.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public bool ShowTouchUISelectorVisibilityItemInQATMenu { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if end-users can switch the touch/mouse mode selector’s visibility via the Quick Access Toolbar menu; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowTouchUISelectorVisibilityItemInQATMenu
RibbonControl
.OptionsTouch.ShowTouchUISelectorVisibilityItemInQATMenu

Remarks

The touch/mouse mode selector in Quick Access Toolbar allows switching this Ribbon Control to the Touch UI mode. If the ShowTouchUISelectorVisibilityItemInQATMenu property equals true, end-users can also choose whether this selector is currently visible in the QAT menu, as the image below shows.

Ribbon - Touch Selector Item in QAT Menu

To specify the selector’s visibility in code, use the RibbonOptionsTouch.ShowTouchUISelectorInQAT property. See the Touch Support topic for the details.

See Also