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

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