Intersoft ClientUI Documentation
SelectionMode Property (UXAccordion)



Gets or sets a value that determines the selection behavior.
Syntax
<CategoryAttribute("Behavior")>
Public Property SelectionMode As SelectionMode
Dim instance As UXAccordion
Dim value As SelectionMode
 
instance.SelectionMode = value
 
value = instance.SelectionMode
[CategoryAttribute("Behavior")]
public SelectionMode SelectionMode {get; set;}
[CategoryAttribute("Behavior")]
public:
property SelectionMode SelectionMode {
   SelectionMode get();
   void set (    SelectionMode 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