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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
[TypeConverter(typeof(ODataServerModeSourceObjectTypeConverter))]
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