Reset BackColor to its default value.
[Visual Basic]
Public Sub ResetBackColor()
[C#]
public void ResetBackColor()
[Delphi]
public procedure ResetBackColor();
Example
The following example resets the BackColor of the grid:
Me.C1TrueDBGrid1.Style.ResetBackColor()
· C#
this.c1TrueDBGrid1.Style.ResetBackColor();
· Delphi
Self.C1TrueDBGrid1.Style.ResetBackColor;
See Also
C1.Win.C1TrueDBGrid.Style Class | C1.Win.C1TrueDBGrid.Style Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |