PrepareViewStyleInfo question...

Hello, I am able to use both of the prepareViewStyleInfo''s as shown below:- this.gridgroupinggrid.TableControl.PrepareViewStyleInfo and this.gridgroupinggrid.PrepareViewStyleInfo They both seem to do exactly the same thing, except one has and "e.inner" parameter. Could you tell me which one I should be using to control the Style of the grouping grid and also what the difference between the two of these are? Thanks, David.

1 Reply

AD Administrator Syncfusion Team December 24, 2004 05:02 PM UTC

Both events are the same. The grid.TableModel.PrepareViewStyleInfo was exposed as grid.PrepareViewStyleInfo so users could get at it from the VS designer for C# or from the dropdown list in VB.

Loader.
Up arrow icon