Gets or sets the value for the Format of the C1NumericBox.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public string Format { get; set; }
Visual Basic
Public Property Format As String
	Get
	Set
XAML Attribute Usage
<object Format="string" .../>

Remarks

The property accepts any standard or custom numeric format supported by the String.Format method.

See Also