ServerViewPropertiesCollection.Item[Int32] Property
Gets an item that has the specified index from the ServerViewPropertiesCollection.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.2.dll
NuGet Package: DevExpress.Xpo
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | An integer value that specifies an item’s index. |
Property Value
| Type | Description |
|---|---|
| ServerViewProperty | A ServerViewProperty item that has the specified index. |
See Also