Skip to main content

DiagramGridSettings Class

Contains grid settings.

Namespace: DevExpress.Web.ASPxDiagram

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

NuGet Package: DevExpress.Web

Declaration

public class DiagramGridSettings :
    PropertiesBase

The following members return DiagramGridSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxDiagram.SettingsGrid
ASP.NET MVC Extensions DiagramSettings.SettingsGrid

Remarks

These settings can be accessed via the SettingsGrid property.

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

Implements

Inheritance

See Also