Skip to main content
Tab

ExpandGroupAction Enum

Specifies which action forces a navbar group to expand.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum ExpandGroupAction

Members

Name Description
Click

Specifies that a navbar group can be expanded/collapsed by a mouse click.

MouseOver

Specifies that a navbar group can be expanded/collapsed via mouse hover.

Related API Members

The following properties accept/return ExpandGroupAction values:

Remarks

The ExpandGroupAction enumerator contains values that specify which client action expands a navbar group. The values of this enumerator are used to set the ASPxNavBar.ExpandGroupAction property.

See Also