RadSplitButton
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class RadSplitButton : ContentControl, IAutomationPeer, IPeerConverter, IRadSplitButton, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlRadSplitButton...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public RadSplitButton()
Properties
C#
public IRadButton ButtonElement { get; }
Implements:
C#
public bool CloseOnEscape { get; set; }
Implements:
C#
public IRadToggleButton DropDownElement { get; }
Implements:
C#
public double DropDownHeight { get; set; }
Implements:
C#
public FrameworkElement DropDownIndicatorElement { get; }
Implements:
C#
public IPopup DropDownPopupElement { get; }
Implements:
C#
public double DropDownWidth { get; set; }
Implements:
Methods
C#
public void ToggleDropDown()
Implements: