Class repFormSettings
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains the group specific settings for a form.
public class repFormSettings
- Inheritance
-
repFormSettings
- Inherited Members
- Extension Methods
Properties
BootstrapFormContainerTC
Returns the html for the html element that contains the form in form view.
public object BootstrapFormContainerTC { get; }
Property Value
BootstrapFormRowClassesTC
Returns the classes to use for a row element in html for each row in a form.
public object BootstrapFormRowClassesTC { get; }
Property Value
CaptionTC
Returns the caption.
public string CaptionTC { get; }
Property Value
DefaultBootstrapLabelWidth
Returns the default width in Bootstrap columns for labels.
public object DefaultBootstrapLabelWidth { get; }
Property Value
DesignTemplateFormTC
Returns the design template to use to display form view.
public string DesignTemplateFormTC { get; }
Property Value
DesignTemplateListEnvelopTC
Returns the design template envelope to use to display list view (used once per page for all records).
public string DesignTemplateListEnvelopTC { get; }
Property Value
DesignTemplateListRecordTC
Returns the design template to render one record in list view.
public string DesignTemplateListRecordTC { get; }
Property Value
DisplayGroupCalculation
Returns a boolean indicating to show the group calculations (sub totals).
public bool DisplayGroupCalculation { get; }
Property Value
DisplayGroupCalculation2
Returns a boolean indicating to show the group calculations (totals).
public bool DisplayGroupCalculation2 { get; }
Property Value
FilterFooterHtmlTC
Returns the footer for the filter screen.
public string FilterFooterHtmlTC { get; }
Property Value
FilterHeaderHtmlTC
Returns the header for the filter screen.
public string FilterHeaderHtmlTC { get; }
Property Value
FilterHelpTC
Returns the help for the filter screen.
public string FilterHelpTC { get; }
Property Value
FormFooterHtmlTC
Returns the default footer for detail forms when printing.
public string FormFooterHtmlTC { get; }
Property Value
FormFooterScreenHtmlTC
Returns the default footer for detail forms when shown on screen.
public string FormFooterScreenHtmlTC { get; }
Property Value
FormHeaderHtmlTC
Returns the default header for detail forms when printing.
public string FormHeaderHtmlTC { get; }
Property Value
FormHeaderScreenHtmlTC
Returns the default header for detail forms when shown on screen.
public string FormHeaderScreenHtmlTC { get; }
Property Value
GroupCalculation2CaptionTC
Returns the caption for the group calculation. (totals).
public string GroupCalculation2CaptionTC { get; }
Property Value
GroupCalculationCaptionTC
Returns the caption for the group calculation. (sub totals).
public string GroupCalculationCaptionTC { get; }
Property Value
HelpTextTC
Returns the help text for the form.
public string HelpTextTC { get; }
Property Value
LayoutMode
Returns the layout mode as string. Use 'CaptionsLeft', 'CaptionsRight', 'CaptionsAbove'
public string LayoutMode { get; }
Property Value
ListFooterHtmlTC
Returns the default footer for list forms when printing.
public string ListFooterHtmlTC { get; }
Property Value
ListFooterScreenHtmlTC
Returns the default footer for list forms when shown on screen.
public string ListFooterScreenHtmlTC { get; }
Property Value
ListHeaderHtmlTC
Returns the default header for list forms when printing.
public string ListHeaderHtmlTC { get; }
Property Value
ListHeaderScreenHtmlTC
Returns the default header for list forms when shown on screen.
public string ListHeaderScreenHtmlTC { get; }
Property Value
ListView
Returns if list view and/or form view is allowed and if the list view is shown as continous forms or not.
public enumListView ListView { get; }
Property Value
ListViewRecordCount
Returns the number of records to show per page in list view.
public int ListViewRecordCount { get; }
Property Value
MultiForm
Returns True if multiple forms of this type can be opened.
public object MultiForm { get; }
Property Value
NoRecordsToDisplayHtmlTC
Returns the html to display if no records are available to be displayed.
public string NoRecordsToDisplayHtmlTC { get; }
Property Value
SimplePrintAllowed
Returns True if printing is allowed.
public bool SimplePrintAllowed { get; }
Property Value
TabSheetCaptionHtmlTC
Returns the caption to use for a tabsheet for this form.
public string TabSheetCaptionHtmlTC { get; }
Property Value
Tag
Returns the initial value of the tag.
public string Tag { get; }
Property Value
UIsupportFilter
Returns a boolean indicating the filter form is available.
public object UIsupportFilter { get; }
Property Value
UIsupportHelp
Returns a boolean indicating the help form is available.
public object UIsupportHelp { get; }
Property Value
UseBootstrapDesign
Return True if this form uses Bootstrap design.
public object UseBootstrapDesign { get; }
Property Value
ViewAllowed
Returns True if viewing is allowed.
public bool ViewAllowed { get; }