ServerViewPropertiesCollection.Item[Int32] Property
Gets an item that has the specified index from the ServerViewPropertiesCollection.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
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