Back to Devexpress

DevExpress.XtraEditors.Controls Namespace

windowsforms-devexpress-dot-xtraeditors-71a5fd2a.md

latest25.4 KB
Original Source

DevExpress.XtraEditors.Controls Namespace

Contains classes that provide editor functionality and specify editor appearance.

Assemblies : DevExpress.Utils.v25.2.dll, DevExpress.XtraEditors.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core, DevExpress.Win.Navigation

Classes

NameDescription
AddingMRUItemEventArgsProvides data for the RepositoryItemMRUEdit.AddingMRUItem event.
BaseContainerValidateEditorEventArgsProvides data for events that allow you to validate cell values.
ButtonPressedEventArgsProvides data for the RepositoryItemButtonEdit.ButtonPressed and RepositoryItemButtonEdit.ButtonClick events.
CalendarControlDisplays a monthly calendar and allows an end-user to select a date or date range(s).
CalendarControlBaseThe base class for controls that incorporate calendars.
CanGetNextPrevImageEventArgsContains data for the ImageSlider.CanGetNextPrevImage event.
ChangingEventArgsProvides data for the RepositoryItem.EditValueChanging event.
CheckedListBoxItemRepresents an item within the CheckedListBoxControl and CheckedComboBoxEdit controls.
CheckedListBoxItemCollectionRepresents the CheckedListBoxControl ‘s item collection.
ClosedEventArgsProvides data for the RepositoryItemPopupBase.Closed event.
CloseUpEventArgsProvides data for the RepositoryItemPopupBase.CloseUp event.
ComboBoxItemServes as the base for the class representing image combo box items.
ComboBoxItemCollectionRepresents a collection of items within a combo box editor.
ConvertEditValueEventArgsProvides data for the RepositoryItem.FormatEditValue and RepositoryItem.ParseEditValue events.
CustomDisplayTextEventArgsProvides data for the RepositoryItem.CustomDisplayText event.
EditorButtonAn editor button displayed in a ButtonEdit control or its descendant.
EditorButtonCollectionRepresents a collection of editor buttons in a ButtonEdit control or its descendant.
ExceptionEventArgsRepresents the base class for arguments passed to exception handling events.
GetImageEventArgsContains data for the ImageSlider.GetImage event.
GetNotInListValueEventArgsProvides data for the RepositoryItemLookUpEdit.GetNotInListValue event.
ImageComboBoxItemRepresents an individual item in ImageComboBoxEdit controls.
ImageComboBoxItemCollectionRepresents a collection of items displayed within the dropdown list of ImageComboBoxEdit editors.
ImageListBoxItemRepresents a single item in the collection.
ImageListBoxItemCollectionRepresents the collection of items displayed in the ImageListBoxControl.
ImageSliderThe control that allows your end-users to browse through a collection of images using two navigation buttons. Supports animation effects when navigating between images.
InvalidValueExceptionEventArgsProvides data for events that occur when assigning an invalid value to a container control cell.
ItemCheckEventArgsProvides data for the BaseCheckedListBoxControl.ItemCheck event of check list box controls.
ItemCheckingEventArgsProvides data for the BaseCheckedListBoxControl.ItemChecking event of check list box controls.
ListBoxItemRepresents a single item in the collection.
ListBoxItemCollectionRepresents the collection of items displayed in the ListBoxControl.
LocalizerRepresents an object providing a means to localize editor interface elements.
LookUpColumnInfoA column for a lookup editor.
LookUpColumnInfoCollectionA collection of columns for a lookup editor.
LookUpEditAutoSearchEventArgsProvides arguments for the LookUpEdit.AutoSearch and GridLookUpEdit.AutoSearch events.
LookUpEditAutoSuggestEventArgsProvides data for the LookUpEdit.AutoSuggest and GridLookUpEdit.AutoSuggest events.
LookUpEditSearchHighlightEventArgsA base class for the AutoSearch and AutoSuggest event parameters.
OpenLinkEventArgsProvides data for the RepositoryItemHyperLinkEdit.OpenLink event.
PictureEditOptionsEditDialogContains settings that customize the Image Editor dialog.
PictureEditOptionsMaskContains settings that enable masked mode and allow you to customize the masked mode behavior.
PopupCheckBoxSelectorMemberIsSelectedEventArgsContains data for the QueryCheckBoxSelectorMemberIsSelected event.
PopupCheckBoxSelectorMemberValueEventArgsContains data for the SetCheckBoxSelectorMemberValue event.
PopupSelectionChangedEventArgsContains data for the SelectionChanged event.
PopupSelectionChangingEventArgsContains data for the SelectionChanging event.
ProcessNewValueEventArgsProvides data for the RepositoryItemLookUpEditBase.ProcessNewValue event.
QueryCheckStateByValueEventArgsProvides data for the RepositoryItemCheckEdit.QueryCheckStateByValue event.
QueryCheckStatesEventArgsServes as the base for classes providing data for RepositoryItemCheckEdit.QueryCheckStateByValue and RepositoryItemCheckEdit.QueryValueByCheckState events.
QueryDisplayTextEventArgsProvides data for the RepositoryItemPopupContainerEdit.QueryDisplayText and RepositoryItemPopupGalleryEdit.QueryDisplayText events.
QueryResultValueEventArgsProvides data for the RepositoryItemPopupContainerEdit.QueryResultValue event.
QueryValueByCheckStateEventArgsProvides data for the RepositoryItemCheckEdit.QueryValueByCheckState event.
RadioGroupItemRepresents a single item in the collection.
RadioGroupItemCollectionRepresents a collection of items within a radio group editor.
SliderBaseProvides a base class for ImageSlider objects.
SliderImageCollectionAn image collection for an ImageSlider control.
SpinEventArgsProvides data for the RepositoryItemTextEdit.Spin event

