ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / FilterOpened Event

In This Topic
    FilterOpened Event (C1DataGrid)
    In This Topic
    Occurs when the filter of a column is opened by clicking the button on the right side of the column header.
    Syntax
    Event Data

    The event handler receives an argument of type DataGridColumnValueEventArgs<T> containing data related to this event. The following DataGridColumnValueEventArgs<T> properties provide information specific to this event.

    PropertyDescription
    Gets the column. (Inherited from C1.WPF.DataGrid.DataGridColumnEventArgs)
    Gets the value associated with the column.  
    See Also