[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Framework.Implementation.SelectionBehaviorBase

SelectionBehaviorBase Class

Represents the base class for selection behaviors.

Implements
Namespace: GrapeCity.ActiveReports.Framework.Implementation
Assembly: MESCIUS.ActiveReports.Viewer.Wpf.dll
Syntax
public abstract class SelectionBehaviorBase : ScrollBehavior, IBehavior

Constructors

Name Description
SelectionBehaviorBase()

Fields

Name Description
IsActive

True if the scrolling is active.

Properties

Name Description
CurrentSelectionFrame

Current selection frame of the model of the current report pane.

Methods

Name Description
Attach(ScrollViewer)

Attach behavior to the specified ScrollViewer.

CanActivate()

Returns true if behavior can activate.

Detach(ScrollViewer)

Detach behavior from the specified ScrollViewer.

OnSelectionFinished(Frame, MouseButtonEventArgs)

Fired when the selection is finished.

OnSelectionFrameChanged(Frame, MouseEventArgs)

Fired when the selection frame is changed.