Skip to main content

TileNavButtonCollection Class

Represents a collection of ITileNavButton objects.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class TileNavButtonCollection :
    CollectionBase,
    IEnumerable<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