Gets or sets a value that indicates the width (in pixels) of the indentation padding for a single level in the tree view column of the grid.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public virtual double IndentationLevelWidth { get; set; }
Visual Basic (Declaration)
Public Overridable Property IndentationLevelWidth As Double

See Also