Class CollectionEditor
Interaction logic for CollectionEditor UI.
Inheritance
System.Object
CollectionEditor
Implements
System.Windows.Markup.IComponentConnector
Namespace: Syncfusion.Windows.PropertyGrid
Assembly: Syncfusion.PropertyGrid.Wpf.dll
Syntax
public class CollectionEditor : Window, IComponentConnector
Constructors
CollectionEditor()
Initializes a new instance of the CollectionEditor class.
Declaration
public CollectionEditor()
CollectionEditor(ItemsSourceControl)
Initializes a new instance of the CollectionEditor class.
Declaration
public CollectionEditor(ItemsSourceControl itemsSourceCtrl)
Parameters
Type | Name | Description |
---|---|---|
ItemsSourceControl | itemsSourceCtrl | The items source CTRL. |
Fields
ItemTypeProperty
Using a DependencyProperty as the backing store for ItemType. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ItemTypeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SelectedObjectProperty
Using a DependencyProperty as the backing store for SelectedObject. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty SelectedObjectProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
ItemType
Gets or sets the type of the item.
Declaration
public List<string> ItemType { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The type of the item. |
SelectedObject
Gets or sets the selected object.
Declaration
public object SelectedObject { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The selected object. |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnClosed(EventArgs)
Raises the System.Windows.Window.Closed event.
Declaration
protected override void OnClosed(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e | An System.EventArgs that contains the event data. |
Implements
System.Windows.Markup.IComponentConnector