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

SiteMapColumn.HoverStyle Property

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.v19.1.dll

Declaration

public ColumnHoverStyle HoverStyle { get; }

Property Value

Type Description
ColumnHoverStyle

A ColumnHoverStyle object that contains the hover style settings for the 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