Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

ServerViewPropertiesCollection.Item[Int32] Property

Gets an item that has the specified index from the ServerViewPropertiesCollection.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

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
ServerViewProperty

A ServerViewProperty item that has the specified index.

See Also