Dundas.SharePoint.Charting.WebParts Send comments on this topic.
PopupStyle Property
See Also 
Dundas.Charting.WebControl Namespace > Command Class : PopupStyle Property


Gets or sets the style of the pop-up object, displayed for commands with one or more sub-commands.

Syntax

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
Dim instance As Command
Dim value As CommandPopupStyle
 
instance.PopupStyle = value
 
value = instance.PopupStyle
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.

Remarks

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.

Requirements

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

See Also