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

In This Topic
    GroupContentMargin Property (DataGridGroupWithSummaryRowPresenter)
    In This Topic
    Gets or sets the margin applied to the group title and collapse/expand checkbox.
    Syntax
    'Declaration
     
    
    Public Property GroupContentMargin As Thickness
    public Thickness GroupContentMargin {get; set;}
    See Also