ValidationBackground Property (DataGridCellPresenter)
In This Topic
Gets or sets the brush used to paint the background of the validation elements.
Syntax
'Declaration
Public Property ValidationBackground As Brush
public Brush ValidationBackground {get; set;}
See Also