Table of Contents

Property NumberStyles

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

NumberStyles

Gets or sets a bitwise combination of NumberStyles values that indicates the permitted format of the text.

[Browsable(false)]
public virtual NumberStyles? NumberStyles { get; set; }

Property Value

NumberStyles?

Remarks

Default value is null. TextBox behavior is not affected by this property, you can use it if TextBox edits a number value or for any other purposes.