Enum ParentBarItemStyle
Specifies the appearance and behavior of a ParentBarItem.
Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum ParentBarItemStyle
Remarks
The ParentBarItem uses this enum to determine whether to act like a drop-down parent or a submenu parent.
Fields
Name | Description |
---|---|
Default | The parent item will be drawn like a regular submenu item. |
DropDown | The parent item will be drawn like a drop-down parent. The parent item itself will be clickable and the drop-down can be dropped down by an arrow to the right. |