Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
15840 | Jun 29,2004 06:03 AM UTC | Jun 29,2004 06:24 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
//for GridDataBoundGrid, get the style from GridBoundColumn.StyleInfo instead of grid.ColStyles
GridStyleInfo style = this.gridControl1.ColStyles[2];
style.ImageIndex = 0;
style.ImageList = list;
style.CellType = "Image";
style.ImageSizeMode = GridImageSizeMode.CenterImage;
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.