Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145566 | Jun 28,2019 05:52 AM UTC | Jun 28,2019 12:46 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
public class CustomGridControl : GridControl
{
public CustomGridControl(CustomGridModel model)
: base(model) // To override base grid model with the customized grid model.
{
}
}
public class CustomGridModel : GridModel
{
public CustomGridModel ()
: base()
{
}
} |
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.