blazor-devexpress.md
Contains classes for DevExpress Blazor components.
Assemblies : DevExpress.Blazor.Resources.v25.2.dll, DevExpress.Blazor.v25.2.dll
NuGet Packages : DevExpress.Blazor.Resources, DevExpress.Blazor
| Name | Description |
|---|---|
| AccordionItemCancelEventArgs | Stores data for the BeforeCollapse and BeforeExpand events. |
| AccordionItemClickEventArgs | Contains data for the DxAccordion.ItemClick and DxAccordionItem.Click events. |
| AccordionItemEventArgs | Contains data about the Accordion item for item-related events. |
| AccordionItemStateChangeEventArgs | Stores information for events related to expanded state changes. |
| AccordionSelectionChangedEventArgs | Contains data for the SelectionChanged event. |
| BlazorResources static | Lists client resource identifiers associated with controls in the DevExpress.Blazor package. |
| ButtonGroupItemClickEventArgs | Contains data for the ItemClick event. |
| CalendarCustomDisabledDateEventArgs | Provides data for the CustomDisabledDate event. |
| CarouselTemplateContext | Stores information about a Carousel item and is passed as the context parameter to the DxCarousel.ItemTemplate. |
| ChartBubbleSeriesPoint | Initializes a new ChartBubbleSeriesPoint class instance. |
| ChartBubbleSeriesPoint<TValue, TSize> | Specifies an individual bubble series point with the typed value and size. |
| ChartElementFormat | Lists formats applied to axis and series labels. |
| ChartFinancialSeriesPoint | Specifies an individual point for financial series (DxChartCandlestickSeries and DxChartStockSeries). |
| ChartFinancialSeriesPoint<T> | Specifies a financial series point with typed values. |
| ChartLegendClickEventArgs | Contains data for the LegendClick event. |
| ChartRangeSeriesPoint | Specifies an individual point for range series (DxChartRangeAreaSeries<T, TArgument, TValue> and DxChartRangeBarSeries<T, TArgument, TValue>). |
| ChartRangeSeriesPoint<T> | Specifies an individual range series point with typed values. |
| ChartSelectionChangedEventArgs | Contains data for the SelectionChanged event. |
| ChartSeriesClickEventArgs | Provides data for the SeriesClick event. |
| ChartSeriesPoint | Specifies an individual series point. |
| ChartSeriesPoint<TValue> | Specifies an individual series point. |
| ChartSeriesPointCustomizationSettings | Provides data for the CustomizeSeriesPoint event. |
| ChartSeriesPointExtensions static | Contains extension methods for the ChartSeriesPoint class. |
| ChartSeriesSettings<T, TValue, TArgument> | Defines Chart series settings. |
| ChartSeriesSettings<T, TGroupKey, TValue, TArgument> | Defines Chart series settings. |
| ChartTooltipData | Specifies the tooltip’s context and stores information about the hovered series point. |
| ChartTooltipShowingEventArgs | Contains data for the TooltipShowing event. |
| ChartVisualRangeChangedEventArgs | Contains data for the VisualRangeChanged event. |
| ComboBoxColumnCellDisplayTemplateContext | Stores information about a column cell in the ComboBox (added to the Grid component). This class is passed as the context parameter to the ColumnCellDisplayTemplate property. |
| ComboBoxColumnCellDisplayTemplateContext<TData> | Stores information about a column cell in the ComboBox and is passed as the context parameter to the ColumnCellDisplayTemplate property. |
| ComboBoxEditBoxDisplayTemplateContext<TData, TValue> | Stores information about a ComboBox item. The EditBoxDisplayTemplate property accepts this object as the context parameter. |
| ComboBoxEmptyDataAreaTemplateContext | Stores information about ComboBox data. The EmptyDataAreaTemplate property accepts this objects as the context parameter. |
| ComboBoxGroupHeaderDisplayTemplateContext | Stores information about a group header and is passed as the context parameter to the GroupHeaderDisplayTemplate. |
| ComboBoxItemDisplayTemplateContext | Stores information about a ComboBox item. The ItemDisplayTemplate property accepts this object as the context parameter. |
| ComboBoxItemDisplayTemplateContext<TData> | Stores information about a ComboBox item. The ItemDisplayTemplate property accepts this object as the context parameter. |
| CommonResources | Lists client resource identifiers associated with multiple DevExpress packages. |
| CompatibilitySettings static | Contains an API for compatibility. |
| ContextMenuItemClickEventArgs | Provides data for the ItemClick event. |
| DataSourceLoadOptionsExtensions static | Defines extension methods for the DataSourceLoadOptionsBase class. |
| DateTimeMask static | Defines built-in patterns for date-time and date-time offset masks. |
| DocumentExportElementStyle | Contains style settings of an exported document element. |
| DropDownBoxClosingEventArgs | Provides data for the DropDownClosing event. |
| DropDownBoxEditBoxDisplayTemplateContext | Stores information about the processed drop-down box editor and is passed as the context parameter to the EditBoxDisplayTemplate. |
| DropDownBoxQueryDisplayTextContext | Stores information about editor value and text. |
| DropDownBoxTemplateContext | Stores information about the processed drop-down box editor and is passed as the context parameter to DropDownHeaderTemplate, DropDownBodyTemplate, and DropDownFooterTemplate. |
| DropDownButtonItemClickEventArgs | Contains data for the ItemClick event. |
| DropDownClosedEventArgs | Provides data for the Closed event. |
| DropDownClosingEventArgs | Provides data for the Closing event. |
| DropDownDisposedEventArgs | Provides data for the Disposed event. |
| DropDownInitializedEventArgs | Provides data for the Initialized event. |
| DropDownResizeCompletedEventArgs | Provides data for the ResizeCompleted event. |
| DropDownResizeStartedEventArgs | Provides data for the ResizeStarted event. |
| DropDownShowingEventArgs | Provides data for the Showing event. |
| DropDownShownEventArgs | Provides data for the Shown event. |
| DxAccordion | A side navigation control that can organize items into collapsible groups. |
| DxAccordionDataMapping | Maps Accordion item properties to data source fields. |
| DxAccordionItem | Defines an item of the DxAccordion component. |
| DxBarGauge | A component that visualizes data as circular bars where each bar indicates a single value. |
| DxBarGaugeLabelSettings | Contains settings for Bar Gauge labels. |
| DxBarGaugeLegendSettings | Contains settings for the Bar Gauge‘s legend. |
| DxBorderSettings | Contains the element’s border settings. |
| DxButton | A button control that supports advanced style and content customization options. |
| DxButtonBase | Implements the base API for buttons. |
| DxButtonEditSettings | The base class that declares common editor settings for auto-generated editors that contain buttons. |
| DxButtonGroup | A component that displays a set of buttons. |
| DxButtonGroupItem | Defines a button group item in DxButtonGroup. |
| DxCalendar<T> | A monthly calendar that supports multiple date selection. |
| DxCarousel | An interactive component that displays an image collection or custom content in a carousel. |
| DxCarouselItem | Defines a Carousel item. |
| DxChart<T> | A control that visualizes bound data as graphs: bar, area, line, and others. |
| DxChartAggregationSettings | Contains data aggregation settings. |
| DxChartAnimationSettings | Defines Chart animation settings. |
| DxChartAnnotation | Defines a chart annotation. |
| DxChartAnnotationBase<T> | Defines the base API for classes that implement chart annotations. |
| DxChartAnnotationBorder | Defines annotation border settings. |
| DxChartAnnotationImage | Defines settings for image annotations. |
| DxChartAnnotationShadow | Defines annotation shadow settings. |
| DxChartAreaSeries<T, TArgument, TValue> | Defines an area series. |
| DxChartAreaSeriesBase<T, TArgument, TValue> | Implements the base API for area-based series. |
| DxChartArgumentAxis | Defines a chart’s argument axis. |
| DxChartAxis<T> | Implements the base API for DxChart axes. |
| DxChartAxisBase<T> | Implements the base API for Chart axes. |
| DxChartAxisGridLines | Defines settings for axis grid lines. |
| DxChartAxisLabel | Defines settings for axis labels. |
| DxChartAxisLabelBase<T> | Implements the base API for axis labels in DxChart and DxPolarChart. |
| DxChartAxisMinorTick | Stores the appearance settings of minor axis ticks. |
| DxChartAxisRange | Specifies the axis visual range. |
| DxChartAxisStrip | Defines a strip that highlights a range between two axis values. |
| DxChartAxisStripLabel | Defines a strip label. |
| DxChartAxisTick | Stores the appearance settings of major axis ticks. |
| DxChartAxisTitle | Defines an axis title. |
| DxChartBarSeries<T, TArgument, TValue> | Defines a bar series. |
| DxChartBarSeriesBase<T, TArgument, TValue> | Contains base settings for bar series. |
| DxChartBase | Implements the base API for chart components. |
| DxChartBubbleSeries<T, TArgument, TValue, TSize> | Defines a bubble series. |
| DxChartCandlestickSeries<T, TArgument, TValue> | Defines a candlestick series. |
| DxChartCommonSeries<T, TGroup, TValue, TArgument> | Defines a common series. |
| DxChartConstantLine | Specifies an axis constant line. |
| DxChartConstantLineLabel | Defines the constant line label. |
| DxChartCrosshair | Contains settings for DxChart crosshairs. |
| DxChartCrosshairHorizontalLine | Defines a horizontal crosshair line. |
| DxChartCrosshairLabel | Defines a crosshair label. |
| DxChartCrosshairVerticalLine | Defines a vertical crosshair line. |
| DxChartFinancialReduction | Specifies reduction properties for financial series. |
| DxChartFinancialSeriesBase<T, TArgument, TValue> | Implements the base API for financial series (DxChartCandlestickSeries and DxChartStockSeries). |
| DxChartFont | Contains the element’s font settings. |
| DxChartFullStackedAreaSeries<T, TArgument, TValue> | Defines a full stacked area series. |
| DxChartFullStackedBarSeries<T, TArgument, TValue> | Defines a full stacked bar series. |
| DxChartFullStackedLineSeries<T, TArgument, TValue> | Defines a full stacked line series. |
| DxChartFullStackedSplineAreaSeries<T, TArgument, TValue> | Defines a full stacked spline area series. |
| DxChartFullStackedSplineSeries<T, TArgument, TValue> | Defines a full stacked spline area series. |
| DxChartLegend | Defines a chart legend. |
| DxChartLineSeries<T, TArgument, TValue> | Defines a line series. |
| DxChartLineSeriesBase<T, TArgument, TValue> | Implements the base API for line-based series. |
| DxChartPane | Defines a chart pane. |
| DxChartPaneBorder | Defines pane border settings. |
| DxChartRangeAreaSeries<T, TArgument, TValue> | Defines a range area series. |
| DxChartRangeBarSeries<T, TArgument, TValue> | Defines a range bar series. |
| DxChartRangeSeriesBase<T, TArgument, TValue> | Contains base settings for range series. |
| DxChartScaleBreak | Contains settings for the scale breaks. |
| DxChartScatterSeries<T, TArgument, TValue> | Defines a scatter series. |
| DxChartScrollBarSettings | Specifies settings for the chart’s scrollbar. |
| DxChartSeries | A base class that implements the common series functionality. |
| DxChartSeriesLabel | Defines a series label. |
| DxChartSeriesLabelBorder | Defines series label border settings. |
| DxChartSeriesLabelConnector | Provides settings for series label connectors. |
| DxChartSeriesLegendItem | Defines an item that indicates a series in the legend. |
| DxChartSeriesPoint | Contains settings for points of the chart’s line- and area-based series. |
| DxChartSeriesPointImage | Contains image settings for points of the chart’s Line series. |
| DxChartSeriesValueErrorBar | Contains settings for error bars. |
| DxChartSplineAreaSeries<T, TArgument, TValue> | Defines a spline area series. |
| DxChartSplineSeries<T, TArgument, TValue> | Defines a spline series. |
| DxChartStackedAreaSeries<T, TArgument, TValue> | Defines a stacked area series. |
| DxChartStackedBarSeries<T, TArgument, TValue> | Defines a stacked bar series. |
| DxChartStackedBarSeriesBase<T, TArgument, TValue> | Defines a stacked bar series. |
| DxChartStackedLineSeries<T, TArgument, TValue> | Defines a stacked line series. |
| DxChartStackedSplineAreaSeries<T, TArgument, TValue> | Defines a stacked spline area series. |
| DxChartStackedSplineSeries<T, TArgument, TValue> | Defines a stacked spline series. |
| DxChartStepAreaSeries<T, TArgument, TValue> | Defines a step area series. |
| DxChartStepLineSeries<T, TArgument, TValue> | Defines a step line series. |
| DxChartStockSeries<T, TArgument, TValue> | Defines a stock bar series. |
| DxChartSubTitle | Defines a subtitle for a chart or legend. |
| DxChartTitle | Defines a title for a chart or legend. |
| DxChartTooltip | Contains settings for tooltips. |
| DxChartValueAxis | Contains settings for the value axis. |
| DxChartValueBreaks | Obsolete. Contains settings for the scale breaks. |
| DxChartXYSeries<T, TArgument, TValue, TAggregate> | Implements the base API for series on a Cartesian plane. |
| DxChartZoomAndPanDragBoxStyle | Defines style settings for the drag box that appears when a user selects a chart area for zooming. |
| DxChartZoomAndPanSettings | Configures zoom and pan settings. |
| DxCheckBox<T> | A check box control that allows users to toggle between two or three states. |
| DxCheckBoxSettings | Contains settings of an auto-generated checkbox editor. |
| DxColorPalette | A Color Palette component that allows users to select colors. |
| DxColorPaletteGroup | Defines the Color Palette‘s color group. |
| DxColorPalettePresets static | Defines the Color Palette‘s predefined sets of colors. |
| DxComboBox<TData, TValue> | A text editor that allows users to select predefined items from the drop-down list or type custom values. |
| DxComboBoxDropDownButton | A button that invokes a drop-down menu (can be added to the DxComboBox<TData, TValue> only). |
| DxComboBoxSettings | Contains settings of an auto-generated combo box editor. |
| DxContextMenu | A context menu component. |
| DxContextMenuDataMapping | Maps Context Menu item properties to data source fields. |
| DxContextMenuItem | Defines an item in the Context Menu component. |
| DxDateEdit<T> | A date editor with a drop-down calendar. |
| DxDateEditDropDownButton | A button that invokes a drop-down calendar (can be added to the DxDateEdit<T> only). |
| DxDateEditSettings | Contains auto-generated date editor settings. |
| DxDateOnlyMaskProperties | Defines DateOnly mask settings. |
| DxDateRangePicker<T> | A component that allows you to select date ranges. |
| DxDateTimeMaskProperties | Defines date-time mask settings. |
| DxDateTimeOffsetMaskProperties | Defines date-time offset mask settings. |
| DxDialogProvider | A component that allows you to create and show dialogs in code and contains common dialog settings. |
| DxDrawer | A side panel that supports minimized layout and expand/collapse operations. |
| DxDropDown | A control that displays a drop-down window with custom content. |
| DxDropDownBox | An editor with a drop-down window. |
| DxDropDownBoxDropDownButton | A button that invokes the drop-down window in the DxDropDownBox component. |
| DxDropDownButton | A toggleable button that reveals a drop-down element with a list of commands or custom content. |
| DxDropDownButtonBase | Contains the base API for classes that implement drop-down buttons. |
| DxDropDownButtonItem | Defines a drop-down list item. Used in DxDropDownButton or DxSplitButton. |
| DxDropDownEditSettings | The base class that declares common editor settings for auto-generated editors that contain a drop-down window. |
| DxEditorButton | A custom button displayed in an editor. |
| DxEditSettings | The base class that declares common editor settings for auto-generated editors. |
| DxExpandoDictionaryObject | Stores an appointment’s CustomFields. |
| DxExportSettings | Contains the target component’s export and print settings. |
| DxFileInput | A component that allows you to access the contents of selected files directly in razor code. |
| DxFilterBuilder | A UI component that allows users to build complex filter criteria with various filter conditions combined by logical operators. |
| DxFilterBuilderField | Defines a filter builder field. |
| DxFlyout | A contextual popup UI element that allows you to display hints, warnings, and other messages. |
| DxFontSettings | Contains the element’s font settings. |
| DxFormLayout | A control container that allows you to create responsive data edit forms. |
| DxFormLayoutGroup | Specifies a container for layout items, tabs, and other layout groups. |
| DxFormLayoutItem | Specifies a layout container that displays a nested control. |
| DxFormLayoutTabPage | A component that implements a tabbed layout group. |
| DxFormLayoutTabPages | A container for tabbed layout groups. |
| DxGaugeAnimationSettings | Contains animation settings. |
| DxGaugeGeometrySettings | Contains geometry settings for the gauge arc. |
| DxGrid | A component that displays data in a tabular format and allows users to edit, sort, group, filter, and otherwise shape data. |
| DxGridBandColumn | A band column that joins regular DxGrid columns into a group with a common header. |
| DxGridColumn | A base class for Grid columns. |
| DxGridCommandColumn | A command column. |
| DxGridDataColumn | A DxGrid‘s data column. |
| DxGridLayout | A container that arranges its items into rows and columns. |
| DxGridLayoutColumn | A column in a DxGridLayout. |
| DxGridLayoutItem | An item in a DxGridLayout. |
| DxGridLayoutRow | A row in a DxGridLayout. |
| DxGridSelectionColumn | A selection column. |
| DxGridSummaryItem | A summary item. |
| DxHatchSettings | Contains element hatch pattern appearance settings. |
| DxHtmlEditor | A WYSIWYG text editor. |
| DxHtmlEditorMention | Defines a mention list. |
| DxHtmlEditorMentions | Contains a collection of mention lists. |
| DxHtmlEditorVariables | Contains placeholder variables and related settings. |
| DxInputBox | The input box component that can be added to the DxComboBox‘s EditBoxDisplayTemplate template. |
| DxLayoutBreakpoint | A component that allows you to adapt page layout to different window sizes. |
| DxLegendSubtitleSettings | Contains settings for the legend subtitle. |
| DxLegendTitleSettings | Contains settings for the legend title. |
| DxListBox<TData, TValue> | A component that can connect to a data source and display a list of selectable items. |
| DxListEditorColumn | A multi-column editor’s column. |
| DxLoadingPanel | A loading panel component that can display an overlay over components/containers. |
| DxMap | An interactive component that displays a geographic map with markers and routes. |
| DxMapApiKeys | Allows you to specify keys for map data providers. |
| DxMapCenter | Defines location that is displayed at the component’s center. |
| DxMapMarker | Contains a map marker’s settings. |
| DxMapMarkerLocation | Defines a marker location’s settings. |
| DxMapMarkers | Contains a collection of map markers. |
| DxMapMarkerTooltip | Contains settings of a marker tooltip. |
| DxMapRoute | Contains a route’s settings. |
| DxMapRouteLocation | Defines a location’s settings. |
| DxMapRouteLocations | Contains a collection of route locations. |
| DxMapRoutes | Contains a collection of routes shown on the map. |
| DxMarginSettings | Contains settings for the element’s margins. |
| DxMaskedInput<T> | A text editor supports text, numeric, date-time, and regular expression masks. |
| DxMaskedInputSettings | Contains settings of an auto-generated masked input editor. |
| DxMemo | A multi-line text editor. |
| DxMemoSettings | Contains settings of an auto-generated memo. |
| DxMenu | An adaptive menu component. |
| DxMenuDataMapping | Maps Menu item properties to data source fields. |
| DxMenuItem | Defines an item of the DxMenu component. |
| DxMessageBox | A message box intended for use as an alert or confirmation dialog. |
| DxNumericMaskProperties | Defines properties for Numeric masks. |
| DxPager | A data navigation component that indicates the current position within the bound data source and allows quick access to a different data page. |
| DxPieChart<T> | A control that visualizes data as Pie and Donut charts. |
| DxPieChartAnnotation | Defines a piechart annotation. |
| DxPieChartSeries<T, TArgument, TValue> | Defines a pie or donut series. |
| DxPivotGrid | Defines the base API for classes that implement a pivot grid component. |
| DxPivotGrid<T> | An Excel-inspired pivot table component engineered for multi-dimensional data analysis and cross-tab reporting. |
| DxPivotGridDataProvider<T> | Enables you to link the DxPivotGrid<T> and DxChart<T> components. |
| DxPivotGridField | A Pivot Grid field. |
| DxPolarChart<T> | A control that visualizes bound data as graphs in polar coordinates. |
| DxPolarChartAreaSeries<T, TArgument, TValue> | Defines an area series. |
| DxPolarChartArgumentAxis | Defines a Polar Chart’s argument axis. |
| DxPolarChartAxisLabel | Defines settings for axis labels. |
| DxPolarChartBarSeries<T, TArgument, TValue> | Defines a bar series. |
| DxPolarChartBaseSeries<T, TArgument, TValue> | Contains the base API for classes that implement series. |
| DxPolarChartLineSeries<T, TArgument, TValue> | Defines a line series. |
| DxPolarChartScatterSeries<T, TArgument, TValue> | Defines a scatter series. |
| DxPolarChartStackedBarSeries<T, TArgument, TValue> | Defines a stacked bar series. |
| DxPolarChartValueAxis | Defines a Polar Chart’s value axis. |
| DxPopup | A modal popup window with custom content that overlays the current view. |
| DxPopupBase | Defines the base API for classes that implement popup windows. |
| DxProgressBar | A progress bar component. |
| DxRadio<TValue> | An individual radio button that allows you to build radio groups with a custom item layout. |
| DxRadioGroup<TData, TValue> | A component that generates a radio button group based on a bound collection. |
| DxRangeSelector | An interactive component that visualizes data on a linear scale and allows users to select a value range. |
| DxRangeSelectorBackground | Contains the Range Selector’s background settings. |
| DxRangeSelectorChart | Defines a nested chart component in DxRangeSelector. |
| DxRangeSelectorChartValueAxis | Defines a value axis in the Range Selector’s DxRangeSelectorChart component. |
| DxRangeSelectorIndent | Contains indent settings for the DxRangeSelector component. |
| DxRangeSelectorScale | Defines a Range Selector scale. |
| DxRangeSelectorScaleLabel | Contains settings for scale labels. |
| DxRangeSelectorScaleMarker | Contains settings for scale markers. |
| DxRangeSelectorScaleMarkerLabel | Contains settings for scale marker labels. |
| DxRangeSelectorScaleMinorTick | Contains settings for minor scale ticks. |
| DxRangeSelectorScaleTick | Contains appearance settings for major scale ticks. |
| DxRangeSelectorShutter | Contains color settings for the Range Selector‘s shutters. |
| DxRangeSelectorSliderHandle | Contains appearance settings for slider handles. |
| DxRangeSelectorSliderMarker | Contains settings for slider markers. |
| DxRegExMaskProperties | Defines properties for Regular Expression masks. |
| DxResource | Identifies a client resource in the Resource Manager. |
| DxResourceManager static | Contains methods that allow you to register DevExpress client resources, custom scripts, and themes. |
| DxRibbon | A toolbar component that organizes command items into tabs. |
| DxRibbonApplicationTab | Defines the ribbon application tab. |
| DxRibbonApplicationTabItem | Defines an item displayed in the ribbon application menu. |
| DxRibbonButtonBase<TClickEventArgs> | Implements the base API for ribbon items. |
| DxRibbonColorGroup | Defines the color palette item’s color group. |
| DxRibbonColorPaletteItem | A ribbon item that displays a color palette. |
| DxRibbonComboBoxItem<TData, TValue> | A ribbon item that displays a combo box editor. |
| DxRibbonElementBase | A base class for Blazor Ribbon elements. |
| DxRibbonGroup | Defines a group in the DxRibbon component. |
| DxRibbonItem | A ribbon item that displays a button or drop-down button. |
| DxRibbonItemBase | A base class for Blazor Ribbon items. |
| DxRibbonSpinEditItem<TValue> | A ribbon item that displays a spin editor. |
| DxRibbonTab | Defines a tab in the DxRibbon component. |
| DxRibbonToggleGroup | Groups multiple toggle items and allows only one item to be selected at a time. |
| DxRibbonToggleItem | A ribbon button that stays active until the user turns it off. |
| DxSankey | A component that depicts value flow between two entity sets. |
| DxSankeyHoverStyleSettings | Contains hover style settings for the DxSankey component. |
| DxSankeyLabelSettings | Contains settings for DxSankey node labels. |
| DxSankeyLinkSettings | Contains settings for DxSankey links. |
| DxSankeyNodeSettings | Contains settings for DxSankey nodes. |
| DxScheduler | A calendar and scheduler component that displays a detailed snapshot of events/appointments in your web application across a single day, a week, or a month. |
| DxSchedulerAllDayFormLayoutItem | The layout item that displays the All day toggle switch in the appointment edit form. |
| DxSchedulerAppointmentItem | The scheduled event displayed in the Scheduler’s view. |
| DxSchedulerAppointmentLabelItem | A label used to categorize appointments in the Scheduler. |
| DxSchedulerAppointmentLabelMappings | Maps the label’s properties to the data source fields. |
| DxSchedulerAppointmentMappings | Specifies how appointment fields from the data source are mapped to appointment properties in the Scheduler. |
| DxSchedulerAppointmentStatusItem | An appointment’s availability status. |
| DxSchedulerAppointmentStatusMappings | Specifies how status fields from the data source are mapped to appointment properties in the Scheduler. |
| DxSchedulerAppointmentView | Context for HorizontalAppointmentTemplate and VerticalAppointmentTemplate. Provides information about an appointment’s settings. |
| DxSchedulerCloseAppointmentButton | A button that closes an appointment form. |
| DxSchedulerCloseRecurrenceSettingsFormButton | A button that closes the form with recurrence settings. |
| DxSchedulerCompactFormSettings | Contains compact form settings. |
| DxSchedulerCustomFieldMapping | Specifies how a source object’s custom fields are mapped to custom properties of a scheduler item (appointment, label, or status). |
| DxSchedulerCustomFormLayoutItem | The layout item with custom content for the appointment edit form. |
| DxSchedulerDataStorage | A storage that supplies data for the Scheduler control. |
| DxSchedulerDateNavigatorToolbarItem | The drop-down item that allows you to navigate to a specific date. |
| DxSchedulerDateTimeRangeCollection | Stores the collection of DxSchedulerDateTimeRange objects. |
| DxSchedulerDayView | A calendar view that displays one day or multiple dates. |
| DxSchedulerDeleteAppointmentButton | A button that allows users to delete an appointment. |
| DxSchedulerDescriptionFormLayoutItem | The layout item that displays the Description field in the appointment edit form. |
| DxSchedulerDiscardAppointmentChangesButton | A button that discards changes in an appointment. |
| DxSchedulerEndDateFormLayoutItem | The layout item that displays the End field’s date part in the appointment edit form. |
| DxSchedulerEndTimeFormLayoutItem | The layout item that displays the End field’s time part in the appointment edit form. |
| DxSchedulerEndTimePickerFormLayoutItem | The layout item that displays the End field’s time part in the appointment edit form. |
| DxSchedulerFormSettings | Contains settings for extended (pop-up) forms. |
| DxSchedulerLabelFormLayoutItem | The layout item that displays the Label field in the appointment edit form. |
| DxSchedulerLocationFormLayoutItem | The layout item that displays the Location field in the appointment edit form. |
| DxSchedulerMapping | Maps a data source object’s field to a Scheduler item’s property. |
| DxSchedulerMonthView | A calendar view that displays one month or multiple months. |
| DxSchedulerNextIntervalToolbarItem | The toolbar item that allows you to navigate to the next time interval. |
| DxSchedulerPreviousIntervalToolbarItem | The toolbar item that allows you to navigate to the previous time interval. |
| DxSchedulerRecurrenceInfo | Contains recurrence information about an appointment. |
| DxSchedulerRecurrenceSettings | Specifies common settings for recurrent appointments. |
| DxSchedulerRepeatFormLayoutItem | The layout item that displays the Repeat field in the appointment edit form. |
| DxSchedulerResourceFormLayoutItem | The layout item that displays the Resource field in the appointment edit form. |
| DxSchedulerResourceIdCollection | A collection of resource identifiers. |
| DxSchedulerResourceItem | An appointment’s resource. |
| DxSchedulerResourceMappings | Maps the resource’s properties to the data source fields. |
| DxSchedulerResourceNavigatorToolbarItem | The drop-down item that allows you to display or hide resources. |
| DxSchedulerRestoreAppointmentOccurrenceButton | A button that restores occurrence for a recurring appointment. |
| DxSchedulerSaveAppointmentChangesButton | A button that users can click to save appointment changes. |
| DxSchedulerShowAppointmentCompactFormButton | A button that invokes an appointment’s compact edit form. |
| DxSchedulerShowAppointmentEditFormButton | A button that invokes an appointment’s extended edit form. |
| DxSchedulerSourceObjectContainer | A base class for scheduler items that are bound to a data source object. |
| DxSchedulerStartDateFormLayoutItem | The layout item that displays the Start field’s date part in the appointment edit form. |
| DxSchedulerStartTimeFormLayoutItem | The layout item that displays the Start field’s time part in the appointment edit form. |
| DxSchedulerStartTimePickerFormLayoutItem | The layout item that displays the Start field’s time part in the appointment edit form. |
| DxSchedulerStatusFormLayoutItem | The layout item that displays the Status field in the appointment edit form. |
| DxSchedulerSubjectFormLayoutItem | The layout item that displays the Subject field in the appointment edit form. |
| DxSchedulerTimelineView | A calendar view that displays appointments as horizontal bars along timescales. |
| DxSchedulerTimeScale | A timescale displayed at the top of the Timeline view. |
| DxSchedulerTimeSpanRange | A time interval within a day. |
| DxSchedulerTodayToolbarItem | The toolbar item that allows you to navigate to the current date. |
| DxSchedulerTooltipSettings | Contains appointment tooltip settings. |
| DxSchedulerViewNavigatorToolbarItem | The drop-down item that allows you to to switch between views. |
| DxSchedulerWeekView | A calendar view that displays the entire week including non-working days. |
| DxSchedulerWorkWeekView | A calendar view that displays a work week. |
| DxSearchBox | A single-line editor that allows users to input text and search for it in your application. |
| DxShadowSettings | Contains settings for the element’s shadows. |
| DxSparkline | A component that visualizes value trends as an inline graph. |
| DxSpinButtons | Spin buttons that allow you to increase and decrease a value (can be added to the DxSpinEdit<T> only). |
| DxSpinEdit<T> | An editor with spin buttons that allow users to increment/decrement numeric values. |
| DxSpinEditSettings | Contains settings of an auto-generated spin editor. |
| DxSplitButton | A composite control that consists of a primary button and a toggleable secondary button that reveals a drop-down element. |
| DxSplitter | A component that displays multiple resizable and collapsible panes. |
| DxSplitterPane | Defines a pane in the DxSplitter component. |
| DxStackLayout | A container that stacks its items horizontally or vertically. |
| DxStackLayoutItem | An item in a DxStackLayout. |
| DxSubtitleSettings | Contains subtitle settings. |
| DxTab | A tab without content within a Tabs component. |
| DxTabPage | A tab with content within a Tabs component. |
| DxTabs | A container that displays content within tabbed pages. |
| DxTagBox<TData, TValue> | An editor that allows users to select multiple items (tags) from a drop-down list. |
| DxTextBox | A single-line text editor. |
| DxTextBoxSettings | Contains settings of an auto-generated text box editor. |
| DxTextEditSettings | The base class that declares common editor settings for auto-generated editors with support for text input. |
| DxTextFormatSettings | Contains the element’s format settings. |
| DxTextMaskProperties | Defines properties for Text masks. |
| DxTheme | Defines a theme for DevExpress Blazor UI Controls (our proprietary Classic theme or a Bootstrap theme). |
| DxThemeBase<TProps> | Defines basic API for classes that implement DevExpress Blazor themes (DxTheme and DxThemeFluent). |
| DxThemeFluent | Defines a Fluent theme for DevExpress Blazor UI controls. |
| DxTimeEdit<T> | A time editor with a drop-down time picker. |
| DxTimeEditDropDownButton | A button that invokes a drop-down time picker (can be added to the DxTimeEdit<T> only). |
| DxTimeEditSettings | Contains settings of an auto-generated time editor. |
| DxTimeOnlyMaskProperties | Defines TimeOnly mask settings. |
| DxTimeSpanMaskProperties | Defines time span mask settings. |
| DxTitleSettings | Contains title settings. |
| DxToast | A pop-up notification message. |
| DxToastProvider | A component that displays toast notifications. |
| DxToolbar | A toolbar control that implements an adaptive button-based interface. |
| DxToolbarDataMapping | Maps Toolbar item properties to data source fields. |
| DxToolbarItem | Defines an item of the Toolbar component. |
| DxTooltipSettings | Contains tooltip settings. |
| DxTreeList | A component that displays hierarchical data in a tabular format and allows users to edit, sort, filter, and otherwise shape data. |
| DxTreeListBandColumn | A band column that joins regular DxTreeList columns into a group with a common header. |
| DxTreeListColumn | A base class for TreeList columns. |
| DxTreeListCommandColumn | A command column. |
| DxTreeListDataColumn | DxTreeList data column. |
| DxTreeListSelectionColumn | A selection column. |
| DxTreeListSummaryItem | A summary item. |
| DxTreeView | A navigation control that displays items as a tree. |
| DxTreeViewDataMapping | Maps TreeView node properties to data source fields. |
| DxTreeViewNode | Defines a node in the TreeView component. |
| DxUpload | A control that allows users to upload files to a web server. |
| DxWaitIndicator | A loading indicator component that can be embedded into other UI components. |
| DxWindow | A non-modal window with custom content. |
| FileReloadedEventArgs | The FileReloaded event’s arguments. |
| FilesUploadingEventArgs | Contains data for the FilesUploading event. |
| FileUploadErrorEventArgs | Provides data for the FileUploadError event. |
| FileUploadEventArgs | Provides data for the upload events. |
| FileUploadStartEventArgs | Provides data for the FileUploadStart event. |
| FilterBuilderCustomizeOperatorsEventArgs | Contains data for the CustomizeOperators event. |
| FilterBuilderOperatorCollection | A collection of criteria operator items in the Filter Builder component. |
| FilterBuilderOperatorItem | Defines a criteria operator item in the Filter Builder component. |
| FilterBuilderValueDisplayTemplateContext | Stores information about field values in the Filter Builder and is passed as the context parameter to the DxFilterBuilderField.ValueDisplayTemplate. |
| FilterBuilderValueEditTemplateContext | Stores information about field values in the Filter Builder and is passed as the context parameter to the DxFilterBuilderField.ValueEditTemplate. |
| FlyoutClosedEventArgs | Provides data for the Closed event. |
| FlyoutClosingEventArgs | Provides data for the Closing event. |
| FlyoutCreatedEventArgs | Provides data for the Created event. |
| FlyoutDisposedEventArgs | Provides data for the Disposed event. |
| FlyoutShowingEventArgs | Provides data for the Showing event. |
| FlyoutShownEventArgs | Provides data for the Shown event. |
| GridColumnCellDisplayTemplateContext | Obsolete. The class is obsolete. |
| GridColumnFilterRowCellTemplateContext | Obsolete. The class is obsolete. |
| GridColumnFooterTemplateContext | Stores information about a footer cell in the Grid and is passed as the context parameter to the DxGrid.ColumnFooterTemplate and DxGridColumn.FooterTemplate. |
| GridColumnGroupFooterTemplateContext | Stores information about a group footer cell in the Grid and is passed as the context parameter to the DxGrid.ColumnGroupFooterTemplate and DxGridColumn.GroupFooterTemplate properties. |
| GridColumnHeaderCaptionTemplateContext | Stores information about a column header’s caption and is passed as the context parameter to the DxGrid.ColumnHeaderCaptionTemplate and DxGridColumn.HeaderCaptionTemplate. |
| GridCommandColumnCellDisplayTemplateContext | Stores information about a command column cell and is passed as the context parameter to the DxGridCommandColumn.CellDisplayTemplate. |
| GridCommandColumnCellEditTemplateContext | Stores information about the command column’s edit cell and is passed as the context parameter to the DxGridCommandColumn.CellEditTemplate. |
| GridCommandColumnFilterRowCellTemplateContext | Stores information about the command column’s filter row cell and is passed as the context parameter to the DxGridCommandColumn.FilterRowCellTemplate. |
| GridCommandColumnHeaderTemplateContext | Stores information about the command column header and is passed as the context parameter to the DxGridCommandColumn.HeaderTemplate. |
| GridCommandContext | Contains contextual information for a Grid context menu. |
| GridContextMenuDefaultItemNames static | Contains names of built-in Grid commands. |
| GridCsvExportOptions | Contains options that define how the Grid exports its content in CSV format. |
| GridCustomDataSource | Allows you to bind DxGrid and DxTreeList to a custom data source. |
| GridCustomDataSourceCountOptions | Contains data for the GridCustomDataSource.GetItemCountAsync and GridDevExtremeDataSource.GetItemCountAsync methods. |
| GridCustomDataSourceExceptionHandlerArgs | Contains data for the ExceptionHandler delegate. |
| GridCustomDataSourceGroupCriterion | Contains information about applied groping criterion. |
| GridCustomDataSourceGroupInfo | Contains information about the group. |
| GridCustomDataSourceGroupingOptions | Contains data for the GridCustomDataSource.GetGroupInfoAsync and GridDevExtremeDataSource.GetGroupInfoAsync methods. |
| GridCustomDataSourceItemsOptions | Contains data for the GridCustomDataSource.GetItemsAsync and GridDevExtremeDataSource.GetItemsAsync methods. |
| GridCustomDataSourceOptions | Contains data for the GridCustomDataSource.Get* and GridDevExtremeDataSource.Get* methods. |
| GridCustomDataSourceSortInfo | Contains information about sort settings. |
| GridCustomDataSourceSummaryInfo | Contains information about a summary to be calculated. |
| GridCustomDataSourceTotalSummaryOptions | Contains data for GridCustomDataSource.GetTotalSummaryAsync and GridDevExtremeDataSource.GetTotalSummaryAsync methods. |
| GridCustomDataSourceUniqueValuesOptions | Contains data for GridDevExtremeDataSource.GetUniqueValuesAsync and GridCustomDataSource.GetUniqueValuesAsync methods. |
| GridCustomGroupEventArgs | Contains data for the CustomGroup event. |
| GridCustomizeCellDisplayTextEventArgs | Contains data for the CustomizeCellDisplayText event. |
| GridCustomizeContextMenuEventArgs | Contains data for the CustomizeContextMenu event. |
| GridCustomizeDataRowEditorEventArgs | Contains data for the CustomizeDataRowEditor event. |
| GridCustomizeEditModelEventArgs | Contains data for the CustomizeEditModel event. |
| GridCustomizeElementEventArgs | Provides data for the CustomizeElement event. |
| GridCustomizeFilterMenuEventArgs | Contains data for the CustomizeFilterMenu event. |
| GridCustomizeFilterRowEditorEventArgs | Contains data for the CustomizeFilterRowEditor event. |
| GridCustomizeGroupValueDisplayTextEventArgs | Contains data for the CustomizeGroupValueDisplayText event. |
| GridCustomizeSummaryDisplayTextEventArgs | Contains data for the CustomizeSummaryDisplayText event. |
| GridCustomSortEventArgs | Contains data for the CustomSort event. |
| GridCustomSummaryEventArgs | Contains data for the CustomSummary event. |
| GridDataColumnCellDisplayTemplateContext | Stores information about a data column cell in the Grid and is passed as the context parameter to the DxGrid.DataColumnCellDisplayTemplate and DxGridDataColumn.CellDisplayTemplate. |
| GridDataColumnCellEditTemplateContext | Stores information about the data column’s edit cell and is passed as the context parameter to the DxGridDataColumn.CellEditTemplate and DxGrid.DataColumnCellEditTemplate. |
| GridDataColumnFilterMenuTemplateContext | Stores information about a data column and is passed as the context parameter to the DxGridDataColumn.FilterMenuTemplate and DxGrid.DataColumnFilterMenuTemplate templates. |
| GridDataColumnFilterRowCellTemplateContext | Stores information about the data column’s filter row cell and is passed as the context parameter to the DxGridDataColumn.FilterRowCellTemplate. |
| GridDataColumnGroupRowTemplateContext | Stores information about a group row in the Grid and is passed as the context parameter to the DxGrid.DataColumnGroupRowTemplate and DxGridDataColumn.GroupRowTemplate. |
| GridDataItemDeletingEventArgs | Contains data for the DataItemDeleting event. |
| GridDataRowCommandContext | Contains contextual information for a Grid data row context menu. |
| GridDetailRowTemplateContext | Stores information about a Grid detail row and is passed as the context parameter to the DetailRowTemplate. |
| GridDevExtremeDataSource<T> | Allows you to bind DxGrid and DxTreeList components to large IQueryable data collections. |
| GridDocumentExportCustomizeCellEventArgs | Contains data for the CustomizeCell event. |
| GridDocumentExportCustomizeCellEventArgsBase | Contains base data for events that customize exported table cells. |
| GridDocumentExportCustomizeColumnEventArgs | Contains information for the CustomizeColumn event. |
| GridDocumentExportCustomizeColumnEventArgsBase | Contains base information for events that customize exported columns. |
| GridDocumentExportCustomizeDocumentEventArgs | Contains information for the CustomizeDocument event. |
| GridDocumentExportCustomizeDocumentEventArgsBase | Contains base information for events that customize exported document style and page settings. |
| GridDocumentExportCustomizeDocumentHeaderFooterEventArgs | Contains data for CustomizeDocumentHeader and CustomizeDocumentFooter events. |
| GridDocumentExportCustomizeDocumentHeaderFooterEventArgsBase | Contains base data for events that add headers/footers to exported documents. |
| GridDocumentExportCustomizeElementEventArgsBase | Contains base data for events that customize elements in exported documents. |
| GridDocumentExportCustomizeElementStyleEventArgsBase | Contains base information for events that customize exported document appearance. |
| GridDocumentExportCustomizePageHeaderFooterEventArgs | Contains data for CustomizePageHeader and CustomizePageFooter events. |
| GridDocumentExportCustomizePageHeaderFooterEventArgsBase | Contains base data for events that add page headers/footers to exported documents. |
| GridDocumentExportOptions | Contains options that define how Grid data is exported to a document. |
| GridDocumentExportOptionsBase | Contains base options that define how a document is exported to PDF. |
| GridDocumentExportSummaryItem | A summary displayed in an exported cell. |
| GridDocumentExportSummaryItemBase | Contains base APIs for summaries displayed in exported cells. |
| GridDragHintTextTemplateContext | Stores information about the Grid component. Serves as the context parameter in DragHintTextTemplate. |
| GridEditCancelingEventArgs | Contains data for the EditCanceling event. |
| GridEditFormTemplateContext | Stores information about the edit form in the Grid and is passed as the context parameter to the DxGrid.EditFormTemplate. |
| GridEditModelSavingEventArgs | Contains data for the EditModelSaving event. |
| GridEditStartEventArgs | Contains data for the EditStart event. |
| GridEmptyDataAreaTemplateContext | Stores information about the Grid and is passed as the context parameter to the Grid.EmptyDataAreaTemplate. |
| GridExportCustomizeCellEventArgs | Contains data for the CustomizeCell event. |
| GridExportCustomizeColumnEventArgs | Provides data for the CustomizeColumn action. |
| GridExportCustomizeSheetEventArgs | Provides data for the CustomizeSheet action. |
| GridExportCustomizeSheetHeaderFooterEventArgs | Provides data for the CustomizeSheetHeader and CustomizeSheetFooter actions. |
| GridExportOptions | The base class for the GridXlExportOptions and GridCsvExportOptions classes. Contains common options that define how a document is exported. |
| GridFilterBuilderTemplateContext | Stores information about the filter builder. Serves as the context parameter in the FilterBuilderTemplate. |
| GridFilterCriteriaChangedEventArgs | Stores data for the FilterCriteriaChanged event. |
| GridFilterMenuDataItem | Defines an item in the column filter menu. |
| GridFocusedRowChangedEventArgs | Contains data for the FocusedRowChanged event. |
| GridFooterCommandContext | Contains contextual information for a Grid footer context menu. |
| GridGroupFooterCommandContext | Contains contextual information for a Grid group footer context menu. |
| GridGroupPanelCommandContext | Contains contextual information for the Grid group panel context menu. |
| GridGroupRowCommandContext | Contains contextual information for a Grid group row context menu. |
| GridHeaderCommandContext | Contains contextual information for a Grid header context menu. |
| GridItemsDroppedEventArgs | Stores information for the ItemsDropped event. |
| GridPdfExportOptions | Contains options that define how Grid data is exported to PDF. |
| GridPersistentLayout | Contains information about a DxGrid‘s layout. |
| GridPersistentLayoutCollection<T> | A collection of objects that store information about DxGrid element layouts. |
| GridPersistentLayoutColumn | Contains information about layout settings for columns. |
| GridPersistentLayoutEventArgs | Provides data for the LayoutAutoSaving and LayoutAutoLoading events. |
| GridRowClickEventArgs | Contains data for the RowClick and RowDoubleClick events. |
| GridRowExportingEventArgs | Contains data for the RowExporting event. |
| GridSearchBoxTemplateContext | Stores information about the search box and is passed as the context parameter to the SearchBoxTemplate. |
| GridSelectionColumnCellDisplayTemplateContext | Stores information about a selection column cell and is passed as the context parameter to the DxGridSelectionColumn.CellDisplayTemplate. |
| GridSelectionColumnFilterRowCellTemplateContext | Stores information about the selection column’s filter row cell and is passed as the context parameter to the DxGridSelectionColumn.FilterRowCellTemplate. |
| GridSelectionColumnHeaderTemplateContext | Stores information about the selection column header and is passed as the context parameter to the DxGridSelectionColumn.HeaderTemplate. |
| GridToolbarTemplateContext | Stores information about the Grid component. Serves as the context parameter in ToolbarTemplate. |
| GridUnboundColumnDataEventArgs | Contains data for the UnboundColumnData event. |
| GridXlExportOptions | Contains options that define how a document is exported to XLS and XLSX. |
| HtmlEditorToolbarGroupNames static | Contains names of all groups in the built-in toolbar. |
| HtmlEditorToolbarItemNames static | Contains names of built-in toolbar items. |
| InvalidRibbonApplicationTabException | Thrown when multiple application tabs are added to a Ribbon. |
| ListBoxColumnCellDisplayTemplateContext | Stores information about a column cell in list editors and is passed as the context parameter to the ColumnCellDisplayTemplate property. |
| ListBoxColumnCellDisplayTemplateContext<TData> | Stores information about a column cell in the List Box and is passed as the context parameter to the ColumnCellDisplayTemplate property. |
| ListBoxDisplayTemplateContextBase | The base class for list editors’ *TemplateContext classes. |
| ListBoxEmptyDataAreaTemplateContext | Stores information about List Box data and is passed as the context parameter to the EmptyDataAreaTemplate. |
| ListBoxFilterCriteriaChangedEventArgs<TData, TValue> | Stores data for the FilterCriteriaChanged event. |
| ListBoxGroupHeaderDisplayTemplateContext | Stores information about a group header and is passed as the context parameter to the GroupHeaderDisplayTemplate. |
| ListBoxItemClickEventArgs<TData, TValue> | Contains data for the ItemClick event. |
| ListBoxItemDisplayTemplateContext | Stores information about a List Box item. The ItemDisplayTemplate property accepts this object as the context parameter. |
| ListBoxItemDisplayTemplateContext<TData> | Stores information about a List Box item. The ItemDisplayTemplate property accepts this object as the context parameter. |
| MapClickEventArgs | Contains data for the MapClick event. |
| MapMarkerClickEventArgs | Contains data for the MarkerClick event. |
| MenuItemClickEventArgs | Provides data for the Click event. |
| MenuItemEventArgs | Provides data for menu item events. |
| MessageBoxOptions | Defines options for a message box. |
| NumericMask static | Defines built-in patterns for Numeric masks. |
| ParameterValueChangingEventArgs<T> | Contains data for ***Changing events. |
| PieChartLegendClickEventArgs | Contains data for the LegendClick event. |
| PieChartSelectionChangedEventArgs | Contains data for the SelectionChanged event. |
| PieChartSeriesClickEventArgs | Provides data for the SeriesClick event. |
| PolarChartLegendClickEventArgs | Contains data for the LegendClick event. |
| PolarChartSelectionChangedEventArgs | Contains data for the SelectionChanged event. |
| PolarChartSeriesClickEventArgs | Contains data for the SeriesClick event. |
| PopupClosedEventArgs | Contains data for the Closed event. |
| PopupClosingEventArgs | Contains data for the Closing event. |
| PopupCreatedEventArgs | Contains data for the Created event. |
| PopupDisposedEventArgs | Contains data for the Disposed event. |
| PopupDragCompletedEventArgs | Contains data for the DragCompleted event. |
| PopupDragStartedEventArgs | Contains data for the DragStarted event. |
| PopupResizeCompletedEventArgs | Contains data for the ResizeCompleted event. |
| PopupResizeStartedEventArgs | Contains data for the ResizeStarted event. |
| PopupShowingEventArgs | Contains data for the Showing event. |
| PopupShownEventArgs | Contains data for the Shown event. |
| RangeSelectorValueChangedEventArgs | Contains data for the ValueChanged event. |
| ResourcesConfigurator | Contains members that allow you to manage the Resource Manager’s script collection. |
| RibbonApplicationTabClickEventArgs | Contains data for the Click event. |
| RibbonApplicationTabItemClickEventArgs | Contains data for the Click event. |
| RibbonColorPaletteClickEventArgs | Contains data for the color palette item’s Click event. |
| RibbonColorPaletteValueChangedEventArgs | Contains data for the ValueChanged event. |
| RibbonComboBoxEditTextChangedEventArgs<TData, TValue> | Contains data for the EditTextChanged event. |
| RibbonComboBoxValueChangedEventArgs<TData, TValue> | Contains data for the ValueChanged event. |
| RibbonElementClickEventArgs | Implements the base API for all Ribbon click events. |
| RibbonItemCheckedChangedEventArgs | Contains data for the CheckedChanged event. |
| RibbonItemClickEventArgs | Contains data for the ItemClick event. |
| RibbonSpinEditValueChangedEventArgs<TValue> | Contains data for the ValueChanged event. |
| RibbonTabClickEventArgs | Contains data for the Click event. |
| SankeyLinkClickEventArgs | Contains data for the LinkClick event. |
| SankeyLinkConnectionInfo | Contains information about a DxSankey link and its associated nodes. |
| SankeyLinkInfo | Contains information about a DxSankey incoming or outgoing link. |
| SankeyNodeClickEventArgs | Contains data for the NodeClick event. |
| SankeyNodeInfo | Contains information about a DxSankey node and its associated links. |
| SchedulerAppointmentDragBetweenResourcesEventArgs | Contains data for the AppointmentDraggingBetweenResources event. |
| SchedulerAppointmentFormClosingEventArgs | Provides data for the AppointmentFormClosing event. |
| SchedulerAppointmentFormEventArgs | Provides data for the AppointmentFormShowing event. |
| SchedulerAppointmentFormInfo | Stores information about the appointment edit form. |
| SchedulerAppointmentOperationEventArgs | Provides data for Scheduler events related to appointment operations. |
| SchedulerAppointmentTooltipClosingEventArgs | Contains data for the AppointmentTooltipClosing event. |
| SchedulerAppointmentTooltipInfo | Stores information about the appointment tooltip. |
| SchedulerAppointmentTooltipShowingEventArgs | Contains data for the AppointmentTooltipShowing event. |
| SchedulerColorItemInfo | Stores information about a color that corresponds to an appointment’s setting (label, status item, or resource). |
| SchedulerCompatibility static | Contains static properties used to ensure backward compatibility. |
| SchedulerDateHeaderCellInfo | Stores information about a Scheduler’s header cell that displays a date. |
| SchedulerDayOfWeekHeaderCellInfo | Stores information about a Scheduler header cell that displays a day of the week. |
| SchedulerHtmlCellDecorationEventArgs | Contains data for the HtmlCellDecoration event. |
| SchedulerPopupSettingsBase | Contains properties to customize the appearance of Scheduler’s appointment form (compact and standard) and tooltip. |
| SchedulerRecurrenceFormInfo | Stores information about the Scheduler’s Recurrence form. |
| SchedulerResourceHeaderCellInfo | Stores information about a resource header cell in the Scheduler. |
| SchedulerTimeCellInfo | Stores information about a time cell in the Scheduler. |
| SchedulerTimelineHeaderCellInfo | Stores information about a header cell in the Scheduler. |
| SchedulerToolbarInfo | Allows you to access Scheduler API from toolbar item event handlers. |
| SchedulerViewInfo | Stores information about a Scheduler’s view. |
| SelectedDataItemChangedEventArgs<TData> | Contains data for the DxComboBox.SelectedDataItemChanged event. |
| SelectedDataItemsChangedEventArgs<TData> | Contains data for DxListBox.SelectedDataItemsChanged, and DxTagBox.SelectedDataItemsChanged events. |
| SelectionChangedEventArgs | Contains data for DxComboBox.SelectedDataItemChanged, DxListBox.SelectedDataItemsChanged, and DxTagBox.SelectedDataItemsChanged events. |
| TabClickEventArgs | Contains data for the DxTabs.TabClick or DxTabBase.Click events. |
| TabCloseEventArgs | Contains data for the TabClosing event. |
| TabReorderEventArgs | Contains data for the TabReordering event. |
| TagBoxColumnCellDisplayTemplateContext<TData> | Stores information about a column cell in the TagBox and is passed as the context parameter to the ColumnCellDisplayTemplate property. |
| TagBoxEditBoxDisplayTemplateContext<TData, TValue> | Stores information about a current data item. The EditBoxDisplayTemplate property accepts this object as the context parameter. |
| TagBoxEmptyDataAreaTemplateContext | Stores information about TagBox data. The EmptyDataAreaTemplate property accepts this object as the context parameter. |
| TagBoxGroupHeaderDisplayTemplateContext | Stores information about a group header and is passed as the context parameter to the GroupHeaderDisplayTemplate. |
| TagBoxItemDisplayTemplateContext<TData> | Stores information about a data item. The ItemDisplayTemplate property accepts this object as the context parameter. |
| TagBoxTagDisplayTemplateContext<TData> | Stores information about TagBox data. The TagDisplayTemplate accepts this object as the context parameter. |
| ThemeFluentProperties | Contains Fluent theme properties. |
| ThemeProperties | Contains theme properties. |
| TimeSpanMask static | Defines built-in patterns for time span masks. |
| ToastOptions | Defines options for a toast notification. |
| ToolbarItemClickEventArgs | Provides data for the Toolbar’s ItemClick and Toolbar item’s Click events. |
| TreeListChildrenLoadingEventArgs | Stores data for the ChildrenLoading event. |
| TreeListChildrenLoadingOnDemandEventArgs | Stores data for the ChildrenLoadingOnDemand event. |
| TreeListColumnFooterTemplateContext | Stores information about a footer cell in the TreeList and is passed as the context parameter to the DxTreeList.ColumnFooterTemplate and DxTreeListColumn.FooterTemplate. |
| TreeListColumnHeaderCaptionTemplateContext | Stores information about a column header’s caption and is passed as the context parameter to the DxTreeList.ColumnHeaderCaptionTemplate and DxTreeListColumn.HeaderCaptionTemplate. |
| TreeListCommandColumnCellDisplayTemplateContext | Stores information about a command column cell and is passed as the context parameter to the DxTreeListCommandColumn.CellDisplayTemplate. |
| TreeListCommandColumnCellEditTemplateContext | Stores information about the command column’s edit cell and is passed as the context parameter to the DxTreeListCommandColumn.CellEditTemplate. |
| TreeListCommandColumnFilterRowCellTemplateContext | Stores information about the command column’s filter row cell and is passed as the context parameter to the DxTreeListCommandColumn.FilterRowCellTemplate. |
| TreeListCommandColumnHeaderTemplateContext | Stores information about the command column header and is passed as the context parameter to the DxTreeListCommandColumn.HeaderTemplate. |
| TreeListContextMenuDefaultItemNames static | Contains names of built-in TreeList commands. |
| TreeListCsvExportOptions | Contains options that define how the TreeList exports its content in CSV format. |
| TreeListCustomizeCellDisplayTextEventArgs | Contains data for the CustomizeCellDisplayText event. |
| TreeListCustomizeContextMenuEventArgs | Contains data for the CustomizeContextMenu event. |
| TreeListCustomizeDataRowEditorEventArgs | Contains data for the CustomizeDataRowEditor event. |
| TreeListCustomizeEditModelEventArgs | Contains data for the CustomizeEditModel event. |
| TreeListCustomizeElementEventArgs | Provides data for the CustomizeElement event. |
| TreeListCustomizeFilterMenuEventArgs | Contains data for the CustomizeFilterMenu event. |
| TreeListCustomizeFilterRowEditorEventArgs | Contains data for the CustomizeFilterRowEditor event. |
| TreeListCustomizeSummaryDisplayTextEventArgs | Contains data for the CustomizeSummaryDisplayText event. |
| TreeListCustomSortEventArgs | Contains data for the CustomSort event. |
| TreeListCustomSummaryEventArgs | Contains data for the CustomSummary event. |
| TreeListDataColumnCellDisplayTemplateContext | Stores information about a data column cell in the TreeList and is passed as the context parameter to the DxTreeList.DataColumnCellDisplayTemplate and DxTreeListDataColumn.CellDisplayTemplate. |
| TreeListDataColumnCellEditTemplateContext | Stores information about the data column’s edit cell and is passed as the context parameter to DxTreeListDataColumn.CellEditTemplate and DxTreeList.DataColumnCellEditTemplate. |
| TreeListDataColumnFilterMenuTemplateContext | Stores information about a data column and is passed as the context parameter to the DxTreeListDataColumn.FilterMenuTemplate and DxTreeList.DataColumnFilterMenuTemplate templates. |
| TreeListDataColumnFilterRowCellTemplateContext | Stores information about the data column’s filter row cell and is passed as the context parameter to the DxTreeListDataColumn.FilterRowCellTemplate. |
| TreeListDataItemDeletingEventArgs | Contains data for the DataItemDeleting event. |
| TreeListDataRowCommandContext | Contains contextual information for a TreeList data row context menu. |
| TreeListDocumentExportCustomizeCellEventArgs | Contains data for the CustomizeCell event. |
| TreeListDocumentExportCustomizeColumnEventArgs | Contains information for the CustomizeColumn event. |
| TreeListDocumentExportCustomizeDocumentEventArgs | Contains information for the CustomizeDocument event. |
| TreeListDocumentExportCustomizeDocumentHeaderFooterEventArgs | Contains data for CustomizeDocumentHeader and CustomizeDocumentFooter events. |
| TreeListDocumentExportCustomizePageHeaderFooterEventArgs | Contains data for CustomizePageHeader and CustomizePageFooter events. |
| TreeListDocumentExportOptions | Contains options that define how TreeList data is exported to a document. |
| TreeListDocumentExportSummaryItem | A summary displayed in an exported cell. |
| TreeListDragHintTextTemplateContext | Stores information about the TreeList component. Serves as the context parameter in DragHintTextTemplate. |
| TreeListEditCancelingEventArgs | Contains data for the EditCanceling event. |
| TreeListEditFormTemplateContext | Stores information about the edit form in the TreeList and is passed as the context parameter to the DxTreeList.EditFormTemplate. |
| TreeListEditModelSavingEventArgs | Contains data for the EditModelSaving event. |
| TreeListEditStartEventArgs | Contains data for the EditStart event. |
| TreeListEmptyDataAreaTemplateContext | Stores information about the TreeList and is passed as the context parameter to the TreeList.EmptyDataAreaTemplate. |
| TreeListExportCustomizeCellEventArgs | Contains data for the CustomizeCell event. |
| TreeListExportCustomizeColumnEventArgs | Contains data for the CustomizeColumn action. |
| TreeListExportCustomizeSheetEventArgs | Contains data for the CustomizeSheet action. |
| TreeListExportCustomizeSheetHeaderFooterEventArgs | Contains data for CustomizeSheetHeader and CustomizeSheetFooter actions. |
| TreeListExportOptions | The base class for the TreeListXlExportOptions and TreeListCsvExportOptions classes. Contains common options that define how a document is exported. |
| TreeListExportRowEventArgs | A base class for TreeListRowExportingEventArgs and TreeListExportCustomizeCellEventArgs classes. |
| TreeListFilterBuilderTemplateContext | Stores information about the filter builder. Serves as the context parameter in the FilterBuilderTemplate. |
| TreeListFilterCriteriaChangedEventArgs | Stores data for the FilterCriteriaChanged event. |
| TreeListFilterMenuDataItem | Defines an item in the column filter menu. |
| TreeListFocusedRowChangedEventArgs | Contains data for the FocusedRowChanged event. |
| TreeListFooterCommandContext | Contains contextual information for a TreeList footer context menu. |
| TreeListHeaderCommandContext | Contains contextual information for a TreeList header context menu. |
| TreeListItemsDroppedEventArgs | Stores information for the ItemsDropped event. |
| TreeListPdfExportOptions | Contains options that define how TreeList data is exported to PDF. |
| TreeListPersistentLayout | Contains information about a TreeList layout. |
| TreeListPersistentLayoutCollection<T> | A collection of objects that store information about TreeList element layouts. |
| TreeListPersistentLayoutColumn | Contains information about layout settings for columns. |
| TreeListPersistentLayoutEventArgs | Contains data for LayoutAutoSaving and LayoutAutoLoading events. |
| TreeListRowClickEventArgs | Contains data for RowClick and RowDoubleClick events. |
| TreeListRowExportingEventArgs | Contains data for the RowExporting event.’ |
| TreeListSearchBoxTemplateContext | Stores information about the search box and is passed as the context parameter to the SearchBoxTemplate. |
| TreeListSelectionColumnCellDisplayTemplateContext | Stores information about a selection column cell and is passed as the context parameter to the DxTreeListSelectionColumn.CellDisplayTemplate. |
| TreeListSelectionColumnFilterRowCellTemplateContext | Stores information about the selection column’s filter row cell and is passed as the context parameter to the DxTreeListSelectionColumn.FilterRowCellTemplate. |
| TreeListSelectionColumnHeaderTemplateContext | Stores information about the selection column header and is passed as the context parameter to DxTreeListSelectionColumn.HeaderTemplate. |
| TreeListToolbarTemplateContext | Stores information about the TreeList component. Serves as the context parameter in ToolbarTemplate. |
| TreeListXlExportOptions | Contains options that define how a document is exported to XLS and XLSX files. |
| TreeViewCheckedChangedEventArgs | Contains data for the CheckedChanged event. |
| TreeViewNodeCancelEventArgs | Provides data for the BeforeCollapse and BeforeExpand events. |
| TreeViewNodeClickEventArgs | Contains data for the DxTreeView.NodeClick and DxTreeViewNode.Click events. |
| TreeViewNodeEventArgs | Provides data for the AfterCollapse, AfterExpand and SelectionChanged events. |
| UploadFileInfo | Provides information about a file. |
| UploadHttpRequestInfo | Provides information about an HTTP request. |
| ValueEditContext | Provides access to information related to a Form Layout item’s template. |
| WindowClosedEventArgs | Contains data for the Closed event. |
| WindowClosingEventArgs | Contains data for the Closing event. |
| WindowCreatedEventArgs | Contains data for the Created event. |
| WindowDisposedEventArgs | Contains data for the Disposed event. |
| WindowDragCompletedEventArgs | Contains data for the DragCompleted event. |
| WindowDragStartedEventArgs | Contains data for the DragStarted event. |
| WindowResizeCompletedEventArgs | Contains data for the ResizeCompleted event. |
| WindowResizeStartedEventArgs | Contains data for the ResizeStarted event. |
| WindowShowingEventArgs | Contains data for the Showing event. |
| WindowShownEventArgs | Contains data for the Shown event. |
| Name | Description |
|---|---|
| IAccordionItemInfo | Contains information about an Accordion item. |
| IButtonEditSettings | Declares common editor settings for editors that contain buttons. |
| IButtonGroupItemInfo | Contains information about a DxButtonGroupItem. |
| IChartDataItem | A base interface that defines a Chart data item. |
| IChartFont | Contains the element’s font settings. |
| IChartSeries | Implements the chart series settings. |
| IChartSeriesBase | Implements the base API for chart series. |
| IChartSeriesLabel | Defines a point’s label settings. |
| IChartSeriesLabelBorder | Contains label border settings. |
| IChartSeriesLabelConnector | Defines a label’s connector settings. |
| IChartSeriesPoint | Defines a point’s appearance settings. |
| IChartSeriesPointImage | Defines a point’s image settings. |
| ICheckBoxSettings | Declares check box settings. |
| IComboBox<TData, TValue> | An interface that defines the DxComboBox<TData, TValue> component’s API members (properties and methods). |
| IComboBoxSettings | Declares combo box settings. |
| ICommandContextBase | A base interface for objects that contain contextual information for commands. |
| IContextMenuItem | A context menu item in the Rich Text Editor, Grid, or TreeList. |
| IContextMenuItemCollection | A collection of root-level or nested context menu items in the Grid, Rich Text Editor, or TreeList component. |
| IContextMenuItemInfo | Provides information about a Context Menu item. |
| IDateEditSettings | Declares date edit settings. |
| IDialogService | Allows you to create and show dialogs in code. |
| IDropDownBox | An interface that defines the DxDropDownBox component’s API members (properties and methods). |
| IDropDownButtonItemInfo | Contains information about a DxDropDownButtonItem |
| IDropDownEditSettings | Declares common editor settings for editors that contain a drop-down window. |
| IDropDownListEditorBase<TData, TValue> | An interface that defines the DxDropDownListEditorBase<TData, TValue> class’s API members (properties and methods). |
| IEditorBase | A base interface for DevExpress Blazor editors. |
| IEditSettings | Declares common editor settings. |
| IFileInputSelectedFile | Contains information about the file and allows you to access file content. |
| IFormLayoutGroupInfo | Contains information about a FormLayout group. |
| IGrid | An interface that defines the DxGrid component’s API members (properties and methods). |
| IGridBandColumn | A band column that joins regular DxGrid columns into a group with a common header. |
| IGridColumn | An interface that defines a Grid column’s API members (properties and methods). |
| IGridCommandColumn | An interface that defines a Grid command column‘s API members (properties and methods). |
| IGridCommandContext | A base interface for objects that contain contextual information for Grid commands. |
| IGridDataColumn | An interface that defines a Grid data column‘s API members (properties and methods). |
| IGridSelectionChanges | Allows you to track selection changes in the Grid. |
| IGridSelectionColumn | An interface that defines a Grid selection column‘s API members (properties and methods). |
| IGridSummaryItem | An interface that defines a Grid summary item‘s API members (properties and methods). |
| IListBox<TData, TValue> | An interface that defines the DxListBox<TData, TValue> component’s API members (properties and methods). |
| IListEditorBase<TData, TValue> | A base interface for DevExpress Blazor list editors: DxListBox<TData, TValue>, DxComboBox<TData, TValue>, and DxTagBox<TData, TValue>. |
| IListEditorColumn | An interface that defines a List Box column’s API members (properties and methods). |
| IMapLocation | Defines a map location settings. |
| IMapMarker | Defines a map marker’s settings. |
| IMaskedInputSettings | Declares masked input settings. |
| IMemoSettings | Declares memo settings. |
| IMenuItemInfo | Contains information about a menu item. |
| IPieChartSeries | Implements settings of a pie or donut series. |
| IPolarChartSeries | Implements settings of a Polar Chart’s series. |
| IPopupElementInfo | Contains information about a popup element. |
| ISchedulerAppointmentActions | Contains information about actions that can be performed on Scheduler appointments. |
| ISchedulerRecurrenceInfo | A base interface that defines recurrence information. |
| ISpinEditSettings | Defines spin editor settings. |
| ITabInfo | Contains information about a tab. |
| ITagBox<TData, TValue> | An interface that defines the DxTagBox<TData, TValue> component’s API members (properties and methods). |
| ITextBoxSettings | Defines settings of a text box editor. |
| ITextEditSettings | Declares common settings for editors with support for text input. |
| ITheme | An interface that defines theme API members (properties and methods). |
| IThemeChangeService | Allows you to switch between themes at runtime. |
| ITimeEditSettings | Declares time edit settings. |
| IToastNotificationService | Allows you to manage toast notifications in code. |
| IToolbarItemInfo | Provides information about a Toolbar item. |
| ITreeList | An interface that defines DxTreeList component API members (properties and methods). |
| ITreeListBandColumn | A band column that joins regular DxTreeList columns into a group with a common header. |
| ITreeListColumn | An interface that defines a TreeList column’s API members (properties and methods). |
| ITreeListCommandColumn | An interface that defines a TreeList command column‘s API members (properties and methods). |
| ITreeListCommandContext | A base interface for objects that contain contextual information for TreeList commands. |
| ITreeListDataColumn | An interface that defines a TreeList data column‘s API members (properties and methods). |
| ITreeListSelectionChanges | Allows you to track selection changes in the TreeList. |
| ITreeListSelectionColumn | An interface that defines a TreeList selection column‘s API members (properties and methods). |
| ITreeListSummaryItem | A summary item. |
| ITreeViewNodeInfo | Provides information about a node. |
| Name | Description |
|---|---|
| ChartAxisInterval | Contains options to specify tick intervals. |
| DialogDisplayOptions | Contains display options for a dialog. |
| DxSchedulerDateTimeRange | The date-time range used in the Scheduler. |
| NavigationFilterInfo | Contains information about the filter. |
| Themes | Lists DevExpress Blazor themes. |
| Name | Description |
|---|---|
| AccordionExpandButtonDisplayMode | Lists values that specify where the Accordion component displays its expand button. |
| AccordionExpandCollapseAction | Lists actions that can expand or collapse an Accordion item. |
| AccordionExpandMode | Lists values that specify how many Accordion items can be expanded at a time. |
| AnimationEaseMode | Lists animation easing modes. |
| BindValueMode | Lists values that specify when the editor updates its value or text. |
| BootstrapVersion | Obsolete. Lists values that specify the Bootstrap version. |
| ButtonClickMode | Lists values that specify when a button raises the Click event. |
| ButtonGroupSelectionMode | Lists values that specify how many items can be selected in the DxButtonGroup component. |
| ButtonIconPosition | Lists values that specify the icon’s position within the button. |
| ButtonRenderStyle | Lists the button’s color schemes. |
| ButtonRenderStyleMode | Lists the button’s color fill modes. |
| CalendarViewMode | Lists values that specify available calendar views and selectable date units. |
| CaptionPosition | Lists values that specify the caption position. |
| CarouselControlsDisplayMode | Lists display modes for the Carousel‘s navigation controls (buttons or pager). |
| CarouselImageSizeMode | Lists image size modes. |
| CarouselSwipeMode | Lists swipe modes for Carousel slides. |
| ChartAggregatedPointPosition | Lists values that specify where to display aggregated series points relative to axis tick marks. |
| ChartAggregationMethod | Lists values that specify how to aggregate series points. |
| ChartAnnotationType | Lists annotation types. |
| ChartAxisAlignment | Lists values that specify next to which edge the Chart should display an axis. |
| ChartAxisDataType | Lists values that specify whether and how to cast the chart’s arguments and values. |
| ChartAxisLabelDisplayMode | Lists values that specify how the chart displays axis labels. |
| ChartAxisLabelFormat | Obsolete. Lists formats applied to axis and series labels. |
| ChartAxisLabelOverlap | Lists values that specify how a chart displays axis labels if they overlap. |
| ChartAxisType | Lists values that specify the chart’s axis types. |
| ChartAxisZoomAndPanMode | Lists values that specify whether to enable zoom and pan for the chart. |
| ChartContinuousSeriesHoverMode | Lists values that specify which series elements to highlight when a user hovers over the series. |
| ChartContinuousSeriesSelectionMode | Lists selection modes for continuous series (for example, lines). |
| ChartDashStyle | Specifies line styles. |
| ChartDiscreteAxisDivisionMode | Lists rules that specify how to position grid lines and ticks relative to axis labels. |
| ChartEventPanKey | Lists values that specify the key that allows users to pan the chart when the AllowDragToZoom property is enabled. |
| ChartExportFormat | Lists file formats to which a chart can be exported. |
| ChartFinancialReductionLevel | Lists values that specify which prices of a stock should be compared. |
| ChartLabelOverlap | Lists values that specify how a chart displays point labels if they overlap. |
| ChartLegendHoverMode | Lists values that specify what series elements to highlight when a corresponding item in the legend is hovered over. |
| ChartPaletteExtensionMode | Lists values that specify how to extend the chart palette when the number of colors is less than the number of series (for DxChart) or series points (for DxPieChart). |
| ChartPointSymbol | Lists marker kinds for line and scatter series. |
| ChartScrollBarPosition | Lists values that specify the scrollbar’s position. |
| ChartSelectionMode | Lists chart selection modes. |
| ChartSeriesPointHoverMode | Lists values that specify which series elements to highlight when a user hovers over a series point. |
| ChartSeriesPointSelectionMode | Lists selection modes for series points. |
| ChartSeriesType | Lists values that specify a chart series type. |
| ChartStripLabelHorizontalAlignment | Lists horizontal alignment options for axis strip labels. |
| ChartStripLabelVerticalAlignment | Lists vertical alignment options for axis strip labels. |
| ChartTextOverflow | Lists values that specify how a chart displays text if it overflows the content area. |
| ChartValueErrorBarDisplayMode | Lists error bar display modes. |
| ChartValueErrorBarType | Lists algorithms that calculate error bar values. |
| ChartVisualRangeChangeSource | Lists operations that change axis visual ranges. |
| ChartVisualRangeUpdateMode | Lists update modes for the axis visual range. |
| ChartWordWrap | Lists values that specify how text is wrapped. |
| CheckBoxContentAlignment | Lists values that define alignment of a CheckBox’s text label and check mark relative to each other. |
| CheckType | Lists values that specify checkbox types. |
| ColorPalettePresetType | Lists types of predefined color sets. |
| ColorSavingType | Lists values that specify the type of values in the data source field mapped to the Color property. |
| ComboBoxValidateBy | Lists values that define which ComboBox property is used for input validation. |
| CompatibilityMode | Lists values that specify the compatibility settings version. |
| ContextMenuPosition | Lists base positions of the context menu in relation to the target UI element. |
| DataEditorClearButtonDisplayMode | Lists values that specify when the clear button is visible. |
| DataExportFormat | Lists data export formats. |
| DataGridFilteringMode | Lists values that specify the filtering mode. |
| DatePickerDisplayMode | Lists values that specify datepicker types. |
| DeviceSize | Lists values that specify a device screen size. |
| DocumentExportAreaType | Lists types of Grid and TreeList areas that contain exported cells. |
| DrawerMode | List values that specify how the drawer panel interacts with the target content area. |
| DrawerPosition | Lists values that specify the drawer panel position relative to the target content area. |
| DropDownCloseMode | Lists values that specify how a DropDown behaves when it does not meet the position restrictions. |
| DropDownCloseReason | Lists actions that close a drop-down window. |
| DropDownDirection | Lists values that specify the direction in which a drop-down window is displayed relative to an editor’s input element. |
| DropDownDisplayMode | Lists values that specify how a drop-down item displays a menu. |
| DropDownPosition | Lists a drop-down element’s relative positions. |
| DropDownPositionMode | Lists values used to position a drop-down window. |
| DropDownRestrictionMode | Lists values that specify an element that restricts the DropDown position. |
| DropDownTogglePosition | Lists drop-down toggle positions. |
| DropDownTriggerMode | Lists values that specify when the ComboBox should open ist drop-down list. |
| DropDownWidthMode | Lists values that specify the width of a drop-down list. |
| EditorButtonPosition | Lists values that specify the editor button’s position. |
| FilterBuilderGroupOperatorType | Lists logical operators available in the Filter Builder. |
| FilterBuilderOperatorType | Lists criteria operators available in the Filter Builder. |
| FilterBuilderViewMode | Lists filter expression view modes. |
| FlyoutAnimationType | Lists values that specify the animation type used by a flyout. |
| FlyoutCloseMode | Lists values that specify how a flyout behaves when it does not meet the position restrictions. |
| FlyoutCloseReason | Lists actions that close a flyout window. |
| FlyoutPosition | Lists values used to position a flyout window. |
| FlyoutRestrictionMode | Lists values that specify an element that restricts the Flyout position. |
| FormLayoutGroupDecoration | Lists the values for FormLayoutGroupDecoration property. |
| GridAllowedDropTarget | Lists values that specify allowed drag-and-drop targets. |
| GridColumnFilterBuilderFieldDisplayMode | Lists visibility modes for autogenerated filter fields. |
| GridColumnFilterMode | Lists values that specify how to filter grid data. |
| GridColumnFixedPosition | Lists values that specify column behavior when a user scrolls the Grid horizontally. |
| GridColumnGroupInterval | Lists values that specify how to group data rows. |
| GridColumnResizeMode | Lists values that specify whether and how users can resize Grid columns. |
| GridColumnSortMode | Lists values that specify how to sort grid data. |
| GridColumnSortOrder | Lists values that specify a column’s sort order. |
| GridCommandColumnDisplayMode | Lists command column display modes. |
| GridContextMenus | Lists context menu types available in the Grid component. |
| GridCustomSummaryStage | Lists values that specify possible stages of the summary calculation. |
| GridDetailExpandButtonDisplayMode | Lists values that specify when to display master-detail expand buttons in the Grid. |
| GridDetailRowDisplayMode | Lists values that specify when to display detail rows in the Grid. |
| GridDropTargetMode | Lists values that specify the drop position behavior. Applicable only to drag and drop operations initiated externally. |
| GridEditMode | Lists values that specify how users edit Grid data. |
| GridEditNewRowPosition | Lists values that specify the position of Grid UI elements used to create new rows. |
| GridEditorRenderMode | Lists values that specify how the Grid component renders editors in the filter row and in data rows during edit operations. |
| GridElementType | Lists values that define a Grid element’s type. |
| GridEnterKeyDirection | Lists values that specify where focus moves after a user presses Enter. |
| GridFilterMenuButtonDisplayMode | Lists values that specify when to display column filter menu buttons in the Grid. |
| GridFilterPanelDisplayMode | Lists values that specify filter panel visibility. |
| GridFilterRowOperatorType | Lists operator types used to create filter conditions in the Grid. |
| GridFooterDisplayMode | Lists values that specify the footer’s display modes. |
| GridGroupExportMode | Lists values that specify how the grid exports group rows. |
| GridGroupFooterDisplayMode | Lists values that specify display modes for group footers. |
| GridItemDropPosition | Lists values that specify where rows were dropped relative to the target item. |
| GridPagerPosition | Lists values that specify the pager position in the Grid. |
| GridPersistentLayoutColumnType | Lists values that specify the column type. |
| GridSearchTextParseMode | Lists values that specify how the grid treats search words. |
| GridSelectAllCheckboxMode | Lists values that specify whether the Select All checkbox selects all rows on the current page or on all grid pages. |
| GridSelectedRowsExportMode | Lists values that specify whether the Grid preserves group settings in ExportSelectedRowsOnly mode. |
| GridSelectionMode | Lists values that specify selection modes in the Grid. |
| GridSummaryItemType | Lists values that specify the aggregation function of a summary item. |
| GridTextAlignment | Lists values that specify how text in a cell or header is aligned. |
| GridUnboundColumnType | Lists values that specify possible data types of unbound columns. |
| GridVirtualScrollingMode | Lists virtual scrolling modes for the Grid component. |
| GroupExpandButtonDisplayMode | Lists values that specify where the Form Layout group displays its expand button. |
| HatchDirection | Lists values that specify how the target component displays hatch lines. |
| HorizontalAlignment | Lists the horizontal alignment options. |
| HorizontalEdge | Lists the positions for the value axis. |
| HtmlEditorBindMarkupMode | Lists update modes for the HTML Editor’s markup. |
| HtmlEditorValidationMessagePosition | Lists validation message positions relative to the HTML Editor. |
| InputDevice | Lists input devices. |
| ItemCaptionAlignment | Lists the rules that specify how paddings are calculated within the Form Layout component. |
| ItemPosition | Lists values that specify the position of an individual menu item or all items. |
| LabelOverlap | Lists values that specify how the component resolves label overlap. |
| LabelPosition | Lists values that specify the horizontal position of the component’s child content relative to the check/clickable mark. |
| LabelWrapMode | Lists values that specify how the CheckBox label is wrapped. |
| LayoutAnimationType | Lists values that specify animation effects that can be applied to Accordion items, TreeView nodes and Form Layout groups. |
| LegendItemOrientation | Lists orientation options for legend items. |
| LegendItemTextPosition | Lists positions of legend item captions relative to item markers. |
| LineStyle | Lists line styles. |
| ListBoxSelectionMode | Lists the values that specify the selection behavior for a list editor. |
| ListDataLoadMode | Lists data load modes for list-based editors. |
| ListRenderMode | Lists values that specify how list-based editors render their item lists. |
| ListSearchFilterCondition | Lists values that specify the search and filter condition. |
| ListSearchMode | Lists values that specify whether the component can search for text that users type in the edit box. |
| ListSearchTextParseMode | Lists values that specify how the List Box treats search words. |
| LoadingPanelTextAlignment | Lists values that specify where the Loading Panel’s text appears relative to its indicator. |
| MapProvider | Lists map data providers. |
| MapRouteMode | Lists values that specify a transportation mode for a route. |
| MapType | Lists map view types. |
| MaskAutoCompleteMode | Lists automatic value completion modes. |
| MaskCaretMode | Lists caret navigation modes for date-time, date-time offset, and time span masks. |
| MaskMode | Lists mask modes. |
| MemoResizeMode | Lists resize modes for the Memo component. |
| MenuCollapseItemToIconMode | Lists values that specify whether the menu hides root items’ text and displays icons instead when the width of the browser window changes. |
| MenuDisplayMode | Lists value that specify how the menu is displayed on different devices. |
| MenuDropDownActionMode | Lists values that specify which action opens a menu item’s submenu. |
| MenuHamburgerButtonPosition | Lists values that specify the hamburger button’s position. |
| MessageBoxRenderStyle | Lists color schemes used by the DxMessageBox component. |
| MessageBoxThemeMode | Lists DxMessageBox component theme modes. |
| MessageBoxType | Lists values that specify a message box type: alert or confirmation. |
| NavigationFilterMode | Lists values that specify the filter option in the TreeView and Accordion components. |
| NavigationItemStateChangeReason | Lists values that specify why the item’s expand or selection state changes. |
| NavigationSelectionMode | Lists values that specify selection options in the Accordion component. |
| NavigationUrlMatchMode | Lists values that specify how navigation components synchronize automatic item selection and the current browser URL. |
| Orientation | Specifies vertical or horizontal orientation. |
| PagerNavigationMode | Lists values that specify navigation modes for the Pager and Grid components. |
| PaletteExtensionMode | Lists extension modes for the component’s palette. |
| PieChartAnnotationLocation | Specifies annotation position relative to the argument. |
| PieChartLabelOverlap | Lists values that specify how a Pie Chart displays labels if they overlap. |
| PieChartSegmentDirection | Lists values that specify how the chart arranges series slices. |
| PieChartSeriesHoverMode | Lists values that specify what series elements to highlight when a user hovers a series point in a Pie Chart over. |
| PivotGridFieldArea | Lists the values that specify the areas where the pivot grid fields can be displayed. |
| PivotGridGroupInterval | Contains values that specify how the values of a column or row field are combined into groups. |
| PivotGridSortOrder | Lists the values that specify the sort order of pivot grid fields. |
| PivotGridSummaryType | Lists values that specify the summary function types. |
| PolarChartLabelOverlap | Lists values that specify how the Polar Chart resolves label overlap. |
| PopupCloseReason | Lists actions that close the Popup. |
| PopupContentLoadMode | Lists values that specify when DxPopupBase, DxWindow, DxFlyout, and DxDropDown components load their content. |
| ProgressBarLabelPosition | Lists values that specify a position of the label relative to the progress bar. |
| ProgressBarStatus | Lists values that specify progress bar status. |
| ProgressBarType | Lists values that specify a progress bar’s types. |
| RadioGroupLayout | Lists values that specify how to arrange Radio Group items. |
| RangeSelectorBackgroundImagePosition | Lists image positions relative to the Range Selector’s background area. |
| RangeSelectorLabelOverlap | Lists values that specify how the Range Selector resolves scale label overlap. |
| RangeSelectorValueChangeMode | Lists user actions that cause selected range updates. |
| RelativePosition | Lists an element’s relative positions. |
| SankeyLabelOverlap | Lists values that specify how DxSankey resolves label overlapping. |
| SankeyLinkColorMode | Lists color modes for DxSankey links. |
| SchedulerAppointmentDragMode | Lists appointment drag & drop processing modes for the Scheduler component. |
| SchedulerAppointmentFormMode | Lists values that specify which appointment form a user can use to create and edit appointments. |
| SchedulerAppointmentFormType | Lists values that specify the appointment form type. |
| SchedulerAppointmentType | Lists the types of appointment. |
| SchedulerCellType | Lists values that specify types of Scheduler cells. |
| SchedulerGroupType | Lists the values that specify how the Scheduler appointments are grouped. |
| SchedulerRecurrenceRange | Lists values that determine how a range’s end date is specified. |
| SchedulerRecurrenceType | Lists values that specify how often an appointment reoccurs. |
| SchedulerSnapToCellsMode | Lists values that specify how appointments snap to time cells. |
| SchedulerTimeIndicatorVisibility | Lists the values for Scheduler’s time indicator modes. |
| SchedulerTimeScaleUnit | Lists the values that specify the measurement unit for the Timeline view. |
| SchedulerViewType | Lists view types for a scheduler. |
| SchedulerWeekDays | Lists days and groups of days. |
| SchedulerWeekOfMonth | Lists weeks in a month in which appointments can occur. |
| SelectionChangeSource | Lists values that specify the selection change source. |
| SizeMode | Lists values that define size modes. |
| SparklineType | Lists sparkline series types. |
| TabCloseReason | Lists actions that close the tab. |
| TabsPosition | Lists values that specify where tab headers appear relative to content. |
| TabsRenderMode | Lists values that specify how the DxTabs and DxFormLayoutTabPages components load tab content. |
| TabsScrollMode | Lists values that specify how users navigate between tabs when they do not fit the container’s width. |
| TagBoxValidateBy | Lists values that define how a TagBox located within the standard EditForm is validated. |
| TextFormat | Lists text formats. |
| TextOverflow | Lists values that specify how to display text that overflows the content area. |
| ThemeFluentAccentColor | Lists predefined accent colors for Fluent themes. |
| ThemeMode | Lists theme modes. |
| TimeSpanOutOfBoundsValueProcessMode | Lists values that specify whether a time span mask‘s section should accept values that exceed the section’s maximum threshold. |
| TimeSpanSection | Lists sections for time span masks. |
| TimeSpanSelectAllInputMode | Lists values that specify actions the editor should perform after a user selects all content of a time span mask and starts to enter digits. |
| ToastAnimationType | Lists values that specify the animation effect used by the DxToast component. |
| ToastRenderStyle | Lists color schemes used by the DxToast component. |
| ToastThemeMode | Lists DxToast component theme modes. |
| ToolbarItemAlignment | Lists values that define the Toolbar item’s position. |
| ToolbarItemRenderStyleMode | Lists the Toolbar item’s render style modes. |
| ToolbarRenderStyleMode | Lists the Toolbar’s render style modes. |
| TreeListAllowedDropTarget | Lists values that specify allowed drag-and-drop targets. |
| TreeListColumnFilterBuilderFieldDisplayMode | Lists visibility modes for autogenerated filter fields. |
| TreeListColumnFilterMode | Lists values that specify how to filter TreeList data. |
| TreeListColumnFixedPosition | Lists values that specify column behavior when a user scrolls the TreeList horizontally. |
| TreeListColumnResizeMode | Lists values that specify whether and how users can resize TreeList columns. |
| TreeListColumnSortMode | Lists values that specify how to sort data. |
| TreeListColumnSortOrder | Lists values that specify a column’s sort order. |
| TreeListCommandColumnDisplayMode | Lists command column display modes. |
| TreeListContextMenus | Lists context menu types available in the TreeList component. |
| TreeListCustomSummaryStage | Lists values that specify possible stages of the summary calculation. |
| TreeListDropTargetMode | Lists values that specify the drop position behavior. Applicable only to drag and drop operations initiated externally. |
| TreeListEditMode | Lists values that specify how users edit TreeList data. |
| TreeListEditNewRootRowPosition | Lists values that specify the position of TreeList UI elements used to create new root nodes. |
| TreeListElementType | Lists values that define a TreeList element’s type. |
| TreeListEnterKeyDirection | Lists values that specify where focus moves after a user presses Enter. |
| TreeListExportRowExpandMode | Lists values that specify how many Treelist nodes can be expanded in the exported document. |
| TreeListFilterMenuButtonDisplayMode | Lists values that specify when to display column filter menu buttons in the TreeList. |
| TreeListFilterPanelDisplayMode | Lists values that specify filter panel visibility. |
| TreeListFilterRowOperatorType | Lists operator types used to create filter conditions in the TreeList. |
| TreeListFilterTreeMode | List values that specify how the TreeList component displays filtered nodes. |
| TreeListFooterDisplayMode | Lists values that specify footer display modes. |
| TreeListItemDropPosition | Lists values that specify where rows were dropped relative to the target item. |
| TreeListPagerPosition | Lists values that specify the pager position in the TreeList. |
| TreeListPersistentLayoutColumnType | Lists values that specify the column type. |
| TreeListSearchTextParseMode | Lists values that specify how the TreeList searches for a match if the query contains multiple words. |
| TreeListSelectAllCheckboxMode | Lists values that specify whether the Select All checkbox selects all rows on the current page or on all TreeList pages. |
| TreeListSelectedRowsExportMode | Lists values that specify whether the TreeList preserves row hierarchy in ExportSelectedRowsOnly mode. |
| TreeListSelectionMode | Lists values that specify selection modes in the TreeList. |
| TreeListSummaryItemType | Lists values that specify the aggregation function of a summary item. |
| TreeListTextAlignment | Lists values that specify text alignment in a cell or header. |
| TreeListVirtualScrollingMode | Lists virtual scrolling modes for the TreeList component. |
| TreeViewCheckMode | Lists values that specify check options in the TreeView component. |
| TreeViewNodeCheckedStateChangeReason | Lists values that specify why the node’s check state changes. |
| TreeViewNodeExpandCollapseAction | Lists values that specify user actions that expand/collapse TreeView nodes. |
| UploadMode | Lists values that define how the Upload component uploads files to the server. |
| VerticalAlignment | Lists the vertical alignment options. |
| VerticalEdge | Lists vertical alignment options. |
| WaitIndicatorAnimationType | Lists values that specify animation types that can be applied to the Wait Indicator component and the Loading Panel’s indicator. |
| WeekNumberRule | Lists values that specify the first week of the year. |
| WindowCloseReason | Lists actions that close the Window. |
| WordWrap | Lists values that specify how the element’s text is wrapped. |