Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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 switches the 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