Click or drag to resize

DataGridColumnStyleCollection Class

A collection of DataGridColumnStyle objects.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionDataGridColumnStyle
    DataGridExtensionsDataGridColumnStyleCollection

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.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
See Also