Skip to main content
Tab

GridColumnEditFormSettings.Caption Property

Gets or sets the edit cell’s caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string Caption { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the edit cell’s caption.

Property Paths

You can access this nested property as listed below:

Object Type Path to Caption
GridViewDataColumn
.EditFormSettings .Caption

Remarks

Edit cells are displayed within the Edit Form. Each cell corresponds to a data column and allows its value within the edited row to be changed. An edit cell displays the editor used to edit values and the label. By default, the label displays the name of the column to which the edit cell corresponds. Use the Caption property to change the label’s text.

See Also