New to KendoReactStart a free 30-day trial

PromptBoxActionButton
Premium

Updated on Feb 5, 2026

Represents the PromptBox Action Button component. Receives default props from the parent PromptBox component.

A Functional Component.

tsx
<PromptBox
  actionButtonConfig={false}
  endAffix={(props) => (
    <>
      <PromptBoxActionButton {...props.actionButtonProps} />
      <span>Custom content</span>
    </>
  )}
/>
NameTypeDefaultDescription

props

PromptBoxActionButtonProps intersected with RefAttributes<ButtonHandle>

The props of the PromptBoxActionButton component.

Not finding the help you need?
Contact Support