Skip to main content

WcfServerModeSource.ElementType Property

Specifies the type of objects retrieved from a data source.

Namespace: DevExpress.Data.WcfLinq

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

[DefaultValue(null)]
public Type ElementType { get; set; }

#Property Value

Type Default Description
Type null

The type of objects retrieved from a data source.

#Remarks

By default, the element type is retrieved automatically from the WcfServerModeSource.Query object. Use this property when it is required to change the type manually.

See Also