Click or drag to resize
NumericTextBoxSettingCulture Property
Gets or sets the culture used by NumericTextBoxSetting to format the numburs.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public CultureInfo Culture { get; set; }

Property Value

Type: CultureInfo
A CultureInfo object that represents the current culture used. The default value is System.Threading.Thread.CurrentThread.CurrentUICulture.

Implements

IKaxNumericTextBoxCulture
See Also