ClassRadRibbonBarGroup
Represents the RadRibbonBarGroup class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadRibbonBarGroup : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadRibbonBarGroup
Inherited Members
Constructors
RadRibbonBarGroup()
Initializes a new instance of the RadRibbonBarGroup class.
Declaration
public RadRibbonBarGroup()
RadRibbonBarGroup(Element)
Initializes a new instance of the RadRibbonBarGroup class.
Properties
ClientSideLocator
Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
Enabled
Get whether the group is enabled.
EnabledLauncher
Get whether the launcher is enabled for the group.
GroupIndex
Get the index of the group.
ItemCount
Get the number of the items in the group.
LocatorExpression
Get the FindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
ParentTab
Get the parent ribbonBar tab.
Declaration
public RadRibbonBarTab ParentTab { get; }
Property Value
Methods
AssignElement(Element)
Assign the DOM element to be the RadRibbonBarGroup control.
Declaration
public override void AssignElement(Element e)
Parameters
e
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.