Back to Devexpress

LinqInstantFeedbackSource.DesignTimeElementType Property

corelibraries-devexpress-dot-data-dot-linq-dot-linqinstantfeedbacksource-9b1b4309.md

latest1.3 KB
Original Source

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

LinqInstantFeedbackSource Class

LinqInstantFeedbackSource Members

DevExpress.Data.Linq Namespace