AccordionControl.SelectElement(AccordionControlElement) Method
Selects the specified element. This method is in effect if item selection is enabled with the AccordionControl.AllowItemSelection property.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| element | AccordionControlElement | An item to select. |
Remarks
Calling the SelectElement method is equivalent to assigning an item to the AccordionControl.SelectedElement property. See this topic for more information.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SelectElement(AccordionControlElement) method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.