We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Version number

Is there a way to obtain the version number from the grid programmatically. I want to know if I am using a 2.9 grid or a 3.1 grid

1 Reply

AD Administrator Syncfusion Team June 24, 2005 05:06 PM UTC

Here is one way you can get the version. string s = typeof(Syncfusion.Windows.Forms.Grid.GridControl).Assembly.GetName().Version.ToString();

Loader.
Live Chat Icon For mobile
Up arrow icon