menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Toolbar - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Toolbar

    Represent the toolbar present in SfPdfViewer.

    Inheritance
    System.Object
    Toolbar
    Namespace: Syncfusion.SfPdfViewer.XForms
    Assembly: Syncfusion.SfPdfViewer.XForms.dll
    Syntax
    public class Toolbar : Object

    Constructors

    Toolbar()

    Initializes a new instance of the Toolbar class.

    Declaration
    public Toolbar()

    Properties

    Enabled

    Gets or sets a value indicating whether gets or sets the visibility of toolbar present in SfPdfViewer.

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

    Methods

    SetToolbarItemVisibility(String, Boolean)

    Sets the visibility for the given toolbar item.

    Declaration
    public void SetToolbarItemVisibility(string itemName, bool isVisible)
    Parameters
    Type Name Description
    System.String itemName

    The name of the toolbar item.

    System.Boolean isVisible

    Value indicating whether the item should be visible or not.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved