ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1.Win.C1TrueDBGrid.Style.Reset Method

Resets all specialized attributes.

[Visual Basic]

Public Sub Reset()

[C#]

public void Reset()

[Delphi]

public procedure Reset();

Example

The following code resets all of the style properties in the first Split's Split.Style property so that it inherits all of it's properties from C1TrueDBGrid:

·      Visual Basic

       Me.C1TrueDBGrid1.Splits(0).Style.Reset()

·      C#

       this.c1TrueDBGrid1.Splits[0].Style.Reset();

·      Delphi

       Self.C1TrueDBGrid1.Splits[0].Style.Reset;

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.