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

TreeListStyles.EditFormColumnCaption Property

Gets the style settings used to paint the edit cell captions within the Edit Form.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListCellStyle EditFormColumnCaption { get; }

Property Value

Type Description
TreeListCellStyle

A TreeListCellStyle object that contains style settings.

Remarks

Data columns provide the TreeListDataColumn.EditFormCaptionStyle property that allows you to specify custom style settings used to paint the captions of their edit cells within the Edit Form.

See Also