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

TreeListStyles.EditForm Property

Gets the style settings used to paint the Edit Form.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListCellStyle EditForm { get; }

Property Value

Type Description
TreeListCellStyle

A TreeListCellStyle object that contains style settings.

Remarks

The EditForm property provides the style settings used to paint field captions and cells displayed within the Edit Form. However, these elements can be painted using custom appearance settings that can be accessed via the TreeListStyles.EditFormColumnCaption and TreeListStyles.EditFormEditCell properties, respectively.

See Also