11 lines
385 B
VB.net
11 lines
385 B
VB.net
Imports System.ComponentModel
|
|
|
|
Public Interface IModelMemberAllowSort
|
|
<Category("Behavior")> Property AllowSort() As Boolean
|
|
|
|
<Category("Format"), DefaultValue(False)> Property AllowRounding() As Boolean
|
|
<Category("Format"), DefaultValue(4)> Property RoundingTo() As Long
|
|
|
|
<Category("Appearance"), DefaultValue(False)> Property HideValueIfZero As Boolean
|
|
End Interface
|