Interface IElementProperties
Defines a property that provides information of an object's properties.
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public interface IElementProperties
Properties
ElementProperties
Gets a System.Collections.Generic.Dictionary<, > that contains information about the properties that are available of this object.
Declaration
Dictionary<string, string> ElementProperties { get; }
Property Value
System.Collections.Generic.Dictionary<System.String, System.String>
|