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

ButtonControlStyle.HoverStyle Property

Gets the style settings which define a button’s appearance in the hover state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual AppearanceSelectedStyle HoverStyle { get; }

Property Value

Type Description
AppearanceSelectedStyle

A AppearanceSelectedStyle object that contains style settings.

See Also