Skip to main content

DiagramOptionsBehavior.ShowQuickShapes Property

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

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

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

Property Value

Type Default Description
Boolean true

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 Type Path to ShowQuickShapes
DiagramControl
.OptionsBehavior .ShowQuickShapes

Remarks

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

See Also