DataGridTableStyle.ShouldSerializeBackColor Método
Definición
protected:
bool ShouldSerializeBackColor();
protected bool ShouldSerializeBackColor ();
member this.ShouldSerializeBackColor : unit -> bool
Protected Function ShouldSerializeBackColor () As Boolean
Devoluciones
true
si el valor de propiedad ha cambiado con respecto a su valor predeterminado; de lo contrario, false
.true
if the property value has changed from its default; otherwise, false
.
Comentarios
Normalmente, este método se usa si se crea un diseñador para el DataGridTableStyle o se crea un control propio que incorpore el DataGridTableStyle.You typically use this method if you are either creating a designer for the DataGridTableStyle or creating your own control incorporating the DataGridTableStyle.