Back to Devexpress

Product Information

aspnet-7898-components-data-editors-product-information.md

latest12.1 KB
Original Source

Product Information

  • Jun 21, 2024
  • 5 minutes to read

The topics in this section give you basic information on the ASPxEditors.

Deployment

The Deployment section describes assemblies required by web projects that use the functionality of the DevExpress Data Editors. Some of the assemblies are essential, while others that provide additional functionality can be optionally deployed, depending on your requirements.

Note

If you use any DevExpress components in your project, their use and deployment should comply with the corresponding EULA documents. For more details on licensing information and the redistribution policy of DevExpress, refer to the following topic: Redistribution and Deployment.

Depending on the production server’s permissions and the number of web applications that use the same DevExpress assemblies, you can either register the assemblies in the Global Assembly Cache (GAC) or place them in the Bin folder of your application on the target computer. To learn more about web project deployment techniques, see the following topic: ASP.NET Deployment Content Map.

Required Libraries

Below are the essential libraries required by applications that use the DevExpress Data Editors.

AssemblyDescription
DevExpress.Data.v25.2.dllImplements the most basic functionality common to all DevExpress controls. This includes classes for data binding, skinning, printing, exporting, as well as many other auxiliary types and resources.
DevExpress.Web.v25.2.dllContains classes that implement the core functionality of all DevExpress web controls and the functionality of controls from the following components: Data Editors, GridView, Card View, Vertical Grid, Data and Image Navigation, Docking and Popups, Site Navigation and Layout, File Management and Multi-Use Site Controls.

Optional Libraries

The following libraries add functionality to web projects that use DevExpress Data Editors.

  • DevExpress Themes

  • Localization

Redistributable Libraries

For a complete list of libraries that are considered redistributable under your registered product’s EULA, refer to the following help topic: Redistributable Assemblies (ASP.NET and MVC Deployment).

Note

All DevExpress assemblies are located in the “C:\Program Files\DevExpress 25.2\Components\Bin\Framework\“ folder of your development machine after installation.

Non-Redistributable Libraries

Distribution of any DevExpress design-time libraries ending with “.Design” is strictly prohibited. This means that you cannot use our installation for deployment purposes since it includes design libraries that cannot be distributed according to the terms of our EULA.

Please consult the EULA for additional up-to-the-minute information on which libraries, tools and executables are considered redistributable.

Included Components

The Included Components section lists all included Data Editor controls.

You can use an editor control stand-alone or within a DevExpress container control such as a grid view (ASPxGridView). To embed a specific editor in a container control, a corresponding EditorProperties object (specific to the editor’s type) must be created. This object implements all the editor properties that allow you to customize the in-place editor. The container control (ASPxGridView) uses information from EditorProperties classes to create fully-functional editors when required.

Each editor contains the corresponding client-side equivalent object that allows you to perform the required actions on the client side.

The table below lists available editors, their corresponding editor properties classes and client-side equivalents.

LogoServer ControlEditor Properties ClassClient ObjectDescription
ASPxBinaryImageBinaryImageEditPropertiesASPxClientBinaryImageAn editor that displays binary images.
ASPxButtonNoneASPxClientButtonThe button control.
ASPxButtonEditButtonEditPropertiesASPxClientButtonEditA text editor that allows you to display buttons within an edit box.
ASPxCalendarCalendarPropertiesASPxClientCalendarThe calendar control that allows dates to be selected and provides you with a quick way of navigating through months and years.
ASPxCheckBoxCheckBoxPropertiesASPxClientCheckBoxA check box control that displays a check box option. Mostly used to edit Boolean values.
ASPxCheckBoxListCheckBoxListPropertiesASPxClientCheckBoxListA control that provides a list of check boxes.
ASPxColorEditColorEditPropertiesASPxClientColorEditA color editor.
ASPxComboBoxComboBoxPropertiesASPxClientComboBoxA text editor that allows you to select predefined items from a dropdown list.
ASPxDateEditDateEditPropertiesASPxClientDateEditAn editor that allows you to edit date values using a dropdown calendar.
ASPxDropDownEditDropDownEditPropertiesASPxClientDropDownEditAn editor with a templated dropdown window.
ASPxFilterControlNoneASPxClientFilterControlA stand-alone control that allows end-users to build filter criteria.
ASPxHyperLinkHyperLinkPropertiesASPxClientHyperLinkAn editor that allows you to edit hyperlinks and navigate to their targets.
ASPxImageImageEditPropertiesASPxClientImageAn editor that displays images.
ASPxLabelLabelPropertiesASPxClientLabelA label control that displays text on a web page.
ASPxListBoxListBoxPropertiesASPxClientListBoxA list box control that displays a list of items that a user can select.
ASPxMemoMemoPropertiesASPxClientMemoAn editor that allows you to display and edit multi-line text.
ASPxProgressBarProgressBarPropertiesASPxClientProgressBarThe progress bar control.
ASPxRadioButtonRadioButtonPropertiesASPxClientRadioButtonA button control that a user can select, but not clear.
ASPxRadioButtonListRadioButtonListPropertiesASPxClientRadioButtonListA control that displays a group of radio buttons.
ASPxSpinEditSpinEditPropertiesASPxClientSpinEditA textbox editor with specific spin buttons used to edit numeric values.
ASPxTextBoxTextBoxPropertiesASPxClientTextBoxA single-line text editor.
ASPxTimeEditTimeEditPropertiesASPxClientTimeEditAn editor that allows users to edit displayed time values.
ASPxTokenBoxTokenBoxPropertiesASPxClientTokenBoxA text editor that allows you to select multiple items from a predefined list using the auto-complete feature.
ASPxTrackBarTrackBarPropertiesASPxClientTrackBarA slider editor for single and range value selection.
ASPxValidationSummaryNoneASPxClientValidationSummaryA control that allows you to summarize validation errors and display them as a group in a panel.

See Also

ASP.NET Controls EULA