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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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