DataGridTableStyle.ShouldSerializeLinkColor Method

Definition

Indicates whether the LinkColor property should be persisted.

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