Hierarchy

Hierarchy

  • IIgrXButtonGroupProps

Properties

Properties

actualDensity?: string | ControlDisplayDensity

Gets the actual display density to use for the button group.

actualItemBackgroundColor?: string

Gets the actual item background color.

actualItemBorderColor?: string

Gets the actual item border color.

actualItemBorderWidth?: string | number

Gets the actual item border width.

actualItemCornerRadius?: string | number

Gets the actual item corner radius for the appropriate corners.

actualItemDisabledBackgroundColor?: string

Gets the actual item background color.

actualItemDisabledBorderColor?: string

Gets the actual item border color.

actualItemDisabledTextColor?: string

Gets the actual item text color.

actualItemHoverBackgroundColor?: string

Gets the actual item hovered background color.

actualItemHoverTextColor?: string

Gets the actual item text color.

actualItemTextColor?: string

Gets the actual item text color.

actualSelectedItemBackgroundColor?: string

Gets the actual selected item background color.

actualSelectedItemHoverBackgroundColor?: string

Gets the actual selected item hovered background color.

actualSelectedItemHoverTextColor?: string

Gets the actual selected item hovered text color.

actualSelectedItemTextColor?: string

Gets the stroke actual selected item text color.

baseTheme?: string | BaseControlTheme

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

children?: ReactNode
density?: string | ControlDisplayDensity

Gets or sets the display density to use for the button group.

disabled?: string | boolean

Gets or sets whether the checkbox is disabled.

displayType?: string | ButtonGroupDisplayStyle

Gets or sets the display style to use for the button.

flatItemBackgroundColor?: string

Gets or sets the color to use the background of the buttons in the group when type is flat.

flatItemBorderColor?: string

Gets or sets the color to use the border of the buttons in the group when type is flat.

flatItemBorderWidth?: string | number

Gets or sets the border width to use for the buttons in the group when type is flat.

flatItemCornerRadius?: string | number

Gets or sets the corner radius to use for the appropriate corners for the flat type item buttons.

flatItemDisabledBackgroundColor?: string

Gets or sets the disabled color to use the background of the buttons in the group when type is flat.

flatItemDisabledBorderColor?: string

Gets or sets the disabled color to use the border of the buttons in the group when type is flat.

flatItemDisabledTextColor?: string

Gets or sets the disabled color to use the text of the buttons in the group when type is flat.

flatItemHoverBackgroundColor?: string

Gets or sets the color to use the hovered background of the buttons in the group when type is flat.

flatItemHoverTextColor?: string

Gets or sets the color to use the hovered text of the buttons in the group when type is flat.

flatItemTextColor?: string

Gets or sets the color to use the text of the buttons in the group when type is flat.

flatSelectedItemBackgroundColor?: string

Gets or sets the color to use the background of the buttons in the group that are selected when type is flat.

flatSelectedItemHoverBackgroundColor?: string

Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is flat.

flatSelectedItemHoverTextColor?: string

Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is flat.

flatSelectedItemTextColor?: string

Gets or sets the color to use the text of the buttons in the group that are selected when type is flat.

id?: string

Gets or sets the id to use for the button group.

isMultiSelect?: string | boolean

Gets or sets whether the group supports multi-select.

itemBackgroundColor?: string

Gets or sets the color to use the background of the buttons in the group.

itemBorderColor?: string

Gets or sets the color to use the border of the buttons in the group.

itemBorderWidth?: string | number

Gets or sets the border width to use for the buttons in the group.

itemCornerRadius?: string | number

Gets or sets the corner radius to use for the appropriate corners for the item buttons.

itemDisabledBackgroundColor?: string

Gets or sets the disabled color to use the background of the buttons in the group.

itemDisabledBorderColor?: string

Gets or sets the disabled color to use the border of the buttons in the group.

itemDisabledTextColor?: string

Gets or sets the disabled color to use the text of the buttons in the group.

itemHoverBackgroundColor?: string

Gets or sets the color to use the hovered background of the buttons in the group.

itemHoverTextColor?: string

Gets or sets the color to use the hovered text of the buttons in the group.

itemTextColor?: string

Gets or sets the color to use the text of the buttons in the group.

orientation?: string | ButtonGroupOrientation

Gets or sets the oreientation to use the button group when type is outlined.

outlinedItemBackgroundColor?: string

Gets or sets the color to use the background of the buttons in the group when type is outlined.

outlinedItemBorderColor?: string

Gets or sets the color to use the border of the buttons in the group when type is outlined.

outlinedItemBorderWidth?: string | number

Gets or sets the border width to use for the buttons in the group when type is outlined.

outlinedItemCornerRadius?: string | number

Gets or sets the corner radius to use for the appropriate corners for the outlined type item buttons.

outlinedItemDisabledBackgroundColor?: string

Gets or sets the disabled color to use the background of the buttons in the group when type is outlined.

outlinedItemDisabledBorderColor?: string

Gets or sets the disabled color to use the border of the buttons in the group when type is outlined.

outlinedItemDisabledTextColor?: string

Gets or sets the disabled color to use the text of the buttons in the group when type is outlined.

outlinedItemHoverBackgroundColor?: string

Gets or sets the color to use the hovered background of the buttons in the group when type is outlined.

outlinedItemHoverTextColor?: string

Gets or sets the color to use the hovered text of the buttons in the group when type is outlined.

outlinedItemTextColor?: string

Gets or sets the color to use the text of the buttons in the group when type is outlined.

outlinedSelectedItemBackgroundColor?: string

Gets or sets the color to use the background of the buttons in the group that are selected when type is outlined.

outlinedSelectedItemHoverBackgroundColor?: string

Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is outlined.

outlinedSelectedItemHoverTextColor?: string

Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is outlined.

outlinedSelectedItemTextColor?: string

Gets or sets the color to use the text of the buttons in the group that are selected when type is outlined.

selectedIndices?: number[]

Gets the currently selected button indices.

selectedItemBackgroundColor?: string

Gets or sets the color to use the background of the buttons in the group that are selected.

selectedItemHoverBackgroundColor?: string

Gets or sets the color to use the hovered background of the buttons in the group that are selected.

selectedItemHoverTextColor?: string

Gets or sets the color to use the hovered text of the buttons in the group that are selected.

selectedItemTextColor?: string

Gets or sets the color to use the text of the buttons in the group that are selected.

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

Type declaration