Back to Devexpress

ITileContainerDefaultProperties.CanItemHover Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-96b0d706.md

latest1.9 KB
Original Source

ITileContainerDefaultProperties.CanItemHover Property

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

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
bool CanItemHover { get; }
vb
ReadOnly Property CanItemHover As Boolean

Property Value

TypeDescription
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

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace