In This Article

NullablePointPropertyEditor Class

Represents a PropertyEditor for editing a nullable Point value with a PointEditBox.

public class NullablePointPropertyEditor : PointPropertyEditor
Inheritance:
object ObservableObjectBase PropertyEditor PropertyEditorBase PartEditBoxPropertyEditorBase PointPropertyEditor object

Constructors

NullablePointPropertyEditor()

Initializes an instance of the class.

public NullablePointPropertyEditor()

Properties

IsNullAllowed

Indicates whether null values are allowed to be entered by the user.

public bool IsNullAllowed { get; set; }

Property Value

bool:

true if null values are allowed to be entered by the user; otherwise false. The default value is true.

Inherited Members

Extension Methods