Intersoft ClientUI Documentation
ToggleControlRelation Property



Gets a value that specifies the relation of toggle item in the report.
Syntax
Public ReadOnly Property ToggleControlRelation As Dictionary(Of String,List(Of String))
Dim instance As XamlRenderer
Dim value As Dictionary(Of String,List(Of String))
 
value = instance.ToggleControlRelation
public Dictionary<string,List<string>> ToggleControlRelation {get;}
public:
property Dictionary<String^,List<String^>^>^ ToggleControlRelation {
   Dictionary<String^,List<String^>^>^ get();
}
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

XamlRenderer Class
XamlRenderer Members

Send Feedback