Interface IRadDropDownButton
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadDropDownButton : IRadButton, IButton, IButtonBase, IContentControl, IControl, IFrameworkElement, ITargetElement
Properties
CloseOnEscape
Declaration
bool CloseOnEscape { get; set; }
Property Value
System.Boolean
|
DropDownIndicatorVisibility
DropDownPopupElement
IsPopupOpen
Declaration
bool IsPopupOpen { get; }
Property Value
System.Boolean
|
Methods
Toggle()
Declaration
void Toggle()