Interface IIgrGridColumnOptionsProps

Hierarchy

Hierarchy

Properties

actualBaseTheme?: string | BaseControlTheme

Gets the actual display baseTheme to use for the component.

actualButtonDensity?: string | ControlDisplayDensity

Gets the actual display buttonDensity to use for the component.

actualDensity?: string | ControlDisplayDensity

Gets the actual display density to use for the component.

actualFilterListDensity?: string | ControlDisplayDensity

Gets the actual display filterListDensity to use for the component.

actualSummaryListDensity?: string | ControlDisplayDensity

Gets the actual display density used for the summary list menu.

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

Type declaration

applyFiltersButtonCaption?: string
autoSize?: string | boolean

Gets or sets the autoSize for which this AutoSizeOptions will apply.

backgroundColor?: string

Gets or sets the color to use for the background of the component.

baseTheme?: string | BaseControlTheme

Gets or sets the base built in theme to use for the component.

buttonDensity?: string | ControlDisplayDensity

Gets or sets the display Density to use for the buttons in the component.

buttonTextStyle?: string

Gets or sets the font to use for buttons.

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

Type declaration

cancelFiltersButtonCaption?: string
children?: ReactNode
clearColumnFiltersCaption?: string

Gets or sets the column for which this ColumnOptions will apply.

columnNameTextStyle?: string

Gets or sets the font to use for columnNames.

density?: string | ControlDisplayDensity

Gets or sets the display density to use for the component.

filterListDensity?: string | ControlDisplayDensity

Gets or sets the display Density to use for the buttons in the component.

filterListPlaceholderText?: string
filterOptionsVisible?: string | boolean
groupOptionsVisible?: string | boolean
headerVisible?: string | boolean
height?: string
hideOptionsVisible?: string | boolean
labelTextStyle?: string

Gets or sets the font to use for labels.

moveHeaderCaption?: string
moveLeftCaption?: string
moveOptionsVisible?: string | boolean
moveRightCaption?: string
paddingBottom?: string | number

Gets or sets the amount of left padding to use for the bottom edge of the component.

paddingLeft?: string | number

Gets or sets the amount of left padding to use for the left edge of the component.

paddingRight?: string | number

Gets or sets the amount of left padding to use for the right edge of the component.

paddingTop?: string | number

Gets or sets the amount of left padding to use for the top edge of the component.

pinHeaderCaption?: string
pinLeftCaption?: string
pinOptionsVisible?: string | boolean
pinRightCaption?: string
sortAscendingCaption?: string
sortDescendingCaption?: string
sortHeaderCaption?: string
sortOptionsVisible?: string | boolean
summaryListBackground?: string

Gets or sets the background color for the summary options menu.

summaryListDensity?: string | ControlDisplayDensity

Gets or sets the display density to use for the summary list menu.

summaryListTextColor?: string

Gets or sets the text color for the summary options menu.

summaryOptionsVisible?: string | boolean
textColor?: string

Gets or sets the color to use for the text of the component.

width?: string