Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ShapeCollection.Item[String] Property

Returns a shape with the specified name.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v24.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

#Declaration

Shape this[string name] { get; }

#Parameters

Name Type Description
name String

The name of the shape to return.

#Property Value

Type Description
Shape

A shape with the given name, or null (Nothing in Visual Basic) if the element is not found.

#Remarks

The Name property defines a shape name.

See Also