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

Declaration

[DefaultValue(null)]
[TypeConverter(typeof(ODataServerModeSourceObjectTypeConverter))]
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