Full type name (including namespace) and assembly name of an Editor to use for the property (in the format: typename,assemblyname). If not specified, an appropriate editor will automatically be used. An Editor provides a custom GUI used to select a new value for the property.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string OverrideEditorType { get; set; }
Visual Basic
Public Property OverrideEditorType As String
	Get
	Set
JScript
function get OverrideEditorType () : String
function set OverrideEditorType (value : String)

See Also