Class
GalleryMouseOverBehavior

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class GalleryMouseOverBehavior : PropertyChangeBehavior

Inheritance: objectPropertyChangeBehaviorGalleryMouseOverBehavior

Inherited Members PropertyChangeBehavior.BehaviorRemoving(RadElement)PropertyChangeBehavior.Property

Constructors

GalleryMouseOverBehavior(RadGalleryElement)

Declaration

cs-api-definition
public GalleryMouseOverBehavior(RadGalleryElement gallery)

Parameters

gallery

RadGalleryElement

Properties

IsPopupShown

Declaration

cs-api-definition
public bool IsPopupShown { get; }

Property Value

bool

Methods

ClosePopup()

Declaration

cs-api-definition
public void ClosePopup()

OnPropertyChange(RadElement, RadPropertyChangedEventArgs)

Called when the associated property changes on an element. Override this method to implement custom behavior logic.

Declaration

cs-api-definition
public override void OnPropertyChange(RadElement element, RadPropertyChangedEventArgs e)

Parameters

element

RadElement

The element on which the property changed.

e

RadPropertyChangedEventArgs

The event arguments containing details about the property change.

Overrides PropertyChangeBehavior.OnPropertyChange(RadElement, RadPropertyChangedEventArgs)

Remarks

This method is called automatically by the property system when the monitored property changes. Derived classes should override this method to provide the specific behavior implementation.