Class RadSplitButtonElement
Represents a split button element that combines a button with a dropdown arrow, allowing users to either click the main button area or access a dropdown menu.
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
Gets the visual separator element that divides the main button area from the dropdown arrow area.
Declaration
public LightVisualElement ButtonSeparator { get; }
Property Value
LightVisualElement
A LightVisualElement representing the button separator. |
DefaultItem
Gets or sets the default item that is activated when the main button area is clicked or when Enter is pressed while the button has focus.
Declaration
public RadItem DefaultItem { get; set; }
Property Value
RadItem
A RadItem representing the default action item. The default value is null. |
Methods
CreateChildElements()
Creates the child elements including the separator between the button and dropdown areas.
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnDefaultItemChanged(EventArgs)
Raises the DefaultItemChanged event when the default item is modified.
Declaration
protected virtual void OnDefaultItemChanged(EventArgs e)
Parameters
System.EventArgs
e
The event arguments. |
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
Events
DefaultItemChanged
Occurs when the DefaultItem property value changes.
Declaration
public event EventHandler DefaultItemChanged
Event Type
System.EventHandler
|