TreeListStyles.EditFormColumnCaption Property
In This Article
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListCellStyle EditFormColumnCaption { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#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