NavBarItemCollection.FindByText(String) Method
In This Article
Returns an item object with the specified NavBarItem.Text property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String value representing the Nav |
#Returns
Type | Description |
---|---|
Nav |
A Nav |
#Remarks
Use this method to obtain an item specified by a display text assigned to its NavBarItem.Text property.
See Also