menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolbarMoreButtonTappedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ToolbarMoreButtonTappedEventArgs

    Represents the toolbar more button tapped event event args.

    Inheritance
    System.Object
    ToolbarMoreButtonTappedEventArgs
    Namespace: Syncfusion.Maui.Toolbar
    Assembly: Syncfusion.Maui.Toolbar.dll
    Syntax
    public class ToolbarMoreButtonTappedEventArgs : CancelEventArgs

    Constructors

    ToolbarMoreButtonTappedEventArgs()

    Declaration
    public ToolbarMoreButtonTappedEventArgs()

    Properties

    ToolbarItems

    Gets the list of toolbar item in the more options.

    Declaration
    public List<BaseToolbarItem> ToolbarItems { get; }
    Property Value
    Type
    System.Collections.Generic.List<BaseToolbarItem>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved