Dundas Chart for ASP.NET
PopupStyle Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Command Class : PopupStyle Property


Enterprise Only Feature. Gets or sets the style of the pop-up object, which is displayed for commands with one or more sub-commands.
Gets or sets the style of the pop-up object, displayed for commands with one or more sub-commands.

Syntax

Visual Basic (Declaration)  
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#  
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.

Remarks

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.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.