 |
| BcfViewManagerDefaultViews Property |
Gets the default views.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.2.1.2
Syntaxpublic BcfReadOnlyModelObjectCollection<BcfTableViewBase> DefaultViews { get; }Public ReadOnly Property DefaultViews As BcfReadOnlyModelObjectCollection(Of BcfTableViewBase)
Get
public:
property BcfReadOnlyModelObjectCollection<BcfTableViewBase^>^ DefaultViews {
BcfReadOnlyModelObjectCollection<BcfTableViewBase^>^ get ();
}member DefaultViews : BcfReadOnlyModelObjectCollection<BcfTableViewBase> with get
Property Value
Type:
BcfReadOnlyModelObjectCollectionBcfTableViewBaseThe default views.
Exceptions
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.2, 3.0, 2.1, 2.0
See Also