Skip to content

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