[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Framework.Behaviors.Behavior-1

Behavior<T> Class

Represents an abstract behavior implementation.

Implements
Namespace: GrapeCity.ActiveReports.Framework.Behaviors
Assembly: MESCIUS.ActiveReports.Viewer.Wpf.dll
Syntax
public abstract class Behavior<T> : DependencyObject, IBehavior where T : DependencyObject
Type Parameters
Name Description
T

Constructors

Name Description
Behavior()

Properties

Name Description
HostObject

Gets the object the behavior is attached to.

Methods

Name Description
Attach(T)

Attaches the behavior to specified host.

Detach(T)

Detaches the behavior from specified host.