ColumnCollectionBase<TColumn>.GetColumnByName(String) Method
Returns a column by its Name.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A column’s Name. |
Returns
| Type | Description |
|---|---|
| TColumn |
See Also