Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxRowOptions.ShowInCustomizationForm Property

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

#Declaration

Delphi
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