Skip to main content
All docs
V25.1
  • AccordionContentContainer.TabStop Property

    Gets or sets whether a user can focus the current container using the TAB key.

    Namespace: DevExpress.XtraBars.Navigation

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DefaultValue(false)]
    [DXCategory("Behavior")]
    public bool TabStop { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true if a user can focus the control using the TAB key; otherwise, false.

    See Also