PrivateSub Form1_Load(sender AsObject, e As System.EventArgs)
' Hide the caption.
'
Me.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False
End Sub
'宣言
Public Property CaptionVisible As Infragistics.Win.DefaultableBoolean