InterfaceIElementProperties
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:
cs-api-definition
public interface IElementProperties
Properties
ElementProperties
Gets a Dictionary<TKey, TValue> that contains information about the properties that are available of this object.
Declaration
cs-api-definition
Dictionary<string, string> ElementProperties { get; }
Property Value