Skip to main content

@microsoft/fast-foundation > DataGridCellTypes

DataGridCellTypes variable

Enumerates possible data grid cell types.

Signature:
DataGridCellTypes: {
readonly default: "default";
readonly columnHeader: "columnheader";
readonly rowHeader: "rowheader";
}