LayoutView.PopulateColumns() Method
Creates card fields for all fields in the bound data source.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
Remarks
This method overrides the ColumnView.PopulateColumns method to perform initialization specific to Layout Views. Please refer to this method to learn more.
See Also