Interface ITypeCustomEditor
Represents the interface ITypeCustomEditor
Namespace: Syncfusion.Windows.PropertyGrid
Assembly: Syncfusion.PropertyGrid.Wpf.dll
Syntax
public interface ITypeCustomEditor
Properties
Editor
Get and set the Editor
Declaration
ITypeEditor Editor { get; set; }
Property Value
Type |
---|
ITypeEditor |
EditorType
Gets or sets the value that represents the type of the editor for the properties configured.
Declaration
Type EditorType { get; set; }
Property Value
Type | Description |
---|---|
System.Type | Default value is null. |
Remarks
New editor instance is created for each properties configured. When both EditorType and Editor is specified, EditorType property has more precedence then Editor property. Use Editor to configure same editor for specified properties.
HasPropertyType
Get and set the HasPropertyType
Declaration
bool HasPropertyType { get; set; }
Property Value
Type |
---|
System.Boolean |
Properties
Get and set the Properties values
Declaration
ObservableCollection<string> Properties { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<System.String> |
PropertyType
Get and set the PropertyType
Declaration
Type PropertyType { get; set; }
Property Value
Type |
---|
System.Type |