Skip to main content
A newer version of this page is available. .

TreeListStyles.BatchEditDeletedNode Property

Gets the style settings defining the appearance of a tree list node when it is modified in batch edit mode.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListNodeStyle BatchEditDeletedNode { get; }

Property Value

Type Description
TreeListNodeStyle

A TreeListNodeStyle object that contains style settings.

Remarks

When the TreeListSettingsEditing.Mode property is set to Batch, the tree list provides the capability to modify a batch of tree list data on the client side and then send it to the server in one request. In this case, the deleted nodes are marked out using the style settings provided by the BatchEditDeletedNode property.

See Also