SiteMapColumn.HoverStyle Property
In This Article
Gets the style settings which define the appearance of the current column when the mouse pointer is hovering over it.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ColumnHoverStyle HoverStyle { get; }
#Property Value
Type | Description |
---|---|
Column |
A Column |
#Remarks
Use the HoverStyle property to define the appearance of an individual column when it’s hovered by the mouse pointer.
A common hover style for all columns within the site map control can be specified via the ColumnStyle.HoverStyle property, which is available through the control’s ASPxSiteMapControlBase.ColumnStyle property.
See Also