ComponentOne DataGrid for WPF and Silverlight
ChangingColumns Property (DataGridFilterChangingEventArgs)

C1.WPF.DataGrid Namespace > DataGridFilterChangingEventArgs Class : ChangingColumns Property
Gets the columns will be filtered if this event is not cancelled.
Syntax
'Declaration
 
Public ReadOnly Property ChangingColumns As DataGridColumnValue(Of DataGridFilterState)()
public DataGridColumnValue<DataGridFilterState>[] ChangingColumns {get;}

Property Value

The columns will be filtered if this event is not cancelled.
See Also

Reference

DataGridFilterChangingEventArgs Class
DataGridFilterChangingEventArgs Members