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

In This Topic
    IndentWidth Property (DataGridRow)
    In This Topic
    Gets the distance between the row header and the first cell of the row. This empty space is only present when there are groups in the data grid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IndentWidth As Double
    public double IndentWidth {get;}
    See Also