EditorAttribute.EditorBaseTypeName Property

Definition

Gets the name of the base class or interface serving as a lookup key for this editor.

public:
 property System::String ^ EditorBaseTypeName { System::String ^ get(); };
public string? EditorBaseTypeName { get; }
public string EditorBaseTypeName { get; }
member this.EditorBaseTypeName : string
Public ReadOnly Property EditorBaseTypeName As String

Property Value

The name of the base class or interface serving as a lookup key for this editor.

Remarks

The EditorBaseTypeName property is an assembly qualified type name. The .NET Framework provides both UITypeEditor and ComponentEditor as valid base classes, but any value is valid here.

Applies to