PrintDocument for WinForms
Parent プロパティ (C1DataBinding)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > C1DataBinding クラス : Parent プロパティ
Gets the C1DataBinding object which is the parent of the current data binding.
シンタックス
'宣言
 
Public ReadOnly Property Parent As C1DataBinding
'使用法
 
Dim instance As C1DataBinding
Dim value As C1DataBinding
 
value = instance.Parent
public C1DataBinding Parent {get;}
解説
The parent is retrieved based on the objects' containment hierarchy. For instance, for a RenderText within a RenderArea, C1DataBinding.Parent of the C1.C1Preview.RenderObject.DataBinding on the RenderText will return DataBinding of the RenderArea containing the text.
参照

C1DataBinding クラス
C1DataBinding メンバ