Interface ITypeEditor
Represents the ITypeEditor Interface
Assembly: Syncfusion.PropertyGrid.Wpf.dll
Syntax
public interface ITypeEditor
Methods
Attach(PropertyViewItem, PropertyItem)
Declaration
void Attach(PropertyViewItem property, PropertyItem info)
Parameters
Create(PropertyInfo)
Declaration
object Create(PropertyInfo PropertyInfo)
Parameters
Type |
Name |
Description |
System.Reflection.PropertyInfo |
PropertyInfo |
|
Returns
Type |
Description |
System.Object |
|
Detach(PropertyViewItem)
Represents the Detach method
Declaration
void Detach(PropertyViewItem property)
Parameters