GrapeCity MultiRow Windows Forms Documentation
FormattedValue Property (DomainUpDownEditingControl)


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

Property Value

A System.Object that represents the editing value of the editing control.
Remarks
This property is automatically initialized when a DomainUpDownCell 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

DomainUpDownEditingControl Class
DomainUpDownEditingControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.