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