'Declaration Public MustInherit Class TypeEditor(Of T As {New, FrameworkElement}) Implements ITypeEditor
'Usage Dim instance As TypeEditor(Of T)
public abstract class TypeEditor<T> : ITypeEditor where T: new(), FrameworkElement
Represents a generic type definition of the base editor class of the built-in PropertyGrid editors.
'Declaration Public MustInherit Class TypeEditor(Of T As {New, FrameworkElement}) Implements ITypeEditor
'Usage Dim instance As TypeEditor(Of T)
public abstract class TypeEditor<T> : ITypeEditor where T: new(), FrameworkElement
System.Object
Xceed.Wpf.Toolkit.PropertyGrid.Editors.TypeEditor<T>
Xceed.Wpf.Toolkit.PropertyGrid.Editors.CheckBoxEditor
Xceed.Wpf.Toolkit.PropertyGrid.Editors.CollectionEditor
Xceed.Wpf.Toolkit.PropertyGrid.Editors.ColorEditor
Xceed.Wpf.Toolkit.PropertyGrid.Editors.ComboBoxEditor
Xceed.Wpf.Toolkit.PropertyGrid.Editors.EnumCheckComboBoxEditor
Xceed.Wpf.Toolkit.PropertyGrid.Editors.FileEditor
Xceed.Wpf.Toolkit.PropertyGrid.Editors.ItemsSourceAttributeEditor
Xceed.Wpf.Toolkit.PropertyGrid.Editors.MaskedTextBoxEditor
Xceed.Wpf.Toolkit.PropertyGrid.Editors.PasswordEditor
Xceed.Wpf.Toolkit.PropertyGrid.Editors.PrimitiveTypeCollectionEditor
Xceed.Wpf.Toolkit.PropertyGrid.Editors.TextBlockEditor
Xceed.Wpf.Toolkit.PropertyGrid.Editors.TextBoxEditor
Xceed.Wpf.Toolkit.PropertyGrid.Editors.UpDownEditor<TEditor,TType>
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2