Gets or sets a value indicating whether this column is read only.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
bool IsReadOnly { get; set; }
Visual Basic
Property IsReadOnly As Boolean
	Get
	Set
JScript
function get IsReadOnly () : boolean
function set IsReadOnly (value : boolean)

See Also