aspnet-devexpress-dot-web-668c702e.md
Defines style settings for the hovered state of columns.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ColumnHoverStyle :
AppearanceSelectedStyle
Public Class ColumnHoverStyle
Inherits AppearanceSelectedStyle
The following members return ColumnHoverStyle objects:
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.
Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceSelectedStyle ColumnHoverStyle
See Also