A newer version of this page is available.
Switch to the current version.
BootstrapAccordionGroupCollection.FindByText(String) Method
Returns a group object with the specified NavBarGroup.Text property value.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public BootstrapAccordionGroup FindByText(
string text
)
Public Function FindByText(
text As String
) As BootstrapAccordionGroup
Parameters
Name | Type | Description |
---|---|---|
text | String | A String value representing the NavBarGroup.Text property value of the required group. |
Returns
Type | Description |
---|---|
BootstrapAccordionGroup | A BootstrapAccordionGroup object with a specific value of the NavBarGroup.Text property. |
Remarks
Use this method to obtain a group specified by a display text assigned to its NavBarGroup.Text property.
See Also
Feedback