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

TileNavButtonCollection Class

Represents a collection of ITileNavButton objects.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

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