windowsforms-devexpress-9739665d.md
Contains editor classes that implement the functionality for corresponding controls.
Assemblies : DevExpress.Utils.v25.2.dll, DevExpress.XtraBars.v25.2.dll, DevExpress.XtraDialogs.v25.2.dll, DevExpress.XtraEditors.v25.2.dll, DevExpress.XtraGrid.v25.2.dll, DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core, DevExpress.Win.Navigation, DevExpress.Win.Dialogs, DevExpress.Win.Grid, DevExpress.Win.TreeList
| Name | Description |
|---|---|
| AreaChartRangeControlClientView | The Area view of the chart range control client. |
| AutoCloseOptions | Allows you to create messages and dialogs that automatically close when a timer expires. See the XtraBaseArgs.AutoCloseOptions property for examples. |
| BarCodeControl | Displays a bar code. |
| BaseButton | Serves as a base for button controls. |
| BaseCheckEdit | The base class for CheckEdit and ToggleSwitch. |
| BaseCheckedListBoxControl | Serves as the base for the CheckedListBoxControl class. |
| BaseControl | Implements the functionality common for all controls in the library. |
| BaseDateControl | The base class for controls that implement the ability to edit date-time values. |
| BaseEdit | Serves as the base for all editors that can be used for inplace (such as within the XtraGrid) editing. |
| BaseEditErrorImageOptions | Contains a set of options that allow you to specify and customize an error icon. |
| BaseImageListBoxControl | Serves as a base for ImageListBoxControl class. |
| BaseListBoxControl | Serves as the base for ListBoxControl, BaseCheckedListBoxControl, CheckedListBoxControl, BaseImageListBoxControl and ImageListBoxControl classes. |
| BaseSpinEdit | Serves as the base for editors with spin buttons used to modify edit values. |
| BaseStyleControl | Serves as the base for controls that cannot be used as in-place editors and supports a common style management mechanism. |
| BlobBaseEdit | The base class for editors that work with binary large object (BLOB) data. |
| BreadCrumbEdit | The Microsoft Windows Explorer-inspired navigation bar that allows end users to navigate through a hierarchical tree of nodes. |
| BreadCrumbHistory | Stores the BreadCrumbEdit navigation history and allows you to navigate through these records. |
| BreadCrumbHistoryItem | An object that stores the previously viewed BreadCrumbEdit path. |
| BreadCrumbNode | A node within a BreadCrumbEdit control. |
| BreadCrumbNodeCollection | A BreadCrumbNode collection. |
| ButtonCustomDrawEventArgs | Contains data for the CustomDraw event. |
| ButtonEdit | The text editor that displays buttons in the edit box. |
| CalcEdit | Allows you to edit numeric values using a dropdown calculator. |
| ChartRangeControlClientBase | The base class for all chart clients of the range control. |
| ChartRangeControlClientDataProvider | The class that is used to supply data to a chart range control client. |
| ChartRangeControlClientGridOptions | The base class for grid settings of the date-time and numeric chart clients of the range control. |
| ChartRangeControlClientRange | The base class for defining the range for all chart clients (date-time and numeric chart clients) of the range control. |
| ChartRangeControlClientView | The base class for all chart views of the chart range control client. |
| CheckButton | A button that supports two states - elevated and depressed. It is possible to prevent the button from receiving focus on click. Multiple buttons can be combined into a radio group, in which only one button is checked at a time. |
| CheckedComboBoxEdit | An editor that displays a list of check boxes in a drop-down menu. Users can select multiple items. |
| CheckEdit | Allows an end user to select among the unchecked, checked, and indeterminate state (optional). Multiple check boxes can be combined into a radio group. |
| CheckedListBoxControl | The checked list box control, in which each item can be checked, unchecked or set to the grayed state. The control can be populated with items from a data source. |
| ClientDataSourceProviderCustomizeSeriesEventArgs | Provides data for the ChartRangeControlClientBase.CustomizeSeries event. |
| ColorDialogOptions | Allows you to customize options provided by the “Select Color” dialog. |
| ColorEdit | The editor that allows you to select a color from a dropdown window. |
| ColorPickEdit | An advanced drop-down color picker that supports multiple palettes (a predefined Web and System color palette) from which to choose colors. |
| ColorPickEditBase | The base class for the ColorPickEdit control. |
| ColorPickEditTooltipShowingEventArgs | Contains data for the RepositoryItemColorPickEdit.TooltipShowing event. |
| ComboBoxEdit | A text editor that allows a user to select predefined items (typically, strings) from a drop-down list. The drop-down item list cannot be populated from a data source. Use lookup editors to display data source items in the drop-down list—LookUpEdit, GridLookUpEdit, SearchLookUpEdit, and TreeListLookUpEdit. |
| ControlNavigator | Provides a graphical interface for navigating data-aware controls that implement the INavigatableControl interface (this interface is implemented by all DevExpress data-aware container controls). |
| ControlNavigatorButtonCollection | The ControlNavigator ‘s button collection. |
| ControlNavigatorButtons | A collection of buttons displayed in the ControlNavigator. |
| CustomizeTemplatedItemEventArgs | Contains data for the BaseListBoxControl.CustomizeItem event. |
| DataNavigator | Displays a UI to navigate through records in a data source and perform data operations. |
| DataNavigatorButtonCollection | The DataNavigator ‘s button collection. |
| DataNavigatorButtons | Holds settings for buttons displayed in a DataNavigator control. |
| DateControl | The base class for controls that allow users to edit date-time values. |
| DateEdit | The editor with a dropdown calendar used to display and edit date/time values. |
| DateTimeChartRangeControlClient | The RangeControl‘s client that renders a lightweight chart with a date-time horizontal axis. |
| DateTimeChartRangeControlClientGridOptions | Contains specific settings which define the representation of grid lines and labels in the date-time chart range control client. |
| DateTimeChartRangeControlClientRange | Contains the common settings that define the range displayed by a date-time chart client of the range control. |
| DateTimeOffsetEdit | The editor that manages values of the System.DateTimeOffset type. |
| DateTimeRangeControlClient | A RangeControl‘s client that supports date-time range selection. |
| DirectXForm | The Form that accepts HTML and CSS templates and enables the DirectX rendering for all child controls that support this mode. Unsupported controls are hidden. |
| DirectXFormBase | Exposes core DirectXForm properties. |
| DropDownButton | The button that can be associated with a popup control or a context menu. It is possible to prevent the button from receiving focus on a click. |
| FileDialogBase | Implements API common for the XtraOpenFileDialog and XtraSaveFileDialog dialogs. |
| FilterControl | Allows users to build filter criteria and apply them to controls and data sources. |
| FontEdit | The editor to select a font from a dropdown list. |
| FormatConditionCollectionBase | Serves as a base for collections of style conditions. |
| FormatConditionIconSet | A class that exposes an icon set for the FormatConditionRuleIconSet format. |
| FormatConditionIconSetIcon | A single icon, which corresponds to a specific range in the FormatConditionRuleIconSet format. |
| FormatConditionRule2ColorScale | Applies a format using a two-color scale to display data distribution and variation. |
| FormatConditionRule3ColorScale | Applies a format using a three-color scale to display data distribution and variation. |
| FormatConditionRuleAboveBelowAverage | Applies a format if a cell value is above or below the column’s average. |
| FormatConditionRuleAppearanceBase | The base class for style formats that allow cells to be customized using the FormatConditionRuleAppearanceBase.Appearance property. |
| FormatConditionRuleBase | The base class for classes that implement conditional formatting rules. |
| FormatConditionRuleContains | Applies a format if a value matches one of the specified values. |
| FormatConditionRuleDataBar | Applies a format using a data bar. |
| FormatConditionRuleDataUpdate | Highlights a cell with a custom icon and/or appearance settings for a limited time when a cell value changes. This format is only supported in Data Grid’s GridView, BandedGridView and AdvBandedGridView. |
| FormatConditionRuleDateOccuring | Applies a format if a column’s DateTime value refers to a specific date and/or date interval relative to today. These days and intervals include Today, Yesterday, This week, Earlier this month, Prior to this year, etc. |
| FormatConditionRuleExpression | Applies a format if cell values meet a specific expression. |
| FormatConditionRuleIconSet | Applies a format using an icon set. |
| FormatConditionRuleMinMaxBase | A base class for classes that implement conditional formatting rules based on minimum and maximum thresholds. |
| FormatConditionRuleTopBottom | Applies a format if a value is in the range of the highest or lowest column values. |
| FormatConditionRuleUniqueDuplicate | Applies a format if a column’s value is unique or a duplicate. |
| FormatConditionRuleValue | Applies a format if a column’s value meets a specified condition (Equal, Less, Between, etc.). |
| FormatRuleBase | The base class for objects that apply style formats to controls. |
| FormatRuleCollection<T, TColumnType> | A collection of objects that specify rules used to apply conditional formatting in data-aware controls. |
| GridLookUpEdit | An editor that has lookup functionality using a feature-rich dropdown Data Grid (GridControl). You can display lookup records in a tabular format, banded tabular format, or as tiles (which can be arranged in one or multiple columns/rows, rendered as a list or a Kanban board). |
| GridLookUpEditBase | The base class for grid look up editors. |
| GroupCaptionCustomDrawEventArgs | Supplies data for the GroupControl.CustomDrawCaption event. |
| GroupControl | The panel with a title which can be aligned along the top, bottom, left or right edge. |
| HScrollBar | The horizontal scrollbar. |
| HScrollBarBase | Serves as the base for the HScrollBar class. |
| HtmlContentControl | Renders a UI from HTML-CSS markup. Can show data from a bound data context (a business object or data source item). |
| HtmlContentPopup | Allows you to show a popup window with a UI rendered from an HTML-CSS template. Can show data from a bound data context (a business object or data source item). |
| HyperLinkEdit | The editor to display and edit hyperlinks and navigate to their targets. |
| HyperlinkLabelControl | The label that supports displaying text or its portion as a hyperlink. Allows you to use HTML tags to format text. |
| HyperlinkLabelControlAppearanceObject | Contains appearance settings that paint a HyperlinkLabelControl. |
| HyperlinkLabelControlAppearanceOptions | Contains appearance options that paint a HyperlinkLabelControl. |
| ImageComboBoxEdit | A combo box editor whose items can display images. |
| ImageEdit | The editor that displays images in a popup window. |
| ImageListBoxControl | The list box control that displays a list of items that a user can select. Can be populated with items from a data source. |
| LabelControl | The label that supports formatted text, images, multi-line text strings and HTML formatting. |
| LabelControlAppearanceObject | Contains appearance settings used to paint a LabelControl. |
| LineChartRangeControlClientView | The Line view of the chart range control client. |
| ListBoxControl | A control that displays a list of items that a user can select. This control can be populated with items from a data source. |
| ListBoxDrawItemEventArgs | Supplies data for the BaseListBoxControl.DrawItem event. |
| LookUpEdit | A text box editor with a dropdown panel that displays data in a simple table layout. |
| LookUpEditBase | The base class for lookup editors. |
| MarqueeProgressBarControl | Indicates that an operation is going on by continuously scrolling a block from left to right. |
| MemoEdit | A multi-line text editor. |
| MemoExEdit | The editor to edit multi-line text in a popup window. |
| MRUEdit | The text editor that allows you to type a value or choose one of most recently used (MRU) values from a dropdown list. |
| NavigatorBase | Serves as a base for DataNavigator and ControlNavigator classes. |
| NavigatorButton | An individual button displayed within the DataNavigator or ControlNavigator. |
| NavigatorButtonBase | Serves as a base for the NavigatorButton class. |
| NavigatorButtonClickEventArgs | Supplies data for the NavigatorBase.ButtonClick event. |
| NavigatorButtonCollectionBase | Serves as a base for DataNavigatorButtonCollection and ControlNavigatorButtonCollection classes. |
| NavigatorButtonsBase | Serves as the base for DataNavigatorButtons and ControlNavigatorButtons classes. |
| NavigatorCustomButton | A custom button within navigator controls. |
| NavigatorCustomButtons | A collection of custom buttons in navigator controls. |
| NavigatorExceptionEventArgs | Supplies data for the NavigatorBase.NavigatorException event. |
| NumericChartRangeControlClient | The RangeControl‘s client that renders a lightweight chart with a numeric horizontal axis. |
| NumericChartRangeControlClientGridOptions | Contains specific settings which define the representation of grid lines and labels in the numeric chart range control client. |
| NumericChartRangeControlClientRange | Contains the common settings that define the range displayed by a numeric chart client of the range control. |
| NumericRangeControlClient | A RangeControl‘s client that supports numeric (integer, double, decimal or float) range selection. |
| ObjectCustomDrawEventArgs | Supplies data for events that allow you to draw visual elements manually. |
| PanelControl | The panel with or without a border. |
| PictureEdit | Displays images stored in bitmap, metafile, icon, JPEG, GIF, PNG or SVG format. The built-in editor allows users to perform basic edit operations (crop and straighten, adjust brightness, contrast and saturation, etc.) |
| PopupBaseAutoSearchEdit | The base class for dropdown editors that support the automatic search functionality. |
| PopupBaseEdit | Serves as the base for editors displaying popup windows. |
| PopupContainerControl | The dropdown panel for the PopupContainerEdit editor. |
| PopupContainerEdit | The editor that allows you to display any controls within its popup window. The popup window is created separately from the editor. |
| PopupGalleryEdit | The editor that displays a dropdown gallery of items categorized into groups. |
| PopupGalleryEditGallery | A gallery within a PopupGalleryEdit. |
| PopupPanelOptions | Contains settings that allow you to customize the behavior of a peek panel, assigned to the TokenEdit control. |
| ProgressBarBaseControl | Serves as a base for progress bar controls. |
| ProgressBarControl | The control that indicates the progress of lengthy operations. |
| QueryIsSearchColumnEventArgs | Contains data for the SearchControl.QueryIsSearchColumn and RepositoryItemSearchControl.QueryIsSearchColumn events. |
| QueryUniqueItemIdEventArgs | Contains data for the SvgImageBox.QueryUniqueItemId event. |
| RadioGroup | Combines multiple options (radio buttons) into a group that supports selecting one of several options. |
| RangeControl | Supports range selection for any data. |
| RangeControlClientBase | The base class for objects that can be embedded into the RangeControl. |
| RangeTrackBarControl | The track bar with two sliders that allow a user to select a range of values. |
| RatingControl | The control to rate specific content. |
| RoundedSkinPanel | A panel that supports rounded corners in the WXI skin. |
| ScrollBarBase | Serves as the base for HScrollBarBase, HScrollBar, VScrollBarBase, and VScrollBar classes. |
| ScrollBarBase.PositionRestoreHelper static | This class supports internal infrastructure and is not intended for use in code. |
| SearchControl | A control that allows a user to search and filter data in the attached control. |
| SearchLookUpEdit | The lookup editor with integrated search. You can display lookup records in a tabular format, banded tabular format, or as tiles (which can be arranged in one or multiple columns/rows, rendered as a list or a Kanban board). |
| SeparatorControl | Allows you to delimit controls within the layout. |
| SidePanel | A panel with one-pixel borders that supports panel snapping and the overlay resize feature. |
| SimpleButton | A button that can display text and image. Supports DevExpress Application Skins. |
| SimpleControl | The base class for controls that support the DevExpress look and feel mechanism. |
| SparklineEdit | Visualizes data in a highly condensed way, allowing end users to understand and compare values from different sources. |
| SpinEdit | The editor to edit numeric values using spin buttons. |
| SplitContainerControl | A control that consists of two panels separated by a splitter, which can be dragged by an end user to resize the panels. |
| SplitterControl | Allows a user to resize controls docked to the splitter’s edges. |
| StepProgressBar | Visualizes a linear process and highlights its current stage. |
| StepProgressBarAppearance | Contains appearance settings used to paint a StepProgressBar. |
| StepProgressBarCommonItemOptions | Contains settings that affect all items owned by this Step Progress Bar. To override these settings for individual items, use the StepProgressBarItem.Options property. |
| StepProgressBarIndicatorOptions | Stores item indicator settings. These settings can be accessed on both control (StepProgressBar.ItemOptions.Indicator) and item (StepProgressBar.Options.Indicator) levels. |
| StepProgressBarItem | An item that visualizes a progress milestone or step. A StepProgressBar control stores progress items in the StepProgressBar.Items collection. |
| StepProgressBarItemClickEventArgs | Contains data for the ItemClick event. |
| StepProgressBarItemContentBlock | A content block displayed on either side of a StepProgressBarItem‘s indicator. |
| StepProgressBarItemHyperlinkClickEventArgs | Supplies data for the ItemHyperlinkClick event. |
| StepProgressBarItemOptions | Stores item settings. These settings affect one individual item (if you access them from the StepProgressBarItem.Options property), or all items owned by this control (StepProgressBar.ItemOptions). |
| StyleController | Allows you to manage appearance settings and paint styles of multiple editors and controls in a centralized way. This component is deprecated. |
| StyleFormatConditionBase | Serves as a base for classes that implement style conditions. |
| SvgImageBox | Allows you to customize and display an SVG image and enables end-user interaction with individual image elements. |
| SvgImageBoxOptionsExport | Contains settings that customize export output from the SvgImageBox.ExportSvgImage methods. |
| SvgImageBoxOptionsSelection | Contains item selection options for the SvgImageBox control. |
| SvgImageItem | An item within an SVG image. |
| SvgImageItemAppearance | Contains appearance settings to paint image items. |
| SvgImageItemAppearanceCollection | Contains appearance settings for SVG image items. |
| SvgImageItemCollection | A collection of SvgImageItem objects. |
| SvgImageItemEventArgs | Supplies data for image item-related events. |
| SvgImageItemMouseEventArgs | Contains data for the ItemClick event. |
| SvgImagePopupMenuShowingEventArgs | Supplies data for the PopupMenuShowing event. |
| SvgImageSelection | Stores selected image items. |
| SvgImageSelectionChangingEventArgs | Supplies data for the SvgImageBox.SelectionChanging event. |
| TextEdit | A single-line text editor. |
| TextEdit.Block | A text block. |
| TextEdit.QueryAdvancedModeEventArgs | Supplies data for the QueryAdvancedMode event. |
| TextEdit.Segment | For internal use. |
| TextEditAdvancedModeOptions | Exposes settings that toggle individual features of the TextEdit Advanced Mode. See this property for more information about this mode: RepositoryItemTextEdit.UseAdvancedMode. |
| TextEditCustomHighlightTextEventArgs | Contains data for the TextEdit.CustomHighlightText and RepositoryItemTextEdit.CustomHighlightText events. |
| TextEditCustomizeAutoCompleteSourceEventArgs | Contains data for the CustomizeAutoCompleteSource event. |
| TileControl | The control that manages Windows UI-inspired tiles. Using this component, you can create both static and animated live tiles in your applications. |
| TileCustomDrawEventArgs | A base class with arguments for events that draw tiles. |
| TileGroup | Implements the functionality of tile groups. |
| TileGroupCollection | A collection of TileGroup objects. |
| TileItem | Provides the functionality of tile items. |
| TileItemAppearances | Exposes the appearance settings used to paint items in the TileControl and OfficeNavigationBar in different visual states. |
| TileItemCollection | A collection with TileItem objects. |
| TileItemDragEventArgs | Supplies data for the TileControl.StartItemDragging and TileControl.EndItemDragging events. |
| TileItemElement | Provides the base class for creating and using tile item elements. |
| TileItemElementCollection | A collection with TileItemElement objects. |
| TileItemEventArgs | Contains data for events that occur for TileItems. |
| TileItemFrame | Implements the functionality of tile frames. |
| TileItemFrameCollection | A collection of TileItemFrame objects. |
| TimeEdit | An editor that allows end users to display and edit time. |
| TimeSpanChartRangeControlClient | The RangeControl‘s client that renders a lightweight chart with a time-span horizontal axis. |
| TimeSpanChartRangeControlClientGridOptions | Contains specific settings which define the representation of grid lines and labels in the time-span chart range control client. |
| TimeSpanChartRangeControlClientRange | Contains the common settings that define the range displayed by a time-span chart client of the range control. |
| TimeSpanEdit | The editor to display and edit time intervals. |
| ToggleSwitch | A check editor that uses a movable bar to edit Boolean values. |
| TokenEdit | The text editor that applies custom validation to the entered text and transforms text blocks which passed this validation to tokens. |
| TokenEdit.QueryAdvancedModeEventArgs | |
| TokenEditBeforeShowPopupPanelEventArgs | |
| TokenEditToken | The token. |
| TrackBarControl | Displays a scale with tick marks. Users can drag a thumb to change the current value. |
| TreeListLookUpEdit | The data-aware editor that implements lookup functionality using a dropdown TreeList control. This editor cannot operate if no data source is connected to it. |
| VScrollBar | The vertical scrollbar. |
| VScrollBarBase | Serves as the base for the VScrollBar class. |
| WindowsFormsSettings static | Exposes appearance and behavior settings common to all DevExpress controls. |
| XtraBaseArgs | Exposes members common to dialogs and message boxes, whose event arguments derive from this class. |
| XtraDialog static | A message box that can display any control (e.g., a UserControl) in its client area. |
| XtraDialogArgs | Arguments that should be passed to the Show(XtraDialogArgs) method to customize the shown XtraDialog. |
| XtraFolderBrowserDialog | A dialog that allows a user to select one or multiple folders. Supports DevExpress Skins. |
| XtraForm | A form that supports title bar and border skinning. The appearance settings of the XtraForm affect the look and feel settings of the DevExpress UI controls placed within it. |
| XtraInputBox static | A skinable dialog with one editor (TextEdit) and OK/Cancel buttons to accept or reject the current value of this editor. |
| XtraInputBoxArgs | Arguments that should be passed to the Show(XtraInputBoxArgs) method to customize the shown XtraInputBox. |
| XtraMessageBox static | The message box that supports title bar skinning. |
| XtraMessageBoxArgs | Arguments that should be passed to the Show(XtraMessageBoxArgs) method to customize the shown XtraMessageBox. |
| XtraMessageBoxClosedArgs | Supplies data for the Closed event. |
| XtraMessageBoxEventArgs | Supplies data for the Load and Closed events. |
| XtraMessageBoxLoadArgs | Supplies data for the Load event. |
| XtraOpenFileDialog | A dialog that allows a user to open a file. Supports DevExpress Skins. |
| XtraPanel | The base class for panels. |
| XtraSaveFileDialog | A dialog that allows a user to save a file. Supports DevExpress Skins. |
| XtraScrollableControl | The skinnable panel with built-in auto-scroll functionality. |
| XtraScrollEventArgs | Contains data for the Scroll event. |
| XtraUserControl | A user control that supports look and feel and skinning technology. The appearance settings of this control affect the look and feel settings of the DevExpress UI controls placed within it. |
| ZoomTrackBarControl | The slider with the ‘+’ and ‘-‘ buttons. |
| Name |
|---|
| FormatConditionRule2ColorScale.ColorRange |
| Name | Description |
|---|---|
| GroupCaptionCustomDrawEventHandler | A method that handles the GroupControl.CustomDrawCaption event. |
| ListBoxDrawItemEventHandler | A method that handles the BaseListBoxControl.DrawItem event. |
| NavigatorButtonClickEventHandler | A method that handles the NavigatorBase.ButtonClick event. |
| NavigatorExceptionEventHandler | A method that handles the NavigatorBase.NavigatorException event of data navigators. |
| TileItemClickEventHandler | A method for handling events that take a TileItemEventArgs object as a parameter. |
| TileItemDragEventHandler | A method for handling events that take a TileItemDragEventArgs object as a parameter. |
| Name | Description |
|---|---|
| BreadCrumbMode | Exposes members used to label corresponding BreadCrumbEdit modes. |
| CheckEdit.StateAfterIndeterminate | Values of this enumeration specify the order in which a CheckEdit cycles through its “Checked”, “Unchecked”, and “Indeterminate” states. |
| ColorTooltipFormat | Contains values that specify how the values of colors are presented on-screen. |
| ColumnFilterPopupMode | Contains values that specify whether Data Grid and Tree List columns should display Excel-style or classic filter menus. |
| CustomBehaviorPreferences | Lists values that allow you to change application behavior in edge cases. |
| DateTimeFunctionsShowMode | Enumerates modes that specify whether to show specific date-time functions in the filter control menus. |
| DropDownArrowStyle | Contains values that specify whether and how a dropdown arrow is displayed within the DropDownButton control. |
| ExpressionEditorMode | Lists modes that specify the Expression Editor version. |
| FilterCriteriaDisplayStyle | Enumerates display styles of filter criteria in a control’s Filter Panel, MRU Filter List, and Filter Editor. |
| FilterEditorViewMode | Contains values that specify how a Filter Editor Control’s criteria can be edited. |
| FindMode | Contains values that specify how data search is initiated within specific controls. |
| FindPanelBehavior | Enumerates values that specify whether the find panel displays the found records only or displays all records and highlights the found records. |
| FormatCondition | Enumerates the comparison operators (Equal, Between, Less, etc.). |
| FormatConditionAboveBelowType | Enumerates value ranges relative to an average value. |
| FormatConditionAutomaticType | Contains values that specify how the range’s maximum and minimum values are calculated when the FormatConditionRuleMinMaxBase.MaximumType and FormatConditionRuleMinMaxBase.MinimumType properties are set to Automatic. |
| FormatConditionComparisonType | Enumerates comparison operators used to set the FormatConditionIconSetIcon.ValueComparison property. |
| FormatConditionDataUpdateTrigger | Enumerates triggers for the FormatConditionRuleDataUpdate format. |
| FormatConditionRuleChangeType | Enumerates values indicating how the rule has been changed. |
| FormatConditionTopBottomType | Enumerates value ranges relative to a certain value. |
| FormatConditionUniqueDuplicateType | Identifies values as unique or duplicate. |
| FormatConditionValueType | Enumerates how cutoff/minimum/maximum values are regarded and whether they are calculated automatically. |
| FormBorderEffect | Enumerates border effects for forms and dialogs. |
| FormShowMode | Lists values that specify how to display application forms. |
| HighlightStyle | Enumerates painting styles for selected and hot-tracked items in list box and pop up controls. |
| HotTrackSelectMode | Enumerates values that specify how list box items are selected when item hot-tracking is enabled. |
| ImageAlignToText | Lists the values that specify how an image is aligned relative to the label’s text. |
| ImageLocation | Enumerates possible locations for an image within a control. |
| IndicatorDrawMode | Stores available draw mode options for Step Progress Bar Item indicators. |
| KeyboardNavigationExtensions | Lists keyboard navigation extensions. |
| LabelAutoSizeMode | Lists values that specify how the label is automatically resized to display its entire contents. |
| MemoEditLayoutControlAutoHeightMode | Specifies how the height of a MemoEdit control adjusts to fit its content when it is placed within a LayoutControl. |
| NavigatorButtonsTextLocation | Contains values specifying the text location within the DataNavigator control. |
| NavigatorButtonType | Contains values specifying the type of buttons displayed in the data navigator control. |
| PopupCloseMode | Contains values specifying how a dropdown editor’s popup window was closed. |
| PopupFilterMode | Contains values that specify how records are filtered within a grid lookup editor’s popup window. The selected mode is not in effect when the SearchMode property equals either AutoSearch or AutoSuggest. |
| RangeControlDateTimeGridAlignment | Lists the values that specify the date-time measurement unit to which the chart’s gridlines and labels of the date-time chart client should be aligned. |
| RangeControlTimeSpanGridAlignment | Lists the values that specify the time-span measurement unit to which the chart’s gridlines and labels of the time-span chart client should be aligned. |
| RangeTrackBarThumb | Lists RangeTrackBarControl thumbs. |
| RoundedPanelBorderStyle | Lists border styles for a RoundedSkinPanel. |
| RoundedSkinPanel.Corner | Enumerates panel corners. |
| ScrollBarType | Contains values specifying the type of ScrollBar control. |
| ScrollOrientation | Lists values that specify the scrollbar orientation. |
| ScrollUIMode | Enumerates modes that specify the appearance and behavior of scroll bars. |
| ShowNullValuePromptOptions | Enumerates values that specify when an editor shows a prompt. |
| SplitFixedPanel | Lists values that specify which panel within the split container is fixed. |
| SplitPanelVisibility | Lists values that specify the visibility of the panels within a split container. |
| StepProgressBarShadowDrawMode | Lists values that specify whether to add a glow effect to active elements, inactive elements, or both active and inactive elements. |
| SuppressKeys | Lists modifier keys that you can suppress. |
| SvgImageSizeMode | Specifies size mode for images within the SvgImageBox control. |
| TextEditAutoCompleteMode | Enumerates values that specify auto-complete mode for text editors. |
| TileControlImageToTextAlignment | Exposes members that specify how a tile item glyph is arranged relative to text content. |
| TileControlScrollMode | Exposes members that specify a TileControl‘s scroll mode. |
| TileItemCheckMode | Exposes members that specify check options of tile items. |
| TileItemContentAlignment | Exposes members to specify tile content alignment. |
| TileItemImageScaleMode | Exposes members that specify a TileItem glyph’s stretch mode. |
| TileItemSize | Contains members that label different Tile sizes. |
| TokenEditValueType | Enumerates values that specify the type of the TokenEdit value. |
| VistaCalendarViewStyle | Contains values that specify which date grouping Views are available in Windows Vista display mode. |
| WaitAnimationOptions | Contains values that specify how a control indicates data operations performed in a background thread. |
| XtraInputBox.Buttons | Members of this enumeration allow you to specify what buttons an XtraInputBox dialog should display. |