Skip to main content
A newer version of this page is available. .

AccordionControl.SelectElementMode Property

Gets or sets at which moment during an end-user click, an Accordion element this element is considered selected.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(SelectElementMode.MouseUp)]
public SelectElementMode SelectElementMode { get; set; }

Property Value

Type Default Description
DevExpress.XtraBars.Navigation.SelectElementMode **MouseUp**

A SelectElementMode enumerator value that specifies at which moment during an end-user clicking an Accordion element, this element is considered selected.

Remarks

Utilize the SelectElementMode property to specify whether an element will be selected immediately after a user presses it, or only after the mouse button has been released.

See Also