[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.GridStyleCollection.Item

this Property

this[int]

Gets the specified Style from the collection given its index.

Declaration
public Style this[int index] { get; }
Parameters
Type Name Description
int index

this[string]

Gets the specified Style from the collection given its name.

Declaration
public Style this[string name] { get; }
Parameters
Type Name Description
string name