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