Interface IRadSplitButton
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadSplitButton : IContentControl, IControl, IFrameworkElement, ITargetElement
Properties
ButtonElement
CloseOnEscape
Declaration
bool CloseOnEscape { get; set; }
Property Value
System.Boolean
|
DropDownElement
DropDownHeight
Declaration
double DropDownHeight { get; set; }
Property Value
System.Double
|
DropDownIndicatorElement
DropDownPopupElement
DropDownWidth
Declaration
double DropDownWidth { get; set; }
Property Value
System.Double
|
IsChecked
Declaration
bool IsChecked { get; set; }
Property Value
System.Boolean
|
IsToggle
Declaration
bool IsToggle { get; set; }
Property Value
System.Boolean
|
Methods
ToggleDropDown()
Declaration
void ToggleDropDown()