Gets or sets the style of the pop-up object, displayed for commands with one or more sub-commands.
Visual Basic (Declaration) | |
---|---|
Public Property PopupStyle As CommandPopupStyle |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public CommandPopupStyle PopupStyle {get; set;} |
Return Value
A CommandPopupStyle value that determines the style used when a popup is displayed.The CommandPopupStyle which determines the style of displaying of group of items.
This property determines how a group of commands are displayed.
Possible values are:
- 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 a table of icons.
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