DataGridTableStyle.ShouldSerializeLinkHoverColor Method

Definition

Indicates whether the LinkHoverColor property should be persisted.

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