[]
        
(Showing Draft Content)

C1.Win.FlexGrid.RowCol.Visible

Visible Property

Visible

Gets or sets whether a Row or Column is visible.

Declaration
public virtual bool Visible { get; set; }
Remarks

This property returns true even if the row or column has been scrolled out of view.

To determine whether a row is currently within view, check the TopRow and BottomRow properties.

To determine whether a column is currently within view, check the LeftCol and RightCol properties.