ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / ViewerViewModel Class / IsPrimaryPaneSelected Property

In This Topic
    IsPrimaryPaneSelected Property (ViewerViewModel)
    In This Topic
    Gets or sets a value indicating whether this instance is primary pane selected.
    Syntax
    'Declaration
     
    Public Property IsPrimaryPaneSelected As Boolean
    public bool IsPrimaryPaneSelected {get; set;}

    Property Value

    true if this instance is primary pane selected; otherwise, false.
    See Also