Property ObjectType
ObjectType
The CLR type for the object. For example, an item representing a Button would return the equivilient of typeof(System.Windows.Button).
public abstract Type ObjectType { get; }
The CLR type for the object. For example, an item representing a Button would return the equivilient of typeof(System.Windows.Button).
public abstract Type ObjectType { get; }