ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / Toolbar Class / Desktop Property

In This Topic
    Desktop Property
    In This Topic
    Gets the toolbar items configured for the desktop layout.
    Syntax
    'Declaration
     
    Public ReadOnly Property Desktop As ToolbarItems
    public ToolbarItems Desktop {get;}

    Property Value

    The ToolbarItems collection of toolbar items for the desktop layout.
    Remarks
    The Desktop property provides access to the toolbar items configured for the desktop layout, allowing customization of the toolbar elements for desktop usage.
    See Also