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

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