Click or drag to resize

DataGridFilteringEventArgsColumns Property

Gets the additional columns that will be filtered.

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public ICollection<DataGridColumn> Columns { get; }

Property Value

Type: ICollectionDataGridColumn
See Also