Back to Devexpress

WcfInstantFeedbackSource.DesignTimeElementType Property

corelibraries-devexpress-dot-data-dot-wcflinq-dot-wcfinstantfeedbacksource-88128c70.md

latest1.4 KB
Original Source

WcfInstantFeedbackSource.DesignTimeElementType Property

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

Namespace : DevExpress.Data.WcfLinq

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

WcfInstantFeedbackSource Class

WcfInstantFeedbackSource Members

DevExpress.Data.WcfLinq Namespace