Skip to main content

ColumnBase.AllowEditing Property

Gets or sets whether users can edit column values. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true, Handler = "UpdateActualAllowEditing")]
public bool AllowEditing { get; set; }

Property Value

Type Description
Boolean

true to allow users to edit column values; otherwise false.

Remarks

Users are allowed to edit data if the grid’s DataControlBase.NavigationStyle property is set to NavigationStyle.Cell and the grid column’s AllowEditing property is set to true.

See Also