NumberStyles Property
See Also 
Xceed.Wpf.Controls Assembly > Xceed.Wpf.Controls Namespace > NumericTextBox Class : NumberStyles Property

Gets or sets a value indicating the number styles that are supported by the numeric text box.

Syntax

Visual Basic (Declaration) 
Public Property NumberStyles As NumberStyles
C# 
public NumberStyles NumberStyles {get; set;}

Return Value

A NumberStyle value that indicates the number styles that are supported by the numeric text box.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also