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

In This Topic
    FilterLoading Event (C1DataGrid)
    In This Topic
    Occurs before the filter of a column is loaded allowing to change the filter that will be displayed to the user.
    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