ClassRadToolBarSplitButton
Class
Represents the RadToolBar SplitButton control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class RadToolBarSplitButton : RadToolBarItem
Inheritance: objectControlHtmlControlHtmlContainerControlRadToolBarItemRadToolBarSplitButton
Inherited Members
Constructors
RadToolBarSplitButton()
Initializes a new instance of the RadToolBarSplitButton class.
Declaration
cs-api-definition
public RadToolBarSplitButton()
RadToolBarSplitButton(Element)
Initializes a new instance of the RadToolBarSplitButton class.
Declaration
cs-api-definition
public RadToolBarSplitButton(Element element)
Parameters
element
Properties
ButtonCount
Get the button count of the drop down.
DropDownVisible
Get whether the drop down is opened.
LocatorExpression
Get the FindExpression that defines the pattern for a toolbar split button.
Declaration
cs-api-definition
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign the DOM element to be the ToolBar control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
Overrides