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
ButtonElement
Declaration
public IRadButton ButtonElement { get; }
Property Value
Implements
CloseOnEscape
Declaration
public bool CloseOnEscape { get; set; }
Property Value
System.
|
Implements
DropDown
Declaration
[Obsolete("The property is deprecated. Please use DropDownElement instead.")]
public RadToggleButton DropDown { get; }
Property Value
DropDownElement
Declaration
public IRadToggleButton DropDownElement { get; }
Property Value
Implements
DropDownHeight
Declaration
public double DropDownHeight { get; set; }
Property Value
System.
|
Implements
DropDownIndicator
Declaration
[Obsolete("The property is deprecated. Please use DropDownIndicatorElement instead.")]
public Path DropDownIndicator { get; }
Property Value
DropDownIndicatorElement
Declaration
public FrameworkElement DropDownIndicatorElement { get; }
Property Value
Implements
DropDownPopup
Declaration
[Obsolete("The property is deprecated. Please use DropDownPopupElement instead.")]
public Popup DropDownPopup { get; }
Property Value
DropDownPopupElement
Declaration
public IPopup DropDownPopupElement { get; }
Property Value
Implements
DropDownWidth
Declaration
public double DropDownWidth { get; set; }
Property Value
System.
|
Implements
IsChecked
Declaration
public bool IsChecked { get; set; }
Property Value
System.
|
Implements
IsOpen
Declaration
public bool IsOpen { get; set; }
Property Value
System.
|
IsToggle
Declaration
public bool IsToggle { get; set; }
Property Value
System.
|