FieldTemplateUserControl.FieldValueEditString Property

Definition

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.

Applies to