Skip to main content
All docs
V24.1

QueryElementIndentEventArgs(AccordionControlElement, Int32) Constructor

Initializes a new instance of the QueryElementIndentEventArgs class with specified settings.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public QueryElementIndentEventArgs(
    AccordionControlElement element,
    int indent
)

Parameters

Name Type
element AccordionControlElement
indent Int32
See Also