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

Gets or sets a value indicating whether the cell is readonly.

Syntax

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

Return Value

true if the cell is read-only; false otherwise. By default, false.

Remarks

A cell will be readonly if its parent row's ReadOnly or parent grid's ReadOnly properties have been set to true.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also