Xceed Toolkit Plus for WPF v4.6 Documentation
ElementType Property (WcfDataServicesDataSourceProvider)


Xceed.Wpf.ListBox Assembly > Xceed.Wpf.Data Namespace > WcfDataServicesDataSourceProvider Class : ElementType Property
Gets the type of the elements in the data source.
Syntax
'Declaration
 
Protected Friend Overrides NotOverridable ReadOnly Property ElementType As Type
'Usage
 
Dim instance As WcfDataServicesDataSourceProvider
Dim value As Type
 
value = instance.ElementType
protected internal override Type ElementType {get;}

Property Value

The Type of the elements in the data source.

The default value of this property depends on the value returned by the ElementType  property of the DataServiceQuery wrapped by the data-source provider.

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WcfDataServicesDataSourceProvider Class
WcfDataServicesDataSourceProvider Members
Base Implementation in ElementType