RadDropDownButton
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class RadDropDownButton : RadButton, IAutomationPeer, IPeerConverter, IRadDropDownButton, IRadButton, IButton, IButtonBase, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlButtonBaseButtonRadButtonRadDropDownButton...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public RadDropDownButton()
Properties
C#
public TimeSpan AutoOpenDelay { get; set; }
C#
public bool CloseOnEscape { get; set; }
Implements:
C#
public double DropDownHeight { get; set; }
C#
public Visibility DropDownIndicatorVisibility { get; }
Implements:
C#
[Obsolete("The property is deprecated. Please use DropDownPopupElement instead.")]
public Popup DropDownPopup { get; }
C#
public IPopup DropDownPopupElement { get; }
Implements:
C#
public double DropDownWidth { get; set; }
C#
public bool IsPopupOpen { get; }
Implements:
Methods
C#
public void Toggle()
Implements: