ReadOnly Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Column Class : ReadOnly Property

Gets or sets a value indicating whether the content of the cells in the column can be edited.

Syntax

Visual Basic (Declaration) 
Public Property ReadOnly As Boolean
C# 
public bool ReadOnly {get; set;}

Return Value

true if the content of the cells in the column can be edited; false otherwise. By default, false.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also