PropertyItem.FormatterParams property
Gets or sets the formatter parameters for columns.
public Dictionary<string, object?> FormatterParams { get; set; }
Property Value
The formatter parameters.
See Also
- class PropertyItem
Gets or sets the formatter parameters for columns.
public Dictionary<string, object?> FormatterParams { get; set; }
The formatter parameters.