Class RadSplitButton
Inheritance
System.Object
RadSplitButton
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadSplitButton : ContentControl, IAutomationPeer, IPeerConverter, IRadSplitButton, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
RadSplitButton()
Declaration
public RadSplitButton()
Properties
Button
Declaration
[Obsolete("The property is deprecated. Please use ButtonElement instead.")]
public RadButton Button { get; }
Property Value
RadButton
|
ButtonElement
CloseOnEscape
Declaration
public bool CloseOnEscape { get; set; }
Property Value
System.Boolean
|
Implements
DropDown
Declaration
[Obsolete("The property is deprecated. Please use DropDownElement instead.")]
public RadToggleButton DropDown { get; }
Property Value
RadToggleButton
|
DropDownElement
Declaration
public IRadToggleButton DropDownElement { get; }
Property Value
IRadToggleButton
|
Implements
DropDownHeight
Declaration
public double DropDownHeight { get; set; }
Property Value
System.Double
|
Implements
DropDownIndicator
Declaration
[Obsolete("The property is deprecated. Please use DropDownIndicatorElement instead.")]
public Path DropDownIndicator { get; }
Property Value
Path
|
DropDownIndicatorElement
Declaration
public FrameworkElement DropDownIndicatorElement { get; }
Property Value
FrameworkElement
|
Implements
DropDownPopup
Declaration
[Obsolete("The property is deprecated. Please use DropDownPopupElement instead.")]
public Popup DropDownPopup { get; }
Property Value
Popup
|
DropDownPopupElement
DropDownWidth
Declaration
public double DropDownWidth { get; set; }
Property Value
System.Double
|
Implements
IsChecked
Declaration
public bool IsChecked { get; set; }
Property Value
System.Boolean
|
Implements
IsOpen
Declaration
public bool IsOpen { get; set; }
Property Value
System.Boolean
|
IsToggle
Declaration
public bool IsToggle { get; set; }
Property Value
System.Boolean
|