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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.