Xceed DataGrid for WPF v7.2 Documentation
OverrideReadOnlyForInsertion Property (DataGridItemPropertyBase)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridItemPropertyBase Class : OverrideReadOnlyForInsertion Property
Gets or sets a value indicating whether the value of the IsReadOnly property is ignored when new data items are inserted.
Syntax
'Declaration
 
Public Property OverrideReadOnlyForInsertion As Nullable(Of Boolean)
'Usage
 
Dim instance As DataGridItemPropertyBase
Dim value As Nullable(Of Boolean)
 
instance.OverrideReadOnlyForInsertion = value
 
value = instance.OverrideReadOnlyForInsertion
public Nullable<bool> OverrideReadOnlyForInsertion {get; set;}

Property Value

true if the value of the IsReadOnly property is ignored when new data items are inserted; false if the value of the IsReadOnly property is respected.
Requirements

Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataGridItemPropertyBase Class
DataGridItemPropertyBase Members