ClassRadSplitButton
Represents the RadSplitButton for Wpf control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadSplitButton : ContentControl, IAutomationPeer, IPeerConverter, IRadSplitButton, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlRadSplitButton
Derived Classes:
Implements:
Inherited Members
Constructors
RadSplitButton()
Initializes a new instance of the RadSplitButton class.
Declaration
public RadSplitButton()
Properties
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
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
DropDownIndicatorElement
Get the drop down indicator of the split button.
Declaration
public FrameworkElement DropDownIndicatorElement { get; }
Property Value
Implements
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