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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.