OptionsColumnEditForm.Caption Property
Gets or sets the caption of the editor that represents the current grid column within an Edit Form.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | The caption of the editor that represents the current grid column. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Caption |
---|---|
GridColumn |
|
Remarks
By default, an editor’s caption matches the corresponding grid column’s caption. You can override the editor’s caption within an Edit Form using the Caption property. It is possible to assign a value to this property at design time or in code:
The following picture shows the result of assigning a custom caption to the editor that corresponds to the “Region” grid column:
You can also specify the caption location via the OptionsColumnEditForm.CaptionLocation property.