Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

[DefaultValue(null)]
public Type DesignTimeElementType { get; set; }

Property Value

Type Default Description
Type *null*

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