Skip to content

IntegerEditorAttribute.AllowNegativesByDefault property

Gets or sets a value indicating whether editors should allow negatives by default. This is a global setting that controls the default of the AllowNegatives property in this attribute.

public static bool AllowNegativesByDefault { get; set; }

Property Value

true if editors should allow negatives by default; otherwise, false.

See Also