Angular RadioGroup Types
ContentReadyEvent
The type of the contentReady event handler's argument.
import { DxRadioGroupTypes } from "devextreme-angular/ui/radio-group"
Type:
DxRadioGroupTypes.ContentReadyEvent
Used in:
DisposingEvent
The type of the disposing event handler's argument.
import { DxRadioGroupTypes } from "devextreme-angular/ui/radio-group"
Type:
DxRadioGroupTypes.DisposingEvent
Used in:
InitializedEvent
The type of the initialized event handler's argument.
import { DxRadioGroupTypes } from "devextreme-angular/ui/radio-group"
Type:
DxRadioGroupTypes.InitializedEvent
Used in:
OptionChangedEvent
The type of the optionChanged event handler's argument.
import { DxRadioGroupTypes } from "devextreme-angular/ui/radio-group"
Type:
DxRadioGroupTypes.OptionChangedEvent
Used in:
ValueChangedEvent
The type of the valueChanged event handler's argument.
import { DxRadioGroupTypes } from "devextreme-angular/ui/radio-group"
Type:
DxRadioGroupTypes.ValueChangedEvent
Used in: