A newer version of this page is available.
Switch to the current version.
BootstrapAccordionItemDataFields.Accordion Property
Gets the Accordion object to which the current object belongs.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[Browsable(false)]
public BootstrapAccordion Accordion { get; }
<Browsable(False)>
Public ReadOnly Property Accordion As BootstrapAccordion
Property Value
Type | Description |
---|---|
BootstrapAccordion | A BootstrapAccordion object representing the Accordion control owning the current object. |
Remarks
The Accordion property provides access to the Accordion control whose ASPxNavBar.ItemDataFields collection is represented by the current object.
See Also
Feedback