React ValidationSummary Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { ValidationSummaryTypes } from "devextreme-react/validation-summary"
Type: ValidationSummaryTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { ValidationSummaryTypes } from "devextreme-react/validation-summary"
Type: ValidationSummaryTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { ValidationSummaryTypes } from "devextreme-react/validation-summary"
Type: ValidationSummaryTypes.InitializedEvent

ItemClickEvent

The type of the itemClick event handler's argument.

import { ValidationSummaryTypes } from "devextreme-react/validation-summary"
Type: ValidationSummaryTypes.ItemClickEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { ValidationSummaryTypes } from "devextreme-react/validation-summary"
Type: ValidationSummaryTypes.OptionChangedEvent