Skip to main content
All docs
V23.2

ContentControlBase.Tag Property

Specifies a tag of the content control.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

string Tag { get; set; }

Property Value

Type Description
String

The content control tag.

Remarks

The Tag property value is never displayed while a user edits a document. You can use this property to store a value for manipulation while the document is opened.

See Also