ClassRadToolBarDropDownButton
Class
Represents the RadToolBarDropDownButton class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class RadToolBarDropDownButton : RadToolBarItem
Inheritance: objectControlHtmlControlHtmlContainerControlRadToolBarItemRadToolBarDropDownButton
Inherited Members
Constructors
RadToolBarDropDownButton()
Initializes a new instance of the RadToolBarDropDownButton class.
Declaration
cs-api-definition
public RadToolBarDropDownButton()
RadToolBarDropDownButton(Element)
Initializes a new instance of the RadToolBarDropDownButton class.
Declaration
cs-api-definition
public RadToolBarDropDownButton(Element element)
Parameters
element
Properties
ButtonCount
Get the button count for the drop down.
DropDownVisible
Get whether the drop down is opened.
LocatorExpression
Get the FindExpression that defines the pattern for a toolbar drop down 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