C1.Win.C1FlexGrid Namespace > RowCol Class : Visible Property |
'Declaration
<C1CategoryAttribute("Layout")> <C1DescriptionAttribute("Gets or sets whether this row or column is visible.")> <DefaultValueAttribute()> Public Overridable Property Visible As Boolean
'Usage
Dim instance As RowCol Dim value As Boolean instance.Visible = value value = instance.Visible
[C1Category("Layout")] [C1Description("Gets or sets whether this row or column is visible.")] [DefaultValue()] public virtual bool Visible {get; set;}
[C1Category("Layout")] [C1Description("Gets or sets whether this row or column is visible.")] [DefaultValue()] public: virtual property bool Visible { bool get(); void set ( bool value); }
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.
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