Delegates

NameDescription
AddingMRUItemEventHandlerRepresents a method that will handle the RepositoryItemMRUEdit.AddingMRUItem event.
BaseContainerValidateEditorEventHandlerRepresents the method for handling events which take a BaseContainerValidateEditorEventArgs object as a parameter.
ButtonPressedEventHandlerRepresents a method for handling the RepositoryItemButtonEdit.ButtonPressed and RepositoryItemButtonEdit.ButtonClick events of a ButtonEdit control.
ChangingEventHandlerRepresents a method that will handle the RepositoryItem.EditValueChanging event.
ClosedEventHandlerRepresents a method for handling the RepositoryItemPopupBase.Closed event of the PopupBaseEdit control descendants.
CloseUpEventHandlerRepresents a method that will handle the RepositoryItemPopupBase.CloseUp event of a popup editor.
ConvertEditValueEventHandlerRepresents a method that will handle the RepositoryItem.ParseEditValue and RepositoryItem.FormatEditValue events.
CustomDisplayTextEventHandlerRepresents the method for handling events which take a CustomDisplayTextEventArgs object as a parameter.
ExceptionEventHandlerRepresents the method for handling events which take an ExceptionEventArgs object as a parameter.
GetNotInListValueEventHandlerRepresents a method that will handle the RepositoryItemLookUpEdit.GetNotInListValue event.
InvalidValueExceptionEventHandlerRepresents the method for handling events which take an InvalidValueExceptionEventArgs object as a parameter.
ItemCheckEventHandlerRepresents a method for handling the BaseCheckedListBoxControl.ItemCheck event of a check list box control.
ItemCheckingEventHandlerRepresents a method for handling the BaseCheckedListBoxControl.ItemChecking event of a check list box control.
OpenLinkEventHandlerRepresents a method for handling the RepositoryItemHyperLinkEdit.OpenLink event of a HyperLinkEdit control.
ProcessNewValueEventHandlerRepresents a method that will handle the RepositoryItemLookUpEditBase.ProcessNewValue event.
QueryCheckStateByValueEventHandlerRepresents a method that will handle the RepositoryItemCheckEdit.QueryCheckStateByValue event.
QueryDisplayTextEventHandlerRepresents a method that will handle the RepositoryItemPopupContainerEdit.QueryDisplayText and RepositoryItemPopupGalleryEdit.QueryDisplayText events.
QueryResultValueEventHandlerRepresents a method that will handle the PopupContainerEdit.QueryResultValue event of a popup container editor.
QueryValueByCheckStateEventHandlerRepresents a method that will handle the RepositoryItemCheckEdit.QueryValueByCheckState event.
SpinEventHandlerRepresents the method for handling events which take a SpinEventArgs object as a parameter.

Enums

NameDescription
BestFitModeContains values that specify “best-fit” modes for lookup editors.
BorderSideContains values specifying border sides.
BorderStylesEnumerates border and button styles for editors.
ButtonPredefinesSpecifies the surface image of a button.
ButtonStatesSpecifies the state of an EditorButton.
CalendarInactiveDaysVisibilityLists modes for displaying dates which do not belong to a current month but are displayed to fill in the first or last row.
CalendarSelectionBehaviorLists modes which determine what dates become selected when selection extends.
CheckStylesContains values specifying the look of the check box within a CheckEdit control.
ColorTextSpecifies the style used to represent the selected color in a ColorEdit control.
DateOnErrorSpecifies the response of a DateEdit editor to an invalid value.
DetailLevelContains values specifying the editor drawing detail level.
EditValueChangedFiringModeLists values that specify when the editor’s RepositoryItem.EditValueChanged event should be raised.
ExceptionModeSpecifies how an exception should be handled.
FilterButtonShowModeLists the values that determine the display mode for column filter.
HeaderClickModeLists values that specify which functionality is invoked as a result of a click on a column header within the lookup editor’s dropdown list.
HourFormatContains values specifying the manner in which the hour portion is displayed.
InplaceTypeContains values specifying the inplace editor types.
MRUItemAddReasonContains values that identify how an item has beed added to the MRUEdit control.
OutputImageFormatEnumerates output formats for the Image Editor dialog.
PictureEditMaskLayoutModeContains values that specify how a mask is aligned relative to an image in the PictureEdit control.
PictureEditMaskTypeEnumerates mask types for the PictureEdit control.
PictureSizeModeSpecifies the size mode of the image contained within a PictureEdit or ImageEdit editor.
PictureStoreModeLists values that specify how the PictureEdit control stores images pasted via the editor’s context menu
PopupBorderStylesContains styles for popup window borders.
ProgressKindLists values specifying the control’s direction.
ProgressViewStyleContains values specifying the style of the progress bar’s indicator.
SearchModeEnumerates search modes for a lookup editor.
ShowDropDownDetermines the behavior of a popup control when a user clicks within its text region.
SpinStylesEnumerates values that specify whether spin buttons in the SpinEdit, TimeEdit, and TimeSpanEdit controls are oriented vertically or horizontally.
StringIdContains values corresponding to strings that can be localized.
StyleIndeterminateContains check box paint styles applied in the indeterminate state.
TextCaseModeContains values that specify how the text case of strings is changed.
TextEditStylesSpecifies how a value is displayed and edited in the button editor’s edit box.
TimeFormatContains values specifying the formats of time editor values.
WeekNumberRuleLists rules used to determine the first week of the year.