RadSplitButton
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class RadSplitButton : ContentControl, IAutomationPeer, IPeerConverter, IRadSplitButton, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadSplitButton...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public RadSplitButton()
Properties
C#
[Obsolete("The property is deprecated. Please use ButtonElement instead.")]
public RadButton Button { get; }
C#
public IRadButton ButtonElement { get; }
Implements:
C#
public bool CloseOnEscape { get; set; }
Implements:
C#
[Obsolete("The property is deprecated. Please use DropDownElement instead.")]
public RadToggleButton DropDown { get; }
C#
public IRadToggleButton DropDownElement { get; }
Implements:
C#
public double DropDownHeight { get; set; }
Implements:
C#
[Obsolete("The property is deprecated. Please use DropDownIndicatorElement instead.")]
public Path DropDownIndicator { get; }
C#
public FrameworkElement DropDownIndicatorElement { get; }
Implements:
C#
[Obsolete("The property is deprecated. Please use DropDownPopupElement instead.")]
public Popup DropDownPopup { get; }
C#
public IPopup DropDownPopupElement { get; }
Implements:
C#
public double DropDownWidth { get; set; }
Implements:
Methods
C#
public void ToggleDropDown()
Implements: