ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

GridStyleCollection.Item Property (Int32)

Gets the specified Style from the collection given its index.

[Visual Basic]

Public Default ReadOnly Property Item( _

ByVal index As Integer _

) As C1.Win.C1TrueDBGrid.Style

[C#]

public C1.Win.C1TrueDBGrid.Style this[

int index

] {get;}

[Delphi]

public property Item[

index: Int32

]: C1.Win.C1TrueDBGrid.Style read get_Item;

See Also

GridStyleCollection Class | GridStyleCollection Members | C1.Win.C1TrueDBGrid Namespace | GridStyleCollection.Item Overload List


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