In This Article

NullableDoublePropertyEditor Class

Represents a PropertyEditor for editing a nullable Double value with a DoubleEditBox.

public class NullableDoublePropertyEditor : DoublePropertyEditor, INotifyPropertyChanged
Inheritance:
System.Object ObservableObjectBase PropertyEditor PropertyEditorBase PartEditBoxPropertyEditorBase DoublePropertyEditor Object

Constructors

NullableDoublePropertyEditor()

Initializes an instance of the NullableDoublePropertyEditor class.

public NullableDoublePropertyEditor()

Inherited Members