New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class GalleryMouseOverBehavior : PropertyChangeBehavior

Inheritance: objectPropertyChangeBehaviorGalleryMouseOverBehavior

Inherited Members PropertyChangeBehavior.BehaviorRemoving(RadElement)PropertyChangeBehavior.Property

Constructors

C#
public GalleryMouseOverBehavior(RadGalleryElement gallery)
Parameters:galleryRadGalleryElement

Properties

C#
public bool IsPopupShown { get; }

Methods

C#
public void ClosePopup()

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

C#
public override void OnPropertyChange(RadElement element, RadPropertyChangedEventArgs e)
Parameters:elementRadElement

The element on which the property changed.

eRadPropertyChangedEventArgs

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.