Skip to main content

TcxGridBandRow.Visible Property

Specifies whether the current row is visible.

Declaration

property Visible: Boolean read;

Property Value

Type
Boolean

Remarks

The Visible property returns True if a row contains any visible columns (a column whose Visible property is set to True). If all columns assigned to a row are hidden, the row is also hidden.

See Also