BackColor Property (NodeCellStyle)
In This Topic
Gets or sets the background color.
Syntax
'Declaration
<C1DescriptionAttribute("NodeCellStyle.BackColor", "Gets or sets the background color.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
Public Property BackColor As Color
[C1Description("NodeCellStyle.BackColor", "Gets or sets the background color.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
public Color BackColor {get; set;}
See Also