Table of Contents

Class repControlSettings

Namespace
PolarStudio
Assembly
PolarStudio.dll

This class contains the group specific settings for a control.

public class repControlSettings
Inheritance
repControlSettings
Inherited Members
Extension Methods

Properties

BootstrapControlContainerClassesTC

Returns the css class names for the element containing this control.

public string BootstrapControlContainerClassesTC { get; }

Property Value

string

BootstrapControlContainerWidth

Returns the width of the element containing this control in bootstrap columns (detail view).

public int BootstrapControlContainerWidth { get; }

Property Value

int

BootstrapLabelClassesTC

Returns the css class names for the caption (label) for this control.

public string BootstrapLabelClassesTC { get; }

Property Value

string

BootstrapLabelWidth

Returns the width of the caption (label) for this control in bootstrap columns.

public int BootstrapLabelWidth { get; }

Property Value

int

CaptionAboveField

Returns a boolean indicating the caption is to be shown above the control.

public bool CaptionAboveField { get; }

Property Value

bool

CaptionListViewTC

Returns the caption of the control when shown in list view.

public string CaptionListViewTC { get; }

Property Value

string

CaptionStyleTC

Returns the css style expression of the caption for this control.

public string CaptionStyleTC { get; }

Property Value

string

CaptionTC

Returns the caption of the control.

public string CaptionTC { get; }

Property Value

string

ControlCssClassesTC

Returns the css class name(s) for this control.

public string ControlCssClassesTC { get; }

Property Value

string

ControlStyleTC

Returns the css style expression for this control.

public string ControlStyleTC { get; }

Property Value

string

ExplanationTC

Returns the explanation of the control.

public string ExplanationTC { get; }

Property Value

string

FullHtmlTC

Returns the full html property of this control.

public string FullHtmlTC { get; }

Property Value

string

GroupCalculation2CaptionTC

Returns a caption to show in the cell for group calculation rows (totals level).

public string GroupCalculation2CaptionTC { get; }

Property Value

string

GroupCalculationAction

Returns a string indicating the type of group calculation for this control.

public string GroupCalculationAction { get; }

Property Value

string

GroupCalculationCaptionTC

Returns a caption to show in the cell for group calculation rows (sub totals level).

public string GroupCalculationCaptionTC { get; }

Property Value

string

HelpTextTC

Returns the help text of the control.

public string HelpTextTC { get; }

Property Value

string

KeepWithPrevious

Returns a boolean indicating this control is to be kept on the same line in the form as the previous control in detail view.

public bool KeepWithPrevious { get; }

Property Value

bool

KeepWithPreviousListview

Returns a boolean indicating this control is to be shown in the same cell as the previous control in list view.

public bool KeepWithPreviousListview { get; }

Property Value

bool

PrintForm

Returns a boolean indicating the control is to be shown in detail view when printing.

public bool PrintForm { get; }

Property Value

bool

PrintList

Returns a boolean indicating the control is to be shown in detail list when printing

public bool PrintList { get; }

Property Value

bool

RepostFormOnChange

Returns a boolean indicating the form must be posted to the server when the value of this control changes.

public bool RepostFormOnChange { get; }

Property Value

bool

Tag

Returns the initial tag of this control.

public string Tag { get; }

Property Value

string

ViewForm

Returns a boolean indicating the control is to be shown in detail view.

public bool ViewForm { get; }

Property Value

bool

ViewList

Returns a boolean indicating the control is to be shown in list view.

public bool ViewList { get; }

Property Value

bool

VisibleScript

Returns the script expression used to determine if this control is visible.

public string VisibleScript { get; }

Property Value

string