Skip to main content

TreeListDataColumn.ShowEditorInBatchEditMode Property

Specifies whether an editor is displayed for a read-only cell in batch edit mode.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowEditorInBatchEditMode { get; set; }

Property Value

Type Default Description
Boolean true

true, to display editors for read-only cells; otherwise, false.

Remarks

When a tree list column’s TreeListDataColumn.ReadOnly property is set to true, the column editor is displayed in the batch edit mode, but it does not allow data editing. Set the ShowEditorInBatchEditMode property to false to not display editors for read-only columns in batch edit mode.

Refer to the Batch Edit Mode topic for more information.

See Also