Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
Access underlying GridView of XamDataGrid
posted

Hi,

Is possible to access the underlying GridView. its because we have some utility functions written which works of GridView so instead of writing newer versions it would be great if i could pass the GridView of the XamDataGrid

Kind Regards,

  • 69686
    Verified Answer
    posted

    Hello Devinder,

    You cannot access the GridView directly. There are settings available (ViewSettings property from the GridView) that you can use.

    Hope this helps.