Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

[TypeConverter(typeof(WcfServerModeSourceObjectTypeConverter))]
public Type DesignTimeElementType { get; set; }

Property Value

Type Description
Type

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