RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridContentComboBoxControlHost..::..ValidateComboBoxCellProps Method

Validates the ComboBox cell props.

Namespace:  RingSoft.DataEntryControls.WPF.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


protected void ValidateComboBoxCellProps(
	DataEntryGridComboBoxCellProps comboBoxCellProps
)
Protected Sub ValidateComboBoxCellProps ( _
	comboBoxCellProps As DataEntryGridComboBoxCellProps _
)
protected:
void ValidateComboBoxCellProps(
	DataEntryGridComboBoxCellProps^ comboBoxCellProps
)

Parameters

comboBoxCellProps
Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridComboBoxCellProps
The combo box cell props.

Exceptions


ExceptionCondition
ExceptionRow: {comboBoxCellProps.Row} ColumnId: {comboBoxCellProps.ColumnId} {nameof(DataEntryGridRow.GetCellProps)} must return a valid {nameof(DataEntryGridCustomControlCellProps)} object.