ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / DesignerSettings Class / LockLayout Property

In This Topic
    LockLayout Property (DesignerSettings)
    In This Topic
    Gets or sets a value indicating whether LockLayout is enabled, which restricts modifications to the properties of existing report items only.
    Syntax
    'Declaration
     
    Public Property LockLayout As Nullable(Of Boolean)
    public Nullable<bool> LockLayout {get; set;}

    Property Value

    true if LockLayout is enabled; otherwise, false.
    See Also