|
1370 | 1370 | Gets or sets the text shown in the column menu |
1371 | 1371 | </summary> |
1372 | 1372 | </member> |
| 1373 | + <member name="P:Microsoft.FluentUI.AspNetCore.Components.ColumnOptionsLabels.Icon"> |
| 1374 | + <summary> |
| 1375 | + Gets or sets the icon to show in the column menu |
| 1376 | + </summary> |
| 1377 | + </member> |
| 1378 | + <member name="P:Microsoft.FluentUI.AspNetCore.Components.ColumnOptionsLabels.IconPositionStart"> |
| 1379 | + <summary> |
| 1380 | + Gets or sets whether the icon is positioned at the start (true) or |
| 1381 | + at the end (false) of the menu item |
| 1382 | + </summary> |
| 1383 | + </member> |
1373 | 1384 | <member name="P:Microsoft.FluentUI.AspNetCore.Components.ColumnOptionsLabels.Default"> |
1374 | 1385 | <summary> |
1375 | 1386 | Gets the default labels for the options UI. |
1376 | 1387 | </summary> |
1377 | 1388 | </member> |
1378 | 1389 | <member name="P:Microsoft.FluentUI.AspNetCore.Components.ColumnResizeLabels.ResizeMenu"> |
1379 | 1390 | <summary> |
1380 | | - Gets or sets the text shown in the column menu |
| 1391 | + Gets or sets the text shown in the column menu |
1381 | 1392 | </summary> |
1382 | 1393 | </member> |
1383 | 1394 | <member name="P:Microsoft.FluentUI.AspNetCore.Components.ColumnResizeLabels.DiscreteLabel"> |
|
1410 | 1421 | Gets or sets the aria label for the submit button in the resize UI |
1411 | 1422 | </summary> |
1412 | 1423 | </member> |
| 1424 | + <member name="P:Microsoft.FluentUI.AspNetCore.Components.ColumnResizeLabels.Icon"> |
| 1425 | + <summary> |
| 1426 | + Gets or sets the icon to show in the column menu |
| 1427 | + </summary> |
| 1428 | + </member> |
| 1429 | + <member name="P:Microsoft.FluentUI.AspNetCore.Components.ColumnResizeLabels.IconPositionStart"> |
| 1430 | + <summary> |
| 1431 | + Gets or sets whether the icon is positioned at the start (true) or |
| 1432 | + at the end (false) of the menu item |
| 1433 | + </summary> |
| 1434 | + </member> |
1413 | 1435 | <member name="P:Microsoft.FluentUI.AspNetCore.Components.ColumnResizeLabels.Default"> |
1414 | 1436 | <summary> |
1415 | 1437 | Gets the default labels for the resize UI. |
|
1435 | 1457 | </member> |
1436 | 1458 | <member name="P:Microsoft.FluentUI.AspNetCore.Components.ColumnSortLabels.SortMenu"> |
1437 | 1459 | <summary> |
1438 | | - Gets or sets the text shown in the column menu |
| 1460 | + Gets or sets the text shown in the column menu |
1439 | 1461 | </summary> |
1440 | 1462 | </member> |
1441 | 1463 | <member name="P:Microsoft.FluentUI.AspNetCore.Components.ColumnSortLabels.SortMenuAscendingLabel"> |
|
1448 | 1470 | Gets or sets the text shown in the column menu when in descending order |
1449 | 1471 | </summary> |
1450 | 1472 | </member> |
| 1473 | + <member name="P:Microsoft.FluentUI.AspNetCore.Components.ColumnSortLabels.Icon"> |
| 1474 | + <summary> |
| 1475 | + Gets or sets the icon to show in the column menu |
| 1476 | + </summary> |
| 1477 | + </member> |
| 1478 | + <member name="P:Microsoft.FluentUI.AspNetCore.Components.ColumnSortLabels.IconPositionStart"> |
| 1479 | + <summary> |
| 1480 | + Gets or sets whether the icon is positioned at the start (true) or |
| 1481 | + at the end (false) of the menu item |
| 1482 | + </summary> |
| 1483 | + </member> |
1451 | 1484 | <member name="P:Microsoft.FluentUI.AspNetCore.Components.ColumnSortLabels.Default"> |
1452 | 1485 | <summary> |
1453 | 1486 | Gets the default labels for the sort UI. |
|
2059 | 2092 | <member name="P:Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid`1.MultiLine"> |
2060 | 2093 | <summary> |
2061 | 2094 | Gets or sets a value indicating whether the grid should allow multiple lines of text in cells. |
| 2095 | + Cannot be used together with Virtualize. |
2062 | 2096 | </summary> |
2063 | 2097 | </member> |
2064 | 2098 | <member name="P:Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid`1.SaveStateInUrl"> |
|
2195 | 2229 | Guards the CurrentPageIndex from getting greater than the LastPageIndex |
2196 | 2230 |
|
2197 | 2231 | </summary> |
2198 | | - <param name="visibleRows">The maixmum number of rows that fits the available space</param> |
| 2232 | + <param name="visibleRows">The maximum number of rows that fits the available space</param> |
2199 | 2233 | <returns></returns> |
2200 | 2234 | </member> |
2201 | 2235 | <member name="M:Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid`1.SetColumnWidthDiscreteAsync(System.Nullable{System.Int32},System.Single)"> |
|
0 commit comments