Class RadDropDownButton
Inheritance
System.Object
RadDropDownButton
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadDropDownButton : RadButton, IAutomationPeer, IPeerConverter, IRadDropDownButton, IRadButton, IButton, IButtonBase, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
RadDropDownButton()
Declaration
public RadDropDownButton()
Properties
AutoOpenDelay
CloseOnEscape
Declaration
public bool CloseOnEscape { get; set; }
Property Value
System.Boolean
|
Implements
DropDownHeight
Declaration
public double DropDownHeight { get; set; }
Property Value
System.Double
|
DropDownIndicatorVisibility
Declaration
public Visibility DropDownIndicatorVisibility { get; }
Property Value
Visibility
|
Implements
DropDownPopup
Declaration
[Obsolete("The property is deprecated. Please use DropDownPopupElement instead.")]
public Popup DropDownPopup { get; }
Property Value
Popup
|
DropDownPopupElement
DropDownWidth
Declaration
public double DropDownWidth { get; set; }
Property Value
System.Double
|
IsPopupOpen
Declaration
public bool IsPopupOpen { get; }
Property Value
System.Boolean
|