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
BootstrapControlContainerWidth
Returns the width of the element containing this control in bootstrap columns (detail view).
public int BootstrapControlContainerWidth { get; }
Property Value
BootstrapLabelClassesTC
Returns the css class names for the caption (label) for this control.
public string BootstrapLabelClassesTC { get; }
Property Value
BootstrapLabelWidth
Returns the width of the caption (label) for this control in bootstrap columns.
public int BootstrapLabelWidth { get; }
Property Value
CaptionAboveField
Returns a boolean indicating the caption is to be shown above the control.
public bool CaptionAboveField { get; }
Property Value
CaptionListViewTC
Returns the caption of the control when shown in list view.
public string CaptionListViewTC { get; }
Property Value
CaptionStyleTC
Returns the css style expression of the caption for this control.
public string CaptionStyleTC { get; }
Property Value
CaptionTC
Returns the caption of the control.
public string CaptionTC { get; }
Property Value
ControlCssClassesTC
Returns the css class name(s) for this control.
public string ControlCssClassesTC { get; }
Property Value
ControlStyleTC
Returns the css style expression for this control.
public string ControlStyleTC { get; }
Property Value
ExplanationTC
Returns the explanation of the control.
public string ExplanationTC { get; }
Property Value
FullHtmlTC
Returns the full html property of this control.
public string FullHtmlTC { get; }
Property Value
GroupCalculation2CaptionTC
Returns a caption to show in the cell for group calculation rows (totals level).
public string GroupCalculation2CaptionTC { get; }
Property Value
GroupCalculationAction
Returns a string indicating the type of group calculation for this control.
public string GroupCalculationAction { get; }
Property Value
GroupCalculationCaptionTC
Returns a caption to show in the cell for group calculation rows (sub totals level).
public string GroupCalculationCaptionTC { get; }
Property Value
HelpTextTC
Returns the help text of the control.
public string HelpTextTC { get; }
Property Value
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
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
PrintForm
Returns a boolean indicating the control is to be shown in detail view when printing.
public bool PrintForm { get; }
Property Value
PrintList
Returns a boolean indicating the control is to be shown in detail list when printing
public bool PrintList { get; }
Property Value
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
Tag
Returns the initial tag of this control.
public string Tag { get; }
Property Value
ViewForm
Returns a boolean indicating the control is to be shown in detail view.
public bool ViewForm { get; }
Property Value
ViewList
Returns a boolean indicating the control is to be shown in list view.
public bool ViewList { get; }
Property Value
VisibleScript
Returns the script expression used to determine if this control is visible.
public string VisibleScript { get; }