Skip to main content

RepositoryItemLookUpEdit Methods

Contains settings specific to a lookup editor.
Name Description
AddCheckBoxSelectorColumn() Adds the checkbox selector column to the lookup.
Assign(RepositoryItem) Copies properties of the source repository item to the current object.
BeginInit() Performs specific actions before control initialization. Inherited from RepositoryItemButtonEdit.
BeginUpdate() Locks the RepositoryItem object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from RepositoryItem.
BestFit() Changes the widths of columns in the dropdown, to best fit their contents.
CancelUpdate() Unlocks the RepositoryItem object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from RepositoryItem.
Clone() Creates a copy of the current repository item. Inherited from RepositoryItem.
Connect(Object) Connects the repository item to the specified object. Inherited from RepositoryItem.
CreateDefaultButton() Creates a default button when the editor is initialized. Inherited from RepositoryItemPopupBase.
CreateEditor() Creates an editor whose type corresponds to the repository item’s type. Inherited from RepositoryItem.
CreateGroupPainter() Initializes a new instance of the DevExpress.XtraEditors.Drawing.BaseEditorGroupRowPainter class. Inherited from RepositoryItem.
CreateObjRef(Type) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject.
CreatePainter() This member supports the editor library’s internal infrastructure and is not intended to be used in your applications. Inherited from RepositoryItem.
CreateViewInfo() This member supports the editors library’s internal infrastructure and is not intended to be used in your applications. Inherited from RepositoryItem.
Disconnect(Object) Removes the connection between the repository item and the specified object. Inherited from RepositoryItem.
Dispose() Releases all resources used by the Component. Inherited from Component.
EditMaskSettings(Object) Shows the Mask Editor dialog at runtime. Users can utilize this dialog to apply standard or custom masks to this editor. Inherited from RepositoryItemTextEdit.
EditMaskSettings(IWindowsFormsEditorService, Object) Inherited from RepositoryItemTextEdit.
EditMaskSettings(IWin32Window, Object) Inherited from RepositoryItemTextEdit.
EnableCustomMaskTextInput(Action<CustomTextMaskInputArgs>, Object) Inherited from RepositoryItemPopupBaseAutoSearchEdit.
EnableNonMaskedInput() Inherited from RepositoryItemTextEdit.
EndInit() Notifies the editor that the initialization has been completed. Inherited from RepositoryItem.
EndUpdate() Unlocks the RepositoryItem object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from RepositoryItem.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
ForceInitialize() Finishes the initialization of the LookUp editor’s data source. Call this method when the form is loading, before you start to create columns or obtain column values.
GetBorderSides(Boolean, Boolean) static This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from RepositoryItem.
GetBrick(PrintCellHelperInfo) Returns a brick object that contains information on how the current editor should be printed. Inherited from RepositoryItemTextEdit.
GetDataSourceRowByDisplayValue(Object) Returns a data source row containing the specified RepositoryItemLookUpEditBase.DisplayMember field value.
GetDataSourceRowByKeyValue(Object) Returns a data source row containing the specified RepositoryItemLookUpEditBase.ValueMember field value.
GetDataSourceRowByMultipleKeyValues(Object, Object[], String[]) Searches for an object that represents the row containing the specified field values.
GetDataSourceRowIndex(LookUpColumnInfo, Object) Returns the visible index of the row in a data source that contains the specified value in the specified column.
GetDataSourceRowIndex(String, Object) Returns the visual index of the row in the dropdown that contains the specified value in the specified field.
GetDataSourceValue(LookUpColumnInfo, Int32) Gets the value contained in the specified row and column in the dropdown data source.
GetDataSourceValue(String, Int32) Gets the value contained in the specified row and field in the dropdown data source.
GetDisplayText(FormatInfo, Object) Returns the text representation of the specified value, formatted according to the specified settings.
GetDisplayText(Object) Returns the text representation of the specified value formatted using the editor’s settings. Inherited from RepositoryItem.
GetDisplayValueByKeyValue(Object) Returns a value of the RepositoryItemLookUpEditBase.DisplayMember field of the row containing the specified RepositoryItemLookUpEditBase.ValueMember field value.
GetDisplayValueByMultipleKeyValues(Object, Object[], String[]) Gets a value of the RepositoryItemLookUpEditBase.DisplayMember field by multiple key values.
GetEditorType() This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from RepositoryItem.
GetEditValueForExportByOptions(Object, Object, Object, Object, Function3<String, Object, Object, Object>, ExportTarget) This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from RepositoryItem.
GetHashCode() Returns a hash code. Inherited from RepositoryItem.
GetKeyValueByDisplayText(String) Returns the value of the RepositoryItemLookUpEditBase.ValueMember field for the row whose RepositoryItemLookUpEditBase.DisplayMember value matches the specified text.
GetKeyValueByDisplayValue(Object) Returns a value of the RepositoryItemLookUpEditBase.ValueMember field of the row containing the specified RepositoryItemLookUpEditBase.DisplayMember field value.
GetLifetimeService() Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
GetListSourceIndex(Int32) Gets the index of a specific row in the underlying data source.
GetNormalizedText(String) static This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from RepositoryItem.
GetService(Type) protected Returns an object that represents a service provided by the Component or by its Container. Inherited from Component.
GetType() Gets the Type of the current instance. Inherited from Object.
InitializeLifetimeService() Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
IsActivateKey(Keys) Indicates whether a particular key can activate the editor used as an inplace control. Inherited from RepositoryItem.
IsLockDefaultImmediateUpdateRowPosition() This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from RepositoryItem.
IsNeededKey(Keys) Indicates whether the key is handled by the editor or the container control. Inherited from RepositoryItem.
LockEvents() This method supports the .NET framework infrastructure and is not intended to be called from your code. Inherited from RepositoryItem.
MeasureColumn(GraphicsCache, LookUpColumnInfo) Returns the width of the widest column value in pixels (taking the column’s caption into account). This overloaded method uses GraphicsCache for the sake of performance.
MeasureColumn(Graphics, LookUpColumnInfo) Returns the width of the widest column value in pixels (taking the column’s caption into account).
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protected Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
PopulateColumns() Creates columns for all fields available in the lookup data source (RepositoryItemLookUpEditBase.DataSource).
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RemoveCheckBoxSelectorColumn() Removes the checkbox selector column from the lookup.
ResetEvents() This member supports the .NET Framework infrastructure and cannot be used directly from your code. Inherited from RepositoryItemLookUpEditBase.
ResetMaskSettings() Reverts all MaskSettings properties to their default values, and removes an active input mask. Inherited from RepositoryItemTextEdit.
ScaleProperties(ScaleHelper) Updates the RepositoryItem according to current scale settings. This method is called automatically when the form’s runtime DPI settings differ from those in design-time. Inherited from RepositoryItem.
ShouldSerializeMaskSettings() Tests whether the MaskSettings object should be serialized. This member supports the internal .NET infrastructure and does not need to be called from your code. Inherited from RepositoryItemTextEdit.
SwitchMode() Inherited from RepositoryItemTextEdit.
ToString() Returns a string that represents the current object. Inherited from RepositoryItem.
UnLockEvents() This method supports the .NET framework infrastructure and is not intended to be called from your code. Inherited from RepositoryItem.
See Also