Table of Contents

Class PropertyGridAdapterGeneric

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

Base helper class for complex PropertyGrid items.

public abstract class PropertyGridAdapterGeneric
Inheritance
PropertyGridAdapterGeneric
Derived

Properties

Instance

Gets or sets object instance of the property value container.

PropInfo

Gets or sets PropertyInfo of the property where value is contained.

PropName

Gets or sets name of the property where value is contained.

Value

Gets or sets value.

Methods

CreateProps(IPropertyGrid)

Creates properties to show in PropertyGrid.

Load()

Loads instance property value.

Save()

Updates instance property value.

ToString()