Hierarchy

Hierarchy

  • IIgrToolPanelProps

Properties

Properties

actualBackgroundColor?: string
actualCheckedBackgroundColor?: string

Gets the actual background color of the radio when in the checked state.

actualCheckedBorderColor?: string

Gets the actual border color of the radio when in the checked state.

actualDensity?: string | ControlDisplayDensity

Gets the resolved display density to use for the toolbar.

actualDisabledTextColor?: string
actualDropdownDelay?: string | number

Gets the actual dropdown delay.

actualGroupHeaderBackgroundColor?: string
actualGroupHeaderSeparatorBackgroundColor?: string
actualGroupHeaderSubtitleTextColor?: string
actualGroupHeaderTextColor?: string
actualHighlightColor?: string
actualHighlightRadius?: string | number
actualHighlightWidth?: string | number
actualHoverBackgroundColor?: string
actualIconFill?: string

Gets the actual icon fill color.

actualIconStroke?: string

Gets the actual icon stroke color.

actualMenuArrowStroke?: string

Gets the actual stroke color for all icon menu dropdown arrows.

actualSeparatorBackgroundColor?: string
actualSeparatorHorizontalPaddingBottom?: string | number
actualSeparatorHorizontalPaddingLeft?: string | number
actualSeparatorHorizontalPaddingRight?: string | number
actualSeparatorHorizontalPaddingTop?: string | number
actualSeparatorVerticalPaddingBottom?: string | number
actualSeparatorVerticalPaddingLeft?: string | number
actualSeparatorVerticalPaddingRight?: string | number
actualSeparatorVerticalPaddingTop?: string | number
actualSubmenuBackgroundColor?: string
actualSubtitleTextColor?: string
actualTextColor?: string
actualToolTipBackgroundColor?: string

Gets the actual tooltip background color.

actualToolTipCornerRadius?: string | number

Gets the actual tooltip corner radius.

actualToolTipElevation?: string | number

Gets the actual shadow elevation used by the tooltip.

actualToolTipTextColor?: string
actualUncheckedBackgroundColor?: string

Gets the actual background color of the radio when in the unchecked state.

actualUncheckedBorderColor?: string

Gets the actual border color of the radio when in the unchecked state.

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 checkbox.

cellTextStyle?: string

Gets or sets the text style for the panel.

checkedBackgroundColor?: string

Gets or sets the background color of the radio when in the checked state.

checkedBorderColor?: string

Gets or sets the border color of the radio when in the checked state.

children?: ReactNode
contentRefreshed?: ((s, e) => void)

Type declaration

density?: string | ControlDisplayDensity

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

disabledTextColor?: string

Gets or sets the color to use for the text in disabled tool actions.

dropdownClickBuffer?: string | number

Gets or sets the amount of time to wait when clicking on the icon menu button while the dropdown is opening. If a click was executed within this buffer window the dropdown will be left open. Otherwise it will close it. Setting a negative value will always keep the dropdown open during a hover open and will require an extra click to close.

dropdownDelay?: string | number

Gets or sets the dropdown delay time in milliseconds.

groupHeaderBackgroundColor?: string

Gets or sets the group header background color.

groupHeaderSeparatorBackgroundColor?: string

Gets or sets the group header separator background color.

groupHeaderSubtitleTextColor?: string

Gets or sets the text color for group header subtitle.

groupHeaderTextColor?: string

Gets or sets the text color for group header tool actions.

groupHeaderTextStyle?: string

Gets or sets the text style.

height?: string
highlightColor?: string
highlightRadius?: string | number
highlightWidth?: string | number
hoverBackgroundColor?: string

Gets or sets the hover background color.

iconFill?: string

Gets or sets the fill color of icons in the ToolPanel.

iconStroke?: string

Gets or sets the stroke color of icons in the ToolPanel.

itemSpacing?: string | number

Gets or sets the spacing between items

menuArrowStroke?: string

Gets or sets the stroke color for all icon menu dropdown arrows.

nestedActionMode?: string | Replace

Gets or sets the mode used when displaying nested actions.

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

Type declaration

orientation?: string | ToolPanelOrientation

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

rowHeight?: string | number

Gets or sets the row height for the panel.

scrollbarStyle?: string | ScrollbarStyle

Gets or sets the style of scrollbar.

separatorBackgroundColor?: string

Gets or sets the separator background color.

separatorHorizontalPaddingBottom?: string | number

Gets or sets the bottom padding for separators in the horizontal orientation.

separatorHorizontalPaddingLeft?: string | number

Gets or sets the left padding for separators in the horizontal orientation.

separatorHorizontalPaddingRight?: string | number

Gets or sets the right padding for separators in the horizontal orientation.

separatorHorizontalPaddingTop?: string | number

Gets or sets the top padding for separators in the horizontal orientation.

separatorVerticalPaddingBottom?: string | number

Gets or sets the bottom padding for separators in the vertical orientation.

separatorVerticalPaddingLeft?: string | number

Gets or sets the left padding for separators in the vertical orientation.

separatorVerticalPaddingRight?: string | number

Gets or sets the right padding for separators in the vertical orientation.

separatorVerticalPaddingTop?: string | number

Gets or sets the top padding for separators in the vertical orientation.

showOnHover?: string | boolean

Gets or sets if the tool actions should display their submenus on mouse hover.

showTooltipOnHover?: string | boolean

Gets or sets if the tool action icon buttons should display their tooltips on mouse hover.

stopPropagation?: string | boolean

Prevents clicks on the tool actions from bubbling.

submenuBackgroundColor?: string

Gets or sets the background color for submenus.

subtitleTextColor?: string

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

subtitleTextStyle?: string

Gets or sets the subtitle text style for the panel.

textColor?: string

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

toolTipBackgroundColor?: string

Gets or sets the tooltip background color.

toolTipCornerRadius?: string | number

Gets or sets the tooltip corner radius.

toolTipElevation?: string | number

Gets or sets the shadow elevation for the tooltip.

toolTipTextColor?: string

Gets or sets the tooltip text color.

uncheckedBackgroundColor?: string

Gets or sets the background color of the radio when in the unchecked state.

uncheckedBorderColor?: string

Gets or sets the border color of the radio when in the unchecked state.

width?: string