Interface IIgrGridColumnSummaryOptionsProps

Hierarchy

Hierarchy

Properties

activeCount?: string | number
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.

actualSummaryListDensity?: string | ControlDisplayDensity

Gets the actual display density used for the summary list.

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.

children?: ReactNode

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

density?: string | ControlDisplayDensity

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

labelTextStyle?: string

Gets or sets the font to use for labels.

summaryCaption?: string

Gets or sets the text inside the summary button.

summaryListBackground?: string
summaryListDensity?: string | ControlDisplayDensity

Gets or sets the display density used for the summary list.

summaryListTextColor?: string
textColor?: string

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