LayoutView.PopulateColumns() Method
Creates card fields for all fields in the bound data source.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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