DataGrid.ShouldSerializeCaptionForeColor Method

Definition

Gets a value indicating whether the CaptionForeColor property should be persisted.

protected:
 virtual bool ShouldSerializeCaptionForeColor();
protected virtual bool ShouldSerializeCaptionForeColor ();
abstract member ShouldSerializeCaptionForeColor : unit -> bool
override this.ShouldSerializeCaptionForeColor : unit -> bool
Protected Overridable Function ShouldSerializeCaptionForeColor () 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