BCGSoft.Controls.Grid Namespace > Cell Class : FormatData Method |
Called to format data to a string to be displayed in cell.
Overload | Description |
---|---|
FormatData(Object) | Formats the specified object to string. |
FormatData() | This version retrieves DataItem from ItemData and calls the first version. |
The default implementation calls Style.FormatData if Style is not null, so the data is formatted according to visual style applied to cell. If Style is null, this method calls ToString () override for the data.
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