GridColumnCollection.ForEach(Action<GridColumn>) Method
Executes the specified action on each element in the collection.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
action | Action<GridColumn> | The delegate to execute on each element in the collection. |
Remarks
The code below converts the captions of all column headers to uppercase.
See Also