Back to Devexpress

ColumnHoverStyle Class

aspnet-devexpress-dot-web-668c702e.md

latest2.5 KB
Original Source

ColumnHoverStyle Class

Defines style settings for the hovered state of columns.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ColumnHoverStyle :
    AppearanceSelectedStyle
vb
Public Class ColumnHoverStyle
    Inherits 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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceSelectedStyle ColumnHoverStyle

See Also

ColumnHoverStyle Members

SiteMapColumn.HoverStyle

ColumnStyle.HoverStyle

DevExpress.Web Namespace