GrapeCity SPREAD for Windows Forms 11.0J
Value プロパティ (DateInputField)


フィールドの値を取得または設定します。
構文
'Declaration
 
Public Property Value As Nullable(Of Integer)
'使用法
 
Dim instance As DateInputField
Dim value As Nullable(Of Integer)
 
instance.Value = value
 
value = instance.Value
public Nullable<int> Value {get; set;}

プロパティ値

このフィールドの値を示すint値。
参照

DateInputField クラス
DateInputField メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.