ServerViewPropertiesCollection.Item[Int32] Property
In This Article
Gets an item that has the specified index from the ServerViewPropertiesCollection.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public ServerViewProperty this[int index] { get; }
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value that specifies an item’s index. |
#Property Value
Type | Description |
---|---|
Server |
A Server |
See Also