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:
trueifnullvalues are allowed to be entered by the user; otherwisefalse. The default value istrue.
Inherited Members
- PointPropertyEditor.DefaultValue
- PointPropertyEditor.Format
- PointPropertyEditor.HasPopup
- PointPropertyEditor.IsNaNAllowed
- PointPropertyEditor.IsNegativeInfinityAllowed
- PointPropertyEditor.IsPositiveInfinityAllowed
- PointPropertyEditor.LargeChange
- PointPropertyEditor.Maximum
- PointPropertyEditor.Minimum
- PointPropertyEditor.PredefinedValueTemplateKey
- PointPropertyEditor.RoundingDecimalPlace
- PointPropertyEditor.SmallChange
- PointPropertyEditor.SpinnerVisibility
- PartEditBoxPropertyEditorBase.BorderThickness
- PartEditBoxPropertyEditorBase.CommitTriggers
- PartEditBoxPropertyEditorBase.IsArrowKeyPartNavigationEnabled
- PartEditBoxPropertyEditorBase.IsEditable
- PartEditBoxPropertyEditorBase.IsUndoEnabled
- PartEditBoxPropertyEditorBase.PlaceholderText
- PartEditBoxPropertyEditorBase.SpinWrapping
- PartEditBoxPropertyEditorBase.TextAlignment
- PropertyEditorBase.CreateValueTemplate()
- PropertyEditorBase.ValueTemplate
- PropertyEditor.GetIsReadOnly(IPropertyModel)
- PropertyEditor.NameTemplate
- PropertyEditor.NameTemplateKey
- PropertyEditor.NameTemplateSelector
- PropertyEditor.ObjectType
- PropertyEditor.PropertyName
- PropertyEditor.PropertyType
- PropertyEditor.ValueTemplateKey
- PropertyEditor.ValueTemplateKind
- PropertyEditor.ValueTemplateSelector
- ObservableObjectBase.NotifyPropertyChanged(string)
- ObservableObjectBase.OnPropertyChanged(string)
- ObservableObjectBase.OnPropertyChanged(PropertyChangedEventArgs)
- ObservableObjectBase.OnPropertyChanging(string)
- ObservableObjectBase.OnPropertyChanging(PropertyChangingEventArgs)
- ObservableObjectBase.SetProperty<T>(ref T, T, string)
- ObservableObjectBase.PropertyChanged
- ObservableObjectBase.PropertyChanging
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()