Format the value of the cell using the column format.

Namespace: Ico.AnyGlass.AlarmWorX.ViewModel
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

Parameters

value
Type: System..::..Object

Return Value

Implements

IDataGridColumn..::..FormatValue(Object)

See Also