Skip to main content

DocumentCommentElement.Name Property

Gets the comment’s name.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public string Name { get; }

Property Value

Type Description
String

A String object that is a comment’s name.

See Also