Skip to main content

DevExpress.Xpf.Editors Namespace

In This Article

Contains classes which implement the main functionality of the DXEditors for Silverlight library.

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Classes

Name Description
BaseEdit Serves as the base for all editors that can be used for inplace editing in container controls (e.g. within the DXGrid control).
ButtonEdit Represents a text editor with embedded buttons.
ButtonInfo Represents a button for a button editor.
ButtonInfoBase Serves as a base for classes that represent edit buttons.
Calculator Represents a calculator.
CalculatorCustomErrorTextEventArgs Provides data for the Calculator.CustomErrorText event.
CheckedComboBoxStyleSettings Defines the check box list appearance for a combo box editor's dropdown window.
CheckEdit Represents the check box editor.
CheckedListBoxEditStyleSettings Defines the appearance and behavior of the checked list box editor.
ColorCollection
ColorEdit Represents a color editor.
ColorPalette Serves as the base class for color palettes.
ComboBoxEdit Represents an editor that displays a list of items within a dropdown window.
ComboBoxEditItem Represents a combobox item.
ComboBoxStyleSettings Defines the appearance of a common item list for a combo box editor's dropdown window.
CustomDisplayTextEventArgs Provides data for the BaseEdit.CustomDisplayText event.
CustomPalette Represents a custom color palette.
DateEdit Represents a date editor with a dropdown calendar.
EditValueChangedEventArgs Provides data for the BaseEdit.EditValueChanged event.
EditValueChangingEventArgs Provides data for the BaseEdit.EditValueChanging event.
FontEdit A font editor.
ImageEdit Represents an image editor.
ImageEditClearToolButton Represents a menu item used to clear the editor.
ImageEditLoadToolButton Represents a menu item used to load an image.
ImageEditToolButton Represents an item within the editor's menu.
ImageEditToolSeparator Represents an item separator within the editor's menu.
ListBoxEdit Represents a list box.
ListBoxEditItem Represents an individual list item.
ListBoxEditStyleSettings Defines the native appearance and behavior of the list box editor.
LookUpEditBase Serves as a base for classes that provide look-up functionality.
MemoEdit Represents a memo edit control that allows editing memo data.
PaletteCollection Represents a collection of palettes.
PasswordBoxEdit Represents a control allowing you to enter and manage passwords.
PasswordStrengthEventArgs Provides data for the PasswordBoxEdit.CustomPasswordStrength event.
PopupBaseEdit Serves as a base for classes that represent popup editors (e.g. DateEdit, ComboBoxEdit).
PopupCalcEdit Represents a calculator displayed within a dropdown window.
PopupColorEdit Represents a color editor displayed within a dropdown window.
PopupImageEdit Represents an editor that displays an image within a dropdown window.
PopupImageEditButton Serves as a base for PopupImageEditCancelToolButton and PopupImageEditOKToolButton.
PopupImageEditCancelToolButton Represents the Cancel button displayed within the popup image editor's menu.
PopupImageEditOKToolButton Represents the OK button displayed within the popup image editor's menu.
ProcessNewValueEventArgs Provides data for the LookUpEditBase.ProcessNewValue event.
ProgressBarEdit A progress bar.
ProgressBarMarqueeStyleSettings Defines the appearance and behavior of the marquee (indeterminate) progress bar.
ProgressBarStyleSettings Defines the progress bar's native appearance and behavior.
RadioComboBoxStyleSettings Defines the radio button list appearance for a combo box editor's dropdown window.
RadioListBoxEditStyleSettings Defines the appearance and behavior of the radio list box editor.
Range
RangeBaseEdit Serves as a base for classes which represent range bars.
SearchControl A search control.
SpinEdit Represents an editor with spin buttons used to adjust a numerical value.
SpinEventArgs Provides data for the TextEdit.Spin event.
TextEdit Represents a text editor.
TextEditBase Serves as the base class for editors that provide the text editing capability (e.g. TextEdit, ComboBoxEdit, DateEdit).
TrackBarEdit Represents a track bar.
TrackBarEditRange Represents the track bar's range (edit value).
TrackBarRangeStyleSettings Defines the appearance and behavior of a range track bar.
TrackBarStyleSettings Defines the track bar's native appearance and behavior.
TrackBarZoomRangeStyleSettings Defines the appearance and behavior of a range track bar with a zooming functionality.
TrackBarZoomStyleSettings Defines the appearance and behavior of a zooming track bar.
ValidationEventArgs Provides data for the BaseEdit.Validate event.

#Delegates

Name Description
CalculatorCustomErrorTextEventHandler Represents a method that will handle the Calculator.CustomErrorText event.
CustomDisplayTextEventHandler Represents a method that will handle the BaseEdit.CustomDisplayText event.
EditValueChangedEventHandler Represents a method that will handle the BaseEdit.EditValueChanged event.
EditValueChangingEventHandler Represents a method that will handle the BaseEdit.EditValueChanging event.
ProcessNewValueEventHandler Represents a method that will handle the LookUpEditBase.ProcessNewValue event.
SpinEventHandler Represents a method that will handle the TextEdit.Spin event.

#Enums

Name Description
AutoCompleteType Lists values that specify the type of automatic completion modes used by an editor.
ButtonKind Lists values that specify which image is displayed within edit buttons.
ChipSize Lists values that specify the size of color chips.
ColorDisplayFormat Lists values that specify in which format the selected color is displayed.
EditMode Lists values that specify in which mode an editor is currently used.
EditorStringId Contains values corresponding to strings that can be localized.
FindMode Lists values that specify when data searching starts.
GlyphKind Lists values that specify which image is displayed within an edit button.
MaskType Lists values that specify the type of mask used by an editor.
PasswordStrength Lists values that specify password strength.
PopupCloseMode Lists values that specify how a dropdown editor's popup window has been closed.
PopupFooterButtons Lists the values used to specify which buttons should be visible in a pop-up footer.
PostMode Lists values that specify when data posting starts.
ShowLoadDialogOnClickMode Lists values that specify whether clicking within the editor shows the 'Open' dialog.
TrackBarIncrementTargetEnum Lists values that specify which range parameter is changed.