Back to Devexpress

TileControl.ItemCheckMode Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-7ee0609a.md

latest3.0 KB
Original Source

TileControl.ItemCheckMode Property

Gets or sets the way TileItems within the current TileControl can be checked by an end-user.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(TileItemCheckMode.None)]
[DXCategory("Behavior")]
public TileItemCheckMode ItemCheckMode { get; set; }
vb
<DefaultValue(TileItemCheckMode.None)>
<DXCategory("Behavior")>
Public Property ItemCheckMode As TileItemCheckMode

Property Value

TypeDefaultDescription
TileItemCheckModeNone

A TileItemCheckMode enumerator value specifying the way TileItems within the current TileControl can be checked by an end-user.

|

Available values:

NameDescription
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.

|

Remarks

End-users can check or uncheck tile items at runtime by pressing the right mouse button (PC users) or dragging it down (touch-input devices users). Checked items are marked by displaying a check sign at the right top corner.

The ItemCheckMode property specifies which tile check mode should be used. Depending on the ItemCheckMode property value, an end-user can keep either single or multiple TileItems checked at the same time.

Note

Setting the Single tile items check mode means an end-user can check only one tile within an entire tile control, not within each of TileGroups that exists.

See Also

Tile Groups and Items

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace