Back to Devexpress

ODataInstantFeedbackSource.DesignTimeElementType Property

corelibraries-devexpress-dot-data-dot-odatalinq-dot-odatainstantfeedbacksource-ac0dc774.md

latest1.4 KB
Original Source

ODataInstantFeedbackSource.DesignTimeElementType Property

Specifies the type of objects that will be retrieved from a data source at design time.

Namespace : DevExpress.Data.ODataLinq

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[DefaultValue(null)]
public Type DesignTimeElementType { get; set; }
vb
<DefaultValue(Nothing)>
Public Property DesignTimeElementType As Type

Property Value

TypeDefaultDescription
Typenull

A type of objects that will be retrieved from a data source.

|

Remarks

You can specify this property at design time to automatically configure columns of the bound control.

See Also

ODataInstantFeedbackSource Class

ODataInstantFeedbackSource Members

DevExpress.Data.ODataLinq Namespace