Class ArrayItemAccessor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.PropertyGridData
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ArrayItemAccessor : ItemAccessor, IItemAccessor
Constructors
ArrayItemAccessor(PropertyGridItem, Int32)
Declaration
public ArrayItemAccessor(PropertyGridItem owner, int index)
Parameters
PropertyGridItem
owner
|
System.Int32
index
|
Properties
PropertyType
Declaration
public override Type PropertyType { get; }
Property Value
System.Type
|
Overrides
Value
Declaration
public override object Value { get; set; }
Property Value
System.Object
|