Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143314 | Mar 13,2019 06:13 PM UTC | Mar 15,2019 05:01 AM UTC | WinForms | 3 |
![]() |
Tags: SfDataGrid |
List<object> items = new List<object>();
foreach (object item in this.sfDataGrid1.SelectedItems)
{
var value = this.sfDataGrid1.View.GetPropertyAccessProvider().GetValue(item, "OrderID");
items.Add(value);
}
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.