TileControl.GetCheckedItems() Method
Gets all currently checked tiles that belong to this TileControl.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
List<TileItem> | A List structure that contains all currently checked tiles that belong to this TileControl. |
Remarks
End-users can check or uncheck TileControl tiles if their IBaseTileProperties.AllowCheck properties equal true. The GetCheckedItems method returns all tiles that are currently checked.
See Also