Gets or sets the culture of the control.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public CultureInfo Culture { get; set; } |
Visual Basic
Copy Code
|
---|
Public Property Culture As CultureInfo |
Property Value
Type: CultureInfo An instance of the System.Globalization.CultureInfo class. Default value is CultureInfo.InvariantCulture.
See Also
|