Back to Devexpress

XPInstantFeedbackView.Properties Property

xpo-devexpress-dot-xpo-dot-xpinstantfeedbackview-07ae073a.md

latest1.3 KB
Original Source

XPInstantFeedbackView.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

XPInstantFeedbackView Class

XPInstantFeedbackView Members

DevExpress.Xpo Namespace