Skip to main content

GridColumn.IsReadOnly Property

Gets or sets whether users are allowed to change cell values in the column.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

[XtraSerializableProperty]
public bool IsReadOnly { get; set; }

Property Value

Type Description
Boolean

true, to prevent users from changing cell values in the column; otherwise, false.

See Also