ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridGroupingPanel Class / ColumnsHeaderGap Property

In This Topic
    ColumnsHeaderGap Property (DataGridGroupingPanel)
    In This Topic
    Gets or sets the distance between columns headers (horizontally).
    Syntax
    'Declaration
     
    
    Public Property ColumnsHeaderGap As Double
    public double ColumnsHeaderGap {get; set;}
    See Also