Skip to main content
A newer version of this page is available. .
All docs
V22.2

RibbonControl.SingleTapToShowKeyboard Property

Gets or sets whether users should tap editors once or twice to display the on-screen keyboard (when the application runs on touch-screen devices).

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v22.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public bool SingleTapToShowKeyboard { get; set; }

Property Value

Type Description
Boolean

true to display the on-screen keyboard after the first tap; false to focus the editor on the first tap and display the keyboard on the second tap.

See Also