The following tables list the members exposed by ReplacementItem.
Public Constructors
Public Properties
| Name | Description |
| ColumnDefinitions |
This only applies to List<T> or DataTable Values.
If empty, it uses the default formatting.
|
| CustomFormatString |
A .NET Custom Format String for single values such as decimal and DateTime.
Does not apply to List<T> or DataTable Values.
|
| ImageTextWrapping |
If Value is Image then wrapping is set here. Default is InLineWithText.
|
| Value |
Supported types are bool, byte, char, decimal, double, enum, float,
int, long, short, unit, ulong, ushort, string, DateTime, Image,
DataTable and List<T> where T is a class
|
Top
See Also