React RadioGroup Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { RadioGroupTypes } from "devextreme-react/radio-group"
Type: RadioGroupTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { RadioGroupTypes } from "devextreme-react/radio-group"
Type: RadioGroupTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { RadioGroupTypes } from "devextreme-react/radio-group"
Type: RadioGroupTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { RadioGroupTypes } from "devextreme-react/radio-group"
Type: RadioGroupTypes.OptionChangedEvent

ValueChangedEvent

The type of the valueChanged event handler's argument.

import { RadioGroupTypes } from "devextreme-react/radio-group"
Type: RadioGroupTypes.ValueChangedEvent