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

DiagramOptionsBehavior.SelectedStencils Property

Specifies the selected shape groups.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public virtual StencilCollection SelectedStencils { get; set; }

Property Value

Type Description
DevExpress.Diagram.Core.StencilCollection

A DevExpress.Diagram.Core.StencilCollection object.

Property Paths

You can access this nested property as listed below:

Object Type Path to SelectedStencils
DiagramControl
.OptionsBehavior.SelectedStencils

Remarks

The Shapes panel displays available shape groups within the dropdown menu that is invoked by selecting the More Shapes item. End-users can select groups from the menu to display them within the panel. The selected groups are stored in the SelectedStencils collection.

SelectedStencils

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SelectedStencils property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also