Files
Nuvolar/Nuvolar.Module/Controllers/Interfaces/IModelListViewAllowSort.vb
T
2017-03-08 11:21:27 +01:00

11 lines
305 B
VB.net

Imports System.ComponentModel
Public Interface IModelListViewAllowSort
<Category("Behavior")> Property AllowSort() As Boolean
<Category("SIS"), DefaultValue(True)> Property IsListViewProcess As Boolean
<Category("SIS"), DefaultValue(False)> Property RowAutoHeight As Boolean
End Interface