Skip to main content
All docs
V25.1
  • DiagramBarItemStyle.PressedStyle Property

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

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public virtual AppearanceSelectedStyle PressedStyle { get; }

    Property Value

    Type Description
    AppearanceSelectedStyle

    An object that contains style settings.

    See Also