Skip to content

Commit a2e0a99

Browse files
authored
Remove reference to being able to set DataGridCell.xml from DataGrid.xml
1 parent 3968115 commit a2e0a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Windows.Controls/DataGrid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3083,7 +3083,7 @@
30833083
<format type="text/markdown"><![CDATA[
30843084
30853085
## Remarks
3086-
Set the <xref:System.Windows.Controls.DataGrid.IsReadOnly%2A> property to `true` to make all the cells in the <xref:System.Windows.Controls.DataGrid> read-only. To make individual columns or cells read-only, set the <xref:System.Windows.Controls.DataGridColumn.IsReadOnly%2A?displayProperty=nameWithType> or <xref:System.Windows.Controls.DataGridCell.IsReadOnly%2A?displayProperty=nameWithType> properties. If a conflict exists between the settings at the <xref:System.Windows.Controls.DataGrid>, column, or cell levels, a value of `true` takes precedence over a value of `false`.
3086+
Set the <xref:System.Windows.Controls.DataGrid.IsReadOnly%2A> property to `true` to make all the cells in the <xref:System.Windows.Controls.DataGrid> read-only. To make individual columns read-only, set the <xref:System.Windows.Controls.DataGridColumn.IsReadOnly%2A?displayProperty=nameWithType> property. If a conflict exists between the settings at the <xref:System.Windows.Controls.DataGrid>, column, or cell levels, a value of `true` takes precedence over a value of `false`.
30873087
30883088
If this property is set to `true` while the control is in editing mode, all pending edits are discarded.
30893089

0 commit comments

Comments
 (0)