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

Gets or sets a value indicate whether the binding is read-only.

Syntax

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

Return Value

true if the binding is read-only (BindingMode.OneWay); false (BindingMode.TwoWay) otherwise. By default, false.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also