alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class Toolbar

    Represents a toolbar in the SfPdfViewer.

    Inheritance
    System.Object
    ToolbarCollection
    Toolbar
    Inherited Members
    ToolbarCollection.Count
    ToolbarCollection.GetByName(String)
    ToolbarCollection.Item[Int32]
    Namespace: Syncfusion.Maui.PdfViewer
    Assembly: Syncfusion.Maui.PdfViewer.dll
    Syntax
    public abstract class Toolbar : ToolbarCollection

    Constructors

    Toolbar()

    Declaration
    protected Toolbar()

    Properties

    IsVisible

    Gets or sets a value indicating whether the toolbar is visible.

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type
    System.Boolean

    Items

    Gets the collection of items in a toolbar.

    Declaration
    public ToolbarItemCollection Items { get; }
    Property Value
    Type
    ToolbarItemCollection

    Name

    Gets the name of toolbar.

    Declaration
    public string Name { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved