DataGridTableStyle.ResetSelectionBackColor Method

Definition

Resets the SelectionBackColor property to its default value.

public:
 void ResetSelectionBackColor();
public void ResetSelectionBackColor ();
member this.ResetSelectionBackColor : unit -> unit
Public Sub ResetSelectionBackColor ()

Remarks

You typically use this method if you are either creating a designer for the DataGridTableStyle or creating your own control incorporating the DataGridTableStyle. You can use the ShouldSerializeSelectionBackColor method to determine whether the property value has changed from its default.

Applies to