WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BarPopupEventArgs

    Show / Hide Table of Contents

    Class BarPopupEventArgs

    EventArgs for BarPopup event of Navigation view

    Inheritance
    System.Object
    BarPopupEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class BarPopupEventArgs : CancelEventArgs

    Constructors

    BarPopupEventArgs()

    Declaration
    public BarPopupEventArgs()

    BarPopupEventArgs(Bar)

    Declaration
    public BarPopupEventArgs(Bar currentBar)
    Parameters
    Type Name Description
    Bar currentBar

    BarPopupEventArgs(Boolean)

    Declaration
    public BarPopupEventArgs(bool cancel)
    Parameters
    Type Name Description
    System.Boolean cancel

    Properties

    CurrentBar

    Gets the currently picked bar.

    Declaration
    public Bar CurrentBar { get; }
    Property Value
    Type Description
    Bar

    MaximumItemsToDisplay

    Gets or Sets maximum count of child items to be displayed at one time.

    Declaration
    public int MaximumItemsToDisplay { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved