3 references to Format
Microsoft.AspNetCore.Components.QuickGrid (3)
Columns\PropertyColumn.cs (3)
48if (!string.IsNullOrEmpty(Format)) 58throw 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);