GrapeCity MultiRow Windows Forms Documentation
FormattedValue Property (ComboBoxEditingControl)


Gets or sets the formatted value of the editing control.
Syntax
Public Overridable Property FormattedValue As Object
Dim instance As ComboBoxEditingControl
Dim value As Object
 
instance.FormattedValue = value
 
value = instance.FormattedValue
public virtual object FormattedValue {get; set;}

Property Value

A System.Object value that represents the editing value of the editing control.
Remarks
This property is automatically initialized when a ComboBoxEditingControl enters edit mode.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ComboBoxEditingControl Class
ComboBoxEditingControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.