Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / CellTextFormatInfo Class / NullValue Property


In This Topic
    NullValue Property (CellTextFormatInfo)
    In This Topic
    Gets the a null reference (Nothing in Visual Basic) value of the cell or column from which the CellTextFormatInfo was created.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property NullValue As Object
    'Usage
     
    Dim instance As CellTextFormatInfo
    Dim value As Object
     
    value = instance.NullValue
    public virtual object NullValue {get;}

    Property Value

    A value representing the a null reference (Nothing in Visual Basic) value of the cell or column from which the CellTextFormatInfo was created. By default, a null reference (Nothing in Visual Basic).
    Remarks

    If the text to display by the CellViewerManager is equal to NullValue, NullText will be displayed in the Xceed.Grid.Viewers.CellViewerManager.

    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