ColumnHoverStyle Class
Defines style settings for the hovered state of columns.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
The following members return ColumnHoverStyle objects:
Remarks
The ColumnHoverStyle class contains settings that define the style of columns when the mouse pointer hovers over them.
An object of the ColumnHoverStyle type can be accessed via the SiteMapColumn.HoverStyle property of an individual column and the ColumnStyle.HoverStyle of a ColumnStyle object.
Inheritance
See Also