DockLayoutEventArgsIndices Property |
Dictionary, containing UniqueName/Index 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, int> Indices { get; set; }
Public Property Indices As Dictionary(Of String, Integer)
Get
Set
public:
property Dictionary<String^, int>^ Indices {
Dictionary<String^, int>^ get ();
void set (Dictionary<String^, int>^ value);
}
member Indices : Dictionary<string, int> with get, set
Property Value
Type:
DictionaryString,
Int32
See Also