Skip to main content

@microsoft/fast-foundation > ColumnDefinition > gridColumn

ColumnDefinition.gridColumn property

Sets the css grid-column property on the cell which controls its placement in the parent row. If left unset the cells will set this value to match the index of their column in the parent collection of ColumnDefinitions.

Signature:
gridColumn?: string;