FieldTemplateUserControl.FieldValueEditString Property       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the string representation of the value of a column in the current row when the row is in edit mode.
public:
 virtual property System::String ^ FieldValueEditString { System::String ^ get(); };
	public virtual string FieldValueEditString { get; }
	[System.ComponentModel.Browsable(false)]
public virtual string FieldValueEditString { get; }
	member this.FieldValueEditString : string
	[<System.ComponentModel.Browsable(false)>]
member this.FieldValueEditString : string
	Public Overridable ReadOnly Property FieldValueEditString As String
	Property Value
The value of the column in the row that is edited.
- Attributes
 
Remarks
If formatting is enabled the string is formatted after editing.