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

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public string Format { get; set; }
Visual Basic
Public Property Format As String
	Get
	Set

Remarks

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

See Also