DataGridTableStyle.ShouldSerializeSelectionForeColor Method

Definition

Indicates whether the SelectionForeColor property should be persisted.

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