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

In This Topic
    GroupContentMargin Property
    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