MobileForms Toolkit Documentation

Style.Format Method 

Formats the data to display string.

protected internal virtual string Format(
object data
);

Parameters

data
Data to display.

Return Value

Text to display.

Remarks

Override this method, if more advanced formatting then that given by FormatString is required. You can set up derived style in CustomizeCell event.

See Also

Style Class | Resco.Controls.SmartGrid Namespace