Skip to main content
All docs
V26.1
  • QueryElementIndentEventArgs.Element Property

    Gets the processed accordion element.

    Namespace: DevExpress.XtraBars.Navigation

    Assembly: DevExpress.XtraBars.v26.1.dll

    Declaration

    public AccordionControlElement Element { get; }

    Property Value

    Type Description
    AccordionControlElement

    The processed accordion element.

    See Also