Skip to main content

TileItemCheckMode Enum

Exposes members that specify check options of tile items.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public enum TileItemCheckMode

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

Remarks

Use the TileControl.ItemCheckMode property to enable tile item checking and customize check options.

See Also