windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpane-fe0e475f.md
Provides access to the collection of buttons in the nav bar.
Namespace : DevExpress.XtraBars.Navigation
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
public TileNavButtonCollection Buttons { get; }
<Browsable(False)>
Public ReadOnly Property Buttons As TileNavButtonCollection
| Type | Description |
|---|---|
| TileNavButtonCollection |
The TileNavButtonCollection representing the collection of buttons.
|
The Buttons property provides access to the collection of buttons displayed in the TileNavPane‘s nav bar. This collection can contain the following types of objects:
The TileNavButtonCollection type provides methods to manipulate elements of this collection. At design time, you can add buttons to the nav bar time using the TileNavPane‘s smart tag menu ( ).
If you add a button to the nav bar using the TileNavPane‘s smart tag menu, it is aligned to the right margin of the nav bar. To specify the button’s alignment, use the NavElement.Alignment property.
Note that buttons representing the breadcrumbs links in the nav bar are not contained in the Buttons collection.
See Also