Skip to main content

RepositoryItemCheckedComboBoxEdit Methods

Represents the class which stores settings specific to the CheckedComboBoxEdit control.
Name Description
AddEnum(Type, Boolean) Adds new items that represent elements of the specified enumeration to the editor drop-down, allowing you to specify whether enumeration constant names or integer values are assigned to the item values.
AddEnum(Type) Adds new items that represent elements of the specified enumeration to the editor drop-down.
AddEnum<TEnum>() Adds new items that represent elements of the specified enumeration to the editor drop-down.
AddEnum<TEnum>(Converter<TEnum, String>, Boolean) Adds new items that represent elements of the specified enumeration to the control. Allows you to customize item descriptions and specify whether underlying integer values are assigned to the item values.
AddEnum<TEnum>(Converter<TEnum, String>) Adds new items that represent elements of the specified enumeration to the editor drop-down, allowing you to customize item descriptions.
Assign(RepositoryItem, Boolean) Copies settings from the specified object to the current RepositoryItemCheckedComboBoxEdit object, allowing you to select whether data-related settings should be copied.
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.
CancelUpdate() Unlocks the RepositoryItem object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from RepositoryItem.
ClearDataAdapter() Forcibly nullifies the internal data adapter. Call this method before you dynamically provide a data source for the current repository item within a ShownEditor event handler.
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) Allows you to manually control user edits, and modify them according to your custom logic. Inherited from RepositoryItemTextEdit.
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.
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.
GetCheckedItems() Returns values of all currently checked items.
GetCheckedItems(Object) Returns an object that specifies checked items.
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.
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.
GetItems()

Returns items from the RepositoryItemCheckedComboBoxEdit.Items collection. In bound mode, this method populates the item collection before returning it.

GetLifetimeService() Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
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.
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.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RefreshDataSource() Updates the editor to reflect changes made to a data source.
ResetEvents() This member supports the .NET Framework infrastructure and is not intended to be used in your applications. Inherited from RepositoryItem.
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.
SetFlags(Type) Creates items in the dropdown to represent elements of the specified set of flags.
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