TileControl.GetCheckedItems() Method
Gets all currently checked tiles that belong to this TileControl.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Returns
Type | Description |
---|---|
List<Tile |
A List structure that contains all currently checked tiles that belong to this Tile |
#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.