CellsAreaMargin Property (DataGridRowPresenter)
In This Topic
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 Thickness
public Thickness CellsAreaMargin {get; set;}
See Also