NullableInt32RectPropertyEditor Class
Represents a PropertyEditor for editing a nullable Int32Rect value with a Int32RectEditBox.
public class NullableInt32RectPropertyEditor : Int32RectPropertyEditor
- Inheritance:
- object ObservableObjectBase PropertyEditor PropertyEditorBase PartEditBoxPropertyEditorBase Int32RectPropertyEditor object
Constructors
NullableInt32RectPropertyEditor()
Initializes an instance of the class.
public NullableInt32RectPropertyEditor()
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
- Int32RectPropertyEditor.DefaultValue
- Int32RectPropertyEditor.Format
- Int32RectPropertyEditor.HasPopup
- Int32RectPropertyEditor.LargeChange
- Int32RectPropertyEditor.Maximum
- Int32RectPropertyEditor.Minimum
- Int32RectPropertyEditor.PredefinedValueTemplateKey
- Int32RectPropertyEditor.SmallChange
- Int32RectPropertyEditor.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()