ComponentOne DataGrid for WPF and Silverlight
CellsAreaMargin Property (DataGridRowPresenter)

C1.WPF.DataGrid Namespace > DataGridRowPresenter Class : CellsAreaMargin Property
Gets or sets a Margin that can be applied to a System.Windows.UIElement locating the element in the area where the cells are shown, typically this margin is applied to the cells panel.
Syntax
'Declaration
 
Public Property CellsAreaMargin As System.Windows.Thickness
public System.Windows.Thickness CellsAreaMargin {get; set;}
Remarks
This property is controlled by the C1DataGrid to which the presenter belongs.
See Also

Reference

DataGridRowPresenter Class
DataGridRowPresenter Members