RibbonControl.SingleTapToShowKeyboard Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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