| Visual Basic (Declaration) | |
|---|---|
<CategoryAttribute("Behavior")> <DescriptionAttribute("Determines the pop-up style of the object.")> <BrowsableAttribute(True)> Public Property PopupStyle As CommandPopupStyle | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[CategoryAttribute("Behavior")] [DescriptionAttribute("Determines the pop-up style of the object.")] [BrowsableAttribute(true)] public CommandPopupStyle PopupStyle {get; set;} | |
Return Value
The CommandPopupStyle which determines the style of displaying of group of items.The PopupStyle property is used to determine how to display group of Dundas.Charting.WebControl.Commands Namespace ( sub-commands). The CommandPopupStyle possible values are:
| CommandPopupStyle | Descriptions |
|---|---|
| Menu | The UI will display the command group as menu items, with text and adjacent icon. |
| Table | The UI will display the command group as table of icons. |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family