Skip to main content

TileControl.GetCheckedItems() Method

Gets all currently checked tiles that belong to this TileControl.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public List<TileItem> GetCheckedItems()

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