DiagramContextToolboxSettings.CustomCategoryName Property
In This Article
Specifies the name of a custom shape category that is displayed in the context toolbox.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
The category name. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Custom |
---|---|
ASPx |
|
#Remarks
Note
The Custom
<dx:ASPxDiagram ID="Diagram" runat="server" Width="100%" Height="600px">
<SettingsContextToolbox CustomCategoryName="hardware" />
<CustomShapes>
<dx:DiagramCustomShape CategoryName="hardware" Type="pc" Title="PC".../>
...
</CustomShapes>
</dx:ASPxDiagram>
See Also