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 |
---|
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 |
---|
System.Int32 |