LayoutViewField.ShowInCustomizationForm Property
Gets whether the field’s header can be displayed within the Customization Form.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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