Click or drag to resize

IIntegerLookupEditor Interface

Lookup editor base

Namespace:  EBP.Api.Interfaces.Controls.List
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IIntegerLookupEditor : ILookupEditor<Nullable<int>>, 
	ILookupEditorBase, IEditorBase, IControl, IDisposable, IEquatable<IProxy>

The IIntegerLookupEditor type exposes the following members.

Properties
  NameDescription
Public propertyControl
Gets the control.
(Inherited from IControl.)
Public propertyEditValue
Gets the current edit value
(Inherited from ILookupEditorBase.)
Public propertyHasMultiselection
Gets a value indicating whether the lookup multiple selected items.
(Inherited from ILookupEditorBase.)
Public propertyMaximum
Gets or sets maximum value allowed
Public propertyMinimum
Gets or sets minimum value allowed
Public propertyMultiselectionKeys
Gets or sets the selected items from their keys.
(Inherited from ILookupEditorBase.)
Public propertyStep
Gets or sets the step value
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetDisplayText
Returns the text representation of the specified value formatted using the editor's settings.
(Inherited from ILookupEditorBase.)
Top
Events
  NameDescription
Public eventMultiSelection
Occurs when a multiselection has occured
(Inherited from ILookupEditorBase.)
Public eventQueryDisplayText
Enables you to specify the textual representation of the editor's value
(Inherited from ILookupEditorBase.)
Top
See Also