ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRowPresenter Class / CellsAreaMargin Property

In This Topic
    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;}
    Remarks
    This property is controlled by the C1DataGrid to which the presenter belongs.
    See Also