Xceed Toolkit Plus for WPF v4.6 Documentation
Type Property (ItemsSourceAttribute)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.PropertyGrid.Attributes Namespace > ItemsSourceAttribute Class : Type Property
Gets or sets the type to use.
Syntax
'Declaration
 
Public Property Type As Type
'Usage
 
Dim instance As ItemsSourceAttribute
Dim value As Type
 
instance.Type = value
 
value = instance.Type
public Type Type {get; set;}

Property Value

The Type.
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

ItemsSourceAttribute Class
ItemsSourceAttribute Members