Skip to main content
A newer version of this page is available. .

LayoutViewField.ShowInCustomizationForm Property

Gets whether the field’s header can be displayed within the Customization Form.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

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