ClassItemAccessor
Definition
Namespace:Telerik.WinControls.UI.PropertyGridData
Assembly:Telerik.WinControls.UI.dll
Syntax:
public abstract class ItemAccessor : IItemAccessor
Inheritance: objectItemAccessor
Derived Classes:
Implements:
Constructors
ItemAccessor(PropertyGridItem)
Declaration
public ItemAccessor(PropertyGridItem owner)
Parameters
owner
Fields
Properties
Attributes
Gets a collection of the attributes applied to the property.
Declaration
public virtual AttributeCollection Attributes { get; }
Property Value
Implements
Category
Gets the categoty of the property from its CategoryAttribute or returns "Other" if no category is specified.
Declaration
public virtual string Category { get; }
Property Value
Implements
Description
Gets or sets the description associated with this property.
Declaration
public virtual string Description { get; }
Property Value
Implements
DisplayName
Gets the property display name
Declaration
public virtual string DisplayName { get; }
Property Value
Implements
Name
Gets the property name.
Owner
Gets the PropertyGridItem associated with this accessor.
Declaration
public PropertyGridItem Owner { get; }
Property Value
PropertyDescriptor
Gets the property descriptor for this property.
Declaration
public virtual PropertyDescriptor PropertyDescriptor { get; }
Property Value
Implements
PropertyType
Gets the property type.
Declaration
public virtual Type PropertyType { get; }
Property Value
Implements
ReadOnly
Gets a value indicating whether the property is editable.
TypeConverter
Gets the TypeConverter associated with this property
Declaration
public virtual TypeConverter TypeConverter { get; }
Property Value
Implements
UITypeEditor
Gets the UITypeEditor associated with this property
Declaration
public virtual UITypeEditor UITypeEditor { get; }
Property Value
Implements