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

In This Topic
    LeadingColumnWidth Property (C1DataGrid)
    In This Topic
    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