Class ItemAccessor
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.PropertyGridData
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class ItemAccessor : IItemAccessor
Constructors
ItemAccessor(PropertyGridItem)
Fields
converter
Declaration
protected TypeConverter converter
Field Value
System.
|
editor
Declaration
protected UITypeEditor editor
Field Value
System.
|
Properties
Attributes
Gets a collection of the attributes applied to the property.
Declaration
public virtual AttributeCollection Attributes { get; }
Property Value
System.
|
Implements
Category
Gets the categoty of the property from its System.
Declaration
public virtual string Category { get; }
Property Value
System.
|
Implements
Description
Gets or sets the description associated with this property.
Declaration
public virtual string Description { get; }
Property Value
System.
|
Implements
DisplayName
Gets the property display name
Declaration
public virtual string DisplayName { get; }
Property Value
System.
|
Implements
Name
Gets the property name.
Declaration
public virtual string Name { get; }
Property Value
System.
|
Implements
Owner
Gets the Property
Declaration
public PropertyGridItem Owner { get; }
Property Value
PropertyDescriptor
Gets the property descriptor for this property.
Declaration
public virtual PropertyDescriptor PropertyDescriptor { get; }
Property Value
System.
|
Implements
PropertyType
Gets the property type.
Declaration
public virtual Type PropertyType { get; }
Property Value
System.
|
Implements
ReadOnly
Gets a value indicating whether the property is editable.
Declaration
public virtual bool ReadOnly { get; }
Property Value
System.
|
Implements
TypeConverter
Gets the TypeConverter associated with this property
Declaration
public virtual TypeConverter TypeConverter { get; }
Property Value
System.
|
Implements
UITypeEditor
Gets the UITypeEditor associated with this property
Declaration
public virtual UITypeEditor UITypeEditor { get; }
Property Value
System.
|
Implements
Value
Gets or sets the property value.
Declaration
public virtual object Value { get; set; }
Property Value
System.
|