45 references to GridColumn
Wasm.Performance.TestApp (45)
Pages_GridRendering_razor.g.cs (40)
244GridColumn 258__builder2.AddComponentParameter(34, nameof(global::Wasm.Performance.TestApp.Shared.FastGrid.GridColumn<WeatherForecast>. 283GridColumn 297__builder2.AddComponentParameter(39, nameof(global::Wasm.Performance.TestApp.Shared.FastGrid.GridColumn<WeatherForecast>. 322GridColumn 336__builder2.AddComponentParameter(44, nameof(global::Wasm.Performance.TestApp.Shared.FastGrid.GridColumn<WeatherForecast>. 361GridColumn 375__builder2.AddComponentParameter(49, nameof(global::Wasm.Performance.TestApp.Shared.FastGrid.GridColumn<WeatherForecast>. 400GridColumn 414__builder2.AddComponentParameter(54, nameof(global::Wasm.Performance.TestApp.Shared.FastGrid.GridColumn<WeatherForecast>. 439GridColumn 453__builder2.AddComponentParameter(59, nameof(global::Wasm.Performance.TestApp.Shared.FastGrid.GridColumn<WeatherForecast>. 478GridColumn 492__builder2.AddComponentParameter(64, nameof(global::Wasm.Performance.TestApp.Shared.FastGrid.GridColumn<WeatherForecast>. 517GridColumn 531__builder2.AddComponentParameter(69, nameof(global::Wasm.Performance.TestApp.Shared.FastGrid.GridColumn<WeatherForecast>. 556GridColumn 570__builder2.AddComponentParameter(74, nameof(global::Wasm.Performance.TestApp.Shared.FastGrid.GridColumn<WeatherForecast>. 595GridColumn 609__builder2.AddComponentParameter(79, nameof(global::Wasm.Performance.TestApp.Shared.FastGrid.GridColumn<WeatherForecast>. 634GridColumn 648__builder2.AddComponentParameter(84, nameof(global::Wasm.Performance.TestApp.Shared.FastGrid.GridColumn<WeatherForecast>. 673GridColumn 687__builder2.AddComponentParameter(89, nameof(global::Wasm.Performance.TestApp.Shared.FastGrid.GridColumn<WeatherForecast>. 712GridColumn 726__builder2.AddComponentParameter(94, nameof(global::Wasm.Performance.TestApp.Shared.FastGrid.GridColumn<WeatherForecast>. 751GridColumn 765__builder2.AddComponentParameter(99, nameof(global::Wasm.Performance.TestApp.Shared.FastGrid.GridColumn<WeatherForecast>. 790GridColumn 804__builder2.AddComponentParameter(104, nameof(global::Wasm.Performance.TestApp.Shared.FastGrid.GridColumn<WeatherForecast>. 829GridColumn 843__builder2.AddComponentParameter(109, nameof(global::Wasm.Performance.TestApp.Shared.FastGrid.GridColumn<WeatherForecast>. 868GridColumn 882__builder2.AddComponentParameter(114, nameof(global::Wasm.Performance.TestApp.Shared.FastGrid.GridColumn<WeatherForecast>. 907GridColumn 921__builder2.AddComponentParameter(119, nameof(global::Wasm.Performance.TestApp.Shared.FastGrid.GridColumn<WeatherForecast>. 946GridColumn 960__builder2.AddComponentParameter(124, nameof(global::Wasm.Performance.TestApp.Shared.FastGrid.GridColumn<WeatherForecast>. 985GridColumn 999__builder2.AddComponentParameter(129, nameof(global::Wasm.Performance.TestApp.Shared.FastGrid.GridColumn<WeatherForecast>.
Shared_FastGrid_Grid_razor.g.cs (5)
121foreach (var col in columns) 181foreach (var col in columns) 211private List<GridColumn<TRowData>> columns = new List<GridColumn<TRowData>>(); 213internal void AddColumn(GridColumn<TRowData> column)