Format the value of the cell using the column format.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public virtual Object FormatValue(
	Object value
)
Visual Basic
Public Overridable Function FormatValue ( _
	value As Object _
) As Object
JScript
public function FormatValue(
	value : Object
) : Object

Parameters

value
Type: System..::..Object

Implements

IDataGridColumn..::..FormatValue(Object)

See Also