DataGridTableStyle.ShouldSerializeBackColor Method

Definition

Indicates whether the BackColor property should be persisted.

protected:
 bool ShouldSerializeBackColor();
protected bool ShouldSerializeBackColor ();
member this.ShouldSerializeBackColor : unit -> bool
Protected Function ShouldSerializeBackColor () 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