ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridGroupingPanel Class / IndentHeight Property

In This Topic
    IndentHeight Property (DataGridGroupingPanel)
    In This Topic
    Gets or sets the distance of each step (vertically), If this value is 0 the column headers will be shown horizontally,will not be phased.
    Syntax
    'Declaration
     
    
    Public Property IndentHeight As Double
    public double IndentHeight {get; set;}
    See Also