Back to Devexpress

XPView.Properties Property

xpo-devexpress-dot-xpo-dot-xpview-9a5d2ffc.md

latest1.2 KB
Original Source

XPView.Properties Property

Gets a collection of ViewProperty objects that represent view columns.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public ViewPropertiesCollection Properties { get; }
vb
Public ReadOnly Property Properties As ViewPropertiesCollection

Property Value

TypeDescription
ViewPropertiesCollection

A ViewPropertiesCollection object which represents the collection of ViewProperty objects.

|

See Also

AddProperty

XPView Class

XPView Members

DevExpress.Xpo Namespace