ExpressionEditorAttribute Constructor
.NET Framework 2.0
Initializes a new instance of the ExpressionEditorAttribute class.
Use the ExpressionEditor constructor to initialize an empty instance of the ExpressionEditorAttribute class. To initialize the ExpressionEditorAttribute class using a type object, use the ExpressionEditorAttribute constructor. To initialize the ExpressionEditorAttribute class using a type name, use the ExpressionEditorAttribute constructor.
| Name | Description |
|---|---|
| ExpressionEditorAttribute (String) |
Initializes a new instance of the ExpressionEditorAttribute class using the specified type name.
|
| ExpressionEditorAttribute (Type) |
Initializes a new instance of the ExpressionEditorAttribute class using the specified type object.
|
Community Additions
ADD
Show: