ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

GridStyleCollection.Item Property (String)

Gets the specified Style from the collection given its name.

[Visual Basic]

Public Default ReadOnly Property Item( _

ByVal name As String _

) As C1.Win.C1TrueDBGrid.Style

[C#]

public C1.Win.C1TrueDBGrid.Style this[

string name

] {get;}

[Delphi]

public property Item[

name: String

]: 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.