Hierarchy

Hierarchy

Properties

activationBorder?: string

Gets or sets the background color to use.

activationBorderBottomWidth?: string | number

Gets or sets the amount of bottom activation border to use for the cell content of this column.

activationBorderLeftWidth?: string | number

Gets or sets the amount of left activation border to use for the cell content for this column.

activationBorderRightWidth?: string | number

Gets or sets the amount of right activation border to use for the cell content of this column.

activationBorderTopWidth?: string | number

Gets or sets the amount of top activation border to use for the cell content for this column.

actualActivationBorder?: string

Gets the actual background color that will be used.

actualBackground?: string

Gets the actual background color that will be used.

actualBorder?: string

Gets the actual border color that will be used.

actualErrorBorder?: string

Gets the actual error border color that will be used.

actualLastStickyRowBackground?: string

Gets the actual color for the last row in the sticky row area.

actualLineBreakMode?: string | TextCellLineBreakMode

Gets the actual line break mode which will be used if text is present in the cell.

actualPinnedRowBackground?: string

Gets the actual background color for cells belonging to rows marked as pinned.

actualPinnedRowOpacity?: string | number

Gets or sets the color to use for displaying text.

actualStickyRowBackground?: string

Gets the actual background color for content that sticks to the top of the grid.

actualTextColor?: string

Gets the actual color used for displaying text.

background?: string

Gets or sets the background color to use.

border?: string

Gets or sets the background color to use.

borderBottomWidth?: string | number

Gets or sets the amount of bottom border to use for the cell content of this column.

borderLeftWidth?: string | number

Gets or sets the amount of left border to use for the cell content for this column.

borderRightWidth?: string | number

Gets or sets the amount of right border to use for the cell content of this column.

borderTopWidth?: string | number

Gets or sets the amount of top border to use for the cell content for this column.

cellStyleKeyRequested?: ((s, e) => void)

Type declaration

children?: ReactNode
contentOpacity?: string | number

Gets or sets the opacity of the content.

dataBinding?: ((s, e) => void)

Type declaration

dataBound?: ((s, e) => void)

Type declaration

errorBorder?: string

Gets or sets the error border color to use.

errorBorderBottomWidth?: string | number
errorBorderLeftWidth?: string | number
errorBorderRightWidth?: string | number
errorBorderTopWidth?: string | number
horizontalAlignment?: string | CellContentHorizontalAlignment

Gets or sets the horizontal alignment to use for the cell content.

lastStickyRowBackground?: string

Gets or sets the color for the last row in the sticky row area.

lineBreakMode?: string | TextCellLineBreakMode

Gets or sets the line breaking mode to use if text is present in the cell.

pinnedRowBackground?: string

Gets or sets the background color for cells belonging to rows marked as pinned.

pinnedRowOpacity?: string | number

Gets or sets the color to use for displaying text.

stickyRowBackground?: string

Gets or sets the background color for content that sticks to the top of the grid.

textColor?: string

Gets or sets the color to use for displaying text.

textStyle?: string
verticalAlignment?: string | CellContentVerticalAlignment

Gets or sets the vertical alignment to use for the cell content.