Gets or sets the list to be edited by the control.

Namespace:  C1.Silverlight.Extended.PropertyGrid
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public IList ItemsSource { get; set; }
Visual Basic
Public Property ItemsSource As IList
	Get
	Set

See Also