Skip to main content

TcxGridSpecialRowOptions.Visible Property

Specifies if the utility row is visible.

Declaration

property Visible: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False

True if the utility row is visible; otherwise, False.

Remarks

The utility row is a filter or new item row.

VCL Data Grid: A New Item Row

Default Value

The Visible property’s default value is False.

See Also