A newer version of this page is available.
Switch to the current version.
TileItemCheckMode Enum
Provides members that specify tile items check options.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v19.2.dll
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
Feedback