Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
141063 | Nov 21,2018 06:53 AM UTC | Dec 4,2018 10:05 AM UTC | WinForms | 9 |
![]() |
Tags: SfDataGrid |
this.sfDataGrid.TableControl.BackColor = Color.Red; |
this.sfDataGrid.TableControl.BackColor = Color.Red;
this.sfDataGrid.Style.GroupDropAreaStyle.BackColor = Color.Red;
this.sfDataGrid.Style.IndentCellStyle.BackColor = Color.Red; |
var sizeGrip = ReflectionHelper.GetProperty(this.sfDataGrid.TableControl.Style.GetType(), "SizeGrip").GetValue(this.sfDataGrid.TableControl.Style, null);
ReflectionHelper.GetProperty(sizeGrip.GetType(), "BackColor").SetValue(sizeGrip, Color.Red, new object[] { }); |
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.