ComponentOne DataGrid for WPF and Silverlight
IndentWidth Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : IndentWidth Property
Gets or sets the width in pixels of each indentation level visible when the data is grouped.
Syntax
'Declaration
 
Public Property IndentWidth As System.Double
public System.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

Reference

C1DataGrid Class
C1DataGrid Members