Back to Devexpress

ServerViewPropertiesCollection.Item[Int32] Property

xpo-devexpress-dot-xpo-dot-serverviewpropertiescollection-dot-item-x28-system-dot-int32-x29.md

latest1.4 KB
Original Source

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

csharp
public ServerViewProperty this[int index] { get; }
vb
Public ReadOnly Property Item(index As Integer) As ServerViewProperty

Parameters

NameTypeDescription
indexInt32

An integer value that specifies an item’s index.

|

Property Value

TypeDescription
ServerViewProperty

A ServerViewProperty item that has the specified index.

|

See Also

ServerViewPropertiesCollection Class

ServerViewPropertiesCollection Members

DevExpress.Xpo Namespace