Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TileNavPaneMainButtonBehavior Enum

Defines the contents of the drop-down tile bar that is invoked on clicking the Main Button.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public enum TileNavPaneMainButtonBehavior

#Members

Name Description
ShowCategories

A click on the Main Button invokes a drop-down tile bar displaying categories (TileNavPane.Categories) as tiles.

ShowDefaultCategoryItems

A click on the Main Button invokes a drop-down tile bar displaying the default category’s items as tiles (see TileNavPane.DefaultCategory).

Default

A click on the Main Button invokes a drop-down tile bar displaying categories as tiles if the TileNavPane.Categories collection is not empty. Otherwise, a click on this button invokes a drop-down tile bar displaying the default category’s items as tiles (see TileNavPane.DefaultCategory).

#Related API Members

The following properties accept/return TileNavPaneMainButtonBehavior values:

#Remarks

Values of this enumeration are used to set the TileNavPane.MainButtonBehavior property to specify the behavior of the Main Button. To learn more about the Main Button, see NavButton.

See Also