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

In This Topic
    FilterLoading Event (DataGridColumnHeaderPresenter)
    In This Topic
    Occurs before the filter control of a column is opened.
    Syntax
    Event Data

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

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