ExpressionEditorAttribute.EditorTypeName Property

Definition

Used by an expression editor to retrieve the editor type name.

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

Property Value

The name of the editor type.

Remarks

Use the EditorTypeName property to retrieve the name of the type of editor that is associated with this instance of the ExpressionEditorAttribute class.

Applies to