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

ITileContainerDefaultProperties.ActualItemCheckMode Property

Gets how many Tiles within the current TileContainer an end-user can check at runtime.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

TileItemCheckMode ActualItemCheckMode { get; }

Property Value

Type Description
TileItemCheckMode

A TileItemCheckMode enumerator value specifying how many Tiles within the current TileContainer an end-user can check at runtime.

Available values:

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.

Remarks

See the ITileContainerDefaultProperties.ItemCheckMode property to learn more.

See Also