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.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.