Xceed Grid for WinForms v4.3 Documentation
AmbientNullValue Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > Cell Class : AmbientNullValue Property
Gets the ambient value of the cell's NullValue property.
Syntax
'Declaration
 
Protected Overridable ReadOnly Property AmbientNullValue As Object
'Usage
 
Dim instance As Cell
Dim value As Object
 
value = instance.AmbientNullValue
protected virtual object AmbientNullValue {get;}

Property Value

A value representing the a null reference (Nothing in Visual Basic) value of the cell.
Remarks

The ambient value is inherited from the Cell's parent in the case where its own NullValue property is not explicitly set.

If the value of the IsNullValueAmbient property is true then both the AmbientNullValue and NullValue properties will return the same value.

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

Cell Class
Cell Members