Skip to main content
A newer version of this page is available. .

TileItemCheckMode Enum

Provides members that specify tile items check options.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.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