Back to Devexpress

ContentControlBase.Tag Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-contentcontrolbase-55cb0b59.md

latest1.3 KB
Original Source

ContentControlBase.Tag Property

Specifies a tag of the content control.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
string Tag { get; set; }
vb
Property Tag As String

Property Value

TypeDescription
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

ContentControlBase Interface

ContentControlBase Members

DevExpress.XtraRichEdit.API.Native Namespace