InterfaceIItemAccessor
Interface
Defines an interface used to acces property information in RadPropertyGrid.
Definition
Namespace:Telerik.WinControls.UI.PropertyGridData
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public interface IItemAccessor
Properties
Attributes
Gets a collection of the attributes applied to the property.
Declaration
cs-api-definition
AttributeCollection Attributes { get; }
Property Value
Category
Gets the property category.
Description
Gets the property description.
DisplayName
Gets the property display name
PropertyDescriptor
Gets the PropertyDescriptor associated with this property.
Declaration
cs-api-definition
PropertyDescriptor PropertyDescriptor { get; }
Property Value
PropertyType
Gets the property type.
ReadOnly
Gets a value indicating whether the property is read only.
TypeConverter
Gets the TypeConverter associated with this property.
UITypeEditor
Gets the UITypeEditor associated with this property.