IIntegerLookupEditor Interface |
Namespace: EBP.Api.Interfaces.Controls.List
The IIntegerLookupEditor type exposes the following members.
| Name | Description | |
|---|---|---|
| Control |
Gets the control.
(Inherited from IControl.) | |
| EditValue |
Gets the current edit value
(Inherited from ILookupEditorBase.) | |
| HasMultiselection |
Gets a value indicating whether the lookup multiple selected items.
(Inherited from ILookupEditorBase.) | |
| Maximum |
Gets or sets maximum value allowed
| |
| Minimum |
Gets or sets minimum value allowed
| |
| MultiselectionKeys |
Gets or sets the selected items from their keys.
(Inherited from ILookupEditorBase.) | |
| Step |
Gets or sets the step value
|
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| GetDisplayText |
Returns the text representation of the specified value formatted using the editor's settings.
(Inherited from ILookupEditorBase.) |
| Name | Description | |
|---|---|---|
| MultiSelection |
Occurs when a multiselection has occured
(Inherited from ILookupEditorBase.) | |
| QueryDisplayText |
Enables you to specify the textual representation of the editor's value
(Inherited from ILookupEditorBase.) |