Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / StyleObjectInfo Class / Locked Property


In This Topic
    Locked Property (StyleObjectInfo)
    In This Topic
    Gets or sets a value indicating whether this RangeInfo is locked.
    Syntax
    'Declaration
     
    Public Overridable Property Locked As Boolean
    'Usage
     
    Dim instance As StyleObjectInfo
    Dim value As Boolean
     
    instance.Locked = value
     
    value = instance.Locked
    public virtual bool Locked {get; set;}

    Property Value

    true if locked; otherwise, false.
    See Also