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

DataEntryGridTextComboBoxHost..::..ValidateComboBoxCellProps Method

Validates the ComboBox cell props.

Namespace:  RingSoft.DataEntryControls.WPF.DataEntryGrid.EditingControlHost
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
ArgumentExceptionComboBox Selected Item cannot be null.