ContentControlBase.Tag Property
Specifies a tag of the content control.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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