ClassArrayItemAccessor
Class
Definition
Namespace:Telerik.WinControls.UI.PropertyGridData
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class ArrayItemAccessor : ItemAccessor, IItemAccessor
Inheritance: objectItemAccessorArrayItemAccessor
Implements:
Inherited Members
Constructors
ArrayItemAccessor(PropertyGridItem, int)
Declaration
cs-api-definition
public ArrayItemAccessor(PropertyGridItem owner, int index)
Parameters
owner
index
Properties
PropertyType
Gets the property type.
Declaration
cs-api-definition
public override Type PropertyType { get; }
Property Value
Overrides