ColumnStyle.HoverStyle Property
In This Article
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.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual ColumnHoverStyle HoverStyle { get; }
#Property Value
Type | Description |
---|---|
Column |
A Column |
#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