ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CommentCharacterAdv - ASP.NETMVC API Reference | Syncfusion CommentCharacterAdv classes. ">

    Show / Hide Table of Contents

    Class CommentCharacterAdv

    Provides the base implementation for all the CommentCharacterAdv classes.

    Inheritance
    System.Object
    BaseNode
    Inline
    CommentCharacterAdv
    CommentEndAdv
    CommentStartAdv
    Inherited Members
    Inline.CharacterFormat
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ.DocumentEditor
    Assembly: Syncfusion.EJ.DocumentEditor.dll
    Syntax
    public abstract class CommentCharacterAdv : Inline

    Properties

    CommentCharacterType

    Gets the type of the CommentCharacterAdv.

    Declaration
    public CommentMarkType CommentCharacterType { get; }
    Property Value
    Type Description
    CommentMarkType

    CommentId

    Gets or sets the identifier of the CommentAdv.

    Declaration
    public int CommentId { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved