Back to Devexpress

DiagramGridSettings Class

aspnet-devexpress-dot-web-dot-aspxdiagram-5a6b0703.md

latest1.8 KB
Original Source

DiagramGridSettings Class

Contains grid settings.

Namespace : DevExpress.Web.ASPxDiagram

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class DiagramGridSettings :
    PropertiesBase
vb
Public Class DiagramGridSettings
    Inherits PropertiesBase

The following members return DiagramGridSettings objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxDiagram.SettingsGrid
ASP.NET MVC ExtensionsDiagramSettings.SettingsGrid

Remarks

These settings can be accessed via the SettingsGrid property.

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

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase DiagramGridSettings

See Also

DiagramGridSettings Members

DevExpress.Web.ASPxDiagram Namespace