ASPxDiagram.SettingsPropertiesPanel Property
In This Article
Provides access to the properties panel’s settings.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public DiagramPropertiesPanelSettings SettingsPropertiesPanel { get; }
#Property Value
Type | Description |
---|---|
Diagram |
An object that contains the properties panel’s settings. |
#Remarks
<dx:ASPxDiagram ID="Diagram" runat="server" Width="100%" Height="600px">
<SettingsPropertiesPanel Visibility="Visible" ViewMode="DockPanel" />
...
</dx:ASPxDiagram>
See Also