PrintDocument for WinForms
DataBinding プロパティ (RenderObject)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderObject クラス : DataBinding プロパティ
Gets an instance of C1.C1Preview.DataBinding.C1DataBinding class representing the data binding properties of the current object.
シンタックス
'宣言
 
Public ReadOnly Property DataBinding As C1DataBinding
'使用法
 
Dim instance As RenderObject
Dim value As C1DataBinding
 
value = instance.DataBinding
public C1DataBinding DataBinding {get;}
解説
This property always returns a C1.C1Preview.DataBinding.C1DataBinding object, initializing it if if has not been initialized yet. Use RenderObject.DataBindingDefined to test whether the current object is data bound without initializing RenderObject.DataBinding.
参照

RenderObject クラス
RenderObject メンバ
Original プロパティ
Copies プロパティ
DataBindingMode プロパティ
DataBindingDefined プロパティ