FieldTemplateUserControl.FieldValueEditString Property

 

Gets the string representation of the value of a column in the current row when the row is in edit mode.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

[BrowsableAttribute(false)]
public virtual string FieldValueEditString { get; }

Property Value

Type: System.String

The value of the column in the row that is edited.

If formatting is enabled the string is formatted after editing.

.NET Framework
Available since 3.5
Return to top
Show: