ColumnBase.AllowEditing Property
Gets or sets whether end-users can edit column values. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll
Declaration
[XtraSerializableProperty]
public DefaultBoolean AllowEditing { get; set; }
<XtraSerializableProperty>
Public Property AllowEditing As DefaultBoolean
Property Value
End-users are allowed to edit data if the grid's DataControlBase.AllowEditing property is set to true and the DataControlBase.NavigationStyle property is set to GridControlNavigationStyle.Cell. Individual columns provide the AllowEditing property, allowing the default behavior specified by the grid, to be overridden. Setting this property to 'True' or 'False' overrides the default behavior. This can be useful when it is required to prevent an end-user from changing values of individual columns.
If the AllowEditing property is set to 'Default', the ability to edit data is controlled by the grid.
See Also
We are updating the DevExpress product documentation website and this page is part of our new experience. During this transition period, product documentation remains available in our previous format at documentation.devexpress.com. Learn More...