Back to Devexpress

DevExpress.Web.Mvc Namespace

aspnetmvc-devexpress-dot-web.md

latest136.8 KB
Original Source

DevExpress.Web.Mvc Namespace

Contains classes which implement the common functionality of DevExpress Extensions for ASP.NET MVC.

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Classes

NameDescription
AppointmentRecurrenceFormExtensionAn extension object that implements the Appointment Recurrence Form.
AppointmentRecurrenceFormSettingsContains Appointment Recurrence Form settings.
AutoCompleteBoxBaseSettingsA base class for the ComboBox and TokenBox extension settings.
BinaryImageEditExtensionRepresents an extension object implementing the BinaryImage functionality.
BinaryImageEditSettingsContains BinaryImage extension settings.
ButtonEditExtensionRepresents an extension object implementing the ButtonEdit functionality.
ButtonEditSettingsContains the ButtonEdit extension settings.
ButtonExtensionRepresents an extension object implementing the Button functionality.
ButtonSettingsContains the Button extension settings.
CalendarExtensionRepresents an extension object implementing the Calendar functionality.
CalendarSettingsContains the Calendar extension settings.
CallbackPanelExtensionRepresents an extension object implementing the CallbackPanel functionality.
CallbackPanelSettingsContains CallbackPanel extension settings.
CaptchaExtensionRepresents an extension object implementing the Captcha functionality.
CaptchaSettingsContains the Captcha extension settings.
CardViewColumnStateContains information (the current state) on an individual column.
CardViewColumnStateCollectionA collection that contains information (the current state) on column objects.
CardViewCustomBindingArgsBaseProvides base arguments to implement custom binding method delegates.
CardViewCustomBindingDataArgsBaseProvides base data arguments to implement custom binding method delegates.
CardViewCustomBindingGetDataArgsProvides arguments to implement a method delegate of the CardViewCustomBindingGetDataHandler type.
CardViewCustomBindingGetDataCardCountArgsProvides arguments to implement a method delegate of the CardViewCustomBindingGetDataCardCountHandler type.
CardViewCustomBindingGetSummaryValuesArgsProvides arguments to implement a method delegate of the CardViewCustomBindingGetSummaryValuesHandler type.
CardViewCustomBindingGetUniqueHeaderFilterValuesArgsProvides arguments to implement a method delegate of the CardViewCustomBindingGetUniqueHeaderFilterValuesHandler type.
CardViewExtensionRepresents an extension object implementing the CardView functionality.
CardViewExtension<CardType>Represents an extension object implementing the CardView functionality.
CardViewFilteringStateContains information about the CardView’s filtering-related state.
CardViewModelA specific view model object that maintains the CardView’s state and provides the means to populate itself with data when the CardView is used in custom data binding mode.
CardViewPagerStateContains information about the CardView’s paging-related state.
CardViewSearchPanelStateContains information about the CardView’s search panel related state.
CardViewSettingsContains the CardView extension settings.
CardViewSettings<CardType>Contains the CardView extension settings.
CardViewSummaryItemStateContains information about an individual summary item.
CardViewSummaryItemStateCollectionA collection that contains information (the current state) on summary items.
ChartControlExtensionAn extension object implementing the Chart functionality.
ChartControlSettingsContains the Chart extension settings.
CheckBoxExtensionRepresents an extension object implementing the CheckBox functionality.
CheckBoxListExtensionAn extension object implementing the CheckBoxList functionality.
CheckBoxListSettingsContains the CheckBoxList extension settings.
CheckBoxSettingsContains the CheckBox extension settings.
CollapsiblePanelExtensionRepresents a base extension functionality for the CallbackPanel and the Panel extensions.
CollapsiblePanelSettingsContains base settings for the CallbackPanel and Panel extensions.
ColorEditExtensionRepresents an extension object implementing the ColorEdit functionality.
ColorEditSettingsContains the ColorEdit extension settings.
ComboBoxExtensionRepresents an extension object implementing the ComboBox functionality.
ComboBoxSettingsContains the ComboBox extension settings.
DataViewExtensionAn extension object implementing the DataView functionality.
DataViewExtensionBaseA base extension object implementing the common functionality of data view extensions.
DataViewSettingsContains the DataView extension settings.
DataViewSettingsBaseA base extension object implementing the common functionality of data view extensions.
DateEditExtensionRepresents an extension object implementing the DateEdit functionality.
DateEditSettingsContains the DateEdit extension settings.
DateNavigatorExtensionAn extension object implementing the DateNavigator functionality.
DateNavigatorSettingsContains DateNavigator-specific settings.
DateRangeAttributeSpecifies the date range settings.
DevExpressEditorsBinderMaps a browser request to a data object. This class provides a DevExpress-specific implementation of a model binder.
DevExpressHelper staticA helper object containing the most commonly used properties and methods.
DiagramExtensionThe Diagram extension.
DiagramSettingsContains the Diagram extension settings.
DockManagerExtensionRepresents an extension object implementing the DockManager functionality.
DockManagerSettingsContains the DockManager extension settings.
DockPanelExtensionRepresents an extension object implementing the DockPanel functionality.
DockPanelSettingsContains the DockPanel extension settings.
DockZoneExtensionRepresents an extension object implementing the DockZone functionality.
DockZoneSettingsContains the DockZone extension settings.
DropDownEditExtensionRepresents an extension object implementing the DropDownEdit functionality.
DropDownEditSettingsContains the DropDownEdit extension settings.
EditorExtensionRepresents a base class for Data Editors Extensions.
EditorSettingsContains base data editor-specific settings.
ExtensionBaseServes as a base class for DevExpress ASP.NET MVC extensions.
FileManagerExtensionRepresents an extension object implementing the FileManager functionality.
FileManagerSettingsContains the FileManager extension settings.
FilterControlColumnEditorPropertiesFactoryProvides methods that allow you to configure columns of different types in the filter control extension.
FilterControlExtensionRepresents an extension object implementing the Filter Control functionality.
FilterControlExtension<RowType>Represents an extension object implementing the Filter Control functionality.
FloatingActionButtonExtensionRepresents an extension object implementing the Floating Action Button functionality.
FloatingActionButtonSettingsContains the Floating Action Button extension settings.
FormLayoutExtension<ModelType>Represents an extension object implementing the FormLayout functionality.
FormLayoutNestedExtensionFactoryContains helper methods to create DevExpress MVC data editors as nested editors within the MVC FormLayout extension.
FormLayoutSettings<ModelType>Contains the FormLayout extension settings.
GanttExtensionThe Gantt extension.
GanttSettingsContains the Gantt extension settings.
GridBaseColumnStateServes as a base class for the CardViewColumnState, GridLookupColumnState, and GridViewColumnState classes.
GridBaseColumnStateCollection<T>A collection that contains information (the current state) on column objects.
GridBaseFilteringStateServes as a base class for the CardViewFilteringState, GridLookupFilteringState, and GridViewFilteringState classes.
GridBasePagerStateServes as a base class for the CardViewPagerState, GridLookupPagerState, and GridViewPagerState classes.
GridBaseSearchPanelStateServes as a base class for the CardViewSearchPanelState and GridViewSearchPanelState classes.
GridBaseSummaryItemStateContains information (the current state) of an individual summary item.
GridBaseSummaryItemStateCollection<T>Serves as a base class for the CardViewSummaryItemStateCollection and GridViewSummaryItemStateCollection classes.
GridBaseViewModelServes as a base class for the CardViewModel, GridLookupViewModel, and GridViewModel classes.
GridColumnEditorPropertiesFactoryProvides methods that allow you to configure columns of different types in grid-like extensions.
GridExtensionBaseA base for the CardViewExtension and GridViewExtension objects.
GridLookupColumnStateContains information (the current state) on an individual column within the GridLookup.
GridLookupColumnStateCollectionA collection that contains information (the current state) on column objects of the GridLookup.
GridLookupExtensionRepresents an extension object implementing the GridLookup functionality.
GridLookupFilteringStateContains information about the GridLookup’s filtering-related state.
GridLookupPagerStateContains information about the GridLookup’s paging-related state.
GridLookupSettingsContains the GridLookup extension settings.
GridLookupViewModelA specific view model object that maintains the state of the GridLookup’s built-in grid and provides the means to populate itself with data when the GridLookup is used in custom data binding mode and its multi-selection mode is enabled.
GridSettingsBaseA base for the CardViewSettings and GridViewSettings objects.
GridViewColumnStateContains information (the current state) on an individual column.
GridViewColumnStateCollectionA collection that contains information (the current state) on column objects.
GridViewCustomBindingArgsBaseProvides base arguments to implement custom binding method delegates.
GridViewCustomBindingDataArgsBaseProvides base data arguments to implement custom binding method delegates.
GridViewCustomBindingGetDataArgsProvides arguments to implement a method delegate of the GridViewCustomBindingGetDataHandler type.
GridViewCustomBindingGetDataRowCountArgsProvides arguments to implement a method delegate of the GridViewCustomBindingGetDataRowCountHandler type.
GridViewCustomBindingGetGroupingInfoArgsProvides arguments to implement a method delegate of the GridViewCustomBindingGetGroupingInfoHandler type.
GridViewCustomBindingGetRowValuesArgsProvides arguments to implement a method delegate of the GridViewCustomBindingGetRowValuesHandler type.
GridViewCustomBindingGetSummaryValuesArgsProvides arguments to implement a method delegate of the GridViewCustomBindingGetSummaryValuesHandler type.
GridViewCustomBindingGetUniqueHeaderFilterValuesArgsProvides arguments to implement a method delegate of the GridViewCustomBindingGetUniqueHeaderFilterValuesHandler type.
GridViewExportDetailRowEventArgsProvides arguments to implement a method delegate of the GridViewGetExportDetailGridViewEventHandler type.
GridViewExtensionA Grid View extension.
GridViewExtension<RowType>Represents an extension object implementing the GridView functionality.
GridViewFilteringStateContains information about the GridView’s filtering-related state.
GridViewGroupInfoContains information on a group.
GridViewModelA specific view model object that maintains the GridView’s state and provides the means to populate itself with data when the GridView is used in custom data binding mode.
GridViewPagerStateContains information about the GridView’s paging-related state.
GridViewSearchPanelStateContains information about the GridView’s search panel related state.
GridViewSettingsContains the GridView extension settings.
GridViewSettings<RowType>Contains the GridView extension settings.
GridViewSummaryItemStateContains information about an individual summary item.
GridViewSummaryItemStateCollectionA collection that contains information (the current state) on summary items.
HintExtensionRepresents an extension object implementing the Hint functionality.
HintSettingsContains the Hint extension settings.
HtmlEditorExtensionRepresents an extension object implementing the HtmlEditor functionality.
HtmlEditorFileSaveSettingsContains settings related to saving an uploaded file to the HtmlEditor extension’s file storage.
HtmlEditorSettingsContains the HtmlEditor extension settings.
HtmlSettingsAttributeSpecifies the HTML editing settings (HtmlEditorSettings.SettingsHtmlEditing) for the value of a data field.
HyperLinkExtensionRepresents an extension object implementing the HyperLink functionality.
HyperLinkSettingsContains the HyperLink extension settings.
ImageEditExtensionRepresents an extension object implementing the Image functionality.
ImageEditSettingsContains the Image extension settings.
ImageGalleryExtensionRepresents an extension object implementing the ImageGallery functionality.
ImageGallerySettingsContains the ImageGallery extension settings.
ImageSliderExtensionRepresents an extension object implementing the ImageSlider functionality.
ImageSliderSettingsContains the ImageSlider extension settings.
ImageZoomExtensionRepresents an extension object implementing the ImageZoom functionality.
ImageZoomNavigatorExtensionRepresents an extension object implementing the ImageZoomNavigator functionality.
ImageZoomNavigatorSettingsContains the ImageZoomNavigator extension settings.
ImageZoomSettingsContains the ImageZoom extension settings.
LabelExtensionRepresents an extension object implementing the Label functionality.
LabelSettingsContains the Label extension settings.
LineSeriesViewActionMethodContainer
ListBoxExtensionRepresents an extension object implementing the ListBox functionality.
ListBoxSettingsContains the ListBox extension settings.
LoadingPanelExtensionRepresents an extension object implementing the LoadingPanel functionality.
LoadingPanelSettingsContains the LoadingPanel extension settings.
MaskAttributeSpecifies the mask settings for the value of a data field.
MemoExtensionRepresents an extension object implementing the Memo functionality.
MemoSettingsContains the Memo extension settings.
MenuExtensionRepresents an extension object implementing the Menu functionality.
MenuExtensionBaseA base extension object implementing the common functionality of menu extensions.
MenuItemStateContains information (the current state) on an individual menu item.
MenuSettingsContains the Menu extension settings.
MenuSettingsBaseServes as a base for classes that define functional settings of the Menu and PopupMenu.
MenuStateContains information (the current state) on all the menu items.
MVCxAppointmentCustomFieldMappingCollectionA collection of mappings of the custom properties of appointments to the fields in the data source.
MVCxAppointmentStorageA storage which holds a collection of appointments.
MVCxBatchUpdateValues<T>Contains all the changes that are synchronized between the client and the server side when the extension functions in batch edit mode.
MVCxBatchUpdateValues<T, S>Contains all the changes that are synchronized between the client and the server side when the extension functions in batch edit mode.
MVCxBinaryImageThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxBinaryImageEditPropertiesContains BinaryImage specific properties.
MVCxButtonThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxButtonEditThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxButtonEditPropertiesContains ButtonEdit specific properties.
MVCxCalendarThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxCalendarPropertiesContains Calendar specific properties.
MVCxCallbackPanelThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxCaptchaThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxCardViewThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxCardViewColumnRepresents a column within the GridView.
MVCxCardViewColumnCollectionRepresents a collection of columns within the GridView.
MVCxCardViewColumnCollection<CardType>A collection of strongly-typed columns within the CardView.
MVCxCardViewColumnLayoutItemRepresents a layout item (with MVC specificity) within the CardView’s edit form.
MVCxCardViewEditingSettingsProvides editing settings for CardView.
MVCxCardViewExporterFor internal use only.
MVCxCardViewExportSettingsContains the export settings to be applied when the CardView’s data is exported.
MVCxCardViewFormatConditionCollectionA collection of format conditions in the ASPxCardView control.
MVCxCardViewFormatConditionCollection<CardType>A collection of format conditions in the CardView extension.
MVCxCardViewFormLayoutPropertiesContains settings that relate to the FormLayout used in the CardView’s edit form.
MVCxCardViewLayoutGroupRepresents a layout group (with MVC specificity) within the FormLayout used in the CardView’s edit form.
MVCxCardViewLayoutItemCollectionRepresents a (MVC specific) collection of layout items and groups within the FormLayout used in the GridView’s edit form.
MVCxCardViewPagerSettingsContains pager settings.
MVCxCardViewPageSizeItemSettingsContains pager size item settings.
MVCxCardViewSearchPanelSettingsContains settings of the CardView’s search panel.
MVCxCardViewTabbedLayoutGroupRepresents a (MVC specific) tabbed layout group within the FormLayout used in the CardView’s edit form.
MVCxCardViewToolbarA base class for the Card View’s toolbar.
MVCxCardViewToolbarCollectionRepresents the CardView’s toolbar collection.
MVCxCardViewToolbarItemImplements the Card View’s toolbar item functionality.
MVCxCardViewToolbarItemCollectionRepresents a collection of a Vertical Grid’s toolbar items.
MVCxChartControlThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxCheckBoxThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxCheckBoxListThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxCheckBoxListPropertiesContains CheckBoxList specific properties.
MVCxCheckBoxPropertiesContains CheckBox specific properties.
MVCxColorEditThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxColorEditPropertiesContains ColorEdit specific properties.
MVCxColumnBinaryImageEditPropertiesContains settings specific to a binary image column.
MVCxColumnButtonEditPropertiesContains settings specific to a button edit column.
MVCxColumnCheckBoxPropertiesContains settings specific to a check box column.
MVCxColumnColorEditPropertiesContains settings specific to a color edit column.
MVCxColumnComboBoxPropertiesContains settings specific to a combo box column.
MVCxColumnDateEditPropertiesContains settings specific to a date edit column.
MVCxColumnDropDownEditPropertiesContains settings specific to a dropdown edit column.
MVCxColumnHyperLinkPropertiesContains settings specific to a hyper link column.
MVCxColumnImageEditPropertiesContains settings specific to an image edit column.
MVCxColumnMemoPropertiesContains settings specific to a memo column.
MVCxColumnProgressBarPropertiesContains settings specific to a progress bar column.
MVCxColumnSpinEditPropertiesContains settings specific to a spin edit column.
MVCxColumnTextBoxPropertiesContains settings specific to a text box column.
MVCxColumnTimeEditPropertiesContains settings specific to a time edit column.
MVCxColumnTokenBoxPropertiesContains settings specific to a token box column.
MVCxComboBoxThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxComboBoxPropertiesContains ComboBox specific properties.
MVCxDataSourceFileSystemProviderRepresents a FileManager file system provider that obtains file system information from a data source.
MVCxDataViewThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxDataViewPagerPageSizeItemSettingsContains pager size item settings.
MVCxDataViewPagerSettingsContains pager settings.
MVCxDateEditThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxDateEditPropertiesContains DateEdit specific properties.
MVCxDateEditRangeSettingsThe date range settings.
MVCxDateNavigatorThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxDiagramA configured instance of the Diagram extension that the sender parameter returns in server-side events.
MVCxDiagramContextToolboxSettingsContains settings that affect the context toolbox’s functionality.
MVCxDiagramCustomShapeCollectionA collection of custom shapes.
MVCxDiagramEdgeUpdateValues<TEdge, TKey>Contains information about updated diagram edges.
MVCxDiagramItemUpdateValues<TItem, TKey>The base for classes that contain information about updated diagram items.
MVCxDiagramNodeUpdateValues<TNode, TKey>Contains information about updated diagram nodes.
MVCxDiagramToolboxGroupCollectionA collection of toolbox groups.
MVCxDiagramToolboxSettingsContains settings that affect the toolbox’s functionality.
MVCxDiagramToolboxShapeCollectionA collection of shapes.
MVCxDockManagerThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxDockPanelThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxDockZoneThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxDropDownEditThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxDropDownEditPropertiesContains DropDownEdit specific properties.
MVCxFileManagerThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxFileManagerDetailsColumnA column used to display file information in the file list details view.
MVCxFileManagerDetailsColumnCollectionThe FileManager’s column collection.
MVCxFileManagerDetailsCustomColumnA column used to display custom information in the file list details view.
MVCxFileManagerFileListDetailsViewSettingsContains settings that relate to the file list‘s details view functionality.
MVCxFileManagerFileListThumbnailsViewSettingsContains settings that relate to the file list‘s thumbnails view functionality.
MVCxFileManagerSettingsContains specific settings of the FileManager.
MVCxFileManagerSettingsFileListContains file list settings of the FileManager.
MVCxFileManagerSettingsUploadContains upload settings of the FileManager.
MVCxFileManagerValidationSettingsContains upload validation settings of a built-in file manager (Document Selector or Image Selector).
MVCxFilterControlThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxFilterControlColumnRepresents a column within the Filter Control.
MVCxFilterControlColumnCollectionRepresents a collection of columns within the Filter Control.
MVCxFilterControlColumnCollection<RowType>A collection of strongly-typed columns within the Filter Control.
MVCxFilterControlExpressionInfoProvides filter criteria information in the controller.
MVCxFilterControlSettingsContains specific settings of the Filter Control.
MVCxFilterControlSettings<RowType>Contains the Filter Control extension settings.
MVCxFloatingActionButtonThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxForbiddenZoneCollectionA collection of zones disallowed from the collection owner panel.
MVCxFormLayoutThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxFormLayoutGroupRepresents an individual layout group within the FormLayout extension.
MVCxFormLayoutGroup<ModelType>Represents an individual layout group within the FormLayout.
MVCxFormLayoutItemRepresents an individual layout item within the FormLayout.
MVCxFormLayoutItemCollectionRepresents a collection of layout items and groups within the FormLayout.
MVCxFormLayoutItemCollection<ModelType>Represents a collection of layout items and groups within the FormLayout.
MVCxGanttRepresents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxGanttDependencyUpdateValues<TDependency, TKey>Contains information about updated dependencies.
MVCxGanttItemUpdateValues<TItem, TKey>Serves as a base class for classes that contain information about updated objects.
MVCxGanttResourceAssignmentUpdateValues<TAssignment, TKey>Contains information about updated resource assignments.
MVCxGanttResourceUpdateValues<TResource, TKey>Contains information about updated resources.
MVCxGanttTaskUpdateValues<TTask, TKey>Contains information about updated tasks.
MVCxGridBatchUpdateValues<T>Contains all the changes that are synchronized between the client and the server side when the GridView functions in batch edit mode.
MVCxGridBatchUpdateValues<T, S>Contains all the changes that are synchronized between the client and the server side when the GridView functions in batch edit mode.
MVCxGridExportSettingsServes as a base class for the MVCxGridViewExportSettings, MVCxCardViewExportSettings, and MVCxVerticalGridExportSettings classes.
MVCxGridLookupThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxGridLookupPropertiesContains GridLookup specific properties.
MVCxGridSelectedKeys<Key>For internal use.
MVCxGridViewThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxGridViewBandColumnA band column used to combine other grid columns within its MVCxGridViewBandColumn.Columns collection.
MVCxGridViewBandColumn<RowType>A band column used to combine other grid columns within its MVCxGridViewBandColumn<RowType>.Columns collection.
MVCxGridViewBatchUpdateValues<T>Contains all the changes that are synchronized between the client and the server side when the GridView functions in batch edit mode.
MVCxGridViewBatchUpdateValues<T, S>Contains all the changes that are synchronized between the client and the server side when the GridView functions in batch edit mode.
MVCxGridViewBehaviorSettingsContains behavior specific settings of the GridView.
MVCxGridViewColumnRepresents a column within the GridView.
MVCxGridViewColumn<RowType>Represents a strongly-typed column in the GridView extension.
MVCxGridViewColumnCollectionRepresents a collection of columns within the GridView.
MVCxGridViewColumnCollection<RowType>Represents a collection of strongly-typed columns within the GridView.
MVCxGridViewColumnLayoutItemRepresents a layout item (with MVC specificity) within the GridView’s edit form.
MVCxGridViewCommandColumnRepresents a command column within a GridView.
MVCxGridViewContextMenuA context menu.
MVCxGridViewDetailSettingsProvides detail customization options for GridViews.
MVCxGridViewEditingSettingsProvides editing settings for GridView.
MVCxGridViewExporterFor internal use only.
MVCxGridViewExportSettingsContains the export settings to be applied when the GridView’s data is exported.
MVCxGridViewFormatConditionCollectionA collection of format conditions in the GridView extension.
MVCxGridViewFormatConditionCollection<RowType>A collection of format conditions in the GridView extension.
MVCxGridViewFormLayoutPropertiesContains settings that relate to the FormLayout used in the GridView’s edit form.
MVCxGridViewFormLayoutProperties<ModelType>Contains settings that relate to the FormLayout used in the GridView’s edit form.
MVCxGridViewLayoutGroupRepresents a layout group (with MVC specificity) within the FormLayout used in the GridView’s edit form.
MVCxGridViewLayoutGroup<ModelType>A layout group with MVC specificity in the FormLayout used in the GridView’s edit form.
MVCxGridViewLayoutItemCollectionRepresents a (MVC specific) collection of layout items and groups within the FormLayout used in the GridView’s edit form.
MVCxGridViewLayoutItemCollection<ModelType>A collection of layout items and groups in the FormLayout used in the GridView’s edit form.
MVCxGridViewPopupControlSettingsContains specific settings for different popup elements.
MVCxGridViewPropertiesContains the properties specific to the GridView that is built in to the ASP.NET MVC GridLookup extension.
MVCxGridViewSearchPanelSettingsContains settings of the GridView’s search panel.
MVCxGridViewSettingsContains specific settings of the GridView.
MVCxGridViewTabbedLayoutGroupRepresents a (MVC specific) tabbed layout group within the FormLayout used in the GridView’s edit form.
MVCxGridViewTabbedLayoutGroup<ModelType>A tabbed layout group in the FormLayout used in the GridView’s edit form.
MVCxGridViewTextSettingsContains text settings of the GridView.
MVCxGridViewToolbarA base class for the Grid View’s toolbar.
MVCxGridViewToolbarCollectionRepresents the Grid View’s toolbar collection.
MVCxGridViewToolbarItemImplements the Grid View’s toolbar item functionality.
MVCxGridViewToolbarItemCollectionRepresents a collection of a Grid View’s toolbar items.
MVCxHintThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxHtmlEditorThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxHtmlEditorAudioSelectorSettingsContains the HtmlEditor’s Select Audio dialog’s settings (specific to MVC).
MVCxHtmlEditorAudioSelectorUploadSettingsContains (MVC specific) settings that relate to the built-in Audio Selector‘s file upload functionality.
MVCxHtmlEditorAudioUploadSettingsContains settings that relate to the HtmlEditor’s audio uploading functionality.
MVCxHtmlEditorChangeElementPropertiesDialogSettingsContains MVC specific customization settings for the Change Element Properties dialog’s form elements.
MVCxHtmlEditorCustomDialogRepresents an individual custom dialog within the HtmlEditor.
MVCxHtmlEditorCustomDialogsRepresents a collection of custom dialogs within the HtmlEditor.
MVCxHtmlEditorDefaultDialogSettingsContains (MVC specific) customization settings of the built-in dialogs.
MVCxHtmlEditorDialogFormElementSettingsContains settings concerning customization of dialog form elements.
MVCxHtmlEditorDocumentSelectorSettingsContains settings of the HtmlEditor’s built-in Document Selector.
MVCxHtmlEditorDocumentSelectorUploadSettingsContains settings that relate to the built-in Document Selector‘s file upload functionality.
MVCxHtmlEditorFileManagerUploadSettingsContains base settings that relate to the file upload functionality of the HtmlEditor’s built-in file managers (Image Selector and Document Selector).
MVCxHtmlEditorFileManagerValidationSettingsContains settings that relate to the HtmlEditor’s uploaded file validation.
MVCxHtmlEditorFlashSelectorSettingsContains the HtmlEditor’s Select Flash dialog’s settings.
MVCxHtmlEditorFlashSelectorUploadSettingsContains (MVc specific) settings that relate to the built-in Flash Selector‘s file upload functionality.
MVCxHtmlEditorFlashUploadSettingsContains settings that relate to the HtmlEditor’s flash uploading functionality.
MVCxHtmlEditorFormsSettingsContains dialog form related settings.
MVCxHtmlEditorImageSelectorSettingsContains settings of the HtmlEditor’s built-in Image Selector.
MVCxHtmlEditorImageSelectorUploadSettingsContains settings that relate to the built-in Image Selector‘s file upload functionality.
MVCxHtmlEditorImageUploadSettingsContains settings that relate to the HtmlEditor’s functionality for uploading images (this functionality can be accessed via the Insert Image Dialog‘s ‘From your computer’ option).
MVCxHtmlEditorInsertAudioDialogSettingsContains (MVC specific) customization settings for the Insert Audio dialog’s form elements.
MVCxHtmlEditorInsertFlashDialogSettingsContains (MVC specific) customization settings for the Insert Flash dialog’s form elements.
MVCxHtmlEditorInsertImageDialogSettingsContains (MVC specific) customization settings for the Insert Image dialog’s form elements.
MVCxHtmlEditorInsertLinkDialogSettingsContains (MVC specific) customization settings for the Insert Link dialog’s form elements.
MVCxHtmlEditorInsertMediaDialogSettingsServes as a base for classes containing (MVC specific) customization settings for form elements of the built-in media dialogs.
MVCxHtmlEditorInsertMediaDialogSettingsBaseServes as a base for classes containing (MVC specific) customization settings for form elements of the built-in media dialogs.
MVCxHtmlEditorInsertPlaceholderDialogSettingsContains (MVC specific) customization settings for the Insert Placeholder dialog’s form elements.
MVCxHtmlEditorInsertTableDialogSettingsContains (MVC specific) customization settings for the Insert Table dialog’s form elements.
MVCxHtmlEditorInsertVideoDialogSettingsContains (MVC specific) customization settings for the Insert Video dialog’s form elements.
MVCxHtmlEditorPasteFromWordDialogSettingsContains customization settings for the Paste from Word dialog’s form elements.
MVCxHtmlEditorRibbonContextTabCategoryCollectionA collection of context tab categories in the HtmlEditor extension.
MVCxHtmlEditorRibbonTabCollectionRepresents a collection of tabs within the HtmlEditor’s built-in ribbon.
MVCxHtmlEditorSpellCheckerContains settings that pertain to the HtmlEditor’s built-in spell checking functionality.
MVCxHtmlEditorTableCellPropertiesDialogSettingsContains customization settings for the Cell Properties dialog’s form elements.
MVCxHtmlEditorTableElementPropertiesDialogSettingsContains customization settings for the element properties dialog’s form elements.
MVCxHtmlEditorToolbarA base class for toolbar.
MVCxHtmlEditorToolbarCollectionA collection of toolbar objects.
MVCxHtmlEditorToolbarItemCollectionA collection of toolbar item objects.
MVCxHtmlEditorVideoSelectorSettingsContains the HtmlEditor’s Select Video dialog’s settings.
MVCxHtmlEditorVideoSelectorUploadSettingsContains settings that relate to the built-in Video Selector‘s file upload functionality.
MVCxHtmlEditorVideoUploadSettingsContains (MVC specific) settings that relate to a control’s video uploading functionality.
MVCxHyperLinkThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxHyperLinkPropertiesContains HyperLink specific properties.
MVCxICalendarExportSettingsContains settings specific to iCalendar export of the Scheduler.
MVCxICalendarImportSettingsContains settings specific to iCalendar export of the Scheduler.
MVCxImageThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxImageEditPropertiesContains ImageEdit specific properties.
MVCxImageGalleryThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxImageGalleryItemRepresents an individual item within the ImageGallery.
MVCxImageGalleryItemCollectionRepresents a collection of items within the ImageGallery.
MVCxImageGalleryPagerPageSizeItemSettingsContains pager size item settings.
MVCxImageGalleryPagerSettingsContains the ImageGallery‘s pager settings.
MVCxImageSliderThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxImageSliderItemRepresents an ImageSlider item.
MVCxImageSliderItemCollectionRepresents a collection of ImageSlider items.
MVCxImageZoomThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxImageZoomNavigatorThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxLabelThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxLabelPropertiesContains Label specific properties.
MVCxLayoutItemCaptionSettingsContains the layout item caption settings.
MVCxListBoxThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxListBoxColumnContains settings that define an individual column within list editors.
MVCxListBoxColumnCellTemplateContainerA container for the templates used to render cells within a list editor column.
MVCxListBoxColumnCollectionRepresents a collection of columns for list editors.
MVCxListBoxPropertiesContains ListBox specific properties.
MVCxListEditItemTemplateContainerA container for the templates used to render list edit items.
MVCxLoadingPanelThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxMemoThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxMemoPropertiesContains Memo specific properties.
MVCxMenuThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxMenuItemRepresents an individual menu item within the Menu.
MVCxMenuItemCollectionRepresents a collection that maintains menu items.
MVCxNavBarThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxNavBarGroupRepresents an individual group within the NavBar.
MVCxNavBarGroupCollectionRepresents a collection of groups within the NavBar.
MVCxNavBarItemRepresents an individual item within the NavBar.
MVCxNavBarItemCollectionRepresents a collection of items within a navbar group.
MVCxPageControlThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxPanelThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxPivotGridThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxPivotGridExporterPerforms WYSIWYG PivotGrid export and raises export events.
MVCxPivotGridExportSettingsContains the export settings to be applied when the PivotGrid’s data is exported.
MVCxPivotGridFieldA field within the PivotGrid.
MVCxPivotGridFieldCollectionA field collection for the PivotGrid extension.
MVCxPivotGridWebGroupA group of fields.
MVCxPivotGridWebGroupCollectionRepresents the PivotGrid‘s group collection.
MVCxPivotGridWebOptionsDataProvides data specific options for PivotGrid.
MVCxPivotGridWebOptionsDataFieldProvides options which control data fields presentation in the PivotGrid extension.
MVCxPivotGridWebOptionsLoadingPanelProvides settings that affect the Loading Panel’s appearance and functionality.
MVCxPivotGridWebOptionsViewProvides view options for the PivotGrid.
MVCxPopupControlThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxPopupMenuThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxPopupWindowAn individual popup window within PopupControl.
MVCxPopupWindowCollectionRepresents a collection of popup windows within the PopupControl.
MVCxProgressBarThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxProgressBarPropertiesContains ProgressBar specific properties.
MVCxQueryBuilderThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxQueryBuilderClientSideEventsProvides additional client-side events to an MVCxQueryBuilder.
MVCxRadioButtonThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxRadioButtonListThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxRadioButtonListPropertiesContains RadioButtonList specific properties.
MVCxRadioButtonPropertiesContains RadioButton specific properties.
MVCxRatingControlThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxReportDesignerAn ASP.NET MVC equivalent of the ASPxReportDesigner control.
MVCxReportDesignerClientSideEventsProvides additional client-side events to an MVCxClientReportDesigner.
MVCxResourceStorageA storage which holds appointment resources.
MVCxRibbonThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxRibbonComboBoxItemRepresents an individual item of a combo box in the ribbon.
MVCxRibbonComboBoxPropertiesContains settings specific to a combo box in the ribbon.
MVCxRibbonContextTabCategoryAn individual context tab category in the Ribbon extension.
MVCxRibbonContextTabCategoryCollectionA collection of context tab categories in the Ribbon extension.
MVCxRibbonGroupRepresents an individual group within the Ribbon.
MVCxRibbonGroupCollectionRepresents a collection of groups within the Ribbon.
MVCxRibbonItemCollectionRepresents a collection of items within the Ribbon.
MVCxRibbonTabRepresents an individual tab within the Ribbon.
MVCxRibbonTabCollectionRepresents a collection of tabs within the Ribbon.
MVCxRibbonTemplateItemRepresents a template item within the Ribbon.
MVCxRichEditThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxRoundPanelThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxSchedulerThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxSchedulerAgendaViewRepresents an Agenda View.
MVCxSchedulerClientSideEventsContains a client-side MVCxScheduler event list.
MVCxSchedulerDayViewContains settings for the scheduler’s Day view.
MVCxSchedulerExportSettingsHolds settings specific to the export of Scheduler data in different formats.
MVCxSchedulerFullWeekViewContains settings for the scheduler’s Full Week view.
MVCxSchedulerImportSettingsHolds settings specific to the import of Scheduler data in different formats.
MVCxSchedulerMonthViewContains settings for the scheduler’s Month (Multi-week) view.
MVCxSchedulerOptionsFormsContains settings and methods used to specify the content, visibility and other options of the end-user dialog forms.
MVCxSchedulerOptionsToolTipsProvides properties and methods which allow you to specify tooltip visibility, layout options and templates used for rendering tooltips.
MVCxSchedulerStorageA storage which holds data for the Scheduler control.
MVCxSchedulerStorageControlThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxSchedulerTimelineViewContains settings for the scheduler’s Timeline view.
MVCxSchedulerViewRepositoryA storage for Scheduler views.
MVCxSchedulerWeekViewContains settings for the scheduler’s Week view.
MVCxSchedulerWorkWeekViewContains settings for the scheduler’s WorkWeek view.
MVCxSpellCheckerThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxSpellCheckerDictionaryCollectionA collection of dictionaries for the Spell Checker
MVCxSpellCheckerFormsSettingsContains dialog form related settings.
MVCxSpinEditThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxSpinEditPropertiesContains SpinEdit specific properties.
MVCxSplitterThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxSplitterPaneRepresents an individual pane within the Splitter.
MVCxSplitterPaneCollectionRepresents a collection of panes within the Splitter.
MVCxSpreadsheetThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxSpreadsheetFormsSettingsContains settings that are specific to customizable versions of the Spreadsheet ‘s built-in dialogs.
MVCxSpreadsheetSettingsContains specific settings of the Spreadsheet.
MVCxTabRepresents an individual tab within the TabControl.
MVCxTabbedFormLayoutGroupRepresents an individual tabbed layout group within the FormLayout.
MVCxTabbedFormLayoutGroup<ModelType>Represents an individual tabbed layout group within the FormLayout.
MVCxTabCollectionRepresents a collection of tabs within a tabbed extension (PageControl or TabControl).
MVCxTabControlThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxTabPageRepresents a tabbed page within the PageControl.
MVCxTabPageCollectionRepresents a collection of tabbed pages within the PageControl.
MVCxTextBoxThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxTextBoxPropertiesContains TextBox specific properties.
MVCxTimeEditThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxTimeEditPropertiesContains TimeEdit specific properties.
MVCxTimeRulerCollectionA collection of time rulers.
MVCxTimeZoneEditThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxTokenBoxThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxTokenBoxPropertiesContains TokenBox specific properties.
MVCxTrackBarThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxTrackBarPropertiesContains TrackBar specific properties.
MVCxTreeListThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxTreeListBatchUpdateValues<T, S>Contains all the changes that are synchronized between the client and the server side when the TreeList functions in batch edit mode.
MVCxTreeListColumnDenotes an individual column within the TreeList.
MVCxTreeListColumnCollectionA collection of columns within the TreeList.
MVCxTreeListColumnCollection<RowType>A collection of strongly-typed columns within the TreeList.
MVCxTreeListCommandColumnDenotes an individual command column within the TreeList.
MVCxTreeListExporterFor internal use only.
MVCxTreeListNodeDenotes an individual node within the TreeList.
MVCxTreeListNodeCollectionA collection of columns within the TreeList.
MVCxTreeListNodeInfo<T>Contains information on a tree list cell.
MVCxTreeListPopupControlSettingsContains specific settings for different popup elements of the tree list.
MVCxTreeListPrintSettingsProvides print settings for the TreeList.
MVCxTreeListSelectedKeys<Key>For internal use.
MVCxTreeListSettingsContains specific settings of the TreeList.
MVCxTreeListSettingsBehaviorContains behavior specific settings of the TreeList.
MVCxTreeListSettingsCookiesProvides cookies settings for the TreeList.
MVCxTreeListSettingsCustomizationWindowProvides settings that affect the Customization Window‘s position and functionality.
MVCxTreeListSettingsDataSecurityProvides security settings that allow you to disable data modification operations (edit, insert, delete).
MVCxTreeListSettingsEditingProvides editing settings for the TreeList.
MVCxTreeListSettingsExportContains the export settings to be applied when the TreeList’s data is exported.
MVCxTreeListSettingsLoadingPanelProvides settings that affect the loading panel’s appearance and functionality.
MVCxTreeListSettingsPagerContains pager settings.
MVCxTreeListSettingsPopupEditFormContains popup edit form settings.
MVCxTreeListSettingsSearchPanelContains the search panel settings.
MVCxTreeListSettingsSelectionProvides selection settings for the TreeList.
MVCxTreeListSettingsTextContains text settings of the TreeList.
MVCxTreeListSummaryCollectionA collection of summary items within the TreeList.
MVCxTreeListToolbarA base class for the Tree List’s toolbar.
MVCxTreeListToolbarCollectionRepresents the TreeList’s toolbar collection.
MVCxTreeListToolbarItemImplements the Tree List’s toolbar item functionality.
MVCxTreeListToolbarItemCollectionRepresents a collection of a Tree List’s toolbar items.
MVCxTreeViewThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxTreeViewNodeRepresents an individual node within the TreeView.
MVCxTreeViewNodeCollectionRepresents a collection of nodes within the TreeView.
MVCxUploadControlThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxValidationEditFor internal use only.
MVCxValidationEditPropertiesFor internal use only.
MVCxValidationSettingsContains the settings that relate to editor validation.
MVCxValidationSummaryThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxVerticalGridThe object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
MVCxVerticalGridCategoryRowA category row used to combine other grid rows within its MVCxVerticalGridCategoryRow.Rows collection.
MVCxVerticalGridCategoryRow<ColumnType>A category row used to combine other VerticalGrid rows within its MVCxVerticalGridCategoryRow<ColumnType>.Rows collection.
MVCxVerticalGridCommandRowRepresents a command row within a VerticalGrid.
MVCxVerticalGridEditingSettingsProvides editing settings for VerticalGrid.
MVCxVerticalGridExporterFor internal use only.
MVCxVerticalGridExportSettingsContains the export settings to be applied when the VerticalGrid’s data is exported.
MVCxVerticalGridFormatConditionCollectionA collection of format conditions in the VerticalGrid extension.
MVCxVerticalGridFormatConditionCollection<ColumnType>A collection of format conditions in the Vertical Grid extension.
MVCxVerticalGridRowRepresents a row within the VerticalGrid.
MVCxVerticalGridRow<ColumnType>A row used to combine other VerticalGrid rows within its MVCxVerticalGridCategoryRow<ColumnType>.Rows collection.
MVCxVerticalGridRowCollectionRepresents a collection of rows within the VerticalGrid.
MVCxVerticalGridRowCollection<ColumnType>Represents a collection of strongly-typed rows within the VerticalGrid.
MVCxVerticalGridSearchPanelSettingsContains settings of the VerticalGrid’s search panel.
MVCxVerticalGridToolbarA base class for the Vertical Grid’s toolbar.
MVCxVerticalGridToolbarCollectionRepresents the VerticalGrid’s toolbar collection.
MVCxVerticalGridToolbarItemImplements the Vertical Grid’s toolbar item functionality.
MVCxVerticalGridToolbarItemCollectionRepresents a collection of a Vertical Grid’s toolbar items.
MVCxWebDocumentViewerAn ASP.NET MVC equivalent of the ASPxWebDocumentViewer control.
NavBarExtensionRepresents an extension object implementing the NavBar functionality.
NavBarGroupStateContains information (the current state) on an individual navbar group.
NavBarItemStateContains information (the current state) on an individual navbar item.
NavBarItemStateBaseContains base information (the current state) that is common to a navbar item and group.
NavBarSettingsContains the NavBar extension settings.
NavBarStateContains information (the current state) on all the navbar items and groups.
OfficeWorkSessionProcessingProcess work sessions in an application in stateless mode.
PageControlExtensionRepresents an extension object implementing the PageControl functionality.
PageControlSettingsContains the PageControl extension settings.
PageControlStateContains information (the current state) on all the PageControl tab pages.
PageControlTabStateContains information (the current state) on an individual tab (or tab page).
PanelExtensionRepresents an extension object implementing the Panel functionality.
PanelSettingsContains the Panel extension settings.
PivotCustomizationExtensionAn extension object that implements the PivotCustomization extension functionality.
PivotCustomizationExtensionSettingsContains the PivotCustomizationExtension specific settings.
PivotGridExtensionRepresents an extension object implementing the PivotGrid functionality.
PivotGridSettingsContains the PivotGrid extension settings.
PopupControlExtensionAn extension object implementing the PopupControl functionality.
PopupControlExtensionBaseA base extension object implementing the common functionality of the PopupControl and DockPanel extensions.
PopupControlSettingsContains the PopupControl extension settings.
PopupControlSettingsBaseA base class containing common settings of the PopupControl and DockPanel extensions.
PopupMenuExtensionRepresents an extension object implementing the PopupMenu functionality.
PopupMenuSettingsContains the PopupMenu extension settings.
ProgressBarExtensionRepresents an extension object implementing the ProgressBar functionality.
ProgressBarSettingsContains the ProgressBar extension settings.
QueryBuilderExtensionRepresents an extension object implementing the Query Builder functionality.
QueryBuilderSaveCallbackResult
QueryBuilderSettingsContains the Query Builder extension settings.
RadioButtonExtensionRepresents an extension object implementing the RadioButton functionality.
RadioButtonListExtensionRepresents an extension object implementing the RadioButtonList functionality.
RadioButtonListSettingsContains the RadioButtonList extension settings.
RadioButtonSettingsContains the RadioButton extension settings.
RatingControlExtensionRepresents an extension object implementing the RatingControl functionality.
RatingControlSettingsContains the RatingControl extension settings.
ReportDesignerExtensionRenders the ASPxReportDesigner in ASP.NET MVC.
ReportDesignerSettingsStores settings of the ReportDesignerExtension.
RibbonExtensionRepresents an extension object implementing the Ribbon functionality.
RibbonSettingsContains the Ribbon extension settings.
RichEditCustomDocumentProcessorProvides methods to process a document in the Controller in a custom manner.
RichEditExtensionRepresents an extension object implementing the RichEdit functionality.
RichEditSettingsContains the RichEdit extension settings.
RoundPanelExtensionRepresents an extension object implementing the RoundPanel functionality.
RoundPanelSettingsContains the RoundPanel extension settings.
SchedulerExtensionAn extension object implementing the Scheduler functionality.
SchedulerSettingsContains the Scheduler extension settings.
SchedulerStatusInfoExtensionAn extension object specifying the Scheduler Status Info Settings.
SchedulerStatusInfoSettingsContains Scheduler Status Info settings
SchedulerStorageControlExtensionAn extension object implementing the Scheduler Storage Control functionality.
SchedulerStorageControlSettingsContains the Scheduler Storage Control extension settings.
SeriesViewActionMethodContainerA class allowing you to configure a series view using delegate methods.
SettingsBaseRepresents a base class for DevExpress ASP.NET MVC extension settings.
SpellCheckerExtensionRepresents an extension object implementing the Spell Checker functionality.
SpellCheckerSettingsContains the Spell Checker extension settings.
SpinEditExtensionRepresents an extension object implementing the SpinEdit functionality.
SpinEditSettingsContains the SpinEdit extension settings.
SplitterExtensionRepresents an extension object implementing the Splitter functionality.
SplitterSettingsContains the Splitter extension settings.
SpreadsheetCustomDocumentProcessorProvides methods to process a document in the Controller in a custom manner.
SpreadsheetExtensionAn extension object that implement the Spreadsheet functionality.
SpreadsheetSettingsContains the Spreadsheet extension settings.
TabControlExtensionRepresents an extension object implementing the TabControl functionality.
TabControlExtensionBaseRepresents a base class implementing the common functionality of tabbed extensions (like TabControl).
TabControlSettingsContains the TabControl extension settings.
TabControlSettingsBaseRepresents a base class containing common settings of a tabbed control.
TextBoxExtensionRepresents an extension object implementing the TextBox functionality.
TextBoxSettingsContains the TextBox extension settings.
TimeEditExtensionRepresents an extension object implementing the TimeEdit functionality.
TimeEditSettingsContains the TimeEdit extension settings.
TimeZoneEditExtensionRepresents an extension object implementing the TimeZone Editor functionality.
TimeZoneEditSettingsContains TimeZone Editor specific settings.
TokenBoxExtensionRepresents an extension object implementing the TokenBox functionality.
TokenBoxSettingsContains the TokenBox extension settings.
TrackBarExtensionAn extension object implementing the TrackBar functionality.
TrackBarSettingsContains the TrackBar extension settings.
TreeListColumnEditorPropertiesFactoryProvides methods that allow you to configure columns of different types in the tree list extension.
TreeListExtensionAn extension object implementing the TreeList functionality.
TreeListExtension<RowType>An extension object implementing the TreeList functionality.
TreeListSettingsContains the TreeList extension settings.
TreeListSettings<RowType>Contains the TreeList extension settings.
TreeViewExtensionAn extension object implementing the TreeView functionality.
TreeViewNodeStateContains information (the current state) on an individual TreeView node.
TreeViewSettingsContains the TreeView extension settings.
TreeViewStateContains information (the current state) on all treeview nodes.
UploadControlExtensionAn extension object implementing the UploadControl functionality.
UploadControlSettingsContains the UploadControl extension settings.
ValidationSummaryExtensionAn extension object implementing the ValidationSummary functionality.
ValidationSummarySettingsContains the ValidationSummary extension settings.
VerticalGridCustomBindingArgsBaseProvides base arguments to implement custom binding method delegates.
VerticalGridCustomBindingDataArgsBaseProvides base data arguments to implement custom binding method delegates.
VerticalGridCustomBindingGetDataArgsProvides arguments to implement a method delegate of the VerticalGridCustomBindingGetDataHandler type.
VerticalGridCustomBindingGetDataColumnCountArgsProvides arguments to implement a method delegate of the VerticalGridCustomBindingGetDataColumnCountHandler type.
VerticalGridCustomBindingGetSummaryValuesArgsProvides arguments to implement a method delegate of the VerticalGridCustomBindingGetSummaryValuesHandler type.
VerticalGridCustomBindingGetUniqueHeaderFilterValuesArgsProvides arguments to implement a method delegate of the VerticalGridCustomBindingGetUniqueHeaderFilterValuesHandler type.
VerticalGridExtensionRepresents an extension object implementing the VerticalGrid functionality.
VerticalGridExtension<ColumnType>Represents an extension object implementing the VerticalGrid functionality.
VerticalGridFilteringStateContains information about the VerticalGrid’s filtering-related state.
VerticalGridModelA specific view model object that maintains the VerticalGrid’s state and provides the means to populate itself with data when the VerticalGrid is used in the custom data binding mode.
VerticalGridPagerStateContains information about the VerticalGrid’s paging-related state.
VerticalGridRowStateContains information (the current state) on an individual row.
VerticalGridRowStateCollectionA collection that contains information (the current state) on row objects.
VerticalGridSearchPanelStateContains information about the VerticalGrid’s search panel related state.
VerticalGridSettingsContains the VerticalGrid extension settings.
VerticalGridSettings<ColumnType>Contains the VerticalGrid extension settings.
VerticalGridSummaryItemStateContains information about an individual summary item.
VerticalGridSummaryItemStateCollectionA collection that contains information (the current state) on summary items.
WaterfallSeriesViewActionMethodContainer
WebDocumentViewerExtensionRenders the ASPxWebDocumentViewer in ASP.NET MVC.
WebDocumentViewerSettingsStores settings of the WebDocumentViewerExtension.
XtraChartsCollectionExtensions staticA class storing extension methods allowing you to add chart elements configured using delegate methods to collections.
XtraChartsIndicatorCollectionExtensions staticA class storing extension methods allowing you to add indicators configured using delegate methods to the indicators collection.
XtraChartsLineSeriesViewExtensions static
XtraChartsSeriesBaseExtensions staticA class providing an extension method allowing you to configure a series view using delegate methods.
XtraChartsSeriesViewExtensions staticA class providing an extension method allowing you to configure series labels using delegate methods.
XtraChartsWaterfallSeriesViewExtensions static

