Back to Devexpress

ViewPropertiesCollection.Item[String] Property

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

latest1.3 KB
Original Source

ViewPropertiesCollection.Item[String] Property

Returns an item with the specified name.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

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

Parameters

NameTypeDescription
nameString

A string containing the name of the required ViewProperty.

|

Property Value

TypeDescription
ViewProperty

A ViewProperty with the specified name.

|

See Also

ViewPropertiesCollection Class

ViewPropertiesCollection Members

DevExpress.Xpo Namespace