Back to Devexpress

XPServerModeView.Properties Property

xpo-devexpress-dot-xpo-dot-xpservermodeview-06b40195.md

latest1.3 KB
Original Source

XPServerModeView.Properties Property

Gets a ServerViewPropertiesCollection object that contains information on a persistent type’s property names, criteria, and sort order.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

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

Property Value

TypeDescription
ServerViewPropertiesCollection

A ServerViewProperty object collection that contains information on a persistent type’s property names, criteria, and sort order.

|

See Also

XPServerModeView Class

XPServerModeView Members

DevExpress.Xpo Namespace