2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
All the elements of GridControl can be accessed through C++ code in the WindowsForms application. The following code explains how to use the control using C++ code. C++ void OnQueryCellInfo(System::Object ^sender, Syncfusion::Windows::Forms::Grid::GridQueryCellInfoEventArgs ^e); void Control::Form1::OnQueryCellInfo(System::Object ^sender, Syncfusion::Windows::Forms::Grid::GridQueryCellInfoEventArgs ^e) { if (e->ColIndex == 2 && e->RowIndex > 0) { e->Style->Text = " Setting Color 1"; e->Style->BackColor = Color::LightSkyBlue; e->Style->TextColor = Color::Red; } } After applying the properties, the grid is displayed as follows. Figure 1: Elements can be accessed through C++ code Sample link: C++: Control |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.