ClassRadDropDownButton
Represents the RadDropDownButton for Wpf control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadDropDownButton : RadButton, IAutomationPeer, IPeerConverter, IRadDropDownButton, IRadButton, IButton, IButtonBase, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlButtonBaseButtonRadButtonRadDropDownButton
Derived Classes:
Implements:
Inherited Members
Constructors
RadDropDownButton()
Initializes a new instance of the RadDropDownButton class.
Declaration
public RadDropDownButton()
Properties
AutoOpenDelay
Gets or sets whether the popup opens when mouse hovers for pointed milliseconds. Value of zero means no auto open.
CloseOnEscape
Gets or sets whether the popup closes when the Escape key toggles.
Declaration
public bool CloseOnEscape { get; set; }
Property Value
Implements
DropDownHeight
Gets or sets the Height of the popup.
DropDownIndicatorVisibility
Gets the DropDown indicator visibility.
Declaration
public Visibility DropDownIndicatorVisibility { get; }
Property Value
Implements
DropDownPopupElement
Get the popup of the drop down button.
Declaration
public IPopup DropDownPopupElement { get; }
Property Value
Implements
DropDownWidth
Gets or sets the Width of the popup.
IsPopupOpen
Gets whether the drop down popup is open.