Class
ArrayItemAccessor

Definition

Constructors

ArrayItemAccessor(PropertyGridItem, int)

Declaration

cs-api-definition
public ArrayItemAccessor(PropertyGridItem owner, int index)

Parameters

owner

PropertyGridItem

index

int

Properties

PropertyType

Gets the property type.

Declaration

cs-api-definition
public override Type PropertyType { get; }

Property Value

Type

Overrides ItemAccessor.PropertyType

Value

Gets or sets the property value.

Declaration

cs-api-definition
public override object Value { get; set; }

Property Value

object

Overrides ItemAccessor.Value