Back to Devexpress

ServerViewPropertiesCollection.Item[String] Property

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

latest1.4 KB
Original Source

ServerViewPropertiesCollection.Item[String] Property

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

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public ServerViewProperty this[string name] { get; }
vb
Public ReadOnly Property Item(name As String) As ServerViewProperty

Parameters

NameTypeDescription
nameString

A string value that specifies an item’s name.

|

Property Value

TypeDescription
ServerViewProperty

A ServerViewProperty item that has the specified name.

|

See Also

ServerViewPropertiesCollection Class

ServerViewPropertiesCollection Members

DevExpress.Xpo Namespace