ITileNavButton Interface
Allows a control to be rendered as a button in the TileNavPane‘s nav bar.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Related API Members
The following members return ITileNavButton objects:
Remarks
Objects that implement the ITileNavButton interface can be rendered as buttons in the TileNavPane‘s nav bar. This interface is implemented by the NavButton and TileNavCategory classes.
Add NavButton and TileNavCategory objects to the TileNavPane.Buttons collection to represent these objects as buttons.
See Also