Skip to main content

TcxGridCardViewOptionsCustomize.RowHiding Property

Determines the manner in which the Card View’s rows can be hidden from a View.

Declaration

property RowHiding: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Use the RowHiding property to determine the manner in which the Card View’s rows can be hidden in a View. When this property is set to False, rows can only be hidden by dragging them to the active customization form. When RowHiding is set to True, rows can also be hidden by dragging their captions, even if the customization form is not displayed. If a row is displayed within the customization form, it is not visible within the View (i.e. the Visible property value of that row is False). A row can also be made invisible within the customization form. Set the Row.VisibleForCustomization property value to False and then a row can only be returned to a View programmatically.

The default value of the RowHiding property is False.

See Also