The UniSelector type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
UniSelector |
Methods
Name | Description | |
---|---|---|
AddConfirmation |
Adds confirmation text to existing message on the page.
(Inherited from AbstractUserControl.) | |
AddedControl | (Inherited from Control.) | |
AddError |
Adds error text to existing message on the page.
(Inherited from AbstractUserControl.) | |
AddHeaderAction |
Adds specified action to the page header actions.
(Inherited from AbstractUserControl.) | |
AddInformation |
Adds information text to existing message on the page.
(Inherited from AbstractUserControl.) | |
AdditionalDataBound |
Checks if any method handles the event. If so, raise the event.
| |
AddMessage |
Adds message text to existing message on the page.
(Inherited from AbstractUserControl.) | |
AddParsedSubObject | Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's ControlCollection object. (Inherited from Control.) | |
AddWarning |
Adds warning text to existing message on the page.
(Inherited from AbstractUserControl.) | |
ApplyStyleSheetSkin | Applies the style properties defined in the page style sheet to the control. (Inherited from Control.) | |
BuildProfileTree | Gathers information about the server control and delivers it to the Trace property to be displayed when tracing is enabled for the page. (Inherited from Control.) | |
ClearCachedClientID | Sets the cached ClientID value to null. (Inherited from Control.) | |
ClearEffectiveClientIDMode | Sets the ClientIDMode property of the current control instance and of any child controls to Inherit. (Inherited from Control.) | |
ClearChildControlState | Deletes the control-state information for the server control's child controls. (Inherited from Control.) | |
ClearChildState | Deletes the view-state and control-state information for all the server control's child controls. (Inherited from Control.) | |
ClearChildViewState | Deletes the view-state information for all the server control's child controls. (Inherited from Control.) | |
Construct | Performs design-time logic. (Inherited from TemplateControl.) | |
ContainsColumn |
Indicates if form control's DataRow contains requested column.
(Inherited from FormEngineUserControl.) | |
ConvertInputValue |
Ensures that the given value is represented as null is empty, or converted to proper type.
(Inherited from FormEngineUserControl.) | |
CreateControlCollection | Creates a new ControlCollection object to hold the child controls (both literal and server) of the server control. (Inherited from Control.) | |
CreateChildControls | Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering. (Inherited from Control.) | |
CreateResourceBasedLiteralControl | Accesses literal strings stored in a resource. The CreateResourceBasedLiteralControl(Int32, Int32, Boolean) method is not intended for use from within your code. (Inherited from TemplateControl.) | |
DataBind | Binds a data source to the invoked server control and all its child controls. (Inherited from Control.) | |
DataBind(Boolean) | Binds a data source to the invoked server control and all its child controls with an option to raise the DataBinding event. (Inherited from Control.) | |
DataBindChildren | Binds a data source to the server control's child controls. (Inherited from Control.) | |
DesignerInitialize | Performs any initialization steps on the user control that are required by RAD designers. (Inherited from UserControl.) | |
Dispose | Enables a server control to perform final clean up before it is released from memory. (Inherited from Control.) | |
EnsureControls |
Interface for control that is able to explicitly ensure its child controls
(Inherited from AbstractUserControl.) | |
EnsureChildControls | Determines whether the server control contains child controls. If it does not, it creates child controls. (Inherited from Control.) | |
EnsureID | Creates an identifier for controls that do not have an identifier assigned. (Inherited from Control.) | |
Equals | (Inherited from Object.) | |
Eval(String) |
Evaluates the given value
(Inherited from AbstractUserControl.) | |
Eval(String, Boolean) |
Evaluates the item data (safe version), with html encoding.
(Inherited from AbstractUserControl.) | |
Eval(String, String) | Evaluates a data-binding expression using the specified format string to display the result. (Inherited from TemplateControl.) | |
EvalBool |
Evaluates the item data and converts it to the bool.
(Inherited from AbstractUserControl.) | |
EvalDateTime |
Evaluates the item data and converts it to the date time.
(Inherited from AbstractUserControl.) | |
EvalDouble |
Evaluates the item data and converts it to the integer.
(Inherited from AbstractUserControl.) | |
EvalGuid |
Evaluates the item data and converts it to the guid.
(Inherited from AbstractUserControl.) | |
EvalHTML |
Evaluates the item data and doesn't encode it. Method should be used for columns with html content.
(Inherited from AbstractUserControl.) | |
EvalInteger |
Evaluates the item data and converts it to the integer.
(Inherited from AbstractUserControl.) | |
EvalJSString |
Evaluates the item data, encodes it to be used in javascript code and encapsulates it with "'".
(Inherited from AbstractUserControl.) | |
EvalText(String) |
Evaluates the item data and encodes it. Method should be used for columns with string nonhtml content.
(Inherited from AbstractUserControl.) | |
EvalText(String, Boolean) |
Evaluates the item data and encodes it. Method should be used for columns with string nonhtml content.
(Inherited from AbstractUserControl.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindControl(String) | Searches the current naming container for a server control with the specified id parameter. (Inherited from Control.) | |
FindControl(String, Int32) | Searches the current naming container for a server control with the specified id and an integer, specified in the pathOffset parameter, which aids in the search. You should not override this version of the FindControl method. (Inherited from Control.) | |
Focus | Sets input focus to a control. (Inherited from Control.) | |
FrameworkInitialize | Initializes the control that is derived from the TemplateControl class. (Inherited from TemplateControl.) | |
GetControlInfoMarker |
Gets the control info marker code
(Inherited from FormEngineUserControl.) | |
GetDesignModeState | Gets design-time data for a control. (Inherited from Control.) | |
GetDialogConfiguration |
Returns dialog configuration from the specified form control settings.
(Inherited from FormEngineUserControl.) | |
GetFlagIconUrl |
Returns resolved path to the flag image for the specified culture.
(Inherited from AbstractUserControl.) | |
GetGlobalResourceObject(String, String) | Gets an application-level resource object based on the specified ClassKey and ResourceKey properties. (Inherited from TemplateControl.) | |
GetGlobalResourceObject(String, String, Type, String) | Gets an application-level resource object based on the specified ClassKey and ResourceKey properties, object type, and property name of the resource. (Inherited from TemplateControl.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetImagePath |
Gets UI image relative path.
(Inherited from AbstractUserControl.) | |
GetImageUrl |
Gets UI image relative path.
(Inherited from AbstractUserControl.) | |
GetInputClientID |
Gets client ID of first inner control.
(Inherited from FormEngineUserControl.) | |
GetInputControlID |
Gets control ID of first inner control.
(Inherited from FormEngineUserControl.) | |
GetLocalResourceObject(String) | Gets a page-level resource object based on the specified ResourceKey property. (Inherited from TemplateControl.) | |
GetLocalResourceObject(String, Type, String) | Gets a page-level resource object based on the specified ResourceKey property, object type, and property name. (Inherited from TemplateControl.) | |
GetOtherValue |
Returns a value of other field with specified returned by the control.
(Inherited from FormEngineUserControl.) | |
GetOtherValues |
Returns an array of values of any other fields returned by the control.
(Inherited from FormEngineUserControl.) | |
GetResolvedValue ReturnType |
Gets resolved property value
(Inherited from FormEngineUserControl.) | |
GetResultSet(String, Int32) |
Returns data set depending on specified properties.
| |
GetResultSet(String, Int32, Int32, Int32, Int32 ) |
Returns data set depending on specified properties.
| |
GetRouteUrl(Object) | Gets the URL that corresponds to a set of route parameters. (Inherited from Control.) | |
GetRouteUrl(RouteValueDictionary) | Gets the URL that corresponds to a set of route parameters. (Inherited from Control.) | |
GetRouteUrl(String, Object) | Gets the URL that corresponds to a set of route parameters and a route name. (Inherited from Control.) | |
GetRouteUrl(String, RouteValueDictionary) | Gets the URL that corresponds to a set of route parameters and a route name. (Inherited from Control.) | |
GetSiteWhereCondition |
Returns site WHERE condition according to ObjectSiteName property.
| |
GetSpellCheckFields |
Returns the list of the field IDs (Client IDs of the inner controls) that should be spell checked.
(Inherited from FormEngineUserControl.) | |
GetString |
Returns localized string.
(Inherited from AbstractUserControl.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUniqueIDRelativeTo | Returns the prefixed portion of the UniqueID property of the specified control. (Inherited from Control.) | |
GetValue(String) |
Returns the value of the given property.
(Inherited from InlineUserControl.) | |
GetValue ReturnType (String, ReturnType) |
Returns the value of the given property.
(Inherited from InlineUserControl.) | |
GetWhereCondition |
Gets a where condition.
Returns where condition formatted by WhereConditionFormat from IFilterFormControl interface if form control implements it.
Otherwise returns where condition in [FieldName] = 'Value' format.
(Inherited from FormEngineUserControl.) | |
HasControls | Determines if the server control contains any child controls. (Inherited from Control.) | |
HasEvents | Returns a value indicating whether events are registered for the control or any child controls. (Inherited from Control.) | |
HasValue |
Returns true if the value of the given property is set.
(Inherited from InlineUserControl.) | |
InitializeAsUserControl | Initializes the UserControl object that has been created declaratively. Since there are some differences between pages and user controls, this method makes sure that the user control is initialized properly. (Inherited from UserControl.) | |
IsLiteralContent | Determines if the server control holds only literal content. (Inherited from Control.) | |
IsValid |
Returns true if entered data is valid. If data is invalid, it returns false and displays an error message.
(Inherited from FormEngineUserControl.) | |
LoadControl(String) | Loads a Control object from a file based on a specified virtual path. (Inherited from TemplateControl.) | |
LoadControl(Type, Object ) | Loads a Control object based on a specified type and constructor parameters. (Inherited from TemplateControl.) | |
LoadControlFromFFI |
Loads control with values in FormFieldInfo.
(Inherited from FormEngineUserControl.) | |
LoadControlState | Restores control-state information from a previous page request that was saved by the SaveControlState method. (Inherited from Control.) | |
LoadControlValue |
Loads control value.
(Inherited from FormEngineUserControl.) | |
LoadDefaultProperties |
Loads the default properties from the given form definition
(Inherited from FormEngineUserControl.) | |
LoadTemplate | Obtains an instance of the ITemplate interface from an external file. (Inherited from TemplateControl.) | |
LoadUserControl |
Loads the user control based on the given path
(Inherited from AbstractUserControl.) | |
LoadViewState | Restores the view-state information from a previous user control request that was saved by the SaveViewState method. (Inherited from UserControl.) | |
LogAndShowError |
Logs the exception and
(Inherited from AbstractUserControl.) | |
MapPath | Assigns a virtual file path, either absolute or relative, to a physical file path. (Inherited from UserControl.) | |
MapPathSecure | Retrieves the physical path that a virtual path, either absolute or relative, maps to. (Inherited from Control.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnAbortTransaction | Raises the AbortTransaction event. (Inherited from TemplateControl.) | |
OnBubbleEvent | Determines whether the event for the server control is passed up the page's UI server control hierarchy. (Inherited from Control.) | |
OnCommitTransaction | Raises the CommitTransaction event. (Inherited from TemplateControl.) | |
OnContentLoaded |
Method that is called when the control content is loaded.
(Inherited from InlineUserControl.) | |
OnDataBinding | Raises the DataBinding event. (Inherited from Control.) | |
OnError | Raises the Error event. (Inherited from TemplateControl.) | |
OnInit |
OnInit event.
(Inherited from FormEngineUserControl.) | |
OnLoad |
Load event handler.
(Inherited from AbstractUserControl.) | |
OnPreRender |
PreRender event handler.
(Inherited from AbstractUserControl.) | |
OnSelectionChangedAvailable |
Returns true if the OnSelectionChanged event is bound.
| |
OnUnload | Raises the Unload event. (Inherited from Control.) | |
OpenFile | Gets a Stream used to read a file. (Inherited from Control.) | |
ParseControl(String) | Parses an input string into a Control object on the Web Forms page or user control. (Inherited from TemplateControl.) | |
ParseControl(String, Boolean) | Parses an input string into a Control object on the ASP.NET Web page or user control. (Inherited from TemplateControl.) | |
RaiseBubbleEvent | Assigns any sources of the event and its information to the control's parent. (Inherited from Control.) | |
RaiseOnChanged |
Raises the Changed event.
(Inherited from FormEngineUserControl.) | |
RaiseOnItemsSelected |
Raises the OnItemsSelected event.
| |
RaiseOnListItemCreated |
Raises the OnListItemCreated event.
| |
RaiseOnSpecialFieldsLoaded |
Raises the OnSpecialFieldsLoad event.
| |
RaiseSelectionChanged |
Raises the OnSelectionChanged event.
| |
ReadStringResource | Reads a string resource. The ReadStringResource method is not intended for use from within your code. (Inherited from TemplateControl.) | |
RegisterChangedScript |
Registers script notifying page that change occurred.
| |
Reload |
Reloads all controls.
| |
RemovedControl | (Inherited from Control.) | |
Render |
Renders user control.
(Inherited from FormEngineUserControl.) | |
RenderControl(HtmlTextWriter) | Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled. (Inherited from Control.) | |
RenderControl(HtmlTextWriter, ControlAdapter) | Outputs server control content to a provided HtmlTextWriter object using a provided ControlAdapter object. (Inherited from Control.) | |
RenderChildren | Outputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client. (Inherited from Control.) | |
ResolveAdapter | Gets the control adapter responsible for rendering the specified control. (Inherited from Control.) | |
ResolveClientUrl | Gets a URL that can be used by the browser. (Inherited from Control.) | |
ResolveUrl |
Resolves the given URL
(Inherited from AbstractUserControl.) | |
SaveControlState | Saves any server control state changes that have occurred since the time the page was posted back to the server. (Inherited from Control.) | |
SaveViewState | Saves any user control view-state changes that have occurred since the last page postback. (Inherited from UserControl.) | |
SetDesignModeState | Sets design-time data for a control. (Inherited from Control.) | |
SetRenderMethodDelegate | Assigns an event handler delegate to render the server control and its content into its parent control. (Inherited from Control.) | |
SetStringResourcePointer | Sets a pointer to a string resource. The SetStringResourcePointer(Object, Int32) method is used by generated classes and is not intended for use from within your code. (Inherited from TemplateControl.) | |
SetValue |
Sets the property value of the control, setting the value affects only local property value.
(Inherited from FormEngineUserControl.) | |
ShowConfirmation |
Shows the general confirmation message.
(Inherited from AbstractUserControl.) | |
ShowError |
Shows the specified error message, optionally with a tooltip text.
(Inherited from AbstractUserControl.) | |
ShowChangesSaved |
Shows the general changes saved message.
(Inherited from AbstractUserControl.) | |
ShowInformation |
Shows the given information on the page, optionally with a tooltip text.
(Inherited from AbstractUserControl.) | |
ShowMessage(MessageTypeEnum, String, String, String, Boolean) |
Shows the specified message, optionally with a tooltip text.
(Inherited from AbstractUserControl.) | |
ShowMessage(MessageTypeEnum, String, String, String, Boolean, Boolean) |
Shows the specified message, optionally with a tooltip text.
(Inherited from AbstractUserControl.) | |
ShowWarning |
Shows the specified warning message, optionally with a tooltip text.
(Inherited from AbstractUserControl.) | |
TestDeviceFilter | Returns a Boolean value indicating whether a device filter applies to the HTTP request. (Inherited from TemplateControl.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TrackViewState |
Tracks the view state.
(Inherited from InlineUserControl.) | |
UnderlyingFormControl_Changed |
Changed handler.
(Inherited from FormEngineUserControl.) | |
ValidateMacroValue |
Returns true if the given macro value is valid value for this control
(Inherited from FormEngineUserControl.) | |
WriteUTF8ResourceString | Writes a resource string to an HtmlTextWriter control. The WriteUTF8ResourceString(HtmlTextWriter, Int32, Int32, Boolean) method is used by generated classes and is not intended for use from within your code. (Inherited from TemplateControl.) | |
XPath(String) | Evaluates an XPath data-binding expression. (Inherited from TemplateControl.) | |
XPath(String, IXmlNamespaceResolver) | Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution. (Inherited from TemplateControl.) | |
XPath(String, String) | Evaluates an XPath data-binding expression using the specified format string to display the result. (Inherited from TemplateControl.) | |
XPath(String, String, IXmlNamespaceResolver) | Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution and the specified format string to display the result. (Inherited from TemplateControl.) | |
XPathSelect(String) | Evaluates an XPath data-binding expression and returns a node collection that implements the IEnumerable interface. (Inherited from TemplateControl.) | |
XPathSelect(String, IXmlNamespaceResolver) | Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution and returns a node collection that implements the IEnumerable interface. (Inherited from TemplateControl.) |
Extension Methods
Name | Description | |
---|---|---|
CallHandled |
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page.
Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Fields
Name | Description | |
---|---|---|
mViewStateTracked |
If true, the ViewState has been already tracked.
(Inherited from InlineUserControl.) | |
prioritizeItemsWhere |
List with KeyValuePair where condition is key and css class is value.
| |
properties |
Control properties.
(Inherited from InlineUserControl.) | |
US_ALL_RECORDS |
Represents 'all' record selected.
| |
US_GLOBAL_AND_SITE_RECORD |
Represents 'global or site' record selected.
| |
US_GLOBAL_RECORD |
Represents 'global' record selected.
| |
US_MORE_RECORDS |
Represents 'more' record selected.
| |
US_NEW_RECORD |
Represents 'new' record selected.
| |
US_NONE_RECORD |
Represents 'none' or 'global' record selected.
| |
USER_DISPLAY_FORMAT |
Constant for formatting of user name
|
Properties
Name | Description | |
---|---|---|
Adapter | Gets the browser-specific adapter for the control. (Inherited from Control.) | |
AddGlobalObjectNamePrefix |
Indicates whether global object names should be selected with prefix '.'
| |
AddGlobalObjectSuffix |
Indicates whether global objects have suffix "(global)" in the grid.
| |
AdditionalColumns |
Additional columns to select.
| |
AdditionalSearchColumns |
Additional columns to search in.
| |
AdditionalUrlParameters |
Additional URL parameters added to dialogs URLs.
Must start with '&'.
| |
AllowAll |
Specifies, whether the selector allows selection of all items. If the dialog allows selection of all items,
it displays the (all) field in the DDL variant.
When property is selected then Uniselector doesn’t load any data from DB, it just returns -1 value
and external code must handle data loading.
| |
AllowDefault |
Specifies, whether the selector allows default item selection. If the dialog allows default selection,
it displays the (default) field in the DDL variant (default false).
For multiple selection it returns empty string, otherwise it returns 0.
| |
AllowEditTextBox |
If true, the textbox mode works with the return value and allows editing of the value.
| |
AllowEmpty |
Specifies, whether the selector allows empty selection. If the dialog allows empty selection,
it displays the (none) field in the DDL variant and Clear button in the Textbox variant (default true).
For multiple selection it returns empty string, otherwise it returns 0.
| |
AllRecordValue |
Value of the "(all)" DDL record, -1 by default.
| |
Application | Gets the Application object for the current Web request. (Inherited from UserControl.) | |
ApplyValueRestrictions |
Gets or sets the value that indicates whether the UniSelector should apply WhereCondition for the selected value (default: false). This does not affect the modal dialog.
| |
AppRelativeTemplateSourceDirectory | Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control. (Inherited from Control.) | |
AppRelativeVirtualPath | Gets or sets the application-relative, virtual directory path to the file from which the control is parsed and compiled. (Inherited from TemplateControl.) | |
Attributes | Gets a collection of all attribute name and value pairs declared in the user control tag within the .aspx file. (Inherited from UserControl.) | |
AutoHandlers | Obsolete. The AutoHandlers property has been deprecated in ASP.NET NET 2.0. It is used by generated classes and is not intended for use within your code. (Inherited from TemplateControl.) | |
BindingContainer | Gets the control that contains this control's data binding. (Inherited from Control.) | |
ButtonAddItems |
Gets the Add items button control.
| |
ButtonClear |
Gets the Clear button control.
| |
ButtonDropDownEdit |
Drop down list selection edit button.
| |
ButtonDropDownNew |
New item button.
| |
ButtonEdit |
Textbox selection edit button.
| |
ButtonEditEnabled |
Sets a value indicating whether the Edit button should be enabled.
| |
ButtonNewEnabled |
Sets a value indicating whether the New button should be enabled.
| |
ButtonRemoveEnabled |
Sets a value indicating whether the Remove button should be enabled.
| |
ButtonRemoveSelected |
Gets the Remove selected items button.
| |
ButtonSelect |
Gets the Select button control.
| |
Cache | Gets the Cache object that is associated with the application that contains the user control. (Inherited from UserControl.) | |
CacheMinutes |
Cache minutes (default 0 - caching not used).
| |
CachePolicy | Gets a reference to a collection of caching parameters for this user control. (Inherited from UserControl.) | |
CallbackMethod |
Callback java-script method name.
| |
ClientID | Gets the control ID for HTML markup that is generated by ASP.NET. (Inherited from Control.) | |
ClientIDMode | Gets or sets the algorithm that is used to generate the value of the ClientID property. (Inherited from Control.) | |
ClientIDSeparator | Gets a character value representing the separator character used in the ClientID property. (Inherited from Control.) | |
ComponentName |
Component name
(Inherited from AbstractUserControl.) | |
Context | Gets the HttpContext object associated with the server control for the current Web request. (Inherited from Control.) | |
ContextResolver |
Gets or sets macro resolver for given control.
(Inherited from FormEngineUserControl.) | |
Controls | Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy. (Inherited from Control.) | |
ControlStyle |
CSS style of the control.
(Inherited from FormEngineUserControl.) | |
CssClass |
CSS class of the control.
(Inherited from FormEngineUserControl.) | |
CurrentDocument |
Current document
(Inherited from AbstractUserControl.) | |
CurrentPageInfo |
Current page info
(Inherited from AbstractUserControl.) | |
CurrentSite |
Current site
(Inherited from AbstractUserControl.) | |
CurrentUser |
Current user
(Inherited from AbstractUserControl.) | |
Data |
Node data. This property is used only for passing values to the control.
(Inherited from FormEngineUserControl.) | |
DataItemContainer | Gets a reference to the naming container if the naming container implements IDataItemContainer. (Inherited from Control.) | |
DataKeysContainer | Gets a reference to the naming container if the naming container implements IDataKeysControl. (Inherited from Control.) | |
DefaultDisplayNameFormat |
Default format of the display name. This format is used if the DisplayNameFormat (after resolving macros) is empty.
| |
DefaultItemsPerPage |
Gets or sets the default value for the items per page.
| |
DefaultMaxDisplayedItems |
Gets or sets the default value for maximum of displayed items in the selector.
| |
DefaultMaxDisplayedTotalItems |
Gets or sets the default value for maximum of displayed total items in the selector. Default is 50. If exceeded, only MaxDisplayedItems is displayed.
| |
DefaultProperties |
Control properties
(Inherited from FormEngineUserControl.) | |
DependsOnAnotherField |
Indicates if field depends on another field.
(Inherited from FormEngineUserControl.) | |
DesignMode | Gets a value indicating whether a control is being used on a design surface. (Inherited from Control.) | |
DialogButton |
Button selection control.
| |
DialogGridName |
Dialog grid name (path to the XML).
| |
DialogWindowHeight |
Dialog window height.
| |
DialogWindowName |
Dialog window name.
| |
DialogWindowWidth |
Dialog window width.
| |
DisabledAddButtonExplanationText |
Gets or sets explanation text if button for adding new items is disabled in Multiple mode.
| |
DisabledItems |
Gets or sets identifiers of disabled items for selection dialog in multiple choice mode. Identifiers are separated by semicolon.
| |
DisplayNameFormat |
Format of the display name.
| |
DocumentManager |
Document manager control
(Inherited from AbstractUserControl.) | |
DropDownItems |
List of items of drop down control
| |
DropDownSingleSelect |
Gets the single select drop down field.
| |
DynamicColumnName |
If true first column is dynamically named by object type info.
| |
EditDialogWindowHeight |
Gets or sets the height of modal dialog window used for editing.
| |
EditDialogWindowWidth |
Gets or sets the width of modal dialog window used for editing.
| |
EditedObject |
Control's edited object
(Inherited from AbstractUserControl.) | |
EditItemElementName |
Gets or sets the UI element which defines the Edit item dialog page. Requires the ResourceName property to be defined.
| |
EditItemPageUrl |
Path to the edit item page.
| |
EditWindowName |
Name of the edit window.
| |
ElementResourceName |
Gets or sets the resource name of the new/edit pages when defined by UI element names. Resource name determines the module which the UI elements belong to.
| |
EmptyReplacement |
Replaces items which don't have any visible text to be displayed. Default is empty string.
| |
Enabled |
Gets or sets the enabled state of the control.
(Overrides FormEngineUserControl Enabled.) | |
EnabledColumnName |
Column name where the enabled flag of the object is stored.
| |
EnableTheming | Gets or sets a Boolean value indicating whether themes apply to the control that is derived from the TemplateControl class. (Inherited from TemplateControl.) | |
EnableViewState | Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. (Inherited from Control.) | |
EncodeOutput |
If true, the output is encoded. Applied in SingleTransformation mode. Default value is true.
| |
ErrorMessage |
Control custom error message.
(Inherited from FormEngineUserControl.) | |
Events | Gets a list of event handler delegates for the control. This property is read-only. (Inherited from Control.) | |
Field |
Field name to which the field belongs. This property is only supported in templated form.
(Inherited from FormEngineUserControl.) | |
FieldInfo |
Field info object.
(Inherited from FormEngineUserControl.) | |
FilterControl |
Path to the filter control (CMSAbstractBaseFilterControl), which will be used for advanced filtering of
the objects in the selection dialogs.
| |
Form |
Parent form.
(Inherited from FormEngineUserControl.) | |
FormControlParameter |
Helper property to use custom parameter in form control.
(Inherited from FormEngineUserControl.) | |
GlobalObjectSuffix |
Gets or set the suffix which is added to global objects if AddGlobalObjectSuffix is true. Default is "(global)".
| |
GridName |
Grid name (path to the XML) for the multiple selection grid.
| |
HasData |
Gets the value that indicates whether current selector in multiple mode displays some data or whether the dropdown contains some data.
| |
HasDependingFields |
Indicates if another fields depend on this field.
(Inherited from FormEngineUserControl.) | |
HasChildViewState | Gets a value indicating whether the current server control's child controls have any saved view-state settings. (Inherited from Control.) | |
HasValue |
Indicates if UniSelector value was set.
| |
HeaderActions |
Header actions control
(Inherited from AbstractUserControl.) | |
CheckFieldEmptiness |
Indicates that field should be checked on emptiness in validation step by BasicForm. Default TRUE.
It is preferable to set to FALSE for controls with complex input such as file uploaders. Field emptiness
validation then must be placed in custom form control in IsValid() method.
(Inherited from FormEngineUserControl.) | |
CheckChanges |
Indicates whether to call check changes script before selecting some value
| |
CheckMinMaxLength |
Indicates that field should be checked on min/max input length in validation step by BasicForm. Default FALSE.
It is preferable to set to TRUE for simple text input controls such as TextBox.
(Inherited from FormEngineUserControl.) | |
CheckRegularExpression |
Indicates that field should be checked on regular expressions in validation step by BasicForm. Default FALSE.
It is preferable to set to TRUE for controls where user should be able to enter text such as TextBox.
(Inherited from FormEngineUserControl.) | |
CheckUnique |
If true, the field is checked for uniqueness. This property is only supported in templated form.
(Inherited from FormEngineUserControl.) | |
ChildControlsCreated | Gets a value that indicates whether the server control's child controls have been created. (Inherited from Control.) | |
ID | Gets or sets the programmatic identifier assigned to the server control. (Inherited from Control.) | |
Identifier |
Dialog control identifier.
| |
IdSeparator | Gets the character used to separate control identifiers. (Inherited from Control.) | |
InputClientID |
Client ID of primary input control. If not explicitly set, first client ID of inner control of the form control is returned.
(Inherited from FormEngineUserControl.) | |
InputControlID |
Control ID of primary input control. If not explicitly set, first control ID of inner control of the form control is returned.
(Inherited from FormEngineUserControl.) | |
IsChildControlStateCleared | Gets a value indicating whether controls contained within this control have control state. (Inherited from Control.) | |
IsLiveSite |
Indicates if control is used on live site.
(Inherited from AbstractUserControl.) | |
IsPostBack | Gets a value indicating whether the user control is being loaded in response to a client postback, or if it is being loaded and accessed for the first time. (Inherited from UserControl.) | |
IsSiteManager |
If true, uni-selector is used in site manager.
| |
IsTrackingViewState | Gets a value that indicates whether the server control is saving changes to its view state. (Inherited from Control.) | |
IsViewStateEnabled | Gets a value indicating whether view state is enabled for this control. (Inherited from Control.) | |
Item |
Gets or sets the value of the column.
(Inherited from InlineUserControl.) | |
ItemsPerPage |
Default number of items per page. Applies to all Base multiple selection grid,
dropdownlist, single and multiple selection dialogs. Default 25.
| |
ListingObject |
Type of alternative info object used in multiple picker grid view.
| |
ListingObjectType |
Name of alternative grid view listing object type.
| |
ListingWhereCondition |
Name of alternative grid view listing object type.
| |
LoadViewStateByID | Gets a value indicating whether the control participates in loading its view state by ID instead of index. (Inherited from Control.) | |
LocalizeItems |
Specifies whether the selector should resolve localization macros.
| |
MaxDisplayedItems |
The number of maximum displayed items in the dropdownlist selection (excluding the special and generic items). Default is 25.
| |
MaxDisplayedTotalItems |
The number of maximum displayed total items in the dropdownlist selection (excluding the special and generic items). Default is 50. If exceeded, only MaxDisplayedItems is displayed.
| |
MessagesPlaceHolder |
Placeholder for messages
(Inherited from AbstractUserControl.) | |
NamingContainer | Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same ID property value. (Inherited from Control.) | |
NewItemElementName |
Gets or sets the UI element which defines the New item dialog page. Requires the ResourceName property to be defined.
| |
NewItemPageUrl |
Path to the new item page.
| |
NoDataTransformation |
Transformation used in case no object was selected. Applied in SingleTransformation mode.
| |
NoneRecordValue |
Value of the "(none)" DDL record, 0 by default.
| |
Object |
Object of the specific given type.
| |
ObjectSiteName |
Gets or sets site name. If set, only objects which belong to specified site are retrieved (if the object has SiteID column). If null or empty, all objects are retrieved.
Use #currentsite or #current for CurrentSite and #global for global objects or #currentandglobal for both.
| |
ObjectTransformation |
Object transformation used in SingleTransformation selection mode.
| |
ObjectType |
Type of the selected objects.
| |
OnAfterClientChanged |
Client java-script code after event 'onchange'.
| |
OnBeforeClientChanged |
Client java-script code before event 'onchange'.
| |
OnlySpecialFields |
Indicates if only special fields should be displayed.
| |
OrderBy |
Base order of the items. Applies to all Base multiple selection grid,
dropdownlist, single and multiple selection dialogs.
| |
Page | Gets a reference to the Page instance that contains the server control. (Inherited from Control.) | |
Parameter |
Control parameter.
(Inherited from InlineUserControl.) | |
Parent | Gets a reference to the server control's parent control in the page control hierarchy. (Inherited from Control.) | |
RememberOriginalValue |
If true, the control remembers the original value for evaluation
(Inherited from FormEngineUserControl.) | |
RemoveConfirmation |
Confirmation message for the items removal. To disable confirmation, set this property to an empty string.
| |
RemoveMultipleCommas |
Indicates whether to remove multiple commas (can happen when DisplayNameFormat is like {%column1%}, {%column2%}, {column3} and column2 is empty.
| |
RenderingCompatibility | Gets a value that specifies the ASP.NET version that rendered HTML will be compatible with. (Inherited from Control.) | |
Request | Gets the HttpRequest object for the current Web request. (Inherited from UserControl.) | |
ResolverName |
Gets or sets macro resolver name.
(Inherited from FormEngineUserControl.) | |
ResourcePrefix |
Prefix for the resource strings which will be used for the strings of the selector.
Default is "General".
| |
Response | Gets the HttpResponse object for the current Web request. (Inherited from UserControl.) | |
ReturnColumnName |
Column name of the object which value should be returned by the selector.
If NULL, ID column is used.
| |
ReturnColumnType |
Gets or sets the type of the column which will be used as a return value when the new/edit item dialog is saved.
| |
SelectionConfirmation |
Confirmation message for the items selection.
| |
SelectionMode |
Indicates selection mode of the control.
This property should not be changed later than on Page Init as it causes invalid hash.
If you need to change it later than on Page Init, use reload method after changing this.
| |
SelectItemPageUrl |
URL of select item dialog.
| |
Server | Gets the HttpServerUtility object for the current Web request. (Inherited from UserControl.) | |
Session | Gets the HttpSessionState object for the current Web request. (Inherited from UserControl.) | |
ShortID |
Short ID of the control.
(Inherited from AbstractUserControl.) | |
Site | Gets information about the container that hosts the current control when rendered on a design surface. (Inherited from Control.) | |
SkinID | Gets or sets the skin to apply to the control. (Inherited from Control.) | |
SortExpression |
Gets or sets sort expression of the unigrid in Multiple mode.
| |
SpecialFields |
Array with the special field values that should be added to the DropDownList selection,
between the (none) item and the other items.
| |
StopProcessing |
If true, control does not process the data.
(Inherited from FormEngineUserControl.) | |
SupportAutoEvents | Gets a value indicating whether the TemplateControl control supports automatic events. (Inherited from TemplateControl.) | |
TemplateControl | Gets or sets a reference to the template that contains this control. (Inherited from Control.) | |
TemplateSourceDirectory | Gets the virtual directory of the Page or UserControl that contains the current server control. (Inherited from Control.) | |
Text |
Gets or sets Value converted to string.
(Inherited from FormEngineUserControl.) | |
TextBoxSelect |
TextBox control.
| |
Trace | Gets the TraceContext object for the current Web request. (Inherited from UserControl.) | |
Transformation |
Transformation used for output formating. Applied in SingleTransformation mode. If empty, the object display name is returned.
| |
Trim |
If true, the returned value is trimmed. This property is only supported if used inside the form control. Default false.
(Inherited from FormEngineUserControl.) | |
UIContext |
Control's UI Context
(Inherited from AbstractUserControl.) | |
UnderlyingFormControl |
Underlying form control, if provided, the form control automatically redirects all properties to that control
(Inherited from FormEngineUserControl.) | |
UniGrid |
Multiple selection grid.
| |
UniqueID | Gets the unique, hierarchically qualified identifier for the server control. (Inherited from Control.) | |
UseDefaultNameFilter |
If true, name filter is used (default true), it can be disabled when some FilterControl is used.
| |
UsesLocalMessagesPlaceHolder |
Indicates if control uses local messages placeholder
(Inherited from AbstractUserControl.) | |
UseTypeCondition |
If true, the selector uses the type condition to get the data
| |
UseUniSelectorAutocomplete |
Internal purposes only, do not use.
| |
ValidationError |
Validation error string shown when the control is not valid.
(Inherited from FormEngineUserControl.) | |
Value |
Gets or sets field value. You need to override this method to make the control work properly with the form.
(Inherited from FormEngineUserControl.) | |
ValueDisplayName |
Gets the display name of the value item. Returns null if display name is not available.
(Inherited from FormEngineUserControl.) | |
ValueElementID |
Gets ClientID of the control from which the Value is retrieved or
null if such a control can't be specified.
(Inherited from FormEngineUserControl.) | |
ValueForValidation |
Returns value prepared for validation.
(Inherited from FormEngineUserControl.) | |
ValuesSeparator |
If there is a multi-selection enabled, the returned values are separated by this separator.
Default is semicolon ";".
| |
ViewState |
ViewState - overridden for the Master page ViewState fix.
(Inherited from InlineUserControl.) | |
ViewStateIgnoresCase | Gets a value that indicates whether the StateBag object is case-insensitive. (Inherited from Control.) | |
ViewStateMode | Gets or sets the view-state mode of this control. (Inherited from Control.) | |
Visible | Gets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from Control.) | |
WhereCondition |
Base where condition for the objects selection. Applies to all Base multiple selection grid,
dropdownlist, single and multiple selection dialogs.
| |
WhereConditionFormat |
Format of where condition.
(Inherited from FormEngineUserControl.) | |
ZeroRowsText |
Zero rows text.
|
Events
Name | Description | |
---|---|---|
AbortTransaction | Occurs when a user ends a transaction. (Inherited from TemplateControl.) | |
CommitTransaction | Occurs when a transaction completes. (Inherited from TemplateControl.) | |
DataBinding | Occurs when the server control binds to a data source. (Inherited from Control.) | |
Disposed | Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. (Inherited from Control.) | |
Error | Occurs when an unhandled exception is thrown. (Inherited from TemplateControl.) | |
Changed |
Fired on the change to the form control.
(Inherited from FormEngineUserControl.) | |
Init | Occurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from Control.) | |
Load | Occurs when the server control is loaded into the Page object. (Inherited from Control.) | |
OnAdditionalDataBound |
Event for additional manipulation with uni-selector grid.
| |
OnItemsSelected |
OnItemsSelected event (for the button mode).
| |
OnListItemCreated |
Fires when a list item is created.
| |
OnSelectionChanged |
OnSelectionChanged event.
| |
OnSpecialFieldsLoaded |
Fires when special fields are loaded.
| |
PreRender | Occurs after the Control object is loaded but prior to rendering. (Inherited from Control.) | |
Unload | Occurs when the server control is unloaded from memory. (Inherited from Control.) |
See Also