Back to Devexpress

EntityInstantFeedbackSource.DesignTimeElementType Property

corelibraries-devexpress-dot-data-dot-linq-dot-entityinstantfeedbacksource-85470449.md

latest1.4 KB
Original Source

EntityInstantFeedbackSource.DesignTimeElementType Property

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

Namespace : DevExpress.Data.Linq

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

EntityInstantFeedbackSource Class

EntityInstantFeedbackSource Members

DevExpress.Data.Linq Namespace