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

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.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