ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Summaries Namespace / DataGridGroupWithSummaryRowPresenter Class / LeadingMargin Property

In This Topic
    LeadingMargin Property (DataGridGroupWithSummaryRowPresenter)
    In This Topic
    Gets or sets the margin between the first column and the rows headers, this space is only visible when there are grouped columns.
    Syntax
    'Declaration
     
    
    Public Property LeadingMargin As Thickness
    public Thickness LeadingMargin {get; set;}

    Property Value

    The leading margin.
    See Also