6 lines
143 B
VB.net
6 lines
143 B
VB.net
Imports System.ComponentModel
|
|
|
|
Public Interface IModelColumnAllowSort
|
|
<Category("Behavior")> Property AllowSort() As Boolean
|
|
End Interface
|