Resets the AlternatingBackColor property to its default value.
[Visual Basic] Public Sub ResetAlternatingBackColor() [C#] public void ResetAlternatingBackColor(); [C++] public: void ResetAlternatingBackColor(); [JScript] public function ResetAlternatingBackColor();
You typically use this method only if you are either creating a designer for the DataGrid, or creating your own control incorporating the DataGrid.
You can use the ShouldPersistAlternatingBackColor method to determine whether the property value has changed from its default.
The OnPropertyChanged event occurs when the property value changes.
DataGridColumn Class | DataGridColumn Members | System.WinForms Namespace