Click or drag to resize

DataGridColumnStyleCollection Class

A collection of DataGridColumnStyle objects.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionDataGridColumnStyle
    TomsToolbox.Wpf.XamlExtensionsDataGridColumnStyleCollection

Namespace:  TomsToolbox.Wpf.XamlExtensions
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public class DataGridColumnStyleCollection : Collection<DataGridColumnStyle>

The DataGridColumnStyleCollection type exposes the following members.

Constructors
  NameDescription
Public methodDataGridColumnStyleCollection
Initializes a new instance of the DataGridColumnStyleCollection class
Top
Extension Methods
See Also