ClassRadToolBarButton
Class
Represents the RadToolBarButton class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class RadToolBarButton : RadToolBarItem
Inheritance: objectControlHtmlControlHtmlContainerControlRadToolBarItemRadToolBarButton
Inherited Members
Constructors
RadToolBarButton()
Initializes a new instance of the RadToolBarButton class.
Declaration
cs-api-definition
public RadToolBarButton()
RadToolBarButton(Element)
Initializes a new instance of the RadToolBarButton class.
Properties
AllowSelfUNCheck
Gets whether the toolbar item AllowSelfUnCheck property is set.
CheckOnClick
Get whether the toolbar item CheckOnClick property is set.
Checked
Get whether the toolbar item is checked.
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