Infragistics(R) NetAdvantage(R) Windows Forms
Rows Property
See Also  E-mail your feedback on this topic.
Infragistics.Win.UltraWinGrid Namespace > BeforeHeaderCheckStateChangedEventArgs Class : Rows Property

Gets the RowsCollection which is affected the header checkbox's state change

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Rows As RowsCollection
C# 
public RowsCollection Rows {get;}

See Also