Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DataRecordにバインドされた特定のデータ項目に関連付けられているを取得しようとしていますXamDataGrid。コレクション内のすべてを列挙し、問題のdataItemと比較するDataRecord以外に見つける方法はありますか?DataRecordsDataRecord.DataItem
DataRecord
XamDataGrid
DataRecords
DataRecord.DataItem
DataRecordCollection によって公開される GetDataRecordFromDataItem メソッドがあり、これを使用して DataItem から DataRecord を取得できます。
http://help.infragistics.com/NetAdvantage/WPF/2011.2/CLR4.0/?page=InfragisticsWPF4.DataPresenter.v11.2~Infragistics.Windows.DataPresenter.DataRecordCollection~GetDataRecordFromDataItem.html