FilterPanelElementClickEventArgs Properties
Stores data for the FilteringPanelControl.ElementClickCommand.| Name | Description |
|---|---|
| ClickCount | Gets the number of clicks on a Filter Panel element. |
| ColumnName | Gets the field name associated with the clicked Filter Panel element. |
| ElementType | Gets the type of the clicked Filter Panel element. |
| Value | Gets the value or operator associated with the clicked Filter Panel element. |
See Also