menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MarkerInfo - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MarkerInfo

    Reserved for internal use.

    Inheritance
    System.Object
    MarkerInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.EJ2.DocumentEditor
    Assembly: Syncfusion.EJ2.DocumentEditor.dll
    Syntax
    public class MarkerInfo

    Constructors

    MarkerInfo()

    Declaration
    public MarkerInfo()

    Properties

    Author

    Reserved for internal use.

    Declaration
    public string Author { get; set; }
    Property Value
    Type
    System.String

    BookmarkName

    Reserved for internal use.

    Declaration
    public string BookmarkName { get; set; }
    Property Value
    Type
    System.String

    CheckBoxValue

    Reserved for internal use.

    Declaration
    public bool? CheckBoxValue { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>

    ColumnFirst

    Reserved for internal use.

    Declaration
    public string ColumnFirst { get; set; }
    Property Value
    Type
    System.String

    ColumnLast

    Reserved for internal use.

    Declaration
    public string ColumnLast { get; set; }
    Property Value
    Type
    System.String

    CommentAction

    Reserved for internal use.

    Declaration
    public string CommentAction { get; set; }
    Property Value
    Type
    System.String

    CommentId

    Reserved for internal use.

    Declaration
    public string CommentId { get; set; }
    Property Value
    Type
    System.String

    CommentIndex

    Reserved for internal use.

    Declaration
    public int? CommentIndex { get; set; }
    Property Value
    Type
    System.Nullable<System.Int32>

    ContentControlProperties

    Reserved for internal use.

    Declaration
    public string ContentControlProperties { get; set; }
    Property Value
    Type
    System.String

    Date

    Reserved for internal use.

    Declaration
    public string Date { get; set; }
    Property Value
    Type
    System.String

    Done

    Reserved for internal use.

    Declaration
    public bool? Done { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>

    DropDownIndex

    Reserved for internal use.

    Declaration
    public int? DropDownIndex { get; set; }
    Property Value
    Type
    System.Nullable<System.Int32>

    EditRangeId

    Reserved for internal use.

    Declaration
    public int? EditRangeId { get; set; }
    Property Value
    Type
    System.Nullable<System.Int32>

    FormFieldData

    Reserved for internal use.

    Declaration
    public string FormFieldData { get; set; }
    Property Value
    Type
    System.String

    Initial

    Reserved for internal use.

    Declaration
    public string Initial { get; set; }
    Property Value
    Type
    System.String

    IsAcceptOrReject

    Reserved for internal use.

    Declaration
    public string IsAcceptOrReject { get; set; }
    Property Value
    Type
    System.String

    IsAfterCellMark

    Reserved for internal use.

    Declaration
    public bool IsAfterCellMark { get; set; }
    Property Value
    Type
    System.Boolean

    IsAfterParagraphMark

    Reserved for internal use.

    Declaration
    public bool IsAfterParagraphMark { get; set; }
    Property Value
    Type
    System.Boolean

    IsAfterRowMark

    Reserved for internal use.

    Declaration
    public bool IsAfterRowMark { get; set; }
    Property Value
    Type
    System.Boolean

    IsAfterTableMark

    Reserved for internal use.

    Declaration
    public bool IsAfterTableMark { get; set; }
    Property Value
    Type
    System.Boolean

    IsReply

    Reserved for internal use.

    Declaration
    public bool? IsReply { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>

    IsSkipTracking

    Reserved for internal use.

    Declaration
    public bool IsSkipTracking { get; set; }
    Property Value
    Type
    System.Boolean

    OwnerCommentId

    Reserved for internal use.

    Declaration
    public string OwnerCommentId { get; set; }
    Property Value
    Type
    System.String

    RemovedIds

    Reserved for internal use.

    Declaration
    public List<string> RemovedIds { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<System.String>

    RevisionForFootnoteEndnoteContent

    Reserved for internal use.

    Declaration
    public MarkerInfo RevisionForFootnoteEndnoteContent { get; set; }
    Property Value
    Type
    MarkerInfo

    RevisionId

    Reserved for internal use.

    Declaration
    public string RevisionId { get; set; }
    Property Value
    Type
    System.String

    RevisionType

    Reserved for internal use.

    Declaration
    public string RevisionType { get; set; }
    Property Value
    Type
    System.String

    SkipOperation

    Reserved for internal use.

    Declaration
    public bool SkipOperation { get; set; }
    Property Value
    Type
    System.Boolean

    SplittedRevisions

    Reserved for internal use.

    Declaration
    public List<MarkerInfo> SplittedRevisions { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<MarkerInfo>

    Text

    Reserved for internal use.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String

    Type

    Reserved for internal use.

    Declaration
    public string Type { get; set; }
    Property Value
    Type
    System.String

    User

    Reserved for internal use.

    Declaration
    public string User { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved