|
| background |
Gets or sets the brush used to fill the background of the control.
Inherited from dundas.controls.Parameter.
|
| border |
Gets or sets the border in the control.
Inherited from dundas.controls.Parameter.
|
| hierarchy |
Gets or sets the hierarchy that should be used if this text box is searching a hierarchy.
|
| includeAttributeTokens |
Gets or sets a value indicating whether or not attribute tokens should be included in the call for tokens.
Normally this is not desired.
Inherited from dundas.controls.Parameter.
|
| isContextMenuHidden |
Gets or sets a value indicating whether or not the context menu should be hidden.
Inherited from dundas.controls.Parameter.
|
| isInvertHidden |
Gets or sets a value indicating whether or not the inversion context menu option context menu and token menu option should be hidden.
Inherited from dundas.controls.Parameter.
|
| isMultiline |
Gets or sets a value indicating this control is multi-line enabled (textarea).
|
| isParameterTypeIconHidden |
Gets or sets a value indicating whether or not the parameter type icon will be shown.
Inherited from dundas.controls.Parameter.
|
| isTokenMenuHidden |
Gets or sets a value indicating whether or not the token menu should be hidden.
This property is a shortcut to setting tokenMenuVisibility directly. It will return true if tokenMenuVisibility is NONE; otherwise false.
Inherited from dundas.controls.Parameter.
|
| isUnresolvedTokenCaptionShown |
Gets or sets a value indicating whether or not the unresolved token caption should be used instead of the resolved one.
For example, by default the 'current month' would show the resolved month such as 'January 1, 2017', however in unresolved mode it will display 'Current Month'.
Inherited from dundas.controls.Parameter.
|
| isVertical |
Gets or sets a value indicating whether this control should be laid out vertically.
Inherited from dundas.controls.Parameter.
|
| labelPosition |
Gets or sets the label position in the control.
Inherited from dundas.controls.Parameter.
|
| labelText |
Gets or sets the text label displayed in the control.
|
| parameterValue |
Gets or sets the parameter value this control will update.
Inherited from dundas.controls.Parameter.
|
| searchOperator |
Gets or sets whether the operator to be used in searches. Valid choices are:
- dundas.QueryFilterOperator.CONTAINS (default)
- dundas.QueryFilterOperator.EQUALS
- dundas.QueryFilterOperator.STARTS_WITH
- dundas.QueryFilterOperator.ENDS_WITH
- dundas.QueryFilterOperator.MATCHES
|
| searchResultLimit |
Gets or sets a value which limits the number of search results passed to the server after typing in arbitrary text.
A setting of null can be used to indicate 'unlimited' though this should be used with caution.
|
| shownTokens |
Gets or sets a list of token IDs indicating which tokens will be shown. This can be null if no filter is desired.
Inherited from dundas.controls.Parameter.
|
| tokenMenuVisibility |
Gets or sets a value indicating where the token menu is visible.
Inherited from dundas.controls.Parameter.
|
| tooltipDelay |
Gets or sets the delay in milliseconds after hovering over this control with a mouse before its tooltip is displayed.
Inherited from dundas.controls.Parameter.
|
| tooltipText |
Gets or sets the text tooltip displayed in the control.
|
| value |
Gets or sets the value displayed in the control.
|