ValueEditor Class

Definition

Represents a value editor

public ref class ValueEditor sealed : System::ComponentModel::ISupportInitialize
[System.Windows.Markup.ContentProperty("Metadata")]
public sealed class ValueEditor : System.ComponentModel.ISupportInitialize
[<System.Windows.Markup.ContentProperty("Metadata")>]
type ValueEditor = class
    interface ISupportInitialize
Public NotInheritable Class ValueEditor
Implements ISupportInitialize
Inheritance
ValueEditor
Attributes
Implements

Constructors

ValueEditor()

Default constructor needed for XAML deserialization.

Properties

DisplayName

The UI display name for the editor

EditorType

The name of this ValueEditor. This field is mandatory and culture invariant.

Metadata

Additional attributes of the editor that are not generic enough to be made properties on this class. This field is optional.

Methods

BeginInit()

See ISupportInitialize.

EndInit()

See ISupportInitialize.

Applies to