Skip to main content
A newer version of this page is available. .

ASPxDiagram.SettingsGrid Property

Provides access to grid settings.

Namespace: DevExpress.Web.ASPxDiagram

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

Declaration

public DiagramGridSettings SettingsGrid { get; }

Property Value

Type Description
DiagramGridSettings

An object that contains the grid settings.

Remarks

<dx:ASPxDiagram ID="Diagram" runat="server" Units="Cm">
  <SettingsGrid Size="1" Visible="False"/>
</dx:ASPxDiagram>
See Also