Click or drag to resize

DataGridColumnStyle Class

Defines the column styles for a data grid column.
Inheritance Hierarchy

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public class DataGridColumnStyle : DependencyObject

The DataGridColumnStyle type exposes the following members.

Constructors
  NameDescription
Public methodDataGridColumnStyle
Initializes a new instance of the DataGridColumnStyle class
Top
Properties
  NameDescription
Public propertyColumnType
Gets or sets the type of the column for which to set the styles.
Public propertyEditingElementStyle
Gets or sets the editing element style for the column.
Public propertyElementStyle
Gets or sets the element style for the column.
Top
Fields
  NameDescription
Public fieldStatic memberEditingElementStyleProperty
Identifies the EditingElementStyle dependency property
Public fieldStatic memberElementStyleProperty
Identifies the ElementStyle dependency property
Top
See Also