GrapeCity MultiRow Windows Forms Documentation
EditingCellFormattedValue Property (CheckBoxCell)


Gets or sets the formatted value of the cell.
Syntax
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
Public Overridable Property EditingCellFormattedValue As Object
Dim instance As CheckBoxCell
Dim value As Object
 
instance.EditingCellFormattedValue = value
 
value = instance.EditingCellFormattedValue
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
[Browsable(false)]
public virtual object EditingCellFormattedValue {get; set;}

Property Value

A System.Object that represents the cell's value. The default is a null reference (Nothing in Visual Basic).
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

CheckBoxCell Class
CheckBoxCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.