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

ODataInstantFeedbackSource.DesignTimeElementType Property

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

Namespace: DevExpress.Data.ODataLinq

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.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