Gets or sets the CSS class to apply to the expander buttons in their standard state within the tree view of the hierarchical grid of the control; by default it is set to fill content using gray.

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

Syntax

C#
public virtual string ToggleButtonCssClass { get; set; }
Visual Basic (Declaration)
Public Overridable Property ToggleButtonCssClass As String

See Also