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

TreeListStyles.EditFormDisplayNode Property

Get the style settings used to paint the node currently being edited.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListNodeStyle EditFormDisplayNode { get; }

Property Value

Type Description
TreeListNodeStyle

A TreeListNodeStyle object that contains style settings.

Remarks

If the TreeListSettingsEditing.Mode property is set to TreeListEditMode.EditFormAndDisplayNode, the node whose values are currently being edited is displayed above the Edit Form. Use the EditFormDisplayNode property to specify the node’s style.

See Also