Class RadSplitButtonElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadSplitButtonElement : RadDropDownButtonElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IDropDownMenuOwner, ISiteProvider, IItemsOwner, IImageElement
Constructors
RadSplitButtonElement()
Declaration
public RadSplitButtonElement()
Properties
ButtonSeparator
Get or sets the item that is separating the action part and the arrow part of the button.
Declaration
public LightVisualElement ButtonSeparator { get; }
Property Value
LightVisualElement
|
DefaultItem
Get or sets the item that is activated when the button portion of the RadSplitButtonElement is clicked or selected and Enter is pressed.
Declaration
public RadItem DefaultItem { get; set; }
Property Value
RadItem
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnDefaultItemChanged(EventArgs)
Raises the DropDownItemClicked event.
Declaration
protected virtual void OnDefaultItemChanged(EventArgs e)
Parameters
System.EventArgs
e
|
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
Events
DefaultItemChanged
Occurs when the default item is changed.
Declaration
public event EventHandler DefaultItemChanged
Event Type
System.EventHandler
|