DataGrid.ShouldSerializeCaptionBackColor Method

Definition

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

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