Class Popup
Inheritance
Namespace: Telerik.Windows.Controls.Primitives
Assembly: Telerik.Windows.Controls.dll
Syntax
public class Popup : ContentControl
Constructors
Popup()
Initializes a new instance of the Popup class.
Declaration
public Popup()
Fields
CatchClickOutsidePopupProperty
Declaration
public static readonly DependencyProperty CatchClickOutsidePopupProperty
Field Value
System.Windows.DependencyProperty
|
ClipAroundElementProperty
Declaration
public static readonly DependencyProperty ClipAroundElementProperty
Field Value
System.Windows.DependencyProperty
|
ClosedEvent
Identifies the Closed routed event.
Declaration
public static readonly RoutedEvent ClosedEvent
Field Value
RoutedEvent
The identifier for the Closed routed event. |
CloseOnOutsideClickProperty
Declaration
public static readonly DependencyProperty CloseOnOutsideClickProperty
Field Value
System.Windows.DependencyProperty
|
HorizontalOffsetProperty
Declaration
public static readonly DependencyProperty HorizontalOffsetProperty
Field Value
System.Windows.DependencyProperty
|
IsOpenProperty
Declaration
public static readonly DependencyProperty IsOpenProperty
Field Value
System.Windows.DependencyProperty
|
OpenedEvent
Identifies the Opened routed event.
Declaration
public static readonly RoutedEvent OpenedEvent
Field Value
RoutedEvent
The identifier for the Opened routed event. |
OwnerProperty
Declaration
public static readonly DependencyProperty OwnerProperty
Field Value
System.Windows.DependencyProperty
|
PlacementProperty
Declaration
public static readonly DependencyProperty PlacementProperty
Field Value
System.Windows.DependencyProperty
|
PlacementRectangleProperty
Declaration
public static readonly DependencyProperty PlacementRectangleProperty
Field Value
System.Windows.DependencyProperty
|
PlacementTargetProperty
Declaration
public static readonly DependencyProperty PlacementTargetProperty
Field Value
System.Windows.DependencyProperty
|
UsePlacementTargetAsClipElementProperty
Declaration
public static readonly DependencyProperty UsePlacementTargetAsClipElementProperty
Field Value
System.Windows.DependencyProperty
|
VerticalOffsetProperty
Declaration
public static readonly DependencyProperty VerticalOffsetProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CatchClickOutsidePopup
Declaration
public bool CatchClickOutsidePopup { get; set; }
Property Value
System.Boolean
|
ClipAroundElement
Declaration
public FrameworkElement ClipAroundElement { get; set; }
Property Value
System.Windows.FrameworkElement
|
CloseOnOutsideClick
Declaration
public bool CloseOnOutsideClick { get; set; }
Property Value
System.Boolean
|
HorizontalOffset
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.Double
|
IsOpen
Declaration
public bool IsOpen { get; set; }
Property Value
System.Boolean
|
Owner
Declaration
public FrameworkElement Owner { get; set; }
Property Value
System.Windows.FrameworkElement
|
Placement
PlacementRectangle
Declaration
public Rect PlacementRectangle { get; set; }
Property Value
System.Windows.Rect
|
PlacementTarget
Declaration
public UIElement PlacementTarget { get; set; }
Property Value
System.Windows.UIElement
|
RealPopup
Declaration
public Popup RealPopup { get; }
Property Value
System.Windows.Controls.Primitives.Popup
|
UsePlacementTargetAsClipElement
Declaration
public bool UsePlacementTargetAsClipElement { get; set; }
Property Value
System.Boolean
|
VerticalOffset
Declaration
public double VerticalOffset { get; set; }
Property Value
System.Double
|
Methods
AdjustLocation()
Resets the Popup location. Needed by RadComboBox.
Declaration
public void AdjustLocation()
OnContentChanged(Object, Object)
Declaration
protected override void OnContentChanged(object oldContent, object newContent)
Parameters
System.Object
oldContent
|
System.Object
newContent
|
Events
ClickedOutsidePopup
Declaration
public event EventHandler ClickedOutsidePopup
Event Type
System.EventHandler
|
Closed
Declaration
public event RoutedEventHandler Closed
Event Type
System.Windows.RoutedEventHandler
|
Opened
Declaration
public event RoutedEventHandler Opened
Event Type
System.Windows.RoutedEventHandler
|