Class PopupDelayService
Delay popup service for the split button popup.
Inheritance
System.Object
PopupDelayService
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Tools.Olap
Assembly: Syncfusion.OlapTools.WPF.dll
Syntax
public class PopupDelayService
Constructors
PopupDelayService(UIElement, Popup)
Initializes a new instance of the PopupDelayService class.
Declaration
public PopupDelayService(UIElement element, Popup popup)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | element | The element. |
System.Windows.Controls.Primitives.Popup | popup | The popup. |
PopupDelayService(UIElement, Popup, TimeSpan)
Initializes a new instance of the PopupDelayService class.
Declaration
public PopupDelayService(UIElement element, Popup popup, TimeSpan delayInternal)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | element | The element. |
System.Windows.Controls.Primitives.Popup | popup | The popup. |
System.TimeSpan | delayInternal | The delay internal |