Skip to main content

DiagramBarItemStyle.HoverStyle Property

Gets the style settings that define an item’s appearance in the hovered state.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual AppearanceSelectedStyle HoverStyle { get; }

Property Value

Type Description
AppearanceSelectedStyle

An object that contains style settings.

See Also