Get the style settings used to paint the node currently being edited.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll
public TreeListNodeStyle EditFormDisplayNode { get; }
Public ReadOnly Property EditFormDisplayNode As TreeListNodeStyle
Type | Description |
---|---|
TreeListNodeStyle | A TreeListNodeStyle object that contains style settings. |
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.