TitleIndexItemCollection.FindByNameOrIndex(String) Method
In This Article
Returns an item object with the specified value of the TitleIndexItem.Name or CollectionItem.Index value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TitleIndexItem FindByNameOrIndex(
string nameOrIndex
)
#Parameters
Name | Type | Description |
---|---|---|
name |
String | A String value representing the name of index of the required item. |
#Returns
Type | Description |
---|---|
Title |
A Title |
#Remarks
Use this method to obtain an item, specifying either its a unique name assigned to the TitleIndexItem.Name property, or its index within the ASPxTitleIndex.Items collection.
See Also