Indicates whether the ParentRowsForeColor property should be persisted.
[Visual Basic] Overridable Public Function ShouldPersistParentRowsForeColor() As _ Boolean [C#] public virtual bool ShouldPersistParentRowsForeColor(); [C++] public: virtual bool ShouldPersistParentRowsForeColor(); [JScript] public function ShouldPersistParentRowsForeColor() : Boolean;
true if the property value has been changed from its default; otherwise, false.
You typically use this method only if you are either creating a designer for the DataGrid, or creating your own control incorporating the DataGrid.
DataGrid Class | DataGrid Members | System.WinForms Namespace