Back to Devexpress

ODataInstantFeedbackSource.Properties Property

corelibraries-devexpress-dot-data-dot-odatalinq-dot-odatainstantfeedbacksource-98d9672f.md

latest1.4 KB
Original Source

ODataInstantFeedbackSource.Properties Property

Specifies the semicolon-separated list of property names. When the list is not emply, only the listed properties and key fields will be loaded. Otherwise, all properties are loaded.

Namespace : DevExpress.Data.ODataLinq

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[DefaultValue("")]
public string Properties { get; set; }
vb
<DefaultValue("")>
Public Property Properties As String

Property Value

TypeDefaultDescription
StringString.Empty

A string containing the semicolon-separated list of property names.

|

See Also

ODataInstantFeedbackSource Class

ODataInstantFeedbackSource Members

DevExpress.Data.ODataLinq Namespace