Interface IIgrGridColumnOptionsSimpleSectionBaseProps

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.

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.

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

showCaption?: string | boolean
textColor?: string

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