Skip to main content
All docs
V25.1
  • ContentControlBase.Tag Property

    Specifies a tag of the content control.

    Namespace: DevExpress.XtraRichEdit.API.Native

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

    NuGet Package: DevExpress.RichEdit.Core

    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