DataGridViewComboBoxEditingControl.EditingControlFormattedValue 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 or sets the formatted representation of the current value of the control.
public:
virtual property System::Object ^ EditingControlFormattedValue { System::Object ^ get(); void set(System::Object ^ value); };
public virtual object EditingControlFormattedValue { get; set; }
member this.EditingControlFormattedValue : obj with get, set
Public Overridable Property EditingControlFormattedValue As Object
Property Value
An object representing the current value of this control.
Implements
Remarks
The Text property contains the actual data contained in the control. This data is the string shown in the text box portion of the control. In contrast, the GetEditingControlFormattedValue method returns the formatted representation of this string. Because a combo box uses plain text strings, these two properties are essentially the same.