Back to Devexpress

TileGroupCollection Class

windowsforms-devexpress-dot-xtraeditors-1601cfd0.md

latest1.7 KB
Original Source

TileGroupCollection Class

A collection of TileGroup objects.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

The following members return TileGroupCollection objects:

Remarks

A TileGroupCollection object that stores all TileGroups within a TileControl can be accessed from the TileControl.Groups property.

Inheritance

Object CollectionBase TileGroupCollection

See Also

TileGroupCollection Members

Groups

DevExpress.XtraEditors Namespace