ArrayItemAccessor
Class
Definition
Namespace:Telerik.WinControls.UI.PropertyGridData
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ArrayItemAccessor : ItemAccessor, IItemAccessor
Inheritance: objectItemAccessorArrayItemAccessor
Implements:
Inherited Members
Constructors
C#
public ArrayItemAccessor(PropertyGridItem owner, int index)
Properties
Gets the property type.
C#
public override Type PropertyType { get; }
Overrides: