CellElement RepresentValueAsString Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Converts/formats cell object value as string so it can be painted. This implementation relies on column to convert the value. Override to perform cell-specific conversions/formatting

Namespace: NFX.WinForms.Controls.GridKit
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public virtual string RepresentValueAsString(
	Object value
)

Return Value

Type: OnlineString
See Also