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.
Up arrow icon