Version

BeforeRowFilterDropDownPopulateEventArgs Class Members

The following tables list the members exposed by BeforeRowFilterDropDownPopulateEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertyColumnColumn associated with the column header flter drop down button was clicked on.  
Public PropertyHandledIndicates whether the value list was populated and that UltraGrid should not attempt to pupulate the value list. Default value is false.  
Public PropertyRowsIf UltraGridOverride.RowFilterMode resolves to SiblingRowsOnly, then the RowsCollection associated with the column header that the filter dropdown button is clicked on will be passed in. Otherwise it will be null.  
Public PropertyValueListThe value list that will be used as the filter drop down. You can populate the value list and set Handled to true to prevent the UltraGrid from populating the value list.  
See Also