Back to Devexpress

ITileNavButton Interface

windowsforms-devexpress-dot-xtrabars-dot-navigation-b8f5b8c0.md

latest1.9 KB
Original Source

ITileNavButton Interface

Allows a control to be rendered as a button in the TileNavPane‘s nav bar.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public interface ITileNavButton
vb
Public Interface ITileNavButton

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

ITileNavButton Members

TileNavCategory

NavButton

DevExpress.XtraBars.Navigation Namespace