ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / DetailRow Class / Visible Property

In This Topic
    Visible Property (DetailRow)
    In This Topic
    Gets or sets whether a Row or Column is visible.
    Syntax
    'Declaration
     
    Public Overridable Property Visible As Boolean
    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 C1FlexGridBase.BottomRow properties.

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

    See Also