Class ItemsSourceControl
Represent the ItemsSourceControl
Inheritance
System.Object
ItemsSourceControl
Implements
System.IDisposable
Namespace: Syncfusion.Windows.PropertyGrid
Assembly: Syncfusion.PropertyGrid.Wpf.dll
Syntax
public class ItemsSourceControl : ItemsControl, IDisposable
Constructors
ItemsSourceControl()
Initializes a new instance of the ItemsSourceControl class.
Declaration
public ItemsSourceControl()
Methods
Dispose()
Dispose to clear managed resources.
Declaration
public void Dispose()
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Implements
System.IDisposable