Sets the culture used to display the value in the C1NumericBox.

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

Syntax

C#
public CultureInfo Culture { get; set; }
Visual Basic
Public Property Culture As CultureInfo
	Get
	Set

Remarks

This is a dependency property.

See Also