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

TileGroup Class

Provides the functionality of tile groups.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.1.dll

Declaration

[SmartTagAction(typeof(TileGroupDesignTimeActionsProvider), "AddSmallItem", "Add Small Item", SmartTagActionType.RefreshAfterExecute)]
[SmartTagAction(typeof(TileGroupDesignTimeActionsProvider), "AddLargeItem", "Add Large Item", SmartTagActionType.RefreshAfterExecute)]
[SmartTagSupport(typeof(TileGroupDesignTimeBoundsProvider), SmartTagSupportAttribute.SmartTagCreationMode.Auto)]
[SmartTagAction(typeof(TileGroupDesignTimeActionsProvider), "AddMediumItem", "Add Medium Item", SmartTagActionType.RefreshAfterExecute)]
[SmartTagAction(typeof(TileGroupDesignTimeActionsProvider), "AddWideItem", "Add Wide Item", SmartTagActionType.RefreshAfterExecute)]
[SmartTagAction(typeof(TileGroupDesignTimeActionsProvider), "AddGroup", "Add Group", SmartTagActionType.RefreshAfterExecute)]
[SmartTagAction(typeof(TileGroupDesignTimeActionsProvider), "RemoveGroup", "Remove Group", SmartTagActionType.CloseAfterExecute)]
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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the TileGroup class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also