Table of Contents

Method AddSimpleAction

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

AddSimpleAction<T>(string, Action)

Adds simple action for the specified T.

public static IPropertyGridTypeRegistry AddSimpleAction<T>(string name, Action action)

Parameters

name string

Action name.

action Action

Action.

Returns

IPropertyGridTypeRegistry

IPropertyGridTypeRegistry of the specified T type so you can chain calls and perform other actions on it.

Type Parameters

T

Type for which action is registered.