Skip to main content

LayoutViewField.ShowInCustomizationForm Property

Gets whether the field’s header can be 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

[Browsable(false)]
public override bool ShowInCustomizationForm { get; set; }

Property Value

Type Description
Boolean

true if the field’s header can be displayed within the Customization Form; otherwise, false.

Remarks

This property returns the value of a corresponding column’s GridColumn.CanShowInCustomizationForm property. To access this column, see the LayoutViewField.Column property.

See Also