ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBGrid.SplitIndex Property

Gets or sets the index of the current Split within the SplitCollection.

[Visual Basic]

Public Property SplitIndex As Integer

[C#]

public int SplitIndex {get;set;}

[Delphi]

public property SplitIndex: Int32 read get_SplitIndex write set_SplitIndex;

Example

The following code sets the current split to the third split in the grid:

·      Visual Basic

       Me.C1TrueDBGrid1.SplitIndex = 2

·      C#

       this.C1TrueDBGrid1.SplitIndex = 2;

·      Delphi

       Self.C1TrueDBGrid1.SplitIndex := 2;

See Also

C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.