New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public ArrayItemAccessor(PropertyGridItem owner, int index)
Parameters:ownerPropertyGridItemindexint

Properties

Gets the property type.

C#
public override Type PropertyType { get; }

Overrides: ItemAccessor.PropertyType

Gets or sets the property value.

C#
public override object Value { get; set; }

Overrides: ItemAccessor.Value