menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CommentCharacterAdv - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CommentCharacterAdv

    Provides the base implementation for all the CommentCharacterAdv classes.

    Inheritance
    System.Object
    BaseNode
    Node
    Inline
    CommentCharacterAdv
    CommentAdv
    CommentEndAdv
    CommentStartAdv
    Implements
    INode
    Inherited Members
    Inline.CharacterFormat
    Inline.CharacterFormatProperty
    Inline.OnTextChanged()
    Node.NextNode
    Node.Owner
    Node.PreviousNode
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public abstract class CommentCharacterAdv : Inline, INode

    Fields

    CommentIDProperty

    Identifies the CommentID dependency property.

    Declaration
    public static readonly DependencyProperty CommentIDProperty
    Field Value
    Type Description
    Windows.UI.Xaml.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.

    Implements

    INode

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved