Class CommentCharacterAdv
Provides the base implementation for all the CommentCharacterAdv classes.
Inheritance
System.Object
    
    
    
    CommentCharacterAdv
      
      
      
  Implements
Inherited Members
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public abstract class CommentCharacterAdv : Inline, INodeFields
CommentIDProperty
Identifies the CommentID dependency property.
Declaration
public static readonly DependencyProperty CommentIDPropertyField Value
| Type | Description | 
|---|---|
| System.Windows.DependencyProperty | The identifier for the CommentID dependency property. | 
Properties
CommentID
Gets or sets the identifier of the CommentAdv.
Declaration
public int CommentID { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The ID that uniquely identifies the CommentAdv in the DocumentAdv. |