ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / IndentWidth Property

In This Topic
    IndentWidth Property (C1DataGrid)
    In This Topic
    Gets or sets the width in pixels of each indentation level visible when the data is grouped.
    Syntax
    'Declaration
     
    
    Public Property IndentWidth As Double
    public double IndentWidth {get; set;}
    Remarks
    The width of the leading column (that is the empty space between the row headers and the first column, only visible when the data grid is grouped) is determined by default as (IndentWidth * number of grouping levels). If you want to change that value you can set LeadingColumnWidth.
    See Also