Skip to main content
A newer version of this page is available. .
Tab

ColumnHoverStyle Class

Defines style settings for the hovered state of columns.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ColumnHoverStyle :
    AppearanceSelectedStyle

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.

See Also