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

TileControl.GetCheckedItems() Method

Gets all currently checked tiles that belong to this TileControl.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

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