Skip to main content
A newer version of this page is available. .

ShapeDescription.IsQuick Property

Gets whether to display the shape in the Quick Shapes category of the Shapes Panel.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v20.2.Core.dll

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.Diagram.Core

Declaration

public bool IsQuick { get; }

Property Value

Type Description
Boolean

true to display the shape in the Quick Shapes category of the Shapes Panel; otherwise, false.

See Also