Table of Contents

Method CreateProps

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CreateProps(IPropertyGrid)

Creates properties to show in PropertyGrid.

public override IEnumerable<IPropertyGridItem> CreateProps(IPropertyGrid propGrid)

Parameters

propGrid IPropertyGrid

Use this PropertyGrid instance to create properties.

Returns

IEnumerable<IPropertyGridItem>

List of created properties.