Class RadDropDownButton
Inherited Members
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadDropDownButton : RadButton, ICommandSource, IPopupHost, IDisposable
Constructors
RadDropDownButton()
Declaration
public RadDropDownButton()
Fields
AutoOpenDelayProperty
Declaration
public static readonly DependencyProperty AutoOpenDelayProperty
Field Value
Microsoft.
|
CloseOnEnterProperty
Declaration
public static readonly DependencyProperty CloseOnEnterProperty
Field Value
Microsoft.
|
CloseOnEscapeProperty
Declaration
public static readonly DependencyProperty CloseOnEscapeProperty
Field Value
Microsoft.
|
CloseOnPopupMouseLeftButtonUpProperty
Declaration
public static readonly DependencyProperty CloseOnPopupMouseLeftButtonUpProperty
Field Value
Microsoft.
|
DropDownButtonPositionProperty
Declaration
public static readonly DependencyProperty DropDownButtonPositionProperty
Field Value
Microsoft.
|
DropDownClosedEvent
DropDownContentProperty
Declaration
public static readonly DependencyProperty DropDownContentProperty
Field Value
Microsoft.
|
DropDownContentTemplateProperty
Declaration
public static readonly DependencyProperty DropDownContentTemplateProperty
Field Value
Microsoft.
|
DropDownContentTemplateSelectorProperty
Declaration
public static readonly DependencyProperty DropDownContentTemplateSelectorProperty
Field Value
Microsoft.
|
DropDownHeightProperty
Declaration
public static readonly DependencyProperty DropDownHeightProperty
Field Value
Microsoft.
|
DropDownIndicatorVisibilityProperty
Declaration
public static readonly DependencyProperty DropDownIndicatorVisibilityProperty
Field Value
Microsoft.
|
DropDownMaxHeightProperty
Declaration
public static readonly DependencyProperty DropDownMaxHeightProperty
Field Value
Microsoft.
|
DropDownMaxWidthProperty
Declaration
public static readonly DependencyProperty DropDownMaxWidthProperty
Field Value
Microsoft.
|
DropDownMinHeightProperty
Declaration
public static readonly DependencyProperty DropDownMinHeightProperty
Field Value
Microsoft.
|
DropDownMinWidthProperty
Declaration
public static readonly DependencyProperty DropDownMinWidthProperty
Field Value
Microsoft.
|
DropDownOpenedEvent
DropDownOpeningEvent
DropDownPlacementProperty
Declaration
public static readonly DependencyProperty DropDownPlacementProperty
Field Value
Microsoft.
|
DropDownWidthProperty
Declaration
public static readonly DependencyProperty DropDownWidthProperty
Field Value
Microsoft.
|
IsOpenProperty
Declaration
public static readonly DependencyProperty IsOpenProperty
Field Value
Microsoft.
|
KeepOpenProperty
Declaration
public static readonly DependencyProperty KeepOpenProperty
Field Value
Microsoft.
|
PopupPlacementTargetProperty
Declaration
public static readonly DependencyProperty PopupPlacementTargetProperty
Field Value
Microsoft.
|
Properties
AutoOpenDelay
Declaration
public TimeSpan AutoOpenDelay { get; set; }
Property Value
System.
|
CloseOnEnter
Declaration
public bool CloseOnEnter { get; set; }
Property Value
System.
|
CloseOnEscape
Declaration
public bool CloseOnEscape { get; set; }
Property Value
System.
|
CloseOnPopupMouseLeftButtonUp
Declaration
public bool CloseOnPopupMouseLeftButtonUp { get; set; }
Property Value
System.
|
DropDownButtonPosition
Declaration
public DropDownButtonPosition DropDownButtonPosition { get; set; }
Property Value
DropDownContent
Declaration
public object DropDownContent { get; set; }
Property Value
System.
|
DropDownContentTemplate
Declaration
public DataTemplate DropDownContentTemplate { get; set; }
Property Value
Microsoft.
|
DropDownContentTemplateSelector
Declaration
public DataTemplateSelector DropDownContentTemplateSelector { get; set; }
Property Value
Microsoft.
|
DropDownHeight
Declaration
public double DropDownHeight { get; set; }
Property Value
System.
|
DropDownIndicatorVisibility
Declaration
public Visibility DropDownIndicatorVisibility { get; set; }
Property Value
Microsoft.
|
DropDownMaxHeight
Declaration
public double DropDownMaxHeight { get; set; }
Property Value
System.
|
DropDownMaxWidth
Declaration
public double DropDownMaxWidth { get; set; }
Property Value
System.
|
DropDownMinHeight
Declaration
public double DropDownMinHeight { get; set; }
Property Value
System.
|
DropDownMinWidth
Declaration
public double DropDownMinWidth { get; set; }
Property Value
System.
|
DropDownPlacement
DropDownWidth
Declaration
public double DropDownWidth { get; set; }
Property Value
System.
|
IsOpen
Declaration
public bool IsOpen { get; set; }
Property Value
System.
|
KeepOpen
Declaration
public bool KeepOpen { get; set; }
Property Value
System.
|
PopupPlacementTarget
Declaration
public FrameworkElement PopupPlacementTarget { get; set; }
Property Value
Microsoft.
|
Methods
ApplyDropDownButtonPosition()
Declaration
protected virtual void ApplyDropDownButtonPosition()
ApplyPopupPlacement()
Declaration
protected virtual void ApplyPopupPlacement()
Dispose()
Declaration
public void Dispose()
Finalize()
Declaration
protected override void Finalize()
HandleKeyDown(Object, KeyRoutedEventArgs)
Declaration
protected virtual void HandleKeyDown(object sender, KeyRoutedEventArgs e)
Parameters
System.
|
Microsoft.
|
HoverTimerApplyState(Boolean)
Declaration
protected bool HoverTimerApplyState(bool applyAction)
Parameters
System.
|
Returns
System.
|
HoverTimerDestroy()
Declaration
protected void HoverTimerDestroy()
HoverTimerRestart()
Declaration
protected void HoverTimerRestart()
HoverTimerStart()
Declaration
protected void HoverTimerStart()
HoverTimerStop()
Declaration
protected void HoverTimerStop()
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
Overrides
OnDropDownContentChanged(Object, Object)
Declaration
protected virtual void OnDropDownContentChanged(object oldValue, object newValue)
Parameters
System.
|
System.
|
OnDropDownContentTemplateChanged(DataTemplate, DataTemplate)
Declaration
protected virtual void OnDropDownContentTemplateChanged(DataTemplate oldValue, DataTemplate newValue)
Parameters
Microsoft.
|
Microsoft.
|
OnDropDownContentTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector)
Declaration
protected virtual void OnDropDownContentTemplateSelectorChanged(DataTemplateSelector oldValue, DataTemplateSelector newValue)
Parameters
Microsoft.
|
Microsoft.
|
OnDropDownPlacementChanged(DataTemplate, DataTemplate)
Declaration
protected virtual void OnDropDownPlacementChanged(DataTemplate oldValue, DataTemplate newValue)
Parameters
Microsoft.
|
Microsoft.
|
OnHoverTimerTick(Object, Object)
Declaration
protected void OnHoverTimerTick(object sender, object e)
Parameters
System.
|
System.
|
OnIsOpenChanged(Boolean, Boolean)
Declaration
protected virtual void OnIsOpenChanged(bool newValue, bool oldValue)
Parameters
System.
|
System.
|
OnPointerEntered(PointerRoutedEventArgs)
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnPointerExited(PointerRoutedEventArgs)
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnPointerMoved(PointerRoutedEventArgs)
Declaration
protected override void OnPointerMoved(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnPointerPressed(PointerRoutedEventArgs)
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
Events
DropDownClosed
Declaration
public event RoutedEventHandler DropDownClosed
Event Type
Microsoft.
|
DropDownOpened
Declaration
public event RoutedEventHandler DropDownOpened
Event Type
Microsoft.
|
DropDownOpening
Declaration
public event RoutedEventHandler DropDownOpening
Event Type
Microsoft.
|