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

ITileContainerDefaultProperties.CanItemHover Property

Gets whether Tiles within the TileContainer can currently be hovered at runtime.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

bool CanItemHover { get; }

Property Value

Type Description
Boolean

true, if Tiles within the TileContainer can currently be hovered at runtime; otherwise, false.

Remarks

See the ITileContainerDefaultProperties.AllowItemHover property to learn more.

See Also