DataGridComboBoxColumn.OnCoerceIsReadOnly(Boolean) Method

Definition

Determines the value of the IsReadOnly property based on property rules from the DataGrid that contains this column.

protected:
 override bool OnCoerceIsReadOnly(bool baseValue);
protected override bool OnCoerceIsReadOnly (bool baseValue);
override this.OnCoerceIsReadOnly : bool -> bool
Protected Overrides Function OnCoerceIsReadOnly (baseValue As Boolean) As Boolean

Parameters

baseValue
Boolean

The value that was passed to the delegate.

Returns

true if the combo boxes in the column cannot be edited; otherwise, false.

Applies to