Back to Devexpress

DiagramOptionsBehavior.ShowQuickShapes Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsbehavior-9a67dd9a.md

latest2.0 KB
Original Source

DiagramOptionsBehavior.ShowQuickShapes Property

Gets or sets whether to show the Quick Shapes category in the Shapes Panel.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true to show the Quick Shapes category in the Shapes Panel; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowQuickShapes
DiagramControl

.OptionsBehavior .ShowQuickShapes

|

Remarks

The Quick Shapes category contains shapes from the DiagramOptionsBehavior.SelectedStencils collection whose ShapeDescription.IsQuick property returns true.

See Also

DiagramOptionsBehavior Class

DiagramOptionsBehavior Members

DevExpress.XtraDiagram.Options Namespace