Gets or sets a value indicating whether the formatting string specified by the DataFormatString property is applied to field values when the data-bound control that contains the C1BoundField object is in edit mode.

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

Syntax

C#
[DefaultValueAttribute(false)]
[JsonAttribute(true, true, false)]
public virtual bool ApplyFormatInEditMode { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
<JsonAttribute(True, True, False)> _
Public Overridable Property ApplyFormatInEditMode As Boolean
	Get
	Set

See Also