Essential .NET toolkit for focused business application development.
An essential set of 167 flexible, reliable and high-performance controls and libraries.
'Declaration <BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Property FirstVisibleRow As Row
'Usage Dim instance As GridControl Dim value As Row instance.FirstVisibleRow = value value = instance.FirstVisibleRow
[Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public Row FirstVisibleRow {get; set;}
The grid's body includes the DataRow's and the grid's HeaderRows and FooterRows sections. It does not include the grid's FixedHeaderRows and FixedFooterRows sections
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
GridControl Class GridControl Members