Angular RadioGroup Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DxRadioGroupTypes } from "devextreme-angular/ui/radio-group"
Type: DxRadioGroupTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { DxRadioGroupTypes } from "devextreme-angular/ui/radio-group"
Type: DxRadioGroupTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxRadioGroupTypes } from "devextreme-angular/ui/radio-group"
Type: DxRadioGroupTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxRadioGroupTypes } from "devextreme-angular/ui/radio-group"
Type: DxRadioGroupTypes.OptionChangedEvent

ValueChangedEvent

The type of the valueChanged event handler's argument.

import { DxRadioGroupTypes } from "devextreme-angular/ui/radio-group"
Type: DxRadioGroupTypes.ValueChangedEvent