windowsforms-devexpress-dot-xtraeditors-6755c055.md
Exposes members that specify check options of tile items.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public enum TileItemCheckMode
Public Enum TileItemCheckMode
| Name | Description |
|---|---|
None |
Disables checking tile items within a TileControl.
|
| Single |
Allows an end-user to check only one tile item within a TileControl at a time.
|
| Multiple |
Allows an end-user to check multiple tile items in a single TileControl.
|
The following properties accept/return TileItemCheckMode values:
Use the TileControl.ItemCheckMode property to enable tile item checking and customize check options.
See Also