Back to Devexpress

DrawingObject.Name Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-drawingobject-e8b2aa04.md

latest1.2 KB
Original Source

DrawingObject.Name Property

Gets or sets the shape’s name.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
string Name { get; set; }
vb
Property Name As String

Property Value

TypeDescription
String

The shape’s name.

|

Remarks

Use the ShapeCollection.Item property to retrieve a shape with a given name from the collection.

See Also

DrawingObject Interface

DrawingObject Members

DevExpress.XtraRichEdit.API.Native Namespace