Back to Devexpress

DiagramOptionsView.ShowGrid Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsview-c0afcfe5.md

latest1.7 KB
Original Source

DiagramOptionsView.ShowGrid Property

Gets or sets whether to draw the grid, which helps you position shapes on the diagram canvas.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(true)]
[DiagramCategory(DiagramCategory.Options)]
public virtual bool ShowGrid { get; set; }
vb
<DefaultValue(True)>
<DiagramCategory(DiagramCategory.Options)>
Public Overridable Property ShowGrid As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to draw the grid; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowGrid
DiagramControl

.OptionsView .ShowGrid

|

Remarks

See Also

DiagramOptionsView Class

DiagramOptionsView Members

DevExpress.XtraDiagram.Options Namespace