TreeListStyles.EditFormDisplayNode Property
Get the style settings used to paint the node currently being edited.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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