IElementProperties
Interface
Defines a property that provides information of an object's properties.
Definition
Namespace:Telerik.Windows.Controls.Docking
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
C#
public interface IElementProperties
Derived Classes:
Properties
Gets a Dictionary<TKey, TValue> that contains information about the properties that are available of this object.
C#
Dictionary<string, string> ElementProperties { get; }