Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Cell Class / AmbientNullText Property


In This Topic
    AmbientNullText Property
    In This Topic
    Gets the ambient value of the cell's NullText property.
    Syntax
    'Declaration
     
    Protected Overridable ReadOnly Property AmbientNullText As String
    'Usage
     
    Dim instance As Cell
    Dim value As String
     
    value = instance.AmbientNullText
    protected virtual string AmbientNullText {get;}

    Property Value

    A string representing the text that is displated when the cell contains a null reference (Nothing in Visual Basic).
    Remarks

    The ambient null text is the text inherited from the cell's parent in the case where its own NullText property is not explicitly set.

    If the value of the IsNullTextAmbient property is true then both the AmbientNullText and NullText 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