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.ComponentModel.TypeConverter
|
editor
Declaration
protected UITypeEditor editor
Field Value
System.Drawing.Design.UITypeEditor
|
Properties
Attributes
Gets a collection of the attributes applied to the property.
Declaration
public virtual AttributeCollection Attributes { get; }
Property Value
System.ComponentModel.AttributeCollection
|
Implements
Category
Gets the categoty of the property from its System.ComponentModel.CategoryAttribute or returns "Other" if no category is specified.
Declaration
public virtual string Category { get; }
Property Value
System.String
|
Implements
Description
Gets or sets the description associated with this property.
Declaration
public virtual string Description { get; }
Property Value
System.String
|
Implements
DisplayName
Gets the property display name
Declaration
public virtual string DisplayName { get; }
Property Value
System.String
|
Implements
Name
Gets the property name.
Declaration
public virtual string Name { get; }
Property Value
System.String
|
Implements
Owner
Gets the PropertyGridItem associated with this accessor.
Declaration
public PropertyGridItem Owner { get; }
Property Value
PropertyGridItem
|
PropertyDescriptor
Gets the property descriptor for this property.
Declaration
public virtual PropertyDescriptor PropertyDescriptor { get; }
Property Value
System.ComponentModel.PropertyDescriptor
|
Implements
PropertyType
Gets the property type.
Declaration
public virtual Type PropertyType { get; }
Property Value
System.Type
|
Implements
ReadOnly
Gets a value indicating whether the property is editable.
Declaration
public virtual bool ReadOnly { get; }
Property Value
System.Boolean
|
Implements
TypeConverter
Gets the TypeConverter associated with this property
Declaration
public virtual TypeConverter TypeConverter { get; }
Property Value
System.ComponentModel.TypeConverter
|
Implements
UITypeEditor
Gets the UITypeEditor associated with this property
Declaration
public virtual UITypeEditor UITypeEditor { get; }
Property Value
System.Drawing.Design.UITypeEditor
|
Implements
Value
Gets or sets the property value.
Declaration
public virtual object Value { get; set; }
Property Value
System.Object
|