Version

BeforeCustomRowFilterDialogEventArgs Class Members

The following tables list the members exposed by BeforeCustomRowFilterDialogEventArgs.

Public Constructors
 NameDescription
Public ConstructorBeforeCustomRowFilterDialogEventArgs ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyColumnColumn for which the custom filter dialog is being shown.  
Public PropertyCustomRowFiltersDialogReturns the custom row filter dialog.  
Public PropertyRowsReturns null if the UltraGridOverride.RowFilterMode resolves to AllRowsInBand otherwise it returns the rows collection that's being filtered.  
See Also