11 lines
305 B
VB.net
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
|