Back to Devexpress

TileNavButtonCollection Class

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

latest1.8 KB
Original Source

TileNavButtonCollection Class

Represents a collection of ITileNavButton objects.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class TileNavButtonCollection :
    CollectionBase,
    IEnumerable<ITileNavButton>,
    IEnumerable
vb
Public Class TileNavButtonCollection
    Inherits CollectionBase
    Implements IEnumerable(Of ITileNavButton),
               IEnumerable

The following members return TileNavButtonCollection objects:

Remarks

The TileNavButtonCollection class stores ITileNavButton objects. This collection can be accessed via the TileNavPane.Buttons property.

Inheritance

Object CollectionBase TileNavButtonCollection

See Also

TileNavButtonCollection Members

DevExpress.XtraBars.Navigation Namespace