Table of Contents

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

object

BootstrapFormRowClassesTC

Returns the classes to use for a row element in html for each row in a form.

public object BootstrapFormRowClassesTC { get; }

Property Value

object

CaptionTC

Returns the caption.

public string CaptionTC { get; }

Property Value

string

DefaultBootstrapLabelWidth

Returns the default width in Bootstrap columns for labels.

public object DefaultBootstrapLabelWidth { get; }

Property Value

object

DesignTemplateFormTC

Returns the design template to use to display form view.

public string DesignTemplateFormTC { get; }

Property Value

string

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

string

DesignTemplateListRecordTC

Returns the design template to render one record in list view.

public string DesignTemplateListRecordTC { get; }

Property Value

string

DisplayGroupCalculation

Returns a boolean indicating to show the group calculations (sub totals).

public bool DisplayGroupCalculation { get; }

Property Value

bool

DisplayGroupCalculation2

Returns a boolean indicating to show the group calculations (totals).

public bool DisplayGroupCalculation2 { get; }

Property Value

bool

FilterFooterHtmlTC

Returns the footer for the filter screen.

public string FilterFooterHtmlTC { get; }

Property Value

string

FilterHeaderHtmlTC

Returns the header for the filter screen.

public string FilterHeaderHtmlTC { get; }

Property Value

string

FilterHelpTC

Returns the help for the filter screen.

public string FilterHelpTC { get; }

Property Value

string

FormFooterHtmlTC

Returns the default footer for detail forms when printing.

public string FormFooterHtmlTC { get; }

Property Value

string

FormFooterScreenHtmlTC

Returns the default footer for detail forms when shown on screen.

public string FormFooterScreenHtmlTC { get; }

Property Value

string

FormHeaderHtmlTC

Returns the default header for detail forms when printing.

public string FormHeaderHtmlTC { get; }

Property Value

string

FormHeaderScreenHtmlTC

Returns the default header for detail forms when shown on screen.

public string FormHeaderScreenHtmlTC { get; }

Property Value

string

GroupCalculation2CaptionTC

Returns the caption for the group calculation. (totals).

public string GroupCalculation2CaptionTC { get; }

Property Value

string

GroupCalculationCaptionTC

Returns the caption for the group calculation. (sub totals).

public string GroupCalculationCaptionTC { get; }

Property Value

string

HelpTextTC

Returns the help text for the form.

public string HelpTextTC { get; }

Property Value

string

LayoutMode

Returns the layout mode as string. Use 'CaptionsLeft', 'CaptionsRight', 'CaptionsAbove'

public string LayoutMode { get; }

Property Value

string

ListFooterHtmlTC

Returns the default footer for list forms when printing.

public string ListFooterHtmlTC { get; }

Property Value

string

ListFooterScreenHtmlTC

Returns the default footer for list forms when shown on screen.

public string ListFooterScreenHtmlTC { get; }

Property Value

string

ListHeaderHtmlTC

Returns the default header for list forms when printing.

public string ListHeaderHtmlTC { get; }

Property Value

string

ListHeaderScreenHtmlTC

Returns the default header for list forms when shown on screen.

public string ListHeaderScreenHtmlTC { get; }

Property Value

string

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

enumListView

ListViewRecordCount

Returns the number of records to show per page in list view.

public int ListViewRecordCount { get; }

Property Value

int

MultiForm

Returns True if multiple forms of this type can be opened.

public object MultiForm { get; }

Property Value

object

NoRecordsToDisplayHtmlTC

Returns the html to display if no records are available to be displayed.

public string NoRecordsToDisplayHtmlTC { get; }

Property Value

string

SimplePrintAllowed

Returns True if printing is allowed.

public bool SimplePrintAllowed { get; }

Property Value

bool

TabSheetCaptionHtmlTC

Returns the caption to use for a tabsheet for this form.

public string TabSheetCaptionHtmlTC { get; }

Property Value

string

Tag

Returns the initial value of the tag.

public string Tag { get; }

Property Value

string

UIsupportFilter

Returns a boolean indicating the filter form is available.

public object UIsupportFilter { get; }

Property Value

object

UIsupportHelp

Returns a boolean indicating the help form is available.

public object UIsupportHelp { get; }

Property Value

object

UseBootstrapDesign

Return True if this form uses Bootstrap design.

public object UseBootstrapDesign { get; }

Property Value

object

ViewAllowed

Returns True if viewing is allowed.

public bool ViewAllowed { get; }

Property Value

bool