DataGrid.ShouldSerializeParentRowsBackColor Méthode

Définition

Indique si la propriété ParentRowsBackColor doit être rendue persistante.

protected:
 virtual bool ShouldSerializeParentRowsBackColor();
protected virtual bool ShouldSerializeParentRowsBackColor ();
abstract member ShouldSerializeParentRowsBackColor : unit -> bool
override this.ShouldSerializeParentRowsBackColor : unit -> bool
Protected Overridable Function ShouldSerializeParentRowsBackColor () As Boolean

Retours

true si la propriété n'utilise plus sa valeur par défaut ; sinon false.

Remarques

En règle générale, vous utilisez cette méthode uniquement si vous créez un concepteur pour , System.Windows.Forms.DataGridou si vous créez votre propre contrôle incorporant le System.Windows.Forms.DataGrid.

S’applique à