DataGrid.ShouldSerializeParentRowsForeColor Method

Definition

Indicates whether the ParentRowsForeColor property should be persisted.

protected:
 virtual bool ShouldSerializeParentRowsForeColor();
protected virtual bool ShouldSerializeParentRowsForeColor ();
abstract member ShouldSerializeParentRowsForeColor : unit -> bool
override this.ShouldSerializeParentRowsForeColor : unit -> bool
Protected Overridable Function ShouldSerializeParentRowsForeColor () As Boolean

Returns

true if the property value has been changed from its default; otherwise, false.

Remarks

You typically use this method only if you are either creating a designer for the System.Windows.Forms.DataGrid, or creating your own control incorporating the System.Windows.Forms.DataGrid.

Applies to