Skip to main content

TileGroup Class

Implements the functionality of tile groups.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class TileGroup :
    Component

Remarks

TileGroups 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.

See Also