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
public DescriptorItemAccessor(PropertyGridItem owner, PropertyDescriptor descriptor)
Properties
Gets a collection of the attributes applied to the property.
public override AttributeCollection Attributes { get; }
Overrides:
Gets the categoty of the property from its CategoryAttribute or returns "Other" if no category is specified.
public override string Category { get; }
Overrides:
Gets or sets the description associated with this property.
public override string Description { get; }
Overrides:
Gets the property display name
public override string DisplayName { get; }
Overrides:
Gets the property descriptor for this property.
public override PropertyDescriptor PropertyDescriptor { get; }
Overrides:
Gets the property type.
public override Type PropertyType { get; }
Overrides:
Gets a value indicating whether the property is editable.
public override bool ReadOnly { get; }
Overrides:
Gets the TypeConverter associated with this property
public override TypeConverter TypeConverter { get; }
Overrides:
Gets the UITypeEditor associated with this property
public override UITypeEditor UITypeEditor { get; }
Overrides: