'Declaration Public Event FetchFilterStyle As System.EventHandler(Of FetchFilterStyleEventArgs)
public event System.EventHandler<FetchFilterStyleEventArgs> FetchFilterStyle
Event Data
The event handler receives an argument of type FetchFilterStyleEventArgs containing data related to this event. The following FetchFilterStyleEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CellStyle | The Style used to render the filter bar. |
Column | The display column for the filter bar cell being rendered. |
Split | Indicates the position in the Splits collection. |
See Also