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

ColumnStyle.HoverStyle Property

Gets the style settings which define the appearance of each column when the mouse pointer is hovering over it.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual ColumnHoverStyle HoverStyle { get; }

Property Value

Type Description
ColumnHoverStyle

A ColumnHoverStyle object that contains the hover style settings for the site map control’s columns.

Remarks

Use the HoverStyle property to define a common appearance of all columns within the site map control when they are hovered by the mouse pointer.

An individual column’s hover style can be specified via the column’s SiteMapColumn.HoverStyle property.

See Also