ComponentOne DataGrid for WPF and Silverlight
CellEditingContentStyle Property (DataGridColumn)

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

Reference

DataGridColumn Class
DataGridColumn Members