Skip to main content

GridColumnFixedWidthType Type

In This Article

#Declaration

TypeScript
export type GridColumnFixedWidthType = "Weight" | "FitToContent" | "FixedWidth"

#Members

Name
"Weight"
"FitToContent"
"FixedWidth"