01-09-20, 09:48 PM
PHP كود :
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Dim x As Boolean = gridView1.GetDataRow(0)(5) 'السطر الاول'
Dim xx As Boolean = gridView1.GetFocusedDataRow()(5) 'السطر المحدد'
If x = True Then
MsgBox("TRUE")
Else
MsgBox("FALSE")
End If
If xx = True Then
MsgBox("TRUE")
Else
MsgBox("FALSE")
End If
End Sub
DevExpress GridView
سبحان الله وبحمده سبحان الله العظيم و الحمد لله ولا اله الا الله والله اكبر
