IntegerEditorAttribute.AllowNegativesByDefault property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets a value indicating whether editors should allow negatives by default. This is a global setting that controls default of 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