Skip to main content

TcxRowOptions.ShowInCustomizationForm Property

Specifies if the current row can be shown in the Customization Form.

Declaration

property ShowInCustomizationForm: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

When working with the Customization Form the user can rearrange rows by dragging them to/from the Customization Form or within the grid control.

If the value of the ShowInCustomizationForm property is False the current row is not displayed in the Customization Form. So the user could not rearrange this row among other rows in the Customization Form when he/she dropped this row in the Customization Form.

It could be done only within the grid control when the layout customization session is activated (see TcxVerticalGridCustomizing.Visible).

The default value of the ShowInCustomizationForm property is True.

See Also