Xceed Grid for WinForms v4.3 Documentation
NullText Property (CellTextFormatInfo)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > CellTextFormatInfo Class : NullText Property
Gets the text that is displayed when the text to display in the Xceed.Grid.Viewers.CellViewerManager is equal to NullValue.
Syntax
'Declaration
 
Public Overridable ReadOnly Property NullText As String
'Usage
 
Dim instance As CellTextFormatInfo
Dim value As String
 
value = instance.NullText
public virtual string NullText {get;}

Property Value

A string representing the text that is displayed when the text to display in the Xceed.Grid.Viewers.CellViewerManager is equal to NullValue. By default, string.Empty.
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

CellTextFormatInfo Class
CellTextFormatInfo Members