DataGridTableStyle.ShouldSerializeHeaderBackColor Method

Definition

Indicates whether the HeaderBackColor property should be persisted.

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

Returns

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

Remarks

You typically use this method if you are either creating a designer for the DataGridTableStyle or creating your own control incorporating the DataGridTableStyle.

Applies to

See also