Skip to main content

DocumentProperties.Identifier Property

Gets or sets an unambiguous reference to the resource within a given context.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

string Identifier { get; set; }

Property Value

Type Description
String

A string of text.

Remarks

The Identifier property allows you to specify one of the core document properties, a full set of which is available with the Document.DocumentProperties property. To specify a custom document property, use the Document.CustomProperties property.

Note

The Identifier property is supported in DOCX documents only.

See Also