[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.GridStyleCollection

GridStyleCollection Class

Represents a collection of named Style.

Inheritance
GridStyleCollection
Namespace: C1.Win.TrueDBGrid
Assembly: C1.Win.TrueDBGrid.8.dll
Syntax
public class GridStyleCollection : CollectionBase, IList, ICollection, IEnumerable

Constructors

Name Description
GridStyleCollection(Frame)

Properties

Name Description
this[int]

Gets the specified Style from the collection given its index.

this[string]

Gets the specified Style from the collection given its name.

Methods

Name Description
Add(Style)

Adds a Style to the end of the collection.

IndexOf(Style)

Gets the index of the specified Style.

Insert(int, Style)

Inserts a Style at the specified index.

OnInsert(int, object)
RemoveAt(int)

Removes the Style at the specified index.