ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / Viewer Class / AllowSplitter Property

In This Topic
    AllowSplitter Property (Viewer)
    In This Topic
    Gets or sets a value that determines whether the user is allowed to split the view.
    Syntax
    'Declaration
     
    Public Property AllowSplitter As Boolean
    public bool AllowSplitter {get; set;}

    Property Value

    A System.Boolean value. true if the user is allowed to split the view; otherwise, false.
    Remarks
    The default value is true.
    See Also