Skip to main content
All docs
V25.1
  • DiagramGridSettings Class

    Contains grid settings.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.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