ComponentOne DataGrid for WPF and Silverlight
CellContentStyle Property (DataGridColumn)

C1.WPF.DataGrid Namespace > DataGridColumn Class : CellContentStyle Property
Gets or sets the style applied to the content of a cell in read mode.
Syntax
'Declaration
 
Public Property CellContentStyle As System.Windows.Style
public System.Windows.Style CellContentStyle {get; set;}
Remarks
The TargetType of this style must be the type of the object returned in CreateCellContent method.
See Also

Reference

DataGridColumn Class
DataGridColumn Members