Skip to main content
All docs
V19.2

DiagramStyles.HistoryPanel Property

Gets the History Panel‘s style settings.

Namespace: DevExpress.Web.ASPxDiagram

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

Declaration

public AppearanceStyleBase HistoryPanel { get; }

Property Value

Type Description
AppearanceStyleBase

An object that contains style settings.

Remarks

<dx:ASPxDiagram ID="ASPxDiagram1" runat="server">
  <Styles>
    <HistoryPanel BackColor="#CCCCCC" />
  </Styles>
</dx:ASPxDiagram>
See Also