NewsItemCollection.Item[Int32] Property
In This Article
Provides indexed access to individual items in the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | A zero-based integer that identifies the item within the collection. |
#Property Value
Type | Description |
---|---|
News |
A News |
See Also