DataGridColumn::OnCoerceIsReadOnly Method (Boolean)
.NET Framework (current version)
Determines the value of the IsReadOnly property based on the property rules of the DataGrid that contains this column.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- baseValue
-
Type:
System::Boolean
The value that was passed to the delegate.
Return Value
Type: System::Booleantrue if cells in the column cannot be edited based on rules from the DataGrid; otherwise, false.
.NET Framework
Available since 4.0
Available since 4.0
Show: