Back to Devexpress

TileGroup Class

windowsforms-devexpress-dot-xtraeditors-ad3ecd05.md

latest2.5 KB
Original Source

TileGroup Class

Implements the functionality of tile groups.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class TileGroup :
    Component
vb
Public Class TileGroup
    Inherits Component

The following members return TileGroup objects:

Remarks

TileGroup s are visual elements that contain TileItems. Tile groups organize items into several sets of tiles that can be dynamically modified at runtime. See the Tile Groups and Items topic to learn more.

Inheritance

Object MarshalByRefObject Component TileGroup TileBarGroup

TileViewGroup

See Also

TileGroup Members

Tile Groups and Items

DevExpress.XtraEditors Namespace