DiagramStyles.Toolbox Property
In This Article
Gets the Toolbox‘s style settings.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public AppearanceStyleBase Toolbox { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An object that contains style settings. |
#Remarks
html
<dx:ASPxDiagram ID="ASPxDiagram1" runat="server">
<Styles>
<Toolbox BackColor="#EEFFCC" />
</Styles>
</dx:ASPxDiagram>
See Also