DataGridColumn::CellStyle Property
.NET Framework (current version)
Gets or sets the style that is used to render cells in the column.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Windows::Style^The style that is used to render cells in the column. The registered default is null. For information about what can influence the value, see DependencyProperty.
To define a Style for a cell, specify a TargetType of DataGridCell.
A Style can be applied to a cell at the table, column, or cell level. To apply a Style to all cells in a column, set the DataGridColumn::CellStyle property, which takes precedence over the DataGrid::CellStyle property. To apply a Style to an individual cell, set the Style property directly on the DataGridCell object, which takes precedence over all other styles that you apply to the cell.
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Available since 4.0
Silverlight
Available since 2.0
Show: