ClassRadSplitButton
Represents the RadSplitButton for Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadSplitButton : ContentControl, IAutomationPeer, IPeerConverter, IRadSplitButton, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadSplitButton
Derived Classes:
Implements:
Inherited Members
Constructors
RadSplitButton()
Initializes a new instance of the RadSplitButton class.
Declaration
public RadSplitButton()
Properties
Button
Get the RadButton part of the split button.
Declaration
[Obsolete("The property is deprecated. Please use ButtonElement instead.")]
public RadButton Button { get; }
Property Value
ButtonElement
Get the RadButton part of the split button.
Declaration
public IRadButton ButtonElement { get; }
Property Value
Implements
CloseOnEscape
Gets or sets whether the popup closes when the Escape key toggles.
Declaration
public bool CloseOnEscape { get; set; }
Property Value
Implements
DropDown
Get the RadToggleButton part of the split button.
Declaration
[Obsolete("The property is deprecated. Please use DropDownElement instead.")]
public RadToggleButton DropDown { get; }
Property Value
DropDownElement
Get the RadToggleButton part of the split button.
Declaration
public IRadToggleButton DropDownElement { get; }
Property Value
Implements
DropDownHeight
Gets or sets the drop down height.
Declaration
public double DropDownHeight { get; set; }
Property Value
Implements
DropDownIndicator
Get the drop down indicator of the split button.
Declaration
[Obsolete("The property is deprecated. Please use DropDownIndicatorElement instead.")]
public Path DropDownIndicator { get; }
Property Value
DropDownIndicatorElement
Get the drop down indicator of the split button.
Declaration
public FrameworkElement DropDownIndicatorElement { get; }
Property Value
Implements
DropDownPopup
Get the drop down popup of the split button.
Declaration
[Obsolete("The property is deprecated. Please use DropDownPopupElement instead.")]
public Popup DropDownPopup { get; }
Property Value
DropDownPopupElement
Get the drop down popup of the split button.
Declaration
public IPopup DropDownPopupElement { get; }
Property Value
Implements
DropDownWidth
Gets or sets the drop down width.
Declaration
public double DropDownWidth { get; set; }
Property Value
Implements
IsChecked
Gets or sets whether the button is checked.
IsOpen
Gets or sets whether the popup is open.
Methods
ToggleDropDown()
Opens/closes the drop down of the split button refreshing the popup.
Declaration
public void ToggleDropDown()
Implements