FlexGrid for WinForms
IsVisible Property



Gets whether this row is currently visible to the user.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property IsVisible As Boolean
'Usage
 
Dim instance As RowCol
Dim value As Boolean
 
value = instance.IsVisible
[Browsable(false)]
public bool IsVisible {get;}
[Browsable(false)]
public:
property bool IsVisible {
   bool get();
}
Remarks

This property returns true if the Visible property is set to true and the row is collapsed (IsCollapsed property returns false).

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RowCol Class
RowCol Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback