Back to Devexpress

LayoutViewField.CustomizationFormText Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewfield-6f16b20c.md

latest2.1 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
[DefaultValue("")]
[DXCategory("Appearance")]
public override string CustomizationFormText { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue("")>
Public Overrides Property CustomizationFormText As String

Property Value

TypeDefaultDescription
StringString.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

Column

CustomizationCaption

LayoutViewField Class

LayoutViewField Members

DevExpress.XtraGrid.Views.Layout Namespace