Skip to main content
All docs
V26.1
  • DiagramBarItemStyle.DisabledStyle Property

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

    Namespace: DevExpress.Web.ASPxDiagram

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

    Declaration

    public virtual DisabledStyle DisabledStyle { get; }

    Property Value

    Type Description
    DisabledStyle

    An object that contains style settings.

    See Also