ContentControlBase.Tag Property
In This Article
Specifies a tag of the content control.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#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