menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class LockSelectionInfo

    Locked region selection info.

    Inheritance
    System.Object
    LockSelectionInfo
    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 LockSelectionInfo

    Constructors

    LockSelectionInfo()

    Declaration
    public LockSelectionInfo()

    Properties

    Author

    Gets or sets the author of the locked region.

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

    End

    Gets or sets the selection end of the locked region.

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

    PreviousLockInfo

    Gets or sets the previous locked region selection info.

    Declaration
    public LockSelectionInfo PreviousLockInfo { get; set; }
    Property Value
    Type
    LockSelectionInfo

    RoomName

    Gets or sets the collaborative editing room name.

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

    Start

    Gets or sets the selection start of the locked region.

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

    Version

    Gets or sets the version of the collaborative editing session.

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