Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ServerViewPropertiesCollection.Item[Int32] Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.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
ServerViewProperty

A ServerViewProperty item that has the specified index.

See Also