Back to Devexpress

ASPxSpinEdit.AllowNull Property

aspnet-devexpress-dot-web-dot-aspxspinedit-386e4f53.md

latest1.2 KB
Original Source

ASPxSpinEdit.AllowNull Property

Gets or sets a value that specifies whether the spin editor allows null values to be entered.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool AllowNull { get; set; }
vb
<DefaultValue(True)>
Public Property AllowNull As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if null values can be entered into the editor, otherwise, false.

|

Remarks

This property is a wrapper of the SpinEditProperties.AllowNull property.

See Also

Spin Editor

ASPxSpinEdit Class

ASPxSpinEdit Members

DevExpress.Web Namespace