Back to Devexpress

DiagramOptionsView.ShowPageBreaks Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsview-7af93a5d.md

latest1.6 KB
Original Source

DiagramOptionsView.ShowPageBreaks Property

Gets or sets whether to display page breaks.

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 ShowPageBreaks { get; set; }
vb
<DefaultValue(True)>
<DiagramCategory(DiagramCategory.Options)>
Public Overridable Property ShowPageBreaks As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to display page breaks; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowPageBreaks
DiagramControl

.OptionsView .ShowPageBreaks

|

See Also

DiagramOptionsView Class

DiagramOptionsView Members

DevExpress.XtraDiagram.Options Namespace