Gets or sets the color to be used as background for 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 Nullable<Color> SelectedItemBackColor { get; set; }
Visual Basic (Declaration)
Public Overridable Property SelectedItemBackColor As Nullable(Of Color)

See Also