Gets or sets the format pattern to display the date value.

Namespace:  C1.Web.UI.Controls.C1Input
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute(typeof(string), "d")]
[JsonAttribute(true, true, "d")]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[C1CategoryAttribute("Category.Date")]
[BindableAttribute(false)]
public string DateFormat { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(GetType(String), "d")> _
<JsonAttribute(True, True, "d")> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<C1CategoryAttribute("Category.Date")> _
<BindableAttribute(False)> _
Public Property DateFormat As String
	Get
	Set

Remarks

The default value is d.

See Also