Skip to main content

DiagramGridSettings.Visible Property

Specifies whether grid lines are visible.

Namespace: DevExpress.Web.ASPxDiagram

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean true

true to display grid lines; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Visible
ASP.NET MVC Extensions DiagramSettings
.SettingsGrid .Visible
ASP.NET Web Forms Controls ASPxDiagram
.SettingsGrid .Visible

Remarks

Use the Visible property to control grid lines’ visibility programmatically.

Users can show and hide grid lines via the UI.

Diagram Settings

See Also