ClassEditorSplitButton
RadEditor for the ASP.NET AJAX: EditorSplitButton wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class EditorSplitButton : HtmlAnchor
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlAnchorEditorSplitButton
Inherited Members
Constructors
EditorSplitButton()
Initializes a new instance of the EditorSplitButton class.
Declaration
public EditorSplitButton()
EditorSplitButton(Element)
Initializes a new instance of the EditorSplitButton class.
Properties
ClientSideLocator
Gets the client-side code that defines the RadEditor splitbutton.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
Color
Gets/Sets the color of the tool(if it has).
CommandName
The Command name.
EditorId
Gets the parent Editor ID.
Enabled
Determines or set whether RadEditorSplitButton is enabled.
IsExpanded
Determines whether RadEditorSplitButton is expanded.
IsOn
Determines whether RadEditorSplitButton is on.
ItemCount
Gets the number of items.
ItemsPerRow
Gets the number of items per row.
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for a EditorSplitButton.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
SelectedIndex
Gets/Sets selected index of slit button.
TableHelperClicked
Determines whether the table helper is clicked.
TableHelperSelectedIndex
Gets/Sets the table helper active index.
Methods
AssignElement(Element)
Assign the control element.
Declaration
public override void AssignElement(Element e)
Parameters
e
The underlying element object.
Overrides
ControlAssert()
Gets RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
SelectItem(int)
Selects item.
Declaration
public void SelectItem(int index)
Parameters
index
The index of item.
SelectItemOfTableHelper(int)
Selects item of table helper.
Declaration
public void SelectItemOfTableHelper(int index)
Parameters
index
The index of item.