DataGrid.ShouldSerializeParentRowsForeColor Método

Definición

Indica si la propiedad ParentRowsForeColor debe persistir.

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

Devoluciones

Boolean

true si el valor de propiedad ha cambiado con respecto a su valor predeterminado; en caso contrario, false.

Comentarios

Normalmente, este método solo se usa si va a crear un diseñador para System.Windows.Forms.DataGrido si crea su propio control que incorpora .System.Windows.Forms.DataGrid

Se aplica a