LinqInstantFeedbackSource.DesignTimeElementType Property
Specifies the type of objects that will be retrieved from a data source, at design time.
Namespace: DevExpress.Data.Linq
Assembly: DevExpress.Data.v24.2.dll
Declaration
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