Enum enumListView
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This enum is used to determine which views are allowed for a form.
public enum enumListView
- Extension Methods
Fields
ContinousFormsOnly = 10
Continuous forms only
FormViewAndContinousForms_StartWithContinousForms = 9
Form view and continous forms allowed. Start with continous forms.
FormViewAndContinousForms_StartWithFormView = 8
Form view and continous forms allowed. Start with form view.
FormViewAndListView_StartWithFormView = 3
Form view and list view allowed. Start with form view.
FormViewAndListView_StartWithListView = 7
Form view and list view allowed. Start with list view.
FormViewOnly = 1
Form view only
ListViewOnly = 2
List view only