Xceed Grid for WinForms v4.3 Documentation
GetDisplayTextCore Method (ColumnManagerCell)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > ColumnManagerCell Class : GetDisplayTextCore Method
Retrieves the formatted text to paint in the cell. This does not necessarily correspond to Title.
Syntax
'Declaration
 
Protected Friend Overrides Function GetDisplayTextCore() As String
'Usage
 
Dim instance As ColumnManagerCell
Dim value As String
 
value = instance.GetDisplayTextCore()
protected internal override string GetDisplayTextCore()

Return Value

The formatted text to paint in the cell. The value.ToString() is returned. If the cell Value is a null reference (Nothing in Visual Basic), string.empty is returned.
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

ColumnManagerCell Class
ColumnManagerCell Members
Base Implementation in GetDisplayTextCore