FilteringUIFormShowingEventArgs Properties
Provides data for the FilteringUIFormShowing and FilteringUIFormShowing events.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| Form | Returns the filter form object. |
| ViewModel | Returns the View Model that is used to create the current filter form. |
See Also