Back to Devexpress

TileControl.GetCheckedItems() Method

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-4679118d.md

latest1.7 KB
Original Source

TileControl.GetCheckedItems() Method

Gets all currently checked tiles that belong to this TileControl.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public List<TileItem> GetCheckedItems()
vb
Public Function GetCheckedItems As List(Of TileItem)

Returns

TypeDescription
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

AllowCheck

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace