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

If UltraGridOverride.RowFilterMode resolves to SiblingRowsOnly, then the RowsCollection associated with the column will be passed in. Otherwise it will be null.

Syntax

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

See Also