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
#Members
Name | Description |
---|---|
Show
|
A click on the Main Button invokes a drop-down tile bar displaying categories (Tile |
Show
|
A click on the Main Button invokes a drop-down tile bar displaying the default category’s items as tiles (see Tile |
Default
|
A click on the Main Button invokes a drop-down tile bar displaying categories as tiles if the Tile |
#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.