Intersoft ClientUI Documentation
ExpandAction Property



Gets or sets the expand action.
Syntax
<CategoryAttribute("Behavior")>
Public Property ExpandAction As ExpandAction
Dim instance As UXAccordion
Dim value As ExpandAction
 
instance.ExpandAction = value
 
value = instance.ExpandAction
[CategoryAttribute("Behavior")]
public ExpandAction ExpandAction {get; set;}
[CategoryAttribute("Behavior")]
public:
property ExpandAction ExpandAction {
   ExpandAction get();
   void set (    ExpandAction value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXAccordion Class
UXAccordion Members

Send Feedback