IIgrToolbarProps

Optional accentColor

Section titled "accentColor"
accentColor?: string
actions?: IgrToolActionCollection

Optional actualActions

Section titled "actualActions"

Gets or sets the data or data source instance to which to bind the grid.

actualActions?: string | IgrToolActionCollection

Optional autoGeneratedActions

Section titled "autoGeneratedActions"

Gets or sets the data or data source instance to which to bind the grid.

autoGeneratedActions?: string | IgrToolActionCollection

Optional backgroundColor

Section titled "backgroundColor"

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

backgroundColor?: string

Optional baseTheme

Section titled "baseTheme"

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

baseTheme?: any

Optional cellTextStyle

Section titled "cellTextStyle"

Gets or sets the text style.

cellTextStyle?: string

Optional checkedBackgroundColor

Section titled "checkedBackgroundColor"

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

checkedBackgroundColor?: string

Optional checkedBorderColor

Section titled "checkedBorderColor"

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

checkedBorderColor?: string

Optional children

Section titled "children"
children?: ReactNode

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

density?: any

Optional disabledTextColor

Section titled "disabledTextColor"

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

disabledTextColor?: string
Section titled "dropdownClickBuffer"

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.

dropdownClickBuffer?: string | number
Section titled "dropdownDelay"

Gets or sets the dropdown delay time in milliseconds.

dropdownDelay?: string | number

Optional groupHeaderBackgroundColor

Section titled "groupHeaderBackgroundColor"

Gets or sets the group header background color.

groupHeaderBackgroundColor?: string

Optional groupHeaderSubtitleTextColor

Section titled "groupHeaderSubtitleTextColor"

Gets or sets the text color for group header subtitles.

groupHeaderSubtitleTextColor?: string

Optional groupHeaderTextColor

Section titled "groupHeaderTextColor"

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

groupHeaderTextColor?: string

Optional groupHeaderTextStyle

Section titled "groupHeaderTextStyle"

Gets or sets the text style.

groupHeaderTextStyle?: string
height?: string

Optional highlightColor

Section titled "highlightColor"
highlightColor?: string

Optional highlightRadius

Section titled "highlightRadius"
highlightRadius?: string | number

Optional highlightWidth

Section titled "highlightWidth"
highlightWidth?: string | number

Optional hoverBackgroundColor

Section titled "hoverBackgroundColor"

Gets or sets the hover background color.

hoverBackgroundColor?: string

Optional iconFill

Section titled "iconFill"

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

iconFill?: string

Optional iconStroke

Section titled "iconStroke"

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

iconStroke?: string
Section titled "menuArrowStroke"

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

menuArrowStroke?: string

Optional onCommand

Section titled "onCommand"

Event raised when a command is triggered in the toolbar.

onCommand?: object

Optional orientation

Section titled "orientation"

Gets or sets the orientation of the toolbar.

orientation?: string | ToolbarOrientation

Optional rowHeight

Section titled "rowHeight"

Gets or sets the row height that should be used.

rowHeight?: string | number

Optional scrollbarStyle

Section titled "scrollbarStyle"

Gets or sets the style of scrollbar.

scrollbarStyle?: any

Optional separatorBackgroundColor

Section titled "separatorBackgroundColor"

Gets or sets the separator background color.

separatorBackgroundColor?: string

Optional separatorHorizontalPaddingBottom

Section titled "separatorHorizontalPaddingBottom"

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

separatorHorizontalPaddingBottom?: string | number

Optional separatorHorizontalPaddingLeft

Section titled "separatorHorizontalPaddingLeft"

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

separatorHorizontalPaddingLeft?: string | number

Optional separatorHorizontalPaddingRight

Section titled "separatorHorizontalPaddingRight"

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

separatorHorizontalPaddingRight?: string | number

Optional separatorHorizontalPaddingTop

Section titled "separatorHorizontalPaddingTop"

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

separatorHorizontalPaddingTop?: string | number

Optional separatorVerticalPaddingBottom

Section titled "separatorVerticalPaddingBottom"

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

separatorVerticalPaddingBottom?: string | number

Optional separatorVerticalPaddingLeft

Section titled "separatorVerticalPaddingLeft"

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

separatorVerticalPaddingLeft?: string | number

Optional separatorVerticalPaddingRight

Section titled "separatorVerticalPaddingRight"

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

separatorVerticalPaddingRight?: string | number

Optional separatorVerticalPaddingTop

Section titled "separatorVerticalPaddingTop"

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

separatorVerticalPaddingTop?: string | number

Optional showOnHover

Section titled "showOnHover"

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

showOnHover?: string | boolean

Optional showTooltipOnHover

Section titled "showTooltipOnHover"

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

showTooltipOnHover?: string | boolean

Optional stopPropagation

Section titled "stopPropagation"

Prevents clicks on the tool actions from bubbling.

stopPropagation?: string | boolean
Section titled "submenuBackgroundColor"

Gets or sets the background color for submenus.

submenuBackgroundColor?: string
Section titled "subMenuClosing"

Event raised when a submenu is closed on the toolbar

subMenuClosing?: object
Section titled "subMenuOpening"

Event raised when a submenu is opened on the toolbar.

subMenuOpening?: object

Optional subtitleTextColor

Section titled "subtitleTextColor"

Gets or sets the text color for subtitles.

subtitleTextColor?: string

Optional subtitleTextStyle

Section titled "subtitleTextStyle"

Gets or sets the text style for subtitles.

subtitleTextStyle?: string
target?: any

Optional textColor

Section titled "textColor"

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

textColor?: string

Optional toolTipBackgroundColor

Section titled "toolTipBackgroundColor"

Gets or sets the tooltip background color.

toolTipBackgroundColor?: string

Optional toolTipCornerRadius

Section titled "toolTipCornerRadius"

Gets or sets the tooltip corner radius.

toolTipCornerRadius?: string | number

Optional toolTipElevation

Section titled "toolTipElevation"

Gets or sets the shadow elevation for the tooltip.

toolTipElevation?: string | number

Optional toolTipTextColor

Section titled "toolTipTextColor"

Gets or sets the tooltip text color.

toolTipTextColor?: string

Optional uncheckedBackgroundColor

Section titled "uncheckedBackgroundColor"

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

uncheckedBackgroundColor?: string

Optional uncheckedBorderColor

Section titled "uncheckedBorderColor"

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

uncheckedBorderColor?: string
width?: string