TileItemCheckMode Enum
Exposes members that specify check options of tile items.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Members
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. |
Related API Members
The following properties accept/return TileItemCheckMode values:
Remarks
Use the TileControl.ItemCheckMode property to enable tile item checking and customize check options.
See Also