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
230
Need access to ItemContainerGenerator.ItemFromContainer
posted

Hello,

With the XamDataGrid, how do I get access to the ItemContainerGenerator.ItemFromContainer() or the Infragistics equivilant?  For some reason this has been hidden.

Thanks in advance.

  • 69686
    posted

    Hello,

    Can you please specify which container you want to access? The CellValuePresenter is the representation of the Cell, DataRecordPresenter of the Record, etc.

    Please note that you can go up/down the element tree looking for containers using our helper methods:

    Infragistics.Windows.Utilities.GetAncestor/GetDescendant methods.