Skip to main content
All docs
V25.1
  • Bar

    BarManager.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

    Assembly: DevExpress.XtraBars.v25.1.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.

    See Also