[]
        
(Showing Draft Content)

C1.Win.FlexGrid.BandCollection.Item

this Property

this[string]

Gets IBand item from the collection by the name.

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

Banded column name.

Property Value
Type Description
IBand

A band if successful, otherwise - null.

Implements