Skip to main content

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.v24.2.dll

NuGet Package: DevExpress.Web

#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