Back to Devexpress

PLinqInstantFeedbackSource.DesignTimeElementType Property

corelibraries-devexpress-dot-data-dot-plinq-dot-plinqinstantfeedbacksource-9d6983d6.md

latest1.4 KB
Original Source

PLinqInstantFeedbackSource.DesignTimeElementType Property

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

Namespace : DevExpress.Data.PLinq

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

PLinqInstantFeedbackSource Class

PLinqInstantFeedbackSource Members

DevExpress.Data.PLinq Namespace