 |
BcfTableViewBaseParentRowView Property |
returns the parent
BcfRowView if this is a childview, else
null.
Namespace: CalculationWorks.ViewModel.WindowsAssembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 3.0.2.0
Syntaxpublic BcfRowView ParentRowView { get; }
Public ReadOnly Property ParentRowView As BcfRowView
Get
public:
property BcfRowView^ ParentRowView {
BcfRowView^ get ();
}
member ParentRowView : BcfRowView with get
Return Value
Type:
BcfRowView
The parent
BcfRowView if this is a childview, else
null.
Version InformationCalculationWorks.ViewModel.Windows
Supported in: 3.0, 2.1, 2.0
See Also