ClassRadRibbonBarSplitButton
Represents the RadRibbonBarSplitButton class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadRibbonBarSplitButton : RadRibbonBarItem
Inheritance: objectControlHtmlControlHtmlContainerControlRadRibbonBarItemRadRibbonBarSplitButton
Inherited Members
Constructors
RadRibbonBarSplitButton()
Initializes a new instance of the RadRibbonBarSplitButton class.
Declaration
public RadRibbonBarSplitButton()
RadRibbonBarSplitButton(Element)
Initializes a new instance of the RadRibbonBarSplitButton class.
Declaration
public RadRibbonBarSplitButton(Element element)
Parameters
element
Properties
EnableButtonSelection
Get whether the split EnableButtonSelection property is true.
ItemCount
Get the number of items.
LocatorExpression
Get the FindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Opened
Get whether the split button is opened.
SelectedButtonIndex
Get whether the selected button index;
Methods
AssignElement(Element)
Assign the DOM element to be the RadRibbonBarSplitButton control.
Declaration
public override void AssignElement(Element e)
Parameters
e
Overrides
Click()
Clicks the ribbonbar split button.
Declaration
public override void Click()
Overrides