EditPanelBackColor

Top  Previous  Next

Gets or sets the background color for edit panel if EditMode property is EditPanel, EditPanelAndShowRow, or PopupEditWindow for the grid in edit mode.

[Visual Basic .NET]

Public Property EditPanelBackColor As Color

[C#]

public Color EditPanelBackColor {get; set;}

 

Remarks

The default value is ControlLight, and a screenshot is listed below.

EditPanel_BackColor