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

In This Topic
    FilterOpened Event (DataGridColumnHeaderPresenter)
    In This Topic
    Occurs when the filter control of a column is opened.
    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