Class repCustomControl
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains information about a custom control in the Polar Studio repository.
public class repCustomControl
- Inheritance
-
repCustomControl
- Inherited Members
- Extension Methods
Properties
DefaultCSSclassTC
Returns the default css class name to be used for this custom control.
public string DefaultCSSclassTC { get; }
Property Value
DefaultHeight
Returns the default height of this custom control in form view.
public int DefaultHeight { get; }
Property Value
DefaultHeightList
Returns the default height of this custom control in list view.
public int DefaultHeightList { get; }
Property Value
DefaultWidth
Returns the default width of this custom control in form view.
public int DefaultWidth { get; }
Property Value
DefaultWidthList
Returns the default width of this custom control in list view.
public int DefaultWidthList { get; }
Property Value
Name
Returns the name of the custom control.
public string Name { get; }
Property Value
Project
Returns the repository project this custom control is created in.
public repProject Project { get; }
Property Value
ScriptedFilterControl
Returns a boolean indicating this control is also to be used to create the filter control instead of the default filter control.
public bool ScriptedFilterControl { get; }
Property Value
SysCustomControlID
Returns the SysCustomControlID as known in the repository.
public int SysCustomControlID { get; }
Property Value
Methods
OnLoadControlScript()
Returns the script expresion to be used to load this custom control.
public string OnLoadControlScript()
Returns
OnRenderControlScript()
Returns the script expresion to be used to render this custom control.
public string OnRenderControlScript()
Returns
OnUnloadControlScript()
Returns the script expresion to be used to unload this custom control.
public string OnUnloadControlScript()