DockLayoutEventArgsPositions Property |
Dictionary, containing UniqueName/DockZoneID pairs.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Dictionary<string, string> Positions { get; set; }
Public Property Positions As Dictionary(Of String, String)
Get
Set
public:
property Dictionary<String^, String^>^ Positions {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
member Positions : Dictionary<string, string> with get, set
Property Value
Type:
DictionaryString,
String
See Also