3 references to Format
Microsoft.AspNetCore.Components.QuickGrid (3)
Columns\PropertyColumn.cs (3)
48
if (!string.IsNullOrEmpty(
Format
))
58
throw new InvalidOperationException($"A '{nameof(
Format
)}' parameter was supplied, but the type '{typeof(TProp)}' does not implement '{typeof(IFormattable)}'.");
61
_cellTextFunc = item => ((IFormattable?)compiledPropertyExpression!(item))?.ToString(
Format
, null);