DataEntryGridContentComboBoxControlHost..::..ValidateComboBoxCellProps Method
Validates the ComboBox cell props.
Namespace:
RingSoft.DataEntryControls.WPF.DataEntryGridAssembly: 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
Exception | Condition |
---|---|
Exception | Row: {comboBoxCellProps.Row} ColumnId: {comboBoxCellProps.ColumnId} {nameof(DataEntryGridRow.GetCellProps)} must return a valid {nameof(DataEntryGridCustomControlCellProps)} object. |