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

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