Gets or sets the CSS class to apply to the selected item rows 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 string SelectedItemCssClass { get; set; }
Visual Basic (Declaration)
Public Overridable Property SelectedItemCssClass As String

See Also