GridViewStyles.EditFormColumnCaption Property
In This Article
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewEditFormCaptionStyle EditFormColumnCaption { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Data columns provide the GridViewDataColumn.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