Skip to main content

LayoutViewField.CustomizationFormText Property

Gets or sets the field’s caption when it’s displayed within the Customization Form.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[DefaultValue("")]
[DXCategory("Appearance")]
public override string CustomizationFormText { get; set; }

Property Value

Type Default Description
String String.Empty

A string that specifies the field’s caption when it’s displayed within the Customization Form.

Remarks

This property is synchronized with the GridColumn.CustomizationCaption property of a corresponding column object. To access this column, use the LayoutViewField.Column property.

See Also