Skip to main content
A newer version of this page is available. .

ITileNavButton Interface

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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