NewsItemCollection.FindByText(String) Method
In This Article
Returns an item by its text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
text | String | A string value that specifies the text of the requested item. |
#Returns
Type | Description |
---|---|
News |
A News |
#Remarks
The FindByText method returns the first item found whose NewsItem.Text property’s value matches the specified string.
See Also