Table of Contents

Method GetBehavior

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

GetBehavior<T>()

Gets a behavior extension object from the design item.

public T GetBehavior<T>() where T : class

Returns

T

The behavior object, or null if it was not found.

Type Parameters

T