Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / AllowClientUnlock Property
Example


In This Topic
    AllowClientUnlock Property
    In This Topic
    Gets or sets whether the user can unlock a cell from the client side.
    Syntax
    'Declaration
     
    
    Public Property AllowClientUnlock As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Boolean
     
    instance.AllowClientUnlock = value
     
    value = instance.AllowClientUnlock
    public bool AllowClientUnlock {get; set;}
    Remarks
    If the AllowClientUnlock property is set to false, then the SetLocked method on the client-side will not unlock or lock a cell. The default value for this property is false.
    Example
    This example sets the AllowClientUnlock property.
    See Also