Back to Devexpress

LayoutViewField.ShowInCustomizationForm Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewfield-415f2a7f.md

latest2.0 KB
Original Source

LayoutViewField.ShowInCustomizationForm Property

Gets whether the field’s header can be 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
[Browsable(false)]
public override bool ShowInCustomizationForm { get; set; }
vb
<Browsable(False)>
Public Overrides Property ShowInCustomizationForm As Boolean

Property Value

TypeDescription
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

CanShowInCustomizationForm

ShowInCustomizationForm

Column

LayoutViewField Class

LayoutViewField Members

DevExpress.XtraGrid.Views.Layout Namespace