Xceed Toolkit Plus for WPF v4.6 Documentation
PropertiesSource Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.PropertyGrid Namespace > PropertyGrid Class : PropertiesSource Property
Gets or sets the items source for the properties of the PropertyGrid.
Syntax
'Declaration
 
Public Property PropertiesSource As IEnumerable
'Usage
 
Dim instance As PropertyGrid
Dim value As IEnumerable
 
instance.PropertiesSource = value
 
value = instance.PropertiesSource
public IEnumerable PropertiesSource {get; set;}
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

PropertyGrid Class
PropertyGrid Members