Skip to main content

GridColumn.IsReadOnly Property

Gets or sets whether users are allowed to change cell values in the column. This is a bindable property.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

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