Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
152520 | Mar 18,2020 08:19 AM UTC | Mar 24,2020 04:24 AM UTC | WinForms | 3 |
![]() |
Tags: MultiColumnComboBox |
GridControl grid = this.multiColumnComboBox1.ListBox.Grid;
grid.PrepareViewStyleInfo += Gc_PrepareViewStyleInfo;
private void Gc_PrepareViewStyleInfo(object sender, GridPrepareViewStyleInfoEventArgs e)
{
if (e.RowIndex == 0)
{
e.Style.BackColor = Color.Black;
e.Style.TextColor = Color.White;
}
} |
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.