Delegates

NameDescription
CardViewCustomBindingGetDataCardCountHandlerA delegate method that enables you to return the total number of data records within your model, when implementing custom data binding of the CardView.
CardViewCustomBindingGetDataHandlerA delegate method that enables you to populate the CardView view model with data cards requested by the CardView when implementing custom data binding of the CardView.
CardViewCustomBindingGetSummaryValuesHandlerA delegate method that enables you to calculate and return values of summaries required within the CardView when implementing custom data binding of the CardView.
CardViewCustomBindingGetUniqueHeaderFilterValuesHandlerA delegate method that enables you to return unique values to be displayed in the header filter dropdown list invoked for a column when implementing custom data binding of the CardView.
FetchAppointmentsMethodA delegate method that enables you to dynamically limit the number of appointments loaded into the Scheduler storage.
GridViewCustomBindingGetDataHandlerA delegate method that enables you to populate the grid view model with data rows requested by the grid, when implementing custom data binding of the GridView.
GridViewCustomBindingGetDataRowCountHandlerA delegate method that enables you to return the total number of data rows within your model, when implementing custom data binding of the GridView.
GridViewCustomBindingGetGroupingInfoHandlerA delegate method that enables you to return grouping information for group rows (the group value - key, and the number of data rows within the group - count), when implementing custom data binding of the GridView.
GridViewCustomBindingGetRowValuesHandlerA delegate method that enables you to populate the GridLookup’s grid view model with data rows requested by the grid, when implementing custom data binding of the built-in GridView.
GridViewCustomBindingGetSummaryValuesHandlerA delegate method that enables you to calculate and return values of summaries required within the grid, when implementing custom data binding of the GridView.
GridViewCustomBindingGetUniqueHeaderFilterValuesHandlerA delegate method that enables you to return unique values to be displayed in the header filter dropdown list invoked for a column, when implementing custom data binding of the GridView.
GridViewGetExportDetailGridViewEventHandlerA delegate method that enables you to populate the collection of detail grids that correspond to individual records within the master GridView.
ItemRequestedByValueMethodA delegate method that enables you to implement retrieval of an item by its value.
ItemsRequestedByFilterConditionMethodA delegate method that enables you to implement retrieval of items requested by the applied filter conditions.
ListEditCustomFilteringMethodA delegate method that enables you to implement custom filtering logic before the server-side filtering is executed.
PersistentObjectCancelMethodA delegate method that enables you to hide specific persistent objects (appointments or resources) in the scheduler.
TreeListVirtualModeCreateChildrenMethodA delegate method that enables you to create a list of business objects that correspond to the child nodes owned by the processed node within the TreeList.
TreeListVirtualModeNodeCreatingMethodA delegate method that enables you to specify the node’s key value and cell values within the TreeList.
TreeViewVirtualModeCreateChildrenMethodA delegate method that enables you to create a list of business objects that correspond to the child nodes owned by the processed node within the TreeView.
VerticalGridCustomBindingGetDataColumnCountHandlerA delegate method that enables you to return the total number of data columns within your model when implementing custom data binding of the VerticalGrid.
VerticalGridCustomBindingGetDataHandlerA delegate method that enables you to populate the grid view model with data rows requested by the grid when implementing custom data binding of the VerticalGrid.
VerticalGridCustomBindingGetSummaryValuesHandlerA delegate method that enables you to calculate and return values of summaries required within the grid when implementing custom data binding of the VerticalGrid.
VerticalGridCustomBindingGetUniqueHeaderFilterValuesHandlerA delegate method that enables you to return unique values to be displayed in the header filter dropdown list invoked for a row when implementing custom data binding of the VerticalGrid.

Enums

NameDescription
CardViewOperationTypeLists values that identify data operations initiated within the CardView.
FormLayoutNestedExtensionItemTypeLists values that specify the nested extension type.
GridViewOperationTypeLists values that identify data operations initiated within the GridView.
MVCxCardViewColumnTypeLists values that specify the column editor type.
MVCxGridViewColumnTypeLists values that specify the column editor type.
MVCxRibbonItemTypeLists values that specify the Ribbon item type.
MVCxTreeListColumnTypeLists values that specify the column editor type.
MVCxVerticalGridRowTypeLists values that specify the row editor type within the VerticalGrid.
VerticalGridOperationTypeLists values that identify data operations initiated within the ASPxVerticalGrid.