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

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

This is a dependency property.

See Also