Skip to main content

TcxGridBandRow.VisibleCount Property

Specifies the number of visible columns assigned to a row.

Declaration

property VisibleCount: Integer read;

Property Value

Type
Integer

Remarks

The VisibleCount property returns the number of visible banded columns assigned to a row (i.e. Visible property is set to True). You can access visible columns via the indexed VisibleItems property. If a row is not assigned any columns (i.e. a new row) or no columns assigned are visible, VisibleCount returns 0 and the row is not displayed.

See Also