Class SplitButtonCreatingEventArgs
Inheritance
System.Object
SplitButtonCreatingEventArgs
Namespace: Telerik.WinControls.UI.BreadCrumb
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SplitButtonCreatingEventArgs : CancelEventArgs
Constructors
SplitButtonCreatingEventArgs(RadSplitButtonElement, RadTreeNode)
Initializes a new instance of the Split
Declaration
public SplitButtonCreatingEventArgs(RadSplitButtonElement splitButton, RadTreeNode treeNode)
Parameters
Rad |
Rad The associated Rad |
Properties
AssociatedTreeNode
Gets the associated Rad
Declaration
public RadTreeNode AssociatedTreeNode { get; }
Property Value
SplitButtonElement
Gets or sets the Rad
Declaration
public RadSplitButtonElement SplitButtonElement { get; set; }