DataGrid.ShouldSerializeHeaderBackColor Método
Definição
Indica se a propriedade HeaderBackColor deve ser persistente.Indicates whether the HeaderBackColor property should be persisted.
protected:
virtual bool ShouldSerializeHeaderBackColor();
protected virtual bool ShouldSerializeHeaderBackColor ();
abstract member ShouldSerializeHeaderBackColor : unit -> bool
override this.ShouldSerializeHeaderBackColor : unit -> bool
Protected Overridable Function ShouldSerializeHeaderBackColor () As Boolean
Retornos
true se o valor da propriedade tiver sido alterado do seu padrão; caso contrário, false.true if the property value has changed from its default; otherwise, false.
Comentários
Normalmente, você usa esse método se estiver criando um designer para o System.Windows.Forms.DataGrid ou criando seu próprio controle incorporando o System.Windows.Forms.DataGrid .You typically use this method if you are either creating a designer for the System.Windows.Forms.DataGrid or creating your own control incorporating the System.Windows.Forms.DataGrid.