Skip to main content

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

NuGet Package: DevExpress.Data

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