GridBandColumnCollection.Item[String] Property
In This Article
Gets a column with the specified name.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public BandedGridColumn this[string name] { get; }
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String value specifying the column name. |
#Property Value
Type | Description |
---|---|
Banded |
A Banded |
#Remarks
Note that columns are Component descendants and so can be accessed directly by their names. This property should be used when you store column names in variables, etc.
See Also