Files
2017-03-08 11:21:27 +01:00

6 lines
152 B
VB.net

Imports DevExpress.ExpressApp.Model
Public Interface IModelListViewLinq
Inherits IModelNode
Property XPQueryMethod() As String
End Interface