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

In This Topic
    Fullscreen Property
    In This Topic
    Gets the toolbar items configured for fullscreen mode.
    Syntax
    'Declaration
     
    Public ReadOnly Property Fullscreen As ToolbarItems
    public ToolbarItems Fullscreen {get;}

    Property Value

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