ComponentOne DataGrid for WPF and Silverlight
LeadingColumnWidth Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : LeadingColumnWidth Property
Gets or sets the column width for the leading column (that is the empty space between the row headers and the first column, only visible when the data grid is grouped).
Syntax
'Declaration
 
Public Property LeadingColumnWidth As DataGridLength
public DataGridLength LeadingColumnWidth {get; set;}
Remarks
If the value is set to Auto, the width of the leading column will be calculated as (IndentWidth * number of group levels).
See Also

Reference

C1DataGrid Class
C1DataGrid Members