Skip to content

DataGridCell.IsReadOnly documentation talks about setting the property while it is readonly. #4522

Open
@gewarren

Description

@gewarren

Issue moved from MicrosoftDocs/feedback#2933


From @kunom on Friday, July 10, 2020 6:31:17 AM

https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.datagridcell.isreadonly?view=netframework-4.6.2#System_Windows_Controls_DataGridCell_IsReadOnly

Describe the bug
The Remarks section says: Set the IsReadOnly property to true to make an individual cell read-only.

But the property is not assignable: public bool IsReadOnly { get; }.

So: either extend the implementation (which would be a good thing) or fix the documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Pri3Indicates issues/PRs that are low priorityarea-WPFIssues or PRs that relate to WPF or XAML.buguntriagedNew issue has not been triaged by the area owner

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions