DevExpress.Web.ASPxHtmlEditor.v20.1 Contains classes which implement the functionality of the ASPxHtmlEditor control. Lists values that specify which action type is executed when a shortcut is pressed. When the shortcut is pressed, a command specified via the property is executed. When the shortcut is pressed, a dialog specified via the property is shown. Lists values that specify allowed document types for the control. Both the XHTML 1.0 Transitional and HTML 5 document types are allowed. Only the HTML 5 document type is allowed. Only the XHTML 1.0 Transitional document type is allowed. An HTML text editor control. Initializes a new instance of the class with default settings. Enables accessibility support. true, if accessibility support is enabled; otherwise, false. Gets or sets the editor's active view. One of the enumeration values. Specifies the ID of an control, used as an external toolbar. A string value specifying the ribbon ID. Allows you to process an uploaded audio file before it is saved to the server. Occurs each time before a thumbnail or a folder's icon is created in Audio Selector. Fires before a file is uploaded to the Audio Selector, and allows you to cancel the action. Fires on the server side before a folder is created within the Audio Selector and allows you to cancel the action. Fires before an item is copied within the Audio Selector, and allows you to cancel the action. Fires before an item is deleted within the Audio Selector, and allows you to cancel the action. Fires before an item is moved within the Audio Selector, and allows you to cancel the action. Fires before an item is renamed within the Audio Selector, and allows you to cancel the action. This property is not in effect for the class. Gets or sets a value that indicates whether an ASPxHtmlEditor is enabled on the client. true if the ASPxHtmlEditor is enabled; otherwise, false. Gets or sets the 's client programmatic identifier. A string value that specifies the 's client identifier. Enables you to save and restore the previously saved layout of the . Gets an object that lists the client-side events specific to the . A object which allows assigning handlers to the client-side events available to the . Gets or sets a value that specifies the initial visibility state of a web control on the client. true to make a web control initially displayed on the client; false to render the control into the web page, but make it initially hidden on the client side. Gets the collection of items displayed within the editor's context menu. An object that is the collection of the context menu items. Validates and corrects the passed HTML code based upon the settings specified by the property. A string value that specifies the HTML code to process. A string value that is the resulting validated HTML code. Validates and corrects the passed HTML code based upon the settings specified. A string value that specifies the HTML code to process. An object providing validation settings. A string value that is the resulting validated HTML code. Validates and corrects the passed HTML code based upon the options specified. A string value that specifies the HTML code to process. true if scripts are allowed within the HTML code; false if scripts are automatically removed from the HTML code. true if IFRAME elements are allowed within the HTML code; false if IFRAME elements are automatically removed from the HTML code. true if form elements are allowed within the HTML code; false if form elements are automatically removed from the HTML code. true if the B and I elements should be replaced with the STRONG and EM elements within the HTML code; otherwise, false. true if deprecated elements should be replaced with their valid analogs within the HTML code; otherwise, false. A string value that is the resulting validated HTML code. Validates and corrects the passed HTML code based upon the options specified. A string value that specifies the HTML code to process. true if scripts are allowed within the HTML code; false if scripts are automatically removed from the HTML code. true if IFRAME elements are allowed within the HTML code; false if IFRAME elements are automatically removed from the HTML code. true if form elements are allowed within the HTML code; false if form elements are automatically removed from the HTML code. true, if the B and I elements should be replaced with the STRONG and EM elements within the HTML code; otherwise, false. true, if deprecated elements should be replaced with their valid analogs within the HTML code; otherwise, false. true if ID attributes are allowed within the HTML code; false if ID attributes are automatically removed from the HTML code. true if style attributes are allowed within the HTML code; false if style attributes are automatically removed from the HTML code. One of the enumeration values that specifies the allowed document type. A value that is the resulting validated HTML code. Validates and corrects the passed HTML code based upon the options specified. A string value that specifies the HTML code to process. true if scripts are allowed within the HTML code; false if scripts are automatically removed from the HTML code. true if iframe elements are allowed within the HTML code; false if iframe elements are automatically removed from the HTML code. true if form elements are allowed within the HTML code; false if form elements are automatically removed from the HTML code. true, if the b and i elements should be replaced with the strong and em elements within the HTML code; otherwise, false. true, if deprecated elements should be replaced with their valid analogs within the HTML code; otherwise, false. true if ID attributes are allowed within the HTML code; false if ID attributes are automatically removed from the HTML code. true if style attributes are allowed within the HTML code; false if style attributes are automatically removed from the HTML code. One of the enumeration values that specifies the allowed document type. true if audio and video elements are allowed within the HTML code; false if the elements are automatically removed from the HTML code. true if object and embed elements are allowed within the HTML code; false if the elements are automatically removed from the HTML code. true if iframe elements, which contain link to YouTube video, are allowed within the HTML code; false if the elements are automatically removed from the HTML code. A string value that is the resulting validated HTML code. Validates and corrects the passed HTML code based upon the options specified. A string value that specifies the HTML code to process. true if scripts are allowed within the HTML code; false if scripts are automatically removed from the HTML code. true if iframe elements are allowed within the HTML code; false if iframe elements are automatically removed from the HTML code. true if form elements are allowed within the HTML code; false if form elements are automatically removed from the HTML code. true, if the b and i elements should be replaced with the strong and em elements within the HTML code; otherwise, false. true, if deprecated elements should be replaced with their valid analogs within the HTML code; otherwise, false. true if ID attributes are allowed within the HTML code; false if ID attributes are automatically removed from the HTML code. true if style attributes are allowed within the HTML code; false if style attributes are automatically removed from the HTML code. One of the enumeration values that specifies the allowed document type. true if audio and video elements are allowed within the HTML code; false if the elements are automatically removed from the HTML code. true if object and embed elements are allowed within the HTML code; false if the elements are automatically removed from the HTML code. true if iframe elements, which contain a link to a YouTube video, are allowed within the HTML code; false if the elements are automatically removed from the HTML code. true, to change relative resource paths to absolute; otherwise, false. An object, containing filter rules for tag, attribute, and style attribute elements. A string value that is the resulting validated HTML code. Creates default context tab categories in the 's ribbon. true to delete existing categories; false to add the default categories to the collection. Creates a collection of default Ribbon tabs, specifying what to do with tabs that already exist within the collection. true to delete existing tabs; false to add the default tabs to the collection. Creates a collection of default toolbars, specifying what to do with toolbars that already exist within the collection. true to delete existing toolbars; false to add the default toolbars to the collection. This property is not in effect for the class. Use the property instead. Gets a collection of items that refer to external CSS files associated with the object. An object that represents the collection of items identifying the external CSS files. This property is not in effect for the class. Use the property instead. Fires when a round trip to the server has been initiated by a call to the client method. Provides access to custom dialogs added to the editor. An collection containing custom dialogs. Enables you to supply any server data that can then be parsed on the client. Binds the ASPxHtmlEditor's custom toolbar items (such as a dropdown item picker or dropdown menu toolbar items) to their data sources, if any are defined. This property is not in effect for the class. Occurs each time before a thumbnail or a folder's icon is created in Document Selector. Fires before a file is uploaded to the Document Selector and allows you to cancel the action. Fires on the server side before a folder is created within the Document Selector and allows you to cancel the action. Fires before an item is copied within the Document Selector, and allows you to cancel the action. Fires before an item is deleted within the Document Selector, and allows you to cancel the action. Fires before an item is moved within the Document Selector, and allows you to cancel the action. Fires before an item is renamed within the Document Selector, and allows you to cancel the action. Gets or sets a value that specifies whether a specific animation effect is used when a control's content is updated via a callback. true if a specific animation effect is used; otherwise, false. Gets or sets whether callback result compression is enabled. true to enable callback result compression; otherwise, false. Gets or sets the error text to be displayed within the editor's error frame, if the editor's validation fails. A value that specifies the error text. Exports editor contents to the specified format. One of the enumeration values specifying the exported document format. Exports editor contents to the specified format, based on the provided settings. One of the enumeration values specifying the exported document format. true to save the exported document as a downloadable attachment, false to open the document in the browser window (if it is allowed for the document format). Exports editor contents to the specified format, based on the provided settings. One of the enumeration values specifying the exported document format. A object to which the editor content is exported. Exports editor contents to the specified format, based on the provided settings. One of the enumeration values specifying the exported document format. A string value specifying the exported file's name. Allows you to process an uploaded flash file before it is saved to the server. Occurs each time before a thumbnail or a folder's icon is created in Flash Selector. Fires before a file is uploaded to the Flash Selector, and allows you to cancel the action. Fires on the server side before a folder is created within the Flash Selector and allows you to cancel the action. Fires before an item is copied within the Flash Selector, and allows you to cancel the action. Fires before an item is deleted within the Flash Selector, and allows you to cancel the action. Fires before an item is moved within the Flash Selector, and allows you to cancel the action. Fires before an item is renamed within the Flash Selector, and allows you to cancel the action. Returns the object representing the bottom part of a specific constrain proportions image displayed within the 's Insert image dialog. An object that contains image settings. Returns the object representing the switched off middle part of a specific constrain proportions image within the 's Insert image dialog. An object that contains image settings. Returns the object representing the switched on middle part of a specific constrain proportions image within the 's Insert image dialog. An object that contains image settings. Returns the object representing the top part of a specific constrain proportions image within the 's Insert image dialog. An object that contains image settings. For internal use only. Specifies the HTML markup that is the 's content. The editor's HTML markup. Occurs after the content of the has been changed. Occurs before the ASPxHtmlEditor's HTML markup is automatically corrected based upon the HTML validation parameters specified. Allows you to process an uploaded image file before it is saved to the server Provides access to the settings that define images displayed within specific visual elements of the . A object that contains image settings. Provides access to the settings that define images displayed within different editors used within the control and its dialog forms. A object that contains image settings. Occurs each time before a thumbnail or a folder's icon is created in Image Selector. Fires before a file is uploaded to the Image Selector, and allows you to cancel the action. Fires on the server side before a folder is created within the Image Selector and allows you to cancel the action. Fires before an item is copied within the Image Selector, and allows you to cancel the action. Fires before an item is deleted within the Image Selector, and allows you to cancel the action. Fires before an item is moved within the Image Selector, and allows you to cancel the action. Fires before an item is renamed within the Image Selector, and allows you to cancel the action. Provides access to the settings that define images displayed within the Image Selector and Document Selector. A object that contains image settings. Imports the editor content from a specific stream, based on the provided settings. One of the enumeration values specifying the imported file format. A object from which the editor content is imported. Imports the editor content from a specific stream, based on the provided settings. One of the enumeration values specifying the imported file format. A object from which the editor content is imported. true to embed document formatting styles into the editor content; false to store formatting styles in a separate css file. Imports the editor content from a specific stream, based on the provided settings. One of the enumeration values specifying the imported file format. A object from which the editor content is imported. true to embed document formatting styles into the editor content; false to store formatting styles in a separate css file. A string value specifying the path to a folder that should contain content files (such as images and/or css files) of the imported document. Imports the editor content from a specific stream, based on the provided settings. One of the enumeration values specifying the imported file format. A object from which the editor content is imported. A string value specifying the path to a folder that should contain content files (such as images and/or css files) of the imported document. Imports the editor content from the specified file. One of the enumeration values specifying the imported file format. A string value specifying the path to a file whose content should be imported. Imports the editor content from a specific file, based on the provided settings. One of the enumeration values specifying the imported file format. A string value specifying the path to a file whose content should be imported. true to embed document formatting styles into the editor content; false to store formatting styles in a separate css file. Imports the editor content from a specific file, based on the provided settings. One of the enumeration values specifying the imported file format. A string value specifying the path to a file whose content should be imported. true to embed document formatting styles into the editor content; false to store formatting styles in a separate css file. A string value specifying the path to a folder that should contain content files (such as images and/or css files) of the imported document. Imports the editor content from a specific file, based on the provided settings. One of the enumeration values specifying the imported file format. A string value specifying the path to a file whose content should be imported. A string value specifying the path to a folder that should contain content files (such as images and/or css files) of the imported document. Imports the editor content from a specific file. A string value specifying the path to a file whose content should be imported. Imports the editor content from a specific file, based on the provided settings. A string value specifying the path to a file whose content should be imported. true to embed document formatting styles into the editor content; false to store formatting styles in a separate css file. Imports the editor content from a specific file, based on the provided settings. A string value specifying the path to a file whose content should be imported. true to embed document formatting styles into the editor content; false to store formatting styles in a separate css file. A string value specifying the path to a folder that should contain content files (such as images and/or css files) of the imported document. Imports the editor content from a specific file, based on the provided settings. A string value specifying the path to a file whose content should be imported. A string value specifying the path to a folder that should contain content files (such as images and/or css files) of the imported document. Gets or sets a value that indicates whether the editor's value passes validation. true if the editor's value passes validation; otherwise, false. Enables you to supply any server data that can then be parsed on the client. The collection of property names and their values. Provides access to the settings that define different part of round panel used within the control. A object that contains part settings. Allows you to process and save the pasted binary image to the server. Gets the collection of placeholders available in the . An object that is the collection of the placeholders. For internal use only. Gets or sets a value that specifies whether the editor's popup dialogs are displayed above Java applets that may present on the web page. One of the enumeration values. Replaces placeholders with the specified values. A string value that specifies the HTML code to process. The collection of placeholders and values to replace them. A string value that is the resulting HTML code with the placeholders replaced. Replaces placeholders with the specified values. A string value that specifies the HTML code to process. An object that specifies the placeholders and values to replace them. A string value that is the resulting HTML code with the placeholders replaced. Replaces placeholders with the specified values. A string value that specifies the HTML code to process. A string value that specifies the starting character(s) of the placeholders. A string value that specifies the character(s) displayed at the end of the placeholders. The collection of placeholders and values to replace them. A string value that is the resulting HTML code with the placeholders replaced. Replaces placeholders with the specified values. A string value that specifies the HTML code to process. A string value that specifies the starting character(s) of the placeholders. A string value that specifies the character(s) displayed at the end of the placeholders. An object that specifies the placeholders and values to replace them. A string value that is the resulting HTML code with the placeholders replaced. Gets the collection of ribbon context tab categories. A object that is the collection of context tab categories. Provides access to the collection of Ribbon tabs. A object that is the collection of the Ribbon's tabs. Gets or sets a value specifying whether or not the current control supports right-to-left representation. One of the enumeration values. Raised when the copied/cut RTF content is processed on the server. Gets or sets a value that specifies whether cookies are used to persist the information about the control. true if information is persisted in cookies; otherwise, false. Gets or sets the name (identifier) of the cookie in which the ASPxHtmlEditor's state is persisted. A value specifying a cookie's name. Provides access to the 's main settings. An object that contains the control's options. Provides access to the HTML Editor layout adaptivity settings. A object that contains adaptivity settings. Provides access to settings related to the Select Audio dialog. An object that contains the Select Audio dialog's settings. Provides access to settings related to uploading audio files. An object that holds options for uploading audio files. Provides access to settings that relate to customization of dialog form elements. An object that contains customization settings for form elements of built-in dialogs. Provides access to the built-in dialogs' settings. A object that contains settings of the built-in dialogs. Provides access to settings that are related to the Document Selector dialog. An object that contains the Document Selector dialog's settings. Provides access to settings related to the Select Flash dialog. An object that contains the Select Flash dialog's settings. Provides access to settings related to uploading flash files. An object that holds options for uploading flash files. Provides access to settings that relate to editing the HTML markup. An object that contains HTML editing settings. Provides access to settings that are related to the Select Image dialog. An object that contains the Select Image dialog's settings. Provides access to settings that relate to uploading images. An object that holds options for uploading images. Provides access to the loading panel's settings. An object that contains the loading panel's settings. Provides access to the placeholders settings for the ASPxHtmlEditor. A object that contains placeholders settings. Provides access to settings that relate to sizing capabilities. An object that contains settings that relate to sizing capabilities. Provides access to the spelling settings for checking the ASPxHtmlEditor's content. A object that holds the spelling options. Provides access to the settings that define texts displayed in different elements (tabs) of the control. An object that contains text settings. Provides access to content validation settings. An object that contains content validation settings. Provides access to settings related to the Select Video dialog. An object that contains the Select Video dialog's settings. Provides access to settings related to uploading video files. An object that holds options for uploading video files. Gets the collection of shortcuts available within ASPxHtmlEditor. An object that is the collection of the shortcuts. Occurs when a custom spell check dictionary is being loaded into a session. Occurs after a word is added to a custom dictionary. Provides access to the style settings that define the appearance of the ASPxHtmlEditor's different elements. A object that contains element style settings. Provides access to the style settings that define the appearance of button elements used by the control (within dialog forms, for instance). A object that contains style settings. Provides access to the style settings that define the appearance of the editor's context menu. A object that contains style settings. Provides access to the style settings that define the appearance of the editor's dialog forms. A object that contains style settings. Provides access to the style settings that define the appearance of the document displayed by the editor's design view area and preview area, and applied to the exported document. A object that contains style settings. Provides access to the style settings that define the appearance of editor elements used by the control (for instance, within dialog forms). A object that contains style settings. Provides access to the style settings that control the appearance of the Image Selector's elements. A object that provides style settings. Provides access to the style settings that define the appearance of the editor's paste options bar. A object that contains style settings. Provides access to the style settings that define the appearance of round panel controls used by the control (for instance, within dialog forms). A object that contains style settings. Provides access to style settings of the 's built-in spell checker. A object that holds the spell checker's style options. Provides access to the style settings that define the appearance of the editor's status bar. A object that contains style settings. Provides access to the style settings that define the appearance of the tag inspector. A object that contains style settings. Provides access to the style settings that define the appearance of toolbars. A object that contains style settings. Specifies the type of the toolbar. One of the enumeration values. Gets the collection of toolbars in the control. A object which represents the collection of toolbars within the editor. Performs the editor content's validation. true if the editor content has been successfully validated; otherwise, false. Allows you to specify whether the ASPxHtmlEditor's content is valid. Allows you to process an uploaded video file before it is saved to the server. Occurs each time before a thumbnail or a folder's icon is created in Video Selector. Fires before a file is uploaded to the Video Selector, and allows you to cancel the action. Fires on the server side before a folder is created within the Video Selector and allows you to cancel the action. Fires before an item is copied within the Video Selector, and allows you to cancel the action. Fires before an item is deleted within the Video Selector, and allows you to cancel the action. Fires before an item is moved within the Video Selector, and allows you to cancel the action. Fires before an item is renamed within the Video Selector, and allows you to cancel the action. Gets or sets a value specifying the current ASPxHtmlEditor control's visibility. true if the ASPxHtmlEditor control is visible; otherwise false. Gets or sets the editor's width. A value specifying the editor's width. Contains settings that relate to a control's audio uploading functionality. Initializes a new instance of the class with the specified owner. An object that implements the interface. Gets settings that relate to the validation of audio files uploaded within the ASPxHtmlEditor. A object that contains uploaded file validation settings. Contains settings that relate to the validation of audio files, uploaded using the ASPxHtmlEditor control. Initializes a new object of the type with the specified settings. An object that implements the interface. An object providing access to settings related to uploading audio files. Contains settings that relate to a control's flash uploading functionality. Initializes a new instance of the class with the specified owner. An object that implements the interface. Gets settings that relate to the validation of flash files uploaded within the ASPxHtmlEditor. A object that contains uploaded file validation settings. Contains settings that relate to the validation of flash files, uploaded using the ASPxHtmlEditor control. Initializes a new object of the type with the specified settings. An object that implements the interface. An object providing access to settings related to uploading flash files. Contains settings that relate to a control's HTML editing functionality. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified owner. An object that implements the interface. Copies the settings of the specified object to the current one. A object whose settings are assigned to the current object. Gets or sets whether the paste options bar is available for end-users. true, to enable paste oiptions; otherwise, false. Gets or sets a value that specifies the editor's behavior, when the ENTER key is pressed by an end user. One of the enumeration values. Provides access to settings that relate to content element filtering. An object that contains content element filtering settings. Gets or sets a value that specifies how the ASPxHtmlEditor formats the pasted HTML content. One of the enumeration values. Specifies if the relative resource paths should be changed to absolute. true, to change relative paths to absolute; otherwise, false. Contains settings that relate to a control's image uploading functionality. Initializes a new instance of the class with the specified owner. An object that implements the interface. Gets or sets the path to the folder that contains uploaded images used by the editor. A string value specifying the root path of uploaded images. Gets or sets a value specifying whether the advanced upload mode is used. true if the advanced upload mode is used; false if the standard upload mode is used. Gets settings that relate to the validation of image files uploaded within the ASPxHtmlEditor. A object that contains uploaded file validation settings. Contains settings that relate to the validation of image files, uploaded using the ASPxHtmlEditor control. Initializes a new instance of the class. An object that implements the interface. An object providing access to settings that relate to uploading images. Contains settings that relate to the loading panel's functionality. Initializes a new instance of the class with the specified owner. An object that represents the object's owner. Represents a round panel used internally within the ASPxHtmlEditor dialogs. Initializes a new instance of the class with default settings. Gets or sets a value that specifies whether a round panel's header is displayed. true if a header is displayed; otherwise, false. Contains settings that relate to the ASPxHtmlEditor's base functionality. Initializes a new instance of the class with the specified owner. An object that implements the interface. Gets or sets a value that specifies whether the editor's specific context menu is available to end-users in design view and html view. One of the enumeration settings. Gets or sets a value specifying whether custom colors are available in the editor's color pickers. true, if end users can specify custom colors; otherwise, false. Gets or sets a value that specifies whether the Design View is available to end-users. true to enable the editor's Design View; otherwise, false. Gets or sets a value that specifies whether the HTML View is available to end-users. true to enable the editor's HTML View; otherwise, false. Gets or sets a value that specifies whether direct links to the specified images located on other web sites are allowed to be inserted into the editor's HTML markup. true if direct links to external images are allowed; false to download external images to the web site's upload folder and refer to them using local paths. Gets or sets a value that specifies whether the Preview View is available to end-users. true to enable the editor's Preview View; otherwise, false. Gets or sets a value that specifies whether a dropped and pasted image should be saved on the server and its generated URL should be used in html or paste this image as a base64 image in html. true if the image should be saved to the server; false to paste the inserted image as a base64 image in html. Gets or sets a value that specifies whether the editor's content scripts should be executed in Preview. true to execute scripts in preview; otherwise, false. Copies the settings of the specified object to the current one. A object whose settings are assigned to the current object. Gets or sets whether to enable context menu scrolling. true, to enable context menu scrolling; otherwise, false. Provides access to settings that relate to HTML View. An object that contains HTML view settings. Provides access to the settings of the ribbon toolbar. A object that contains the ribbon toolbar options. Gets or sets a value that specifies whether the tag inspector is displayed in the . true, to display the tag inspector; otherwise, false. Serves as a base for classes that define different settings of the ASPxHtmlEditor. Initializes a new instance of the class with the specified owner. An object that implements the interface. Represents a set of settings related to spell checking of the 's content. Initializes a new instance of the class with the specified owner. An object that implements the interface. Copies public properties from the specified object to the current object. A object or descendant whose properties are copied to the current object. Gets or sets the culture-specific settings of the 's built-in spell checker. A object that specifies culture settings (language and phonetic specifics). Provides access to a collection of dictionaries. A object, representing a collection of dictionaries. Gets or sets the parameter used to measure the proximity of words. An integer value that is the maximum number of steps used to convert the misspelled word into a suggested one. Specifies the maximum number of spelling errors found before the server sends a response to the client. An value specifying the number of errors. Provides access to basic spelling settings. A object that holds spelling options. Provides access to texts displayed in different elements of the built-in spell checker control. A class instance that holds texts for use in control layout and related forms Gets or sets the number of suggested words displayed in the spelling form. An integer, representing the number of suggestions displayed. Represents a container of settings that affect spell checking of the 's content. Initializes a new instance of the class with the specified owner. An object that implements the interface. Gets or sets whether the text enclosed with specific markup tags should be checked. true to exclude the text within tags from the check; otherwise, false. Contains settings that relate to texts displayed within tabs. Initializes a new instance of the class with the specified owner. An object that implements the interface. Copies the settings of the specified object to the current one. A object whose settings are assigned to the current object. Gets or sets the caption of the Design View tab. A string value specifying the corresponding tab's caption. Gets or sets the caption of the HTML View tab. A string value specifying the corresponding tab's caption. Gets or sets the caption of the Preview tab. A string value specifying the corresponding tab's caption. Represents the ASPxHtmlEditor's built-in upload control. Initializes a new instance of the class with default settings. Serves as a base for classes that contain settings related to a control's media files uploading functionality. Initializes a new instance of the class with the specified owner. An object that implements the interface. Gets or sets the size of file packets. An value specifying the size of the packets in bytes. Gets or sets the server folder where files, which are currently being uploaded, are maintained. A value specifying the path to the folder. Gets settings allowing ASPxHtmlEditor to access a file system storage in an Amazon Simple Storage Service (Amazon S3). An object containing the settings. Copies the settings of the specified object to the current one. A object whose settings are assigned to the current object. Gets settings allowing ASPxHtmlEditor to access a file system storage in the Azure Service. An object containing the settings. Gets settings allowing ASPxHtmlEditor to access a file system storage in the DropBox Service. A object that is the Dropbox account settings. Gets settings allowing the ASPxHtmlEditor control to operate with files in the server's physical file system. A object containing file system settings. Specifies the relative URL path to an upload folder whose physical path is defined using the property. A string value that defines the relative URL path to the specified upload folder. Specifies the type of storage used by the ASPxHtmlEditor control. One of the enumeration values. Gets or sets a value specifying whether the advanced upload mode is used. true if the advanced upload mode is used; false if the standard upload mode is used. Serves as a base for classes that contain settings related to validation of media files, uploaded using the ASPxHtmlEditor control. Initializes a new object of the type with the specified settings. An object that implements the interface. An object providing access to settings related to uploading files. Gets or sets the file extensions allowed for upload in the File Manager used within built-in dialogs. An array of string values that contains the file extensions allowed. Copies the settings of the specified object to the current one. A object whose settings are assigned to the current object. Gets or sets the error text to be displayed in built-in dialogs, if the specified URL is wrong. A value specifying the error text. Gets or sets the maximum size of an uploaded file. An value that specifies the maximum file size, in bytes. Contains settings that relate to a control's video uploading functionality. Initializes a new instance of the class with the specified owner. An object that implements the interface. Gets settings that relate to the validation of video files uploaded within the ASPxHtmlEditor. A object that contains uploaded file validation settings. Contains settings that relate to the validation of video files, uploaded using the ASPxHtmlEditor control. Initializes a new object of the type with the specified settings. An object that implements the interface. An object providing access to settings related to uploading video files. Defines style settings for the bar dock control. Initializes a new instance of the class with default settings. Duplicates the properties of the specified object into the current instance of the class. A object that represents the object which the settings will be copied from. Gets a value that indicates whether this object is initialized with the default values. true if the object is initialized with the default values; otherwise false. Combines the properties of the specified with the current instance of the class. A that represents an object to be combined. Returns the object to its original state. Gets or sets the spacing between the toolbars within the corresponding object to which the current style applies. A that represents the spacing value. Defines preview style settings for the within the object. Initializes a new class instance with default settings. Implements a custom toolbar button functionality. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. A string value that specifies the created toolbar button's display text. Initializes a new instance of the class with the specified settings. A string value that specifies the created toolbar button's display text. A string value that specifies the created toolbar button's name. Initializes a new instance of the class with the specified settings. A string value that specifies the created toolbar button's display text. A string value that specifies the created toolbar button's name. A string value that specifies the created toolbar button's tooltip text. Gets or sets the name of a command executed when clicking a button of the type. A value that represents the button's command name. Gets or sets a value that specifies how the current toolbar button is represented within a toolbar. One of the enumeration values. An individual custom CSS class defining element style settings. Initializes a new instance of the class with default settings. Copies the settings from the specified item to the current object. A object whose settings are assigned to the current object. Gets or sets the name of the cascading style sheet (CSS) class associated with the current item. A string value specifying the name of the associated cascading style sheet class. Specifies whether the CSS class item is selected. true, if the item is selected; otherwise, false. Gets or sets the item's display text. A string specifying the item's display text. Returns a string that denotes the object. A that denotes the current object. A collection of custom CSS classes defining element style settings. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified owner. An object that implements the IWebControlObject interface and is the owner of the created object. Contains values that specify how a click on a toolbar item should be processed. A click on a toolbar item executes a command associated with it via its CommandName property. A click on a toolbar item executes an action associated with the item currently being selected within a drop-down list. A click on a toolbar item invokes a dropdown list with the available options. A Ribbon item that allows a paragraph whose content is selected within the design view area to be centered. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that allows a paragraph whose content is selected within the design view area to be fully justified (aligned with both the left and right margins). Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that allows a paragraph whose content is selected within the design view area to be left aligned. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that allows a paragraph whose content is selected within the design view area to be right aligned. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A ribbon item that allows the background color to be specified for the text selected within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that allows bold formatting to be applied to the text selected within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that allows checking the spelling of the content within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A default ribbon group containing items related to working with the clipboard. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified text. A value that specifies the group's display text. This value is assigned to the property. A string value that specifies the ribbon group's display text. A string value that specifies the ribbon group's display text. A Ribbon item that allows the content selected within the design view area to be copied to the clipboard. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that can contain a list of custom CSS styles, and allows a particular style to be applied to the text content selected within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Gets the collection of items displayed within the custom CSS combo box item. A collection of items in the combo box editor. Provides access to the settings which are specific to the combo box. An object containing combo box specific settings. A Ribbon item that allows a custom dialog to be invoked. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. Gets or sets the custom dialog button's unique identifier name. A value that specifies the button's unique identifier name. A Ribbon item that allows the content selected within the design view area to be cut and copied to the clipboard. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. Initializes a new instance of the class with the specified item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that deletes a table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that deletes a column in the table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A default ribbon group containing items that allow deleting table elements. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified text. A value that specifies the group's display text. This value is assigned to the property. Gets or sets the ribbon group's display text. A string value that specifies the ribbon group's display text. A Ribbon item that deletes a row in the table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A default ribbon group that contains items related to editing operations. Initializes a new instance of the object. Initializes a new instance of the object. The ribbon group's text. Specifies the ribbon group's text. The ribbon group's text. A Ribbon item that allows exporting editor content to the Office Open XML (Docx) document format. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. An array that contains zero or more objects to populate the collection. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. An array that contains zero or more objects to populate the collection. A Ribbon item that allows exporting editor content to the MIME HTML (Mht) document format. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. An array that contains zero or more objects to populate the collection. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. An array that contains zero or more objects to populate the collection. A Ribbon item that allows exporting editor content to the Open Document (Odt) document format. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. An array that contains zero or more objects to populate the collection. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. An array that contains zero or more objects to populate the collection. A Ribbon item that allows exporting editor content to the Portable Document (Pdf) document format. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. An array that contains zero or more objects to populate the collection. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. An array that contains zero or more objects to populate the collection. A Ribbon item that allows exporting editor content to the Rich Text (Rtf) document format. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. An array that contains zero or more objects to populate the collection. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. An array that contains zero or more objects to populate the collection. A Ribbon item that allows exporting editor content to the Plain Text (Txt) document format. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. An array that contains zero or more objects to populate the collection. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. An array that contains zero or more objects to populate the collection. Initializes a new instance of the object. Initializes a new instance of the object. Initializes a new instance of the object. The ribbon item's size. Initializes a new instance of the object. The ribbon group's text. Initializes a new instance of the object. The ribbon group's text. The ribbon item's size. A Ribbon item that allows the required color to be applied to the text selected within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that allows the font name to be selected and applied to the text content selected within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. A default ribbon group containing items that allow you to customize font settings. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified text. A value that specifies the group's display text. This value is assigned to the property. Gets or sets the ribbon group's display text. A string value that specifies the ribbon group's display text. A Ribbon item that allows the font size to be selected and applied to the text content selected within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. A Ribbon item that toggles the full-screen mode within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A default ribbon tab containing the basic ribbon groups. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified text. A value that specifies the group's display text. This value is assigned to the property. Gets or sets the text content of the current ribbon tab. A string value that specifies the text content of the tab. A default ribbon group containing items related to working with images. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified text. A value that specifies the group's display text. This value is assigned to the property. Gets or sets the ribbon group's display text. A string value that specifies the ribbon group's display text. A Ribbon item that allows the indent formatting to be applied to a paragraph whose content is selected within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that invokes the "Insert Audio" dialog allowing an audio file to be inserted into the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that invokes the "Insert Flash" dialog allowing a flash file to be inserted into the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that invokes the "Insert Image" dialog allowing an image to be inserted into the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that invokes the "Insert Link" dialog, allowing a hyperlink to be inserted into the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that allows the ordered list formatting to be applied to a paragraph whose content is selected within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that invokes the "Find and Replace" dialog. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A default ribbon tab containing Images () and Links () ribbon groups. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified text. A value that specifies the group's display text. This value is assigned to the property. Gets or sets the text content of the current ribbon tab. A string value that specifies the text content of the tab. A Ribbon item that allows you to insert a new table by grid highlighting. Initializes a new instance of the object. A Ribbon item that allows insertion of a new column to the left in a table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that allows insertion of a new column to the right in a table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon drop-down item that allows you to insert a new table. Initializes a new instance of the object. Initializes a new instance of the object. The ribbon item's size. A Ribbon item that invokes the "Insert Table" dialog, allowing insertion of a table into the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A default ribbon group containing items that allow inserting rows and columns in a table. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified text. A value that specifies the group's display text. This value is assigned to the property. Gets or sets the ribbon group's display text. A string value that specifies the ribbon group's display text. A Ribbon item that allows insertion of a new row above in a table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that allows insertion of a new row below in a table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that allows unordered list formatting to be applied to a paragraph whose content is selected within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that invokes the "Insert Video" dialog allowing a video file to be inserted into the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that invokes the "Insert YouTube Video" dialog allowing a YouTube video to be inserted into the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that allows italic formatting to be applied to the text selected within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A default ribbon group containing items related to working with links. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified text. A value that specifies the group's display text. This value is assigned to the property. Gets or sets the ribbon group's display text. A string value that specifies the ribbon group's display text. A default ribbon group containing items related to working with media. Initializes a new instance of the object. Initializes a new instance of the object. The ribbon group's text. Specifies the ribbon tab's text. The ribbon tab's text. A Ribbon item that allows merging a cell down in a table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that allows merging a cell to the right in a table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A default ribbon group containing items that allow you to merge and split table elements. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified text. A value that specifies the group's display text. This value is assigned to the property. Gets or sets the ribbon group's display text. A string value that specifies the ribbon group's display text. A Ribbon item that allows the outdent formatting to be applied to a paragraph whose content is selected within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that allows a predefined paragraph style to be applied to a selected paragraph within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. A default ribbon group containing items that allow customizing paragraph settings. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified text. A value that specifies the group's display text. This value is assigned to the property. Gets or sets the ribbon group's display text. A string value that specifies the ribbon group's display text. A Ribbon item that invokes the "Paste from Word" dialog allowing the copied Word text to be inserted into the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that allows the data from the clipboard to be pasted within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A ribbon item that invokes a standard 'Print' dialog, allowing the editor's content to be printed. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A ribbon item that allows a previously canceled action performed within the design view area to be returned. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that allows text formatting to be removed from the text selected within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A default ribbon tab containing ribbon groups related to a review. Initializes a new instance of the object. Initializes a new instance of the object. The ribbon tab's text. Specifies the ribbon tab's text. The ribbon tab's text. Serves as a base for the and classes. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. Copies the settings from the specified item to the current object. A object whose settings are assigned to the current object. Gets or sets whether the custom colors are available for the color button. One of the enumeration values. This property is not in effect for the class. Serves as a base for classes providing the combo box functionality. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Creates a collection of default items within the collection. true, to delete existing items; false, to add the default items to the collection. This property is not in effect for the class. The base class for Ribbon toolbar items. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. This property is not in effect for the class. Contains settings specific to the custom CSS Ribbon item. Initializes a new instance of the class with the specified owner. An object that implements the interface. Serves as a base for classes specifying Ribbon items with a dropdown list. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. An array that contains zero or more objects to populate the collection. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. An array that contains zero or more objects to populate the collection. This property is not in effect for the class. The base class for default ribbon groups. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified text. A value that specifies the group's display text. This value is assigned to the property. This property is not in effect for the class. Returns the textual representation of the object. A that represents the object. The base class for default ribbon tabs. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified text. A value that specifies the group's display text. This value is assigned to the property. This property is not in effect for the class. Returns the textual representation of the object. A that represents the object. Serves as a base for classes specifying toolbar items that support toggle functionality. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. This property is not in effect for the class. A Ribbon item that allows you to select all content. Initializes a new instance of the object. Initializes a new instance of the object. The ribbon item's size. Initializes a new instance of the object. The ribbon command's text. Initializes a new instance of the object. The command's text. The ribbon item's size. A default ribbon group containing the Check Spelling ( item. Initializes a new instance of the object. Initializes a new instance of the object. The ribbon group's text. Gets or sets the ribbon group's display text. A string value that specifies the ribbon group's display text. A Ribbon item that allows splitting a table's cell horizontally within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that allows splitting a table's cell vertically within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that allows the strike through text formatting to be applied to text selected within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that allows the subscript text formatting to be applied to text selected within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that allows the superscript text formatting to be applied to text selected within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that invokes the Cell Properties dialog, allowing modification of a cell's properties in a table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A Ribbon item that invokes the Column Properties dialog, allowing modification of a column's properties in a table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A default ribbon tab containing ribbon groups related to working with a table layout. Initializes a new instance of the object. Initializes a new instance of the object. The ribbon tab's text. Specifies the ribbon tab's text. The ribbon tab's text. A Ribbon item that invokes the Table Properties dialog, allowing modification of a table's properties within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A default ribbon group containing items that allow you to customize table properties. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified text. A value that specifies the group's display text. This value is assigned to the property. Gets or sets the ribbon group's display text. A string value that specifies the ribbon group's display text. A default ribbon tab containing ribbon groups related to working with tables. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified text. A value that specifies the group's display text. This value is assigned to the property. Gets or sets the text content of the current ribbon tab. A string value that specifies the text content of the tab. A Ribbon item that invokes the Row Properties dialog, allowing modification of a row's properties in a table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A default ribbon group containing an Insert Table item (). Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified text. A value that specifies the group's display text. This value is assigned to the property. Gets or sets the ribbon group's display text. A string value that specifies the ribbon group's display text. A default ribbon context tab category containing table-related commands that is displayed when a selection is in a table. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified color. A object specifying the category color. Gets or sets the Table Tools ribbon tab category name. A string value that specifies the tab category name. A Ribbon item that allows the underline text formatting to be applied to text selected within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A ribbon item that allows the previous action performed within the design view area to be canceled. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A default ribbon group containing Undo () and Redo () items. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified text. A value that specifies the group's display text. This value is assigned to the property. Gets or sets the ribbon group's display text. A string value that specifies the ribbon group's display text. A Ribbon item that allows a link contained within the text or image selected within the design view area to be removed. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified item size. One of the enumeration values that specifies the ribbon item size. Initializes a new instance of the class with the specified item text. A value that specifies the text of the ribbon item. Initializes a new instance of the class with the specified settings. A value that specifies the text of the ribbon item. One of the enumeration values that specifies the ribbon item size. A default ribbon tab containing a Views () ribbon group. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified text. A value that specifies the group's display text. This value is assigned to the property. Gets or sets the text content of the current ribbon tab. A string value that specifies the text content of the tab. A default ribbon group containing a full-screen mode item (). Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified text. A value that specifies the group's display text. This value is assigned to the property. Gets or sets the ribbon group's display text. A string value that specifies the ribbon group's display text. Provides data for the event that allows any custom check or transformation of the editor's HTML code to be perfromed. Initializes a new instance of the class with the specified setting. A string value representing the editor's HTML markup. Gets or sets whether an HTML markup correcting operation is handled manually, so no default processing is required. true if no default processing is required; otherwise false. Gets or sets the HTML markup representing the 's content. A string value representing the editor's HTML markup. Contains settings that relate to the HTML Editor's adaptivity. Initializes a new instance of the class. An object that implements the interface. Copies the settings of the specified object to the current one. A object whose settings are assigned to the current object. Specifies whether an adaptive behavior is enabled for the pager. true, to enable the adaptive behavior; otherwise, false. Defines style settings for content areas. Initializes a new instance of the class with default settings. This property is not in effect for the class. This property is not in effect for the class. This property is not in effect for the class. This property is not in effect for the class. This property is not in effect for the class. This property is not in effect for the class. This property is not in effect for the class. This property is not in effect for the class. Gets the padding settings of the current area style. A object that contains padding settings. Defines the base style settings for different areas within the ASPxHtmlEditor. Initializes a new instance of the class with default settings. This property is not in effect for the class. This property is not in effect for the class. This property is not in effect for the class. Contains common settings of the ASPxHtmlEditor's built-in Audio Selector. Initializes a new instance of the class with the specified owner. An object that implements the interface. Contains the ASPxHtmlEditor's Select Audio dialog's settings. Initializes a new instance of the class with the specified owner. An object that implements the interface. Contains settings that relate to the built-in Audio Selector's file upload functionality. Initializes a new instance of the class with the specified owner. An object that implements the interface. Contains settings that allow the appearance of button elements used within the ASPxHtmlEditor to be defined. Initializes a new instance of the class with the specified owner. An object that implements the ISkinOwner interface. This method is not in effect for the object. Contains customization settings for the form elements of the Element Properties dialog. Initializes a new instance of the class. An object that implements the interface. Serves as a base class for classes that contain customization settings for the form elements of the Element Properties dialog. Initializes a new instance of the class. An object that implements the interface. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Provides access to a collection that can contain a list of custom CSS classes defining the element's style settings. A object that is the collection of CSS classes. Contains customization settings for the form elements of the change element properties dialogs. Initializes a new instance of the class with the specified owner. An object that implements the interface. Contains a list of the client-side events available for the . Initializes a new instance of the class with default settings. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle a web control's client BeginCallback event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Defines style settings for view areas. Initializes a new instance of the class with default settings. This property is not in effect for the class. Contains settings that relate to content element filtering. Initializes a new instance of the class with the specified owner. An object that implements the interface. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Specifies the filtering mode for attribute elements. One of the enumeration values. Gets or sets the attribute elements that will be filtered according to the specified filter mode. An array of values that contains the attribute elements. Specifies the filtering mode for style attribute elements. One of the enumeration values. Gets or sets the style attribute elements that will be filtered according to the specified filter mode. An array of values that contains the style attribute elements. Specifies the filtering mode for tag elements. One of the enumeration values. Gets or sets the tag elements that will be filtered according to the specified filter mode. An array of values that contains the tag elements. This property is not in effect for the class. Denotes an individual context menu item within the control. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified text. A value that specifies the created context menu item's display text. Initializes the item's property. Initializes a new instance of the class with the specified settings. A value that specifies the created context menu item's display text. Initializes the item's property. A value that identifies the executed command. This value is assigned to the property. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Gets or sets a value that specifies whether the current context menu item starts a group. true if the current item starts a group; otherwise, false. Gets or sets the command name associated with the context menu item. A value that specifies the command name associated with the item. Gets the settings of an image displayed by the context menu item. A object that contains image settings. Gets or sets the text content of the current context menu item. A value that specifies the text content of the . Returns the string that denotes the current context menu item. A that denotes the current object. Gets or sets a value specifying the visibility of the current context menu item. true if the item is visible; otherwise false. Gets or sets a value specifying the position of the current item amongst the visible items in a context menu. An integer value specifying the zero-based index of the amongst a context menu's visible items. -1 if the item is invisible. A collection that maintains context menu items. Initializes a new instance of the class with the specified owner. An object that is the owner of the created object. Adds a new context menu item to the end of the collection and returns the newly created object. An object that is the newly created item. Adds a new context menu item to the collection and specifies the item's display text. A value that specifies the created context menu item's display text. Initializes the item's property. An object that is the newly created item. Adds a new context menu item to the collection and specifies the item's display text and associated command name. A value that specifies the created context menu item's display text. Initializes the item's property. A value that identifies the executed command. This value is assigned to the property. An object that is the newly created item. Populates the context menu with default items. Provides access to individual items in the collection by their command names. A value specifying the command name of the custom item to get. An object that is an item with the specified command name. Gets the collection's owner. An object that is the owner of the current collection. Represents a link to the CSS file. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. A string value that specifies the CSS file path. Initizlizes the property. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Gets or sets the path of the associated CSS file. A string value that specifies the CSS file path. Returns the string that represents a current object. A string that represents the current object. Represents a collection of objects. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified owner. An object that implements the IWebControlObject interface and represents the owner of the created object. Creates a new object and adds it to the end of the object. A object representing the newly created CSS file. Adds a new CSS file to the end of the object with specific CSS file path. A string value that specifies the CSS file path. A object representing the CSS file. Adds a collection of items to the end of the collection. A object, which is the collection of items to append to the collection. An individual custom dialog within the ASPxHtmlEditor. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified settings. A value that specifies the created custom dialog's name. This value is assigned to the property. A value that specifies the created custom dialog's caption. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A value that specifies the created custom dialog's name. This value is assigned to the property. A value that specifies the created custom dialog's caption. This value is assigned to the property. A value that specifies the path to a user control, specifying a custom dialog's form. This value is assigned to the property. Copies the settings from the specified item to the current object. A object whose settings are assigned to the current object. Gets or sets the text displayed within the Cancel button of the custom dialog. A value representing the text within the Cancel button. Gets or sets a value specifying the visibility of the Cancel button within the custom dialog. true if the button is visible; otherwise false. Gets or sets the custom dialog's caption. A value that specifies the custom dialog's caption. This property is not in effect for the class. Gets or sets the dialog button that is focused by default. A value which identifies the dialog button to be focused by default. Gets or sets the path to a user control, specifying a custom dialog's form. A value specifying the path. Gets or sets the custom dialog's unique identifier name. A value that specifies the custom dialog's unique identifier name. Gets or sets the text displayed within the Ok button of the custom dialog. A value representing the text within the Ok button. Gets or sets a value specifying the visibility of the Ok button within the custom dialog. true if the button is visible; otherwise false. Returns a string that identifies the object. A string value that identifies the object. A collection of custom dialogs within the ASPxHtmlEditor. Initializes a new instance of the class with the specified owner. An object that represents the owner of the created object. This value is assigned to the property. Creates a new dialog with the default settings and adds it to the collection. An object representing the newly created dialog. Creates a new custom dialog with the specified settings and adds it to the collection. A value that specifies the created custom dialog's name. This value is assigned to the property. A value that specifies the created custom dialog's caption. This value is assigned to the property. An object representing the newly created dialog. Creates a new custom dialog with the specified settings and adds it to the collection. A value that specifies the created custom dialog's name. This value is assigned to the property. A value that specifies the created custom dialog's caption. This value is assigned to the property. A value that specifies the path to the created custom dialog's content. This value is assigned to the property. An object representing the newly created dialog. Provides access to individual items in the collection by their names. A value specifying the item's name. An object which is the item with the specified name. Gets the dialog's owner. An object representing the dialog's owner. Contains customization settings of the built-in dialogs. Initializes a new instance of the class with the specified owner. An object that implements the interface. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Provides access to customization settings for the Change Element Properties dialog's form elements. An object that contains customization settings for form elements. Provides access to Check Spelling dialog settings. An object that contains dialog settings. Provides access to Insert Audio dialog settings. An object that contains dialog settings. Provides access to Insert Flash dialog settings. An object that contains dialog settings. Provides access to Insert Image dialog settings. An object that contains dialog settings. Provides access to Insert Link dialog settings. An object that contains dialog settings. Provides access to Insert Placeholder dialog settings. An object that contains dialog settings. Provides access to Insert Table dialog settings. An object that contains dialog settings. Provides access to Insert Video dialog settings. An object that contains dialog settings. Provides access to Insert YouTube Video dialog settings. An object that contains dialog settings. Provides access to Paste from Word dialog settings. An object that contains dialog settings. Provides access to Cell Properties dialog settings. An object that contains dialog settings. Provides access to Column Properties dialog settings. An DevExpress.Web.ASPxHtmlEditor.HtmlEditorTableElementPropertiesDialogSettings object that contains dialog settings. Provides access to Row Properties dialog settings. An DevExpress.Web.ASPxHtmlEditor.HtmlEditorTableElementPropertiesDialogSettings object that contains dialog settings. Contains settings concerning customization of dialog form elements. Initializes a new instance of the class with the specified owner. An -implemented object that owns the created object. Provides access to customization settings for the Check Spelling dialog's form elements. An object that contains customization settings for form elements. Provides access to customization settings for the Insert Audio dialog's form elements. An object that contains customization settings for form elements. Provides access to customization settings for the Insert Flash dialog's form elements. An object that contains customization settings for form elements. Provides access to customization settings for the Insert Image dialog's form elements. An object that contains customization settings for form elements. Provides access to customization settings for the Insert Link dialog's form elements. An object that contains customization settings for form elements. Provides access to customization settings for the Insert Table dialog's form elements. An object that contains customization settings for form elements. Provides access to customization settings for the Insert Video dialog's form elements. An object that contains customization settings for form elements. Provides access to customization settings for the Insert YouTube Video dialog's form elements. An object that contains customization settings for form elements. Provides access to customization settings for the Paste from Word dialog's form elements. An object that contains customization settings for form elements. Provides access to customization settings for the Cell Properties dialog's form elements. An object that contains customization settings for form elements. Provides access to customization settings for the Column Properties dialog's form elements. An object that contains customization settings for form elements. Provides access to customization settings for the Row Properties dialog's form elements. A object that contains customization settings for form elements. Contains settings that allow the appearance of specific elements within dialog forms to be defined. Initializes a new instance of the class with default settings. An object that implements the ISkinOwner interface. Serves as a base for classes containing customization settings for form elements of the built-in dialog. Initializes a new instance of the class with the specified owner. An -implemented object that owns the created object. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Gets or sets a template used to display the content of a dialog form's bottom area. An object that supports the interface and contains a template used to display a dialog form's bottom area. Gets or sets a template used to display the content of a dialog form's top area. An object that supports the interface and contains a template used to display a dialog form's top area. Contains the font properties of the document's text. Initializes a new instance of the class with the specified owner. An -implemented object that owns the created object. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Gets or sets a value that indicates whether the font is bold. true, if the font is bold; otherwise, false. Gets or sets a value that indicates whether the font is italic. true, if the font is italic; otherwise, false. Gets or sets the primary font name. A string specifying the primary font name. Gets or sets an ordered array of font names. An ordered array of font names. Gets or sets the font size. A that represents the font size. Returns the textual representation of the . Contains breadcrumbs settings used by the File Manager embedded into built-in dialogs. Initializes a new instance of the class with the specified owner. An object that implements the interface. Gets or sets the breadcrumbs position within the Document Selector. One of the enumeration values. Specifies the visibility of the breadcrumbs element in the Document Selector. true if the breadcrumbs element is visible; otherwise false. Contains common settings of the ASPxHtmlEditor's built-in Document Selector. Initializes a new instance of the class with the specified owner. An object that implements the interface. Gets or sets the file extensions allowed for display in the Document Selector. An array of values that contains the file extensions allowed. Contains settings to customize the file list within the Image Selector or Document Selector. Initializes a new instance of the class with the specified owner. An object that implements the interface. Specifies whether file list displays folders in the File Manager used in the Document Selector. true, if folders are visible in the file list, otherwise, false. Specifies the parent folder element visibility in the Document Selector. true, if the parent folder is visible, otherwise, false. Contains settings to customize the folder container within the Image Selector or Document Selector. Initializes a new instance of the class with the specified owner. An object that implements the interface. Gets or sets a value specifying the visibility of the folder area in the Document Selector. true if the folder area is visible; otherwise false. Contains the ASPxHtmlEditor's Document Selector dialog's settings. Initializes a new instance of the class with the specified owner. An object that implements the interface. Contains settings to control the visibility of toolbar items within the Image Selector or Document Selector. Initializes a new instance of the class with the specified owner. An object that implements the interface. Gets or sets a value that specifies whether the path box is displayed in the Document Selector. true, if the path panel is visible, otherwise, false. Contains settings that relate to the built-in Document Selector's file upload functionality. Initializes a new instance of the class with the specified owner. An object that implements the interface. Specifies whether the upload panel is displayed in the Document Selector. true, if the upload panel is visible; otherwise, false. Contains the editor's document style settings. Initializes a new instance of the class with the specified owner. An object that owns the created object. Copies the settings from the specified object to the current one. A object whose settings are assigned to the current object. Gets or sets the document's background color. A structure which specifies the document's background color. Gets the document's font settings. A object that contains the font settings. Gets or sets the document's text color. A structure that specifies the text color within the document. Gets or sets the horizontal alignment of the content in the document. One of the enumeration values. Combines the properties of the specified with the current instance of the class. A that specifies an object with which to be combined A that represents the resulting style object. Returns the string that represents the current object. Contains styles settings defining the appearance of items, displayed within a dropdown item picker toolbar item's drop-down window. Initializes a new instance of the class with default settings. Gets font settings for items of the dropdown item picker. A object that contains the font settings. Gets or sets the amount of space between images within a dropdown item picker. A that represents the spacing value. Contains styles settings defining the appearance of a dropdown item picker toolbar item. Initializes a new instance of the class with default settings. Contains settings that allow images to be defined for specific elements of editors used within the . Initializes a new instance of the class with the specified owner. An object that implements the ISkinOwner interface. This property is not in effect for the class. This property is not in effect for the class. This property is not in effect for the class. This property is not in effect for the class. Contains settings that allow the appearance of different editor elements used within the ASPxHtmlEditor to be defined. Initializes a new instance of the class with the specified owner. An object that implements the ISkinOwner interface. Gets the style settings defining the appearance of items within the ASPxHtmlEditor's drop-down item picker. A object containing style settings. For internal use only. Gets the style settings defining the appearance of a drop-down item picker within the ASPxHtmlEditor. A object containing style settings. For internal use only. This method is not in effect for the class. An empty string. Specifies the tag element that is entered in the markup after pressing the ENTER key. A Linebreak tag br is entered after pressing the ENTER key. Depending upon an end user's browser the P or br tags are entered after an ENTER key press. Paragraph tag P is entered after pressing the ENTER key. Contains styles settings defining the appearance of the close button displayed within the editor's error frame. Initializes a new instance of the class with default settings. This property is not in effect for the class. This property is not in effect for the class. This property is not in effect for the class. This property is not in effect for the class. Contains styles settings defining the appearance of the editor's error frame. Initializes a new instance of the class with default settings. Gets or sets the distance between an image and text within an error frame. A that represents the spacing value. Lists values that specify the document formats available for export from editor contents. Identifies Microsoft Office (2007+) document format (.docx). Identifies Web Archive, single file format (.mht). Identifies OpenDocument text (.odt) format. Identifies Portable Document Format (.pdf). Identifies rich text format (.rtf). Identifies plain text format (.txt). A built-in file manager used to in editor media dialogs. Initializes a new instance of the class with default settings. Contains the settings that relate to the adaptivity settings of the 's built-in dialogs. Initializes a new instance of the class. An object that implements the interface. Contains settings that relate to the built-in file manager's breadcrumbs. Initializes a new instance of the class with the specified owner. An object that implements the interface. Gets or sets the breadcrumbs position within built-in dialogs. One of the enumeration values. Specifies the visibility of the breadcrumbs element in built-in dialogs. true if the breadcrumbs element is visible; otherwise false. Contains the base settings of a built-in Image Selector. Initializes a new instance of the class with the specified owner. An object that implements the interface. Gets or sets the file extensions allowed for display in the ASPxHtmlEditor's file selectors. An array of values that contains the file extensions allowed. Gets or sets the path to the folder that contains thumbnails used by the File Manager embedded into built-in dialogs. A value, specifying the root path of all thumbnails used by the embedded File Manager. Contains settings that relate to the built-in ImageSelector's editing functionality. Initializes a new instance of the class with the specified owner. An object that implements the interface. Contains settings that relate to the built-in file manager's file list view. Initializes a new instance of the class with the specified owner. An object that implements the interface. Specifies whether file list displays folders in the File Manager used within built-in dialogs. true, if folders are visible in the file list, otherwise, false. Specifies the parent folder element visibility in the File Manager used in built-in dialogs. true, if the parent folder is visible, otherwise, false. Provides settings that affect the file manager's filtering functionality within an ASPxHtmlEditor. Initializes a new instance of the class. An object that implements the interface. Contains settings that relate to the built-in ImageSelector's folder functionality. Initializes a new instance of the class with the specified owner. An object that implements the interface. Gets or sets a value specifying whether the Image Selector displays a special icon for folders that are locked for upload. true if a special icon is displayed; false if a default folder icon is displayed. Gets or sets a value specifying the visibility of the folder container in the File Manager embedded into built-in dialogs. true if the folder container is visible; otherwise false. Contains settings that allow images to be defined for specific elements of the built-in file manager. Initializes a new instance of the class with the specified owner. An object that implements the ISkinOwner interface. Contains settings that relate to the Image Selector's and Document Selector's permissions. Initializes a new instance of the class with the specified owner. An object that implements the interface. Serves as a base for classes that define functional settings of control built in editor media dialogs. Initializes a new instance of the class with the specified owner. An -supported object that is the owner of the created object. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Provides access to the breadcrumbs settings used by the File Manager embedded into built-in dialogs. A object that contains settings for the breadcrumbs element. Gets an object that lists the client-side events specific to the built-in control used in the editor's dialogs. A object which allows assigning handlers to the client-side events available to the built-in file manager. Provides access to a built-in dialog media selector's main settings. A object that contains the Image Selector's settings. Specifies the custom file system provider used in the file manager. A object that is the file system provider. Specifies the name of a custom file system provider type that is used in the file manager. A value specifying the type name. Specifies the object from which a built-in dialog retrieves its list of items. An object that is the data source from which the dialog retrieves its data. Specifies the ID of an object from which a built-in dialog retrieves its list of items. The ID of an object that is the data source from which the dialog retrieves its data. Provides access to a built-in dialog media selector's editing settings. An object that contains the editing options. Gets or sets a value indicating whether a built-in dialog media selector is enabled. true to allow display the dialog; otherwise, false. Provides access to the file list's settings in a built-in dialog media selector. An object that contains the file list's settings. Provides access to the Html Editor's settings that affect the file manager's filtering functionality. A object that contains the filtering settings. Provides access to the folder container's settings within a built-in dialog media selector. A object that contains the folder container's settings. Provides access to settings that relate to a built-in dialog media selector's permissions. An object containing settings. Specifies the type of provider used by the file manager. One of the enumeration values. Provides access to the adaptivity settings of the HTML editor's built-in dialogs. An object that contains adaptivity settings. Gets settings allowing file manager to access a file system retained in Amazon Simple Storage Service (Amazon S3). A object containing Amazon account settings. Gets settings allowing file manager to access a file system retained in Azure Service. A object containing the Azure account settings. Gets settings allowing the file manager to access a file system retained in a data source. A object that contains data source settings. Gets settings allowing the file manager to access a file system retained in the Dropbox Service. A object containing Dropbox account settings. Provides access to the visibility of toolbar items in a built-in dialog media selector. An object that contains the visibility options. Provides access to the upload panel's settings in a built-in dialog media selector. An object that holds settings for an upload panel. Contains settings that allow the appearance of elements, used within the Image Selector and Document Selector, to be defined. Initializes a new instance of the class with the specified owner. An object that implements the ISkinOwner interface. For internal use only. Gets or sets the path to a CSS file that defines the Image Selector and Document Selector's appearance. A value that specifies the path to the required CSS file. Gets or sets a CSS class name postfix that identifies style settings to be applied to the Image Selector and Document Selector. A value that is the required CSS class name postfix. Contains settings that relate to the built-in ImageSelector's toolbar functionality. Initializes a new instance of the class with the specified owner. An object that implements the interface. Gets or sets a value that specifies whether the path box is displayed in built-in dialogs. true, if the path panel is visible, otherwise, false. Contains settings that relate to the built-in dialog's file upload functionality. Initializes a new instance of the class with the specified owner. An object that implements the interface. Gets or sets a value that indicates whether the upload is enabled for the built-in dialogs. true, if the upload is enabled; otherwise, false. Specifies whether the upload panel is displayed in the built-in dialogs. true, if the upload panel is visible; otherwise, false. Gets the upload validation settings applied for built-in file selectors. An object that contains validation settings. Contains settings that relate to an ASPxHtmlEditor's uploaded file validation. Initializes a new instance of the class with the specified owner. An object that implements the interface. Gets or sets the maximum size of an uploaded file. An value that specifies the maximum file size, in bytes. Lists values specifying the filtering mode for the HtmlEditor elements (such as tags, attributes and style attributes). Specified elements are prohibited and will be removed; other elements will be maintained. Specified elements are allowed and will be maintained; other elements will be removed. Contains common settings of the ASPxHtmlEditor's built-in Flash Selector. Initializes a new instance of the class with the specified owner. An object that implements the interface. Contains the ASPxHtmlEditor's Select Flash dialog's settings. Initializes a new instance of the class with the specified owner. An object that implements the interface. Contains settings that relate to the built-in Flash Selector's file upload functionality. Initializes a new instance of the class with the specified owner. An object that implements the interface. Contains settings that are specific to customized versions of the ASPxHtmlEditor's built-in dialogs. Initializes a new instance of the class with the specified owner. The that owns the current form settings. Copies the settings of the specified object to the current one. A object whose settings are assigned to the current object. Provides access to a collection that can contain a list of custom CSS classes defining audio player style settings. A object that is the collection of items. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert Audio dialog. A value specifying the file name and path to a UserControl file. Provides access to a collection that can contain a list of custom CSS classes defining flash player style settings. A object that is the collection of items. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert Flash dialog. A value specifying the file name and path to a UserControl file. Provides access to a collection that can contain a list of custom CSS classes defining image style settings. A object that is the collection of items. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert Image dialog. A value specifying the file name and path to a UserControl file. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert Link dialog. A value specifying the file name and path to a UserControl file that is a customized Insert Link dialog. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert Table and Table Properties dialogs. A value specifying the file name and path to a UserControl file that is a customized Insert Table and Table Properties dialog. Provides access to a collection that can contain a list of custom CSS classes defining video player style settings. A object that is the collection of items. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert Video dialog. A value specifying the file name and path to a UserControl file. Provides access to a collection that can contain a list of custom CSS classes defining YouTube video player style settings. A object that is the collection of items. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert YouTube Video dialog. A value specifying the file name and path to a UserControl file. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Paste from Word dialog. A value specifying the file name and path to a UserControl file that is a customized Paste from Word dialog. Gets the settings allowing you to specify paths to customized versions of the built-in spell checker's dialog forms (UserControls) stored within a web site. A object containing properties which point to individual dialog forms. Gets or sets the path to a UserControl (an .ascx file), that is the customized version of the built-in Row, Column, and Cell Properties dialogs. A value, specifying the file name and path to a UserControl file that is a customized Row, Column, and Cell Properties dialogs. Lists values that specify how HTML code is displayed in the Html view: as plain text, or using the Html code editor. HTML View highlights HTML code and provides advanced code editing features. HTML View editing mode is automatically defined, depending on an end-user's device and browser capabilities, to support the advanced mode features. HTML View displays HTML code as a plain text. Contains settings that relate to a control's HTML editing functionality. Initializes a new instance of the class with default settings. Gets or sets a value that specifies what document types are allowed in the . One of the enumeration values. Specifies if end-users can edit the full document content or the body tag content only. true, to allow end-users edit the full document content; false to allow end-users edit the body tag content only. Gets or sets a value that specifies whether the editor's HTML markup can contain form elements, such as 'form', 'input', 'select', etc. true if form elements are allowed within the editor's content; false if form elements are automatically removed from the editor's HTML markup. Gets or sets a value that specifies whether the editor's HTML markup can contain HTML5 media elements, i.e. 'audio' and 'video'. true if media elements are allowed within the editor's content; false if the elements are automatically removed from the editor's HTML markup. Gets or sets a value that specifies whether the editor's HTML markup can contain ID attributes. true if ID attributes are allowed within the editor's content; false if ID attributes are automatically removed from the editor's HTML markup. Gets or sets a value that specifies whether the editor's HTML markup can contain 'iframe' elements. true if 'iframe' elements are allowed in the editor's content; false if 'iframe' elements are automatically removed from the editor's HTML markup. Gets or sets a value that specifies whether the editor's HTML markup can contain the 'object' and 'embed' elements. true if the 'object' and 'embed' elements are allowed in the editor's content; false if the elements are automatically removed from the editor's HTML markup. Gets or sets a value that specifies whether the editor's HTML markup can contain scripts. true if scripts are allowed within the editor's content; false if scripts are automatically removed from the editor's HTML markup. Gets or sets a value that specifies whether the editor's HTML markup can contain style attributes. true if style attributes are allowed within the editor's content; false if style attributes are automatically removed from the editor's HTML markup. Gets or sets a value that specifies whether the editor's HTML markup can contain the 'iframe' elements linking to a YouTube video. true if the 'iframe' elements containing a link to a YouTube video are allowed within the editor's content; false if the elements are automatically removed from the editor's HTML markup. Copies the settings of the specified object to the current one. A object whose settings are assigned to the current object. Provides access to settings that relate to content element filtering. An object that contains content element filtering settings. Gets or sets a value that specifies whether to process the copied/cut RTF content on the server side. true, to process the copied/cut RTF content on the server side; otherwise, false. Specifies if resource paths should be changed to absolute, relative, or root relative. One of the enumeration values. Gets or sets a value that specifies whether the b (bold) and i (italic) elements occurring within the editor's HTML markup should be replaced with the strong and em elements respectively. true if the b and i elements should be replaced with the strong and em elements within the editor's HTML markup; otherwise, false. Gets or sets a value that specifies whether deprecated elements (such as u, s, strike, font, center) occurring within the editor's HTML markup should be replaced with their valid analogs. true if deprecated elements should be replaced with their valid analogs in the editor's HTML markup; otherwise, false. Contains settings that relate to the ASPxHtmlEditor's Html view. Initializes a new instance of the class with the specified owner. An object that implements the interface. Copies the settings of the specified object to the current one. A object whose settings are assigned to the current object. Specifies the availability of intellisense support. true, to enable auto completion; otherwise, false. Specifies if a closing tag is added automatically when an end-user types an opening tag. true, to enable tag auto closing; otherwise, false. Specifies if an active line is highlighted. true, to highlight the active line; otherwise, false. Specifies if a tag is highlighted when end-user selects a matching tag. true, to highlight matching tags; otherwise, false. Specifies how the HTML View displays Html code: as a plain text, or by using the advanced Html code editor. One of the enumeration values. Specifies the visibility of buttons allowing end-users to collapse and expand tags. true, to show collapse tag buttons; otherwise, false. Specifies the line number visibility. true, to display line numbers; otherwise, false. Contains settings that allow images to be defined for the 's specific elements. Initializes a new instance of the class with the specified owner. An object that implements the ISkinOwner interface. Represents the file name of the CloseButton image displayed within the control's dialog windows.This name is equal to "heCloseButton.gif". Contains the name of the image file, which represents the bottom part of the image used within the 's Insert Image dialog.This name is equal to "heConstrainProportionsBottom". Contains the name of the image file, which specifies the bottom part of the image used within the 's Insert Image dialog, when the right-to-left layout is applied.This name is equal to "heConstrainProportionsBottomRtl". Contains the name of the image file, which represents the switched on middle part of the image used within the 's Insert Image dialog.This name is equal to "heConstrainProportionsMiddleOn". Contains the name of the image file, which specifies the switched on middle part of the image used within the 's Insert Image dialog, when the right-to-left layout is applied.This name is equal to "heConstrainProportionsMiddleOnRtl". Contains the name of the image file, which represents the switched off middle part of the image used within the 's Insert Image dialog.This name is equal to "heConstrainProportionsMiddleOff". Contains the name of the image file, which specifies the switched off middle part of the image used within the 's Insert Image dialog, when the right-to-left layout is applied.This name is equal to "heConstrainProportionsMiddleOffRtl". Contains the name of the image file, which represents the top part of the image used within the 's Insert Image dialog.This name is equal to "heConstrainProportionsTop". Contains the name of the image file, which specifies the top part of the image used within the 's Insert Image dialog, when the right-to-left layout is applied.This name is equal to "heConstrainProportionsTopRtl". Duplicates the properties of the specified object to the current instance of the class. An object that the settings will be copied from. Gets the settings of an image displayed within the dialog form close button. A object that contains image settings. Gets the settings of an image displayed within the close button of an error frame. A object that contains image settings. For internal use only. Gets the object representing the bottom part of specific constrain proportions image displayed within the 's Insert image dialog. An object that contains image settings. Gets the object specifying the bottom part of specific constrain proportions image displayed within the 's Insert image dialog,when the right-to-left layout is applied. An object that contains image settings. Gets the object representing the switched off middle part of specific constrain proportions image displayed within the 's Insert image dialog. An object that contains image settings. Gets the object specifying the switched off middle part of specific constrained proportions image displayed within the 's Insert image dialog, when the right-to-left layout is applied. An object that contains image settings. Gets the object that is the switched on middle part of a specific constrain proportions image, displayed within the 's Insert image dialog. An object that contains image settings. Gets the object specifying the switched on middle part of a specific constrained proportions image displayed within the 's Insert image dialog. when the right-to-left layout is applied. An object that contains image settings. Gets the object represented the top part of a specific constrain proportions image displayed within the 's Insert image dialog. An object that contains image settings. Gets the object specifying the top part of a specific constrained proportions image displayed within the 's Insert image dialog when the right-to-left layout is applied. An object that contains image settings. Gets the settings of the Reset Button image. An object that contains image settings. For internal use only. Returns "heReset". Gets or sets a set of icons to be used within the toolbar UI. One of the enumeration values. Returns the object to its original state. Gets the settings of the size grip image. A object containing image settings. Represents the name of the Size Grip image file.This name is equal to "heSizeGrip". Gets the style settings that define the appearance of a size grip when the right-to-left layout is applied. A object containing style settings. The name of the Size Grip image file when the right-to-left layout layout is applied.This name is equal to "heSizeGripRtl". Gets the settings of an image displayed within the tag inspector's Change Element button. A object that contains image settings. For internal use only. Returns "heTagInspectorChangeButton". Gets the settings of an image displayed within the tag inspector's Remove Element button. A object that contains image settings. For internal use only. Returns "heTagInspectorRemoveButton". Gets the settings of an image displayed within the tag inspector's separator. A object that contains image settings. For internal use only. Returns "heTagInspectorSeparator". Gets the settings of an image, which represents a toolbar item's pop-out image. A object that contains image settings. Represents the file name of the ToolbarPopOut image displayed within specific toolbar buttons of the control.This name is equal to "heToolbarPopOut.gif". Contains the ASPxHtmlEditor's Select Image dialog's settings. Initializes a new instance of the class with the specified owner. An object that implements the interface. Contains settings that relate to the built-in Image Selector's file upload functionality. Initializes a new instance of the class with the specified owner. An object that implements the interface. Lists values that specify the document formats available for import to editor contents. Identifies Microsoft Office (97-2003) document format (.doc). Identifies Microsoft Office (2007+) document format (.docx). Identifies Web Archive, single file format (.mht). Identifies OpenDocument text (.odt) format. Identifies rich text format (.rtf). Identifies plain text format (.txt). Contains customization settings for the Insert Audio dialog's form elements. Initializes a new instance of the class with the specified owner. An object that implements the interface. Provides access to settings related to the Audio Selector. An object that contains the selector's settings. Provides access to settings related to uploading audio files. An object that contains upload settings. Contains customization settings for the Insert Flash dialog's form elements. Initializes a new instance of the class with the specified owner. An object that implements the interface. Provides access to settings related to the Flash Selector. An object that contains the selector's settings. Provides access to settings related to uploading flash files. An object that contains upload settings. Contains customization settings for the Insert Image dialog's form elements. Initializes a new instance of the class with the specified owner. An -implemented object that owns the created object. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Provides access to a collection that can contain a list of custom CSS classes defining image style settings. A object that is the collection of items. Gets or sets a template used to display the content of the Insert Image Dialog form's More Options section. An object that supports the interface and contains a template used to display the More Options section. Provides access to settings related to the Image Selector. An object that contains the selector's settings. Provides access to settings related to uploading image files. An object that contains upload settings. Gets or sets a value that specifies whether a section that allows end-users to upload their local files is displayed within the Insert Image dialog form. true, to display the form section, otherwise, false. Gets or sets a value that specifies whether a section that allows image style settings to be defined is displayed within the Insert Image dialog form. true, to display the form section, otherwise, false. Gets or sets a value that specifies whether the More options check box is displayed within the Insert Image dialog form. true, to display the More options check box; otherwise, false. Gets or sets a value that specifies whether the "Save file to server" check box is displayed within the Insert Image dialog form. true, to display the form element, otherwise, false. Contains customization settings for the Insert Link dialog's form elements. Initializes a new instance of the class with the specified owner. An -implemented object that owns the created object. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Provides access to settings related to the Document Selector. An object that contains the selector's settings. Gets or sets a value that specifies whether the "Display Properties" section is displayed within the Insert Link dialog form. true, to display the form element, otherwise, false. Specifies if the E-mail address section is displayed in the Insert Link dialog. true, if E-mail address section is displayed; otherwise, false. Gets or sets a value that specifies whether the "Open in new window" form element is displayed within the Insert Link dialog form. true, to display the form element, otherwise, false. Serves as a base for classes containing customization settings for form elements of the built-in media dialogs. Initializes a new instance of the class with the specified owner. An object that implements the interface. Copies the settings of the specified object to the current one. A object whose settings are assigned to the current object. Gets or sets a value that specifies whether a section that allows end-users to upload their local files is displayed within the editor's built-in dialogs. true, to display the form section; otherwise, false. Specifies if the From the web (URL) section is displayed in the Insert Image dialog. true, if From the web (URL) section is displayed; otherwise, false. Gets or sets a value that specifies whether the "Save file to server" check box is displayed within the editor's built-in dalogs. true, to display the form element, otherwise, false. Serves as a base for classes containing customization settings for form elements of the built-in media dialogs. Initializes a new instance of the class with the specified owner. An object that implements the interface. Copies the settings of the specified object to the current one. A object whose settings are assigned to the current object. Provides access to a collection that can contain a list of custom CSS classes defining media player style settings. A object that is the collection of items. Gets or sets a template used to display the content of the built-in dialogs form's More Options section. An object that supports the interface and contains a template used to display the More Options section. Gets or sets a value that specifies whether the More options check box is displayed within the editor's built-in dialogs. true, to display the More options check box; otherwise, false. Gets or sets a value that specifies whether the Style Settings section (tab) is displayed within the editor's built-in dialogs. true, to display the Style Settings section; otherwise, false. Contains customization settings for the Insert Table dialog's form elements. Initializes a new instance of the class with the specified owner. An -implemented object that owns the created object. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Gets or sets a value that specifies whether the "Accessibility" section is displayed within the Insert Table dialog form. true, to display the form section, otherwise, false. Gets or sets a value that specifies whether the "Appearance" section is displayed within the Insert Table dialog form. true, to display the form section, otherwise, false. Gets or sets a value that specifies whether the "Layout" section is displayed within the Insert Table dialog form. true, to display the form section, otherwise, false. Contains customization settings for the Insert Video dialog's form elements. Initializes a new instance of the class with the specified owner. An object that implements the interface. Provides access to settings related to the Video Selector. An object that contains the selector's settings. Provides access to settings related to uploading video files. An object that contains upload settings. Contains settings that allow the appearance of specific elements within the editor's context menu to be defined. Initializes a new instance of the class with the specified owner. An object that represents the class' owner. This method is not in effect for the class. An empty string. Contains customization settings for the Paste from Word dialog's form elements. Initializes a new instance of the class with the specified owner. An -implemented object that owns the created object. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Gets or sets a value that specifies whether the "Strip font family" check box is displayed within the Paste from Word dialog form. true, to display the form element, otherwise, false. Lists values that specify how the HTML content is pasted to . The formatting of the pasted content is mostly discarded. However, emphasis formatting, such as bold and italic text, is retained. The content takes on the style characteristics of the paragraph where it is pasted. The content also takes on any direct formatting or style properties of element that immediately precedes the cursor when the content is pasted. The formatting of the pasted content and non-text elements, such as pictures or tables, is discarded. The text takes on the style characteristics of the paragraph where it is pasted and takes on any direct formatting or character style properties of text that immediately precedes the cursor when the text is pasted. Graphical elements are discarded, and tables are converted to a series of paragraphs. The formatting of the pasted content is retained. A style definition that is associated with the copied text is copied to the destination document. Defines style settings for the paste options bar items. Initializes a new instance of the class with default settings. Defines style settings for the paste options bar. Initializes a new instance of the class with default settings. Contains settings that allow the appearance of paste options bar elements to be defined. Initializes a new instance of the class with the specified owner. An object that implements the ISkinOwner interface. Duplicates the properties of the specified object into the current instance of the class. A object that is the object from which the settings will be copied. This property is not in effect for the class. This property is not in effect for the class. Gets the style settings that define the appearance of the paste options bar within the ASPxHtmlEditor. A object that contains style settings. Gets the style settings that define the appearance of the paste options bar items within the ASPxHtmlEditor. A object that contains style settings. For internal use only. For internal use only. A collection of placeholders available in the HtmlEditor. Initializes a new instance of the class with the specified owner. An object that will own the collection. Adds a new item to the collection and specifies the item's value. A value specifying the item's value. Initializes the item's property. An object that is the newly created item. An individual placeholder within the HtmlEditor. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified value. A that specifies the item display value. This value is assigned to the property. Copies the settings of the specified object to the current object. A object that is the source of the operation. Specifies the placeholder value. An that specifies the item value. Contains settings that relate to placeholders in ASPxHtmlEditor. Initializes a new instance of the class with the specified owner. An object that implements the interface. Copies the settings of the specified object to the current one. A object whose settings are assigned to the current object. Gets or sets the character(s) displayed at the end of the placeholders. A string value that specifies the character(s) displayed at the end of the placeholders. Gets or sets the character(s) displayed at the beginning of the placeholders. A string value that specifies the starting character(s) of the placeholders. Contains settings that relate to the required field validation type. Initializes a new instance of the class with the specified owner and validation settings. An object that implements the interface. An object that implements the IValidationSettings interface. Gets or sets the error text to be displayed within the editor's error frame, if the editor's specific required field validation fails. A value that specifies the error text. Contains settings that relate to the ASPxHtmlEditor's sizing capabilities. Initializes a new instance of the class with the specified owner. An object that implements the interface. Gets or sets a value that specifies whether the ASPxHtmlEditor can be resized by end-users on the client side. true if resizing is allowed; otherwise, false. Copies the settings of the specified object to the current one. A object whose settings are assigned to the current object. Gets or sets the ASPxHtmlEditor window's maximum height. An integer value that specifies the editor's maximum height, in pixels. Gets or sets the ASPxHtmlEditor window's maximum width. An integer value that specifies the editor's maximum width, in pixels. Gets or sets the ASPxHtmlEditor window's minimum height. An integer value that specifies the editor's minimum height, in pixels. Gets or sets the ASPxHtmlEditor window's minimum width. An integer value that specifies the editor's minimum width, in pixels. A collection of ribbon context tab categories in the control. Initializes a new instance of the class with the specified owner. An object that implements the DevExpress.Web.Internal.IWebControlObject interface. Adds a new context tab category with the specified name to the end of the collection and returns the newly created object. A value that specifies the created category's name. Initializes the property. A object that is the newly created context tab category. Creates default context tab categories in the 's ribbon. Gets the control to which the current collection belongs. The control that owns the collection. Contains settings that allow the appearance of popup elements within the ribbon toolbar to be defined. Initializes a new instance of the class with the specified owner. An object that implements the ISkinOwner interface. This property is not in effect for the class. This property is not in effect for the class. Contains settings that allow the appearance of ribbon toolbar elements used within the ASPxHtmlEditor to be defined. Initializes a new instance of the class with the specified owner. An object that implements the ISkinOwner interface. For internal use only. Duplicates the properties of the specified object into the current instance of the class. A object that is the object from which the settings will be copied. This property is not in effect for the class. This property is not in effect for the class. Provides access to the style settings defining the appearance of popup menu elements used in a ribbon toolbar. A object that contains style settings. Provides access to the style settings defining the appearance of tab control elements used in a ribbon toolbar. A object that contains style settings. A collection of Ribbon tabs. Initializes a new instance of the class with the specified owner. An object that implements the IWebControlObject interface. Adds a new tab with the specified text to the collection. A value that specifies the created tab's display text. Initializes the tab's property. An object that is the newly created tab. Creates a collection of default Ribbon tabs within the collection. Gets the control to which the current collection belongs. The control that owns the collection. Contains settings that define the appearance of tab control elements used by the ribbon toolbar. Initializes a new instance of the class with the specified owner. An object that implements the ISkinOwner interface. This property is not in effect for the class. This property is not in effect for the class. Contains specific settings for the HTML Editor's ribbon toolbar. Initializes a new instance of the class with specified settings. An object that implements the interface. Copies the settings from the specified object to the current one. A object whose settings are assigned to the current object. Specifies if a ribbon displays all items in an active tab on one line. true, to display items on one line; false, to display items on several lines. Contains settings that allow the appearance of specific elements within round panels used by the ASPxHtmlEditor to be defined. Initializes a new instance of the class with the specified owner. An object that implements the ISkinOwner interface. For internal use only. Gets the style settings used to define the appearance of round panel elements (excepting their headers) used within the control. A object that contains style settings. For internal use only. Reserved for future use. This property is not in effect for the class. This property is not in effect for the class. Serves as a base for classes that define functional settings of file selectors within an ASPxHtmlEditor. Initializes a new instance of the class with the specified owner. An object that implements the interface. Copies the settings of the specified object to the current one. A object whose settings are assigned to the current object. Gets or sets a value that specifies the correct relative URL path to a root folder whose physical path is defined using the property of editor media dialogs. A string value that defines the relative URL path to the specified root folder. An individual shortcut within the control. Initializes a new instance of the class. Initializes a new instance of the class with the specified settings. A value specifying a keyboard combination that invokes the current shortcut's functionality. A value specifying a name of an executed command or displayed custom dialog. Initializes a new instance of the class with the specified settings. A value specifying the keyboard combination that invokes the current shortcut's functionality. A value specifying the name of an executed command or displayed custom dialog. One of the enumeration values. Initializes a new instance of the class with the specified settings. A value specifying the keyboard combination that invokes the current shortcut's functionality. A value specifying the name of an executed command or displayed custom dialog. One of the enumeration values specifying a view where the shortcut will operate. Specifies a name of an executed command or shown custom dialog. A property that is the name of a command or custom dialog. Gets or sets the type of action that is executed when a shortcut is pressed. One of the enumeration values. Specifies the view where the shortcut operates. One of the enumeration values. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Gets or sets the keyboard combination that invokes the current shortcut's functionality. The value specifying the keyboard combination. Returns the string that denotes the object. A value that denotes the object. A collection of objects. Initializes a new instance of the class with the specified owner. An object that will own the collection. Adds a new shortcut to the collection. A value specifying the keyboard combination that invokes the current shortcut's functionality. A value specifying a name of an executed command or displayed custom dialog. An object that is a newly created item. Adds a new shortcut to the collection. A value specifying the keyboard combination that invokes the current shortcut's functionality. A value specifying a name of an executed command or displayed custom dialog. One of the enumeration values. An object that is a newly created item. Creates a collection of default shortcuts within the collection. Contains settings that allow the appearance of specific elements within the spell checking dialog of the to be defined. Initializes a new instance of the class with the specified owner. An object that represents the object's owner. Contains style settings that define the appearance of the ASPxHtmlEditor's size grip. Initializes a new instance of the class with default settings. This property is not in effect for the class. This property is not in effect for the class. This property is not in effect for the class. This property is not in effect for the class. This property is not in effect for the class. Defines style settings for the status bar . Initializes a new instance of the class with default settings. This property is not in effect for the class. This property is not in effect for the class. This property is not in effect for the class. This property is not in effect for the class. This property is not in effect for the class. Gets the padding settings of status bar . A object that contains padding settings. Gets or sets the amount of space between tabs displayed within the ASPxHtmlEditor's status bar. A that represents the spacing value. Contains settings that allow the appearance of the status bar's elements to be defined. Initializes a new instance of the class with the specified owner. An object that implements the ISkinOwner interface. Gets the style settings that define the appearance of the active tab within the ASPxHtmlEditor's status bar . A object that contains style settings. Duplicates the properties of the specified object into the current instance of the class. A object that represents the object which the settings will be copied from. This property is not in effect for the class. This property is not in effect for the class. Returns the object to its original state. Gets the style settings that define the appearance of a size grip. A object containing style settings. Gets the settings that define the appearance of the ASPxHtmlEditor's status bar . A object that contains style settings. Gets the style settings that define the appearance of tabs within the ASPxHtmlEditor's status bar. A object that contains style settings. Defines style settings for tabs displayed within the status bar. Initializes a new instance of the class with default settings. Contains settings that allow the appearance of the ASPxHtmlEditor's different elements to be defined. Initializes a new instance of the class with the specified owner. An object that represents the class' owner. Gets the style settings that define the appearance of the ASPxHtmlEditor's content area. An object that contains style settings. For internal use only. Reserved for future use. Gets the style settings that define the appearance of the ASPxHtmlEditor's Design View area. A object that contains style settings. For internal use only. Reserved for future use. Gets the style settings that define the appearance of the ASPxHtmlEditor's Html View area. A object that contains style settings. For internal use only. Reserved for future use. Gets the style settings that define the appearance of the ASPxHtmlEditor's loading div elements. A object that contains style settings. Gets the style settings that define the appearance of the ASPxHtmlEditor's loading panel. A object that contains style settings. Gets the style settings that define the appearance of the ASPxHtmlEditor's Preview area. A object that contains style settings. For internal use only. Reserved for future use. Contains the default name of a CSS class that defines settings for right-to-left layout. For internal use only. Returns "dxhe-tagsContainer". For internal use only. Returns "dxhe-tiWrapper". This method is not in effect for the class. An empty string. Gets the style settings that define the appearance of the ASPxHtmlEditor's view area. A object that contains style settings. For internal use only. Reserved for future use. Contains customization settings for the Cell Properties dialog's form elements. Initializes a new instance of the class with the specified owner. An -implemented object that owns the created object. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Gets or sets a value that specifies whether the "Apply to all cells in the table" check box is displayed within the Cell Properties dialog form. true, to display the form element, otherwise, false. Contains customization settings for the form elements of the Column Properties and Row Properties dialogs. Initializes a new instance of the class with the specified owner. An -implemented object that owns the created object. Contains the style settings that define the appearance of a selected tag container in the tag inspector. Initializes a new instance of the class with default settings. Gets the padding settings of the tag inspector's selected tag. A object that contains padding settings. Contains the style settings that define the appearance of an element, selected by the tag inspector. Initializes a new instance of the class with default settings. Gets or sets the opacity level of the selection applied to the element selected using the tag inspector. An integer value that specifies the level of opacity. Contains the style settings that define the appearance of the tag inspector. Initializes a new instance of the class with the specified owner. An object that implements the ISkinOwner interface. Duplicates the properties of the specified object to the current instance of the class. A object that is the object from which the settings will be copied. This property is not in effect for the class. This property is not in effect for the class. Gets the style settings that define the appearance of an ellipsis element in the tag inspector. An object that contains style settings. For internal use only. Returns "Ellipsis". Gets the style settings that define the appearance of a selected tag in the tag inspector. An object that contains style settings. Gets the style settings that define the appearance of a selected tag container in the tag inspector. An object that contains style settings. For internal use only. Returns "SelectedTagContainer". For internal use only. Returns "SelectedTag". Gets the style settings that define the appearance of an element, selected by the tag inspector. An object that contains style settings. For internal use only. Returns "Selection". Gets the style settings that define the appearance of a tag in the tag inspector. An object that contains style settings. For internal use only. Returns "Tag". Represents a base class for toolbars. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified name. A value that specifies the created toolbar's name. Initializes the property. Initializes a new instance of the class with the specified settings. A value that specifies the created toolbar's name. Initializes the property. An array that contains zero or more HtmlEditorToolbarItem objects, to populate the collection. Copies the settings from the specified item to the current object. A object whose settings are assigned to the current object. Gets or sets the toolbar's caption. A value that specifies the toolbar's caption. Populates the toolbar's dropdown list items with default items. The toolbar, whose default items are dropdown lists populated with items that provide the appropriate, predefined functionality. Creates the StandardToolbar1 default toolbar and populates it with relevant default items. An object representing the StandardToolbar1. Creates the StandardToolbar2 default toolbar, and populates it with relevant default items. An object representing the StandardToolbar2. Creates the StandardToolbar2 default toolbar, populates it with relevant default items, specifying whether the layout of the toolbar is reversed. true to reverse the layout of the toolbar; otherwise false. An object which is the StandardToolbar2. Creates the TableToolbar default toolbar and populates it with relevant default items. An object representing the TableToolbar. Gets the collection of items within the toolbar and provides indexed access to them. A object representing the collection of the toolbar's items. Gets or sets the toolbar's unique identifier name. A value that specifies the toolbar's unique identifier name. Returns the string that represents the object. A value that represents the object. Gets or sets a value specifying the visibility of the toolbar. true if the toolbar is visible; otherwise false. Gets or sets a value specifying the position of the current toolbar amongst the visible toolbars in an ASPxHtmlEditor. An integer value specifying the zero-based index of the amongst the visible toolbars. -1 if the toolbar is invisible. Represents a collection of toolbar objects. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. An object that implements the IWebControlObject interface. Creates a new toolbar with the default settings and adds it to the collection. An object representing the newly created toolbar. Creates a new toolbar with the specified setting and adds it to the collection. A value that specifies the created toolbar's name. Initializes the property. An object representing the newly created toolbar. Creates a new toolbar with the specified settings and adds it to the collection. A value that specifies the created toolbar's name. Initializes the property. An array that contains zero or more HtmlEditorToolbarItem objects, to populate the collection. An object representing the newly created toolbar. Creates a collection of default toolbars. Creates a collection of default toolbars specifying whether the layout of the toolbars is reversed. true to reverse the layout of the toolbars; otherwise false. Provides access to individual items in the collection by their names. A value specifying the item's name. An object which is the item with the specified name. Implements the base toolbar item functionality. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified text. A value that specifies the created toolbar item's display text. Initializes the item's property. Initializes a new instance of the class with the specified settings. A value that specifies the created toolbar item's display text. Initializes the item's property. A value that identifies the executed command. Initializes a new instance of the class with the specified settings. A value that specifies the created toolbar item's display text. Initializes the item's property. A value that identifies the executed command. A value that specifies the created toolbar item's tooltip text. Initializes the property. Initializes a new instance of the class with the specified settings. A value that specifies the created toolbar item's display text. Initializes the item's property. A value that identifies the executed command. A value that specifies the created toolbar item's tooltip text. Initializes the property. A object specifying how a toolbar item is represented within a toolbar. Initializes the property. Gets or sets the priority of Html Editor toolbar item hiding in adaptive mode. An value specifying the toolbar item priority. Copies the settings from the specified item to the current object. A object whose settings are assigned to the current object. Gets or sets a value that specifies whether the current toolbar item starts a group. true if the current item starts a group; otherwise, false. Gets or sets a value that specifies how a toolbar item is represented within a toolbar. One of the enumeration values. Gets or sets a value specifying the visibility of the current toolbar item. true if the item is visible; otherwise false. Gets or sets a value specifying the position of the current item amongst the visible items in a toolbar. An integer value specifying the zero-based index of the amongst the toolbar's visible items. -1 if the toolbar item is invisible. Represents a collection of toolbar item objects. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified owner. An object that implements the IWebControlObject interface. Returns an item object with the specified CommandName property value. The command name. An item object with a specific command name. Performs the specified action on each element of the . The delegate to perform on each element of the . A object that represents the processed item collection. Lists values that specify the type of the toolbar that is rendered in the control. An external ribbon is used by the HTML Editor as a toolbar. The toolbar for the HTML Editor is rendered as a menu. The HTML Editor has no toolbars. The toolbar for the HTML Editor is rendered as a ribbon. Provides settings allowing you to specify a folder where uploaded files will be automatically saved. Initializes a new instance of the class with default settings. Specifies the server folder where files will be uploaded. A value specifying the folder path. Contains style settings defining the appearance of the ASPxHtmlEditor built-in upload control. Initializes a new instance of the class with the specified owner. An object that represents the owner of the created object. Represents a user control class to be used within the ASPxHtmlEditor. Initializes a new instance of the class with default settings. Gets the user control's identifier generated by ASP.NET. A value specifying the user control identifier generated by ASP.NET. Provides data for the ASPxHtmlEditor's event. Initializes a new instance of the class. A value that specifies the HTML content to validate. This value is assigned to the property. A representing the error description. This value is assigned to the property. true if the validation has been completed successfully; otherwise, false. This value is assigned to the property. Gets or sets the error description. A value representing the error description. Gets or sets the HTML markup specifying the ASPxHtmlEditor's content. A value specifying the editor's HTML markup. Gets a value specifying whether the validation has been completed successfully. true if the validation has been completed successfully; otherwise, false. Contains the ASPxHtmlEditor's content validation settings. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified owner. An object that implements the interface. Copies the settings of the specified object to the current one. A object whose settings are assigned to the current object. Gets the style settings that define the appearance of the error frame's Close button. A object that contains style settings. Gets the style settings of the error frame. A object that contains the style settings. Gets or sets the error text to be displayed within the editor's error frame, if the editor's validation fails. A value that specifies the error text. Gets the settings that define the required field validation's rules. A object that contains specific validation settings. Gets or sets the group of controls for which the HtmlEditor forces validation. A string value that specifies the group of controls for which the HtmlEditor control causes validation. Contains common settings of the ASPxHtmlEditor's built-in Video Selector. Initializes a new instance of the class with the specified owner. An object that implements the interface. Contains the ASPxHtmlEditor's Select Video dialog's settings. Initializes a new instance of the class with the specified owner. An object that implements the interface. Contains settings that relate to the built-in Video Selector's file upload functionality. Initializes a new instance of the class with the specified owner. An object that implements the interface. Specifies the ASPxHtmlEditor's active view Identifies the editor's Design View. Identifies the editor's HTML View. Identifies the editor's Preview View. Defines style settings for a particular view area. Initializes a new instance of the class with default settings. This property is not in effect for the class. Contains settings that allow the tabs' appearance to be defined. Initializes a new instance of the class. An ISkinOwner object that represents the owner of the created object. Gets the style settings that define the appearance of the active tab within the ASPxHtmlEditor's status bar . A object that contains style settings. Gets the style settings that define the appearance of tabs within the ASPxHtmlEditor's status bar. A object that contains style settings. An individual custom CSS class defining image style settings. Initializes a new instance of the class with default settings. Gets or sets the name of the cascading style sheet (CSS) class associated with the current item. A string value specifying the name of the associated cascading style sheet class. Gets or sets the item's display text. A string specifying the item's display text. A collection of custom CSS classes defining image style settings. Initializes a new instance of the class. Initializes a new instance of the class with the specified owner. An object that implements the IWebControlObject interface. An individual custom CSS class defining media player style settings. Initializes a new instance of the class with default settings. Gets or sets the name of the cascading style sheet (CSS) class associated with the current item. A string value specifying the name of the associated cascading style sheet class. Gets or sets the item's display text. A string specifying the item's display text. A collection of custom CSS classes defining media player style settings. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified owner. An object that implements the IWebControlObject interface. Contains classes and enumerations that implement basic functionality for localization of the control. Provides a means to localize the 's UI elements at runtime. Initializes a new instance of the class with default settings. Returns an object comprising resources based on the thread's language and regional settings (culture). A object comprising resources based on the thread's culture. Returns a localized string for the specified string identifier. A enumeration value identifying the string to localize. A corresponding to the specified identifier. Provides a means to localize the 's UI elements at runtime. Initializes a new instance of the class with default settings. Contains strings that can be localized for the . For more information, refer to the topic. The label of a text box where end-users can specify the text to search for in the Find and Replace Dialog.Default Value: "Find" The text displayed in the header of the Find and Replace Dialog.Default Value: "Find and Replace" A label of a check box specifying whether the search is case sensitive in the Find and Replace Dialog.Default Value: "Match case" The text displayed in the Next button in the Find and Replace Dialog.Default Value: "Next" A label providing information whose search entry is selected in the Results list box in the Find and Replace Dialog.Default Value: "{0} of {1}" The text displayed in the Previous button in the Find and Replace Dialog.Default Value: "Previous" The text displayed in the Replace button in the Find and Replace Dialog.Default Value: "Replace" The text displayed in the Replace All button in the Find and Replace Dialog.Default Value: "Replace All" The text of a message displayed in the Find and Replace Dialog after all search entries have been replaced.Default Value: "{0} entries have been replaced." The text displayed in the Find and Replace Dialog while search results are being replaced.Default Value: "{0} of {1} entries are replaced..." The label of a text box where end-users can specify the text to be replaced with the search text in the Find and Replace Dialog.Default Value: "Replace with" The label of a list box containing search results in the Find and Replace Dialog.Default Value: "Results" The text of a message displayed in the Find and Replace Dialog when too many search results have been found.Default Value: "Only top {0} entries are shown. Try narrowing your search." Defines the alternative text for the button within Image Dialogs.Default value: "Constrain Proportions On" Defines the alternative text for the button within Image Dialogs.Default value: "Constrain Proportions Off" The caption of an automatic color item displayed in color editors.Default Value: "No Color" A text displayed in a cancel button within Dialogs.Default Value: "Cancel" A text displayed in a change button within Dialogs.Default Value: "Change" A text displayed in an insert button within Dialogs.Default Value: "Insert" A text displayed in an OK button within Dialogs.Default Value: "OK" A text displayed in a select button within Dialogs.Default Value: "Select" A text displayed in an upload button within Dialogs.Default Value: "Upload" A text displayed in a title bar of the Change Audio Dialog.Default Value: "Change Audio" Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. A text displayed in a title bar of the Change Flash Dialog.Default Value: "Change Flash" A text displayed in a title bar of the Change Image Dialog.Default Value: "Change Image" A text displayed in a title bar of the Change Link Dialog.Default Value: "Change Link" Contains localizable text of the corresponding UI element. The text that heads the area of size properties in Table Dialogs.Default Value: "Size" A text displayed in a title bar of the Change Video Dialog.Default Value: "Change Video" A text displayed in a title bar of the Change YouTube Video Dialog.Default Value: "Change YouTube Video" A text displayed in a tooltip of a toolbar editor denoted by the class.Default Value: "Apply CSS" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Back Color" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Bold" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Bullet List" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Align Center" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Check Spelling" The text of a context menu item that allows end-users to collapse the current tag in the html view area.Default Value: "Collapse Tag" The text of a context menu item that allows end-users to comment the current tag or selected code in the html view area.Default Value: "Comment" The text of a context menu item that allows the content selected within the design view area to be copied to the clipboard. Also, the text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Copy" The text of a context menu item that allows the content selected within the design view area to be cut and copied to the clipboard. Also, the text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Cut" The text of a context menu item that allows end-users to expand the current collapsed tag in the html view area.Default Value: "Expand Tag" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Fore Color" The text of a context menu item that allows end-users to format the HTML document in the html view area.Default Value: "Format Document" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Full Screen" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Indent" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Italic" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Justify" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Align Left" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Ordered List" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Outdent" The text of a context menu item that allows the data from the clipboard to be pasted. Also, the text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Paste" A text displayed in a tooltip of a paste options bar item that switch paste mode to MergeFormatting.Default Value: "Merge Formatting" A text displayed in a tooltip of a paste options bar item that switch paste mode to PlainText.Default Value: "Keep Plain Text" A text displayed in a tooltip of a paste options bar item that switch paste mode to SourceFormatting.Default Value: "Keep Source Formatting" The text displayed in a tooltip of a toolbar button denoted by the class. Also, the text displayed in a title bar of a paste dialog.Default Value: "Paste from Word" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Print" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Redo" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Remove Format" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Align Right" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Strikethrough" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Subscript" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Superscript" The text of a context menu item that allows end-users to uncomment the current commented tag or selected code in the html view area.Default Value: "Uncomment" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Underline" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Undo" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Remove Link" The text of a context menu item that invokes the Change Audio dialog.Default Value: "Change Audio..." Contains localizable text of the corresponding UI element. The text of a context menu item that invokes the Change Flash dialog.Default Value: "Change Flash..." The text of a context menu item that invokes the Change Image dialog.Default Value: "Change Image..." The text of a context menu item that invokes the Change Link dialog.Default Value: "Change Link..." Contains localizable text of the corresponding UI element. The text of a context menu item that invokes the Change Video dialog.Default Value: "Change Video..." The text of a context menu item that invokes the Change YouTube Video dialog.Default Value: "Change YouTube Video..." The text of a context menu item that invokes the Insert Table dialog.Default Value: "Insert Table..." The text of a context menu item that invokes the Cell Properties dialog.Default Value: "Cell Properties..." The text of a context menu item that invokes the Column Properties dialog.Default Value: "Column Properties..." The text of a context menu item that invokes the Table Properties dialog.Default Value: "Table Properties..." The text of a context menu item that invokes the Row Properties dialog.Default Value: "Row Properties..." The error text to be displayed within the editor's error frame, if the editor's validation fails.Default Value: "The HTML content is invalid" Contains localizable text of the corresponding UI element. The text of a context menu item that deletes a table. Also, the text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Delete Table" The text of a context menu item that deletes a column in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Delete Column" The text of a context menu item that deletes a row in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Delete Row" A text displayed in a Design tab within Status Bar.Default Value: "Design" A text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Find and Replace" A text displayed in a tooltip of a toolbar editor denoted by the class.Default Value: "Font Name" A text displayed in a tooltip of a toolbar editor denoted by the class.Default Value: "Font Size" A text displayed in an HTML tab within Status Bar.Default Value: "HTML" A label of a section where you can specify the image border settings in Image Dialogs.Default Value: "Border" A label of a color edit where you can specify the image border color in Image Dialogs.Default Value: "Color" A label of a combo box where you can specify the image border style in Image Dialogs.Default Value: "Style" A label of a text box where you can specify the image border width in Image Dialogs.Default Value: "Width" A label of a check box, displayed in Image Dialogs, that when checked creates an image thumbnail with specified sizes.Default Value: "More options" A tooltip of a check box, displayed in Image Dialogs that when checked, creates an image thumbnail with specified sizes.Default Value: "A thumbnail will be created from the selected image with the specified size" A label of a combo box where you can specify the image CSS class in Image Dialogs.Default Value: "CSS class" The text of a Size combo box item (in Image Dialogs) specifying that an image is displayed in custom size, and showing size editors.Default Value: "Custom size" A label of a text box that allows specifying an image description in Image Dialogs.Default Value: "Description" A label of a text box that allows specifying the image height in Image Dialogs.Default Value: "Height" A label of a text box where you can specify the image bottom margin in Image Dialogs.Default Value: "Bottom" A label of a text box where you can specify the image left margin in Image Dialogs.Default Value: "Left" A label of a text box where you can specify the image right margin in Image Dialogs.Default Value: "Right" A label of a section where you can specify the image margins in Image Dialogs.Default Value: "Margins" A label of a text box where you can specify the image top margin in Image Dialogs.Default Value: "Top" A label of a text box that allows specifying a new name for an image thumbnail in Image Dialogs.Default Value: "New image name" The text of a Size combo box item (in Image Dialogs) specifying that an image is displayed in original size.Default Value: "Original image size" A text displayed next to the image sizes and specifying that a size is measured in pixels in Image Dialogs.Default Value: "pixels" A label of a combo box that allows specifying the image position in Image Dialogs.Default Value: "Position" The text of a Position combo box item (in Image Dialogs) specifying that an image is positioned at the center.Default Value: "Center" The text of a Position combo box item (in Image Dialogs) specifying that an image is left-aligned.Default Value: "Left-aligned" The text of a Position combo box item (in Image Dialogs) specifying that the position for an image is not set. Default Value: "" (Empty) The text of a Position combo box item (in Image Dialogs) specifying that an image is right-aligned.Default Value: "Right-aligned" A label of a combo box that allows specifying the image size in Image Dialogs.Default Value: "Size" A label of a text box that allows specifying the image width in Image Dialogs.Default Value: "Width" A text displayed in a title bar of an Insert Audio Dialog.Default Value: "Insert Audio" Contains localizable text of the corresponding UI element. The label of a check box, displayed in Audio Dialogs, that specifies whether the audio will automatically start playing.Default Value: "Auto play" A label of a section where you can specify the audio player border settings in Audio Dialogs.Default Value: "Border" A label of a color edit where you can specify the audio player border color in Audio Dialogs.Default Value: "Color" A label of a combo box where you can specify the audio player border style in Audio Dialogs.Default Value: "Style" A label of a text box where you can specify the audio player border width in Audio Dialogs.Default Value: "Width" A text displayed in a header of the tab containing common audio player settings in Audio Dialogs.Default Value: "Common Settings" A label of a combo box where you can specify the CSS class applied to the audio player element in Audio Dialogs.Default Value: "CSS class" The label of a text box that allows specifying an audio file web address in Audio Dialogs.Default Value: "Enter audio file web address" The label of a radio button (in Audio Dialogs) specifying that an audio file is located on your computer.Default Value: "From your computer" The label of a radio button (in Audio Dialogs) specifying that an audio file is located on the web.Default Value: "From the web (URL)" A text displayed in the alert window if a file from a gallery wasn't selected in the dialog window. Default Value: "File is required. Please select a file to proceed." Contains localizable text of the corresponding UI element. A label of a text box that allows specifying the audio player height in Audio Dialogs.Default Value: "Height" The label of a check box, displayed in Audio Dialogs, that specifies whether the audio will start over again every time it is finished.Default Value: "Loop" A label of a text box where you can specify the audio player bottom margin in Audio Dialogs.Default Value: "Bottom" A label of a text box where you can specify the audio player left margin in Audio Dialogs.Default Value: "Left" A label of a text box where you can specify the audio player right margin in Audio Dialogs.Default Value: "Right" A label of a section where you can specify the audio player margins in Audio Dialogs.Default Value: "Margins" A label of a text box where you can specify the audio player top margin in Audio Dialogs.Default Value: "Top" Contains localizable text of the corresponding UI element. The label of a check box, displayed in Audio Dialogs, that when checked shows additional audio payer options.Default Value: "More options" A text displayed next to the audio player size and specifies that the size is measured in pixels in Audio Dialogs.Default Value: "px" A label of a combo box that allows specifying the audio player position in Audio Dialogs.Default Value: "Position" The text of a Position combo box item (in Audio Dialogs) specifying that an audio player is positioned at the center.Default Value: "Center" The text of a Position combo box item (in Audio Dialogs) specifying that an audio player is left-aligned.Default Value: "Left" The text of a Position combo box item (in Audio Dialogs) specifying that the position for an audio file is not set. Default Value: "" (Empty) The text of a Position combo box item (in Audio Dialogs) specifying that an audio player is right-aligned.Default Value: "Right" The label of a combo box, displayed in Audio Dialogs, that specifies how the audio file should be loaded when the page loads.Default Value: "Preload mode" The text of a Preload mode combo box item (in Audio Dialogs) specifying that the browser will load the entire audio file when the page loads.Default Value: "Auto" The help text for the "Preload" combo box, displayed in Audio Dialogs.Default Value: "Auto - The browser loads the entire video when the page loads Metadata - The browser loads only metadata when the page loadsNone - The browser does not load the video when the page loads" The text of a Preload mode combo box item (in Audio Dialogs) specifying that the browser will load only metadata when the page loads.Default Value: "Metadata" The text of a Preload mode combo box item (in Audio Dialogs) specifying that the browser won't load the audio when the page loads.Default Value: "None" The text that is displayed within a preview area of Audio Dialogs if an audio file is not selected.Default Value: "Audio preview" Contains localizable text of the corresponding UI element. The label of a check box, displayed in Audio Dialogs, that when checked creates an audio file copy within the current project folder.Default Value: "Save file to server" The label of a check box, displayed in Audio Dialogs, that specifies whether the audio player controls should be displayed.Default Value: "Show player controls" A text displayed in a header of the tab containing audio player style settings in Audio Dialogs.Default Value: "Style Settings" The label of a text box that allows specifying a path to an audio file on your computer in Audio Dialogs.Default Value: "Browse your computer for the audio file to upload" A label of a text box that allows specifying the audio player width in Audio Dialogs.Default Value: "Width" A text displayed in a title bar of an Insert Flash Dialog.Default Value: "Insert Flash" Contains localizable text of the corresponding UI element. The label of a check box, displayed in Flash Dialogs, that specifies whether the flash file can be displayed in a full screen mode. Default Value: "Allow fullscreen" The label of a check box, displayed in Flash Dialogs, that specifies whether the flash will automatically start playing.Default Value: "Auto play" A label of a section where you can specify the flash player border settings in Flash Dialogs.Default Value: "Border" A label of a color edit where you can specify the flash player border color in Flash Dialogs.Default Value: "Color" A label of a combo box where you can specify the flash player border style in Flash Dialogs.Default Value: "Style" A label of a text box where you can specify the flash player border width in Flash Dialogs.Default Value: "Width" A text displayed in a header of the tab containing common flash player settings in Flash Dialogs.Default Value: "Common Settings" A label of a combo box where you can specify the CSS class applied to the flash player element in Flash Dialogs.Default Value: "CSS class" The label of a check box, displayed in Flash Dialogs, that specifies whether the movie playback controls are available in the flash player context menu.Default Value: "Enable Flash Menu" The label of a text box that allows specifying a flash file web address in Flash Dialogs.Default Value: "Enter flash file web address" The label of a radio button (in Flash Dialogs) specifying that a flash file is located in your computer.Default Value: "From your computer" The label of a radio button (in Flash Dialogs) specifying that a flash file is located on the web.Default Value: "From the web (URL)" A text displayed in the alert window if a file from a gallery wasn't selected in the dialog window. Default Value: "File is required. Please select a file to proceed." Contains localizable text of the corresponding UI element. A label of a text box that allows specifying the flash player height in Flash Dialogs.Default Value: "Height" The label of a check box, displayed in Flash Dialogs, that specifies whether the flash will start over again, every time it is finished.Default Value: "Loop" A label of a text box where you can specify the flash player bottom margin in Flash Dialogs.Default Value: "Bottom" A label of a text box where you can specify the flash player left margin in Flash Dialogs.Default Value: "Left" A label of a text box where you can specify the flash player right margin in Flash Dialogs.Default Value: "Right" A label of a section where you can specify the flash player margins in Flash Dialogs.Default Value: "Margins" A label of a text box where you can specify the flash player top margin in Flash Dialogs.Default Value: "Top" Contains localizable text of the corresponding UI element. The label of a check box, displayed in Flash Dialogs, that when checked, shows additional flash payer options.Default Value: "More options" A text displayed next to the flash player sizes specifying that a size is measured in pixels in Flash Dialogs.Default Value: "px" A label of a combo box that allows specifying the flash player position in Flash Dialogs.Default Value: "Position" The text of a Position combo box item (in Flash Dialogs) specifying that a flash player is positioned at the center.Default Value: "Center" The text of a Position combo box item (in Flash Dialogs) specifying that a flash player is left-aligned.Default Value: "Left" The text of a Position combo box item (in Flash Dialogs) specifying that the position for a FLASH file is not set. Default Value: "" (Empty) The text of a Position combo box item (in Flash Dialogs) specifying that a flash player is right-aligned.Default Value: "Right" The text that is displayed within a preview area of Flash Dialogs if a flash file is not selected.Default Value: "Flash preview" Contains localizable text of the corresponding UI element. A label of a combo box that allows specifying the flash rendering quality in Flash Dialogs.Default Value: "Quality" The text of a Quality combo box item (in Flash Dialogs) specifying that a flash will be rendered in the 'autohigh' quality.Default Value: "Auto High" The text of a Quality combo box item (in Flash Dialogs) specifying that a flash will be rendered in the 'autolow' quality.Default Value: "Auto Low" The text of a Quality combo box item (in Flash Dialogs) specifying that a flash will be rendered in the 'best' quality.Default Value: "Best" The text of a Quality combo box item (in Flash Dialogs) specifying that a flash will be rendered in 'high' quality.Default Value: "High" The text of a Quality combo box item (in Flash Dialogs) specifying that a flash will be rendered in 'low' quality.Default Value: "Low" The text of a Quality combo box item (in Flash Dialogs) specifying that a flash will be rendered in 'medium' quality.Default Value: "Medium" The label of a check box, displayed in Flash Dialogs, that when checked, creates a flash file copy within the current project folder.Default Value: "Save file to server" A text displayed in a header of the tab containing flash player style settings in Flash Dialogs.Default Value: "Style Settings" The label of a text box that allows specifying a path to a flash file on your computer in Flash Dialogs.Default Value: "Browse your computer for the flash file to upload" A label of a text box that allows specifying the flash player width in Flash Dialogs.Default Value: "Width" A text displayed in a title bar of an Insert Image Dialog.Default Value: "Insert Image" Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. The label of a text box that allows specifying an image web address in Image Dialogs.Default Value: "Enter image web address" The label of a radio button (in Image Dialogs) specifying that an image is located in your computer.Default Value: "From your computer" The label of a radio button (in Image Dialogs) specifying that an image is located in the web.Default Value: "From the web (URL)" A text displayed in the alert window if a file from a gallery wasn't selected in the dialog window. Default Value: "File is required. Please select a file to proceed." Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. The label of a check box, displayed in Image Dialogs, that when checked shows additional image options.Default Value: "More options" The text that is displayed within a preview area of Image Dialogs if an image is not selected.Default Value: "Image preview" Contains localizable text of the corresponding UI element. The label of a check box, displayed in Image Dialogs, that when checked creates an image copy within the current project folder.Default Value: "Save file to server" The text displayed in a tooltip of an ellipsis button, displayed in Image Dialogs, that when pressed invokes the Image SelectorDefault Value: "Invoke a dialog allowing you to select an image" Contains localizable text of the corresponding UI element. The label of a text box that allows specifying a path to an image on your computer in Image Dialogs.Default Value: "Browse your computer for the image file to upload" The label of a check box, displayed in Image Dialogs, specifying whether an image is wrapped with text.Default Value: "Wrap text around image" A text displayed in a title bar of an Insert Link Dialog.Default Value: "Insert Link" The text that heads the area of displayed properties in Link Dialogs.Default Value: "Display Properties" The label of a radio button (in Link Dialogs) specifying that a link sends a message when is clicked.Default Value: "E-mail address" Contains localizable text of the corresponding UI element. The label of a text box (in Link Dialogs) that allows specifying a recipient e-mail address.Default Value: "E-mail to" The label of a check box, displayed in Link Dialogs, that specifies whether a link or document is opened in a new window.Default Value: "Open in new window" The text displayed in a tooltip of an ellipsis button, displayed in Link Dialogs, that when pressed invokes the Document Selector.Default Value: "Invoke a dialog allowing you to select a document" The label of a text box (in Link Dialogs) that allows specifying the subject of an email.Default Value: "Subject" The label of a text box that allows specifying a link text in Link Dialogs.Default Value: "Text" The label of a text box that allows specifying a link tooltip in Link Dialogs.Default Value: "ToolTip" The label of a radio button (in Link Dialogs) specifying that a link targets to a site when it is clicked; and a label of a text box that allows specifying a site or document URL.Default Value: "URL" Contains localizable text of the corresponding UI element. Contains localizable text of the corresponding UI element. A text displayed in a title bar of an Insert Table Dialog.Default Value: "Insert Table" The label of a check box, displayed in Table Dialogs, that when checked shows accessibility support options.Default Value: "Accessibility" The label of a combo box that allows specifying the table alignment in Table Dialogs.Default Value: "Alignment" The text of a combo box item (in Table Dialogs) specifying a centered alignment.Default Value: "Center" The text of a combo box item (in Table Dialogs) specifying left alignment.Default Value: "Left" The text of a combo box item (in Table Dialogs) specifying right alignment.Default Value: "Right" The text that heads the area of appearance properties in Table Dialogs.Default Value: "Appearance" The label of a check box, displayed in Cell Properties Dialog, that specifies whether properties specified for a table cell are applied to all cells in the tableDefault Value: "Apply to all cells in the table" The text of the Width or Height combo box item (in Table Dialogs) specifying that the corresponding table size is fitted to contents automatically.Default Value: "AutoFit to contents" The label of a color editor that allows specifying the table background color in Table Dialogs.Default Value: "Background color" The label of a color editor that allows specifying the color of table borders in Table Dialogs.Default Value: "Border color" The label of a spin editor that allows specifying the table border size in Table Dialogs.Default Value: "Border size" The text of a Headers combo box item (in Table Dialogs) specifying that cells of the first table row and the first table column are headers of the table.Default Value: "Both" The label of a text box that allows specifying a table caption in Table Dialogs.Default Value: "Caption" The label of a spin editor that allows specifying the table cell paddings in Table Dialogs.Default Value: "Cell padding" The label of a spin editor that allows specifying the table cell spacing in Table Dialogs.Default Value: "Cell spacing" The label of a spin editor that allows specifying the number of table columns in Table Dialogs.Default Value: "Columns" The text of the Width or Height combo box item (in Table Dialogs) specifying that the corresponding table size is specified manually in pixels.Default Value: "Custom" The label of a check box, displayed in Table Dialogs, specifying whether all column widths are equal.Default Value: "Equal column widths" The text of a Headers combo box item (in Table Dialogs) specifying that cells of the first table column are headers of the table.Default Value: "First Column" The text of a Headers combo box item (in Table Dialogs) specifying that cells of the first table row are headers of the table.Default Value: "First Row" The text of a Width combo box item (in Table Dialogs) specifying that the table is stretched to the full width of the browser window.Default Value: "Full width" The label of a combo box that allows specifying the elements that are table headers in Table Dialogs.Default Value: "Headers" The label of a combo box that allows specifying the table or row height in Table Dialogs.Default Value: "Height" The label of a combo box that allows specifying the cell content horizontal alignment in Table Dialogs.Default Value: "Horizontal" The text that heads the area of layout properties in Table Dialogs.Default Value: "Layout" The text of a combo box item (in Table Dialogs) specifying that no option is selected.Default Value: "None" The label of a spin editor that allows specifying the number of table rows in Table Dialogs.Default Value: "Rows" The text that heads the area of table size properties in Table Dialogs.Default Value: "Table Size" The label of a text box that allows specifying a table summary in Table Dialogs.Default Value: "Summary" The text of a combo box item (in Table Dialogs) specifying bottom vertical alignment.Default Value: "Bottom" The text of a combo box item (in Table Dialogs) specifying middle vertical alignment.Default Value: "Middle" The text of a combo box item (in Table Dialogs) specifying top vertical alignment.Default Value: "Top" The label of a combo box that allows specifying the cell content vertical alignment in Table Dialogs.Default Value: "Vertical" The label of a combo box that allows specifying the table or column width in Table Dialogs.Default Value: "Width" The text of a context menu item that allows insertion of a new column to the left in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Insert Column to the Left" The text of a context menu item that allows insertion of a new column to the right in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Insert Column to the Right" The text of a context menu item that allows insertion of a new row above in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Insert Row Above" The text of a context menu item that allows insertion of a new row below in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Insert Row Below" A text displayed in a title bar of an Insert Video Dialog.Default Value: "Insert Video" Contains localizable text of the corresponding UI element. The label of a check box, displayed in Video Dialogs, that specifies whether the video will automatically start playing.Default Value: "Auto Play" A label of a section where you can specify the video player border settings in Video Dialogs.Default Value: "Border" A label of a color edit where you can specify the video player border color in Video Dialogs.Default Value: "Color" A label of a combo box where you can specify the video player border style in Video Dialogs.Default Value: "Style" A label of a text box where you can specify the video player border width in Video Dialogs.Default Value: "Width" A text displayed in a header of the tab containing common video player settings in Video Dialogs.Default Value: "Common Settings" A label of a combo box where you can specify the CSS class applied to the video player element in Video Dialogs.Default Value: "CSS class" The label of a text box that allows specifying a video file web address in Video Dialogs.Default Value: "Enter video file web address" The label of a radio button (in Video Dialogs) specifying that a video file is located on your computer.Default Value: "From your computer" The label of a radio button (in Video Dialogs) specifying that a video file is located on the web.Default Value: "From the web (URL)" A text displayed in the alert window if a file from a gallery wasn't selected in the dialog window. Default Value: "File is required. Please select a file to proceed." Contains localizable text of the corresponding UI element. A label of a text box that allows specifying the video player height in Video Dialogs.Default Value: "Height" The label of a check box, displayed in Video Dialogs, that specifies whether the video will start over again, every time it is finished.Default Value: "Loop" A label of a text box where you can specify the video player bottom margin in Video Dialogs.Default Value: "Bottom" A label of a text box where you can specify the video player left margin in Video Dialogs.Default Value: "Left" A label of a text box where you can specify the video player right margin in Video Dialogs.Default Value: "Right" A label of a section where you can specify the video player margins in Video Dialogs.Default Value: "Margins" A label of a text box where you can specify the video player top margin in Video Dialogs.Default Value: "Top" Contains localizable text of the corresponding UI element. The label of a check box, displayed in Video Dialogs, that when checked, shows additional video payer options.Default Value: "More options" A text displayed next to the video player size, specifying that the size is measured in pixels in Video Dialogs.Default Value: "px" A label of a combo box that allows specifying the video player position in Video Dialogs.Default Value: "Position" The text of a Position combo box item (in Video Dialogs) specifying that a video player is positioned at the center.Default Value: "Center" The text of a Position combo box item (in Video Dialogs) specifying that a video player is left-aligned.Default Value: "Left" The text of a Position combo box item (in Video Dialogs) specifying that the position for a video file is not set. Default Value: "" (Empty) The text of a Position combo box item (in Video Dialogs) specifying that a video player is right-aligned.Default Value: "Right" A label of a text box that allows specifying the URL of a poster image in Video Dialogs.Default Value: "Poster URL" The help text for the "Poster URL" text box, displayed in Video Dialogs.Default Value: "Specify an image displayed while the video is being downloaded or until a user clicks the play button. If the poster is not specified, the first frame of the video will be used." The label of a combo box, displayed in Video Dialogs, that specifies how the video file should be loaded when the page loads.Default Value: "Preload mode" The text of a Preload mode combo box item (in Video Dialogs) specifying that the browser will load the entire video when the page loads.Default Value: "Auto" The help text for the "Preload" combo box, displayed in Video Dialogs.Default Value: "Auto - The browser loads the entire video when the page loads Metadata - The browser loads only metadata when the page loadsNone - The browser does not load the video when the page loads" The text of a Preload mode combo box item (in Video Dialogs) specifying that the browser will load only metadata when the page loads.Default Value: "Metadata" The text of a Preload mode combo box item (in Video Dialogs) specifying that the browser won't load the video when the page loads.Default Value: "None" The text that is displayed within a preview area of Video Dialogs if a video file is not selected.Default Value: "Video preview" Contains localizable text of the corresponding UI element. The label of a check box, displayed in Video Dialogs, that when checked, creates a video file copy within the current project folder.Default Value: "Save file to server" The label of a check box, displayed in Video Dialogs, that specifies whether the video player controls should be displayed.Default Value: "Show player controls" A text displayed in a header of the tab containing video player style settings in Video Dialogs.Default Value: "Style Settings" The label of a text box that allows specifying a path to a video file on your computer in Video Dialogs.Default Value: "Browse your computer for the video file to upload" A label of a text box that allows specifying the video player width in Video Dialogs.Default Value: "Width" A text displayed in a title bar of an Insert YouTube Video Dialog.Default Value: "Insert YouTube Video" The label of a section where you can specify whether the video can be displayed in a full screen mode. Default Value: "Allow fullscreen" A label of a section where you can specify the YouTube video player border settings in YouTube Video Dialogs.Default Value: "Border" A label of a color edit where you can specify the YouTube video player border color in YouTube Video Dialogs.Default Value: "Color" A label of a combo box where you can specify the YouTube video player border style in YouTube Video Dialogs.Default Value: "Style" A label of a text box where you can specify the YouTube video player border width in YouTube Video Dialogs.Default Value: "Width" A text displayed in a header of the tab containing common YouTube video player settings in YouTube Video Dialogs.Default Value: "Common Settings" A label of a combo box where you can specify the CSS class applied to the YouTube video player element in YouTube Video Dialogs.Default Value: "CSS class" The label of a text box that allows specifying a YouTube video file web address in YouTube Video Dialogs.Default Value: "Enter YouTube video web address" A label of a text box that allows specifying the YouTube video player height in YouTube Video Dialogs.Default Value: "Height" A label of a text box where you can specify the YouTube video player bottom margin in YouTube Video Dialogs.Default Value: "Bottom" A label of a text box where you can specify the YouTube video player left margin in YouTube Video Dialogs.Default Value: "Left" A label of a text box where you can specify the YouTube video player right margin in YouTube Video Dialogs.Default Value: "Right" A label of a section where you can specify the YouTube video player margins in YouTube Video Dialogs.Default Value: "Margins" A label of a text box where you can specify the YouTube video player top margin in YouTube Video Dialogs.Default Value: "Top" The label of a check box, displayed in YouTube Video Dialogs, that when checked, shows additional YouTube video payer options.Default Value: "More options" A text displayed next to the YouTube video player size, specifying that the size is measured in pixels in YouTube Video Dialogs.Default Value: "px" A label of a combo box that allows specifying the YouTube video player position in YouTube Video Dialogs.Default Value: "Position" The text of a Position combo box item (in YouTube Video Dialogs) specifying that a YouTube video player is positioned at the center.Default Value: "Center" The text of a Position combo box item (in YouTube Video Dialogs) specifying that a YouTube video player is left-aligned.Default Value: "Left" The text of a Position combo box item (in YouTube Video Dialogs) specifying that the position for a YouTube video file is not set. Default Value: "" (Empty) The text of a Position combo box item (in YouTube Video Dialogs) specifying that a YouTube video player is right-aligned.Default Value: "Right" The text that is displayed within a preview area of YouTube Video Dialogs if a YouTube video is not selected.Default Value: "YouTube video preview" The label of a check box, displayed in Video Dialogs, that specifies whether YouTube stores information about visitors on your webpage unless they play the video.Default Value: "Enable privacy-enhanced mode" The help text for the "Enable privacy-enhanced mode" check box, displayed in YouTube Video Dialogs.Default Value: "Select to ensure that YouTube does not store information about visitors on your webpage unless they play the video." The label of a check box, displayed in YouTube Video Dialogs, that specifies whether the YouTube video player controls should be displayed.Default Value: "Show player controls" The label of a check box, displayed in Video Dialogs, that specifies whether the suggested videos will be displayed when the video finishes.Default Value: "Show suggested videos when the video finishes" The label of a check box, displayed in Video Dialogs, that specifies whether the information about video is displayed.Default Value: "Show video title and player actions" A text displayed in a header of the tab containing YouTube video player style settings in YouTube Video Dialogs.Default Value: "Style Settings" The text displayed when the link validation fails in YouTube Video Dialogs.Default Value: "Invalid YouTube video URL. Please make sure your URL is like the following: " A label of a text box that allows specifying the YouTube video player width in YouTube Video Dialogs.Default Value: "Width" The error text to be displayed in Dialogs, if the specified URL is wrong.Default Value: "Invalid URL format, or a file cannot be found using this URL" The text of a context menu item that allows merging a cell down in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Merge Down" The text of a context menu item that allows merging a cell right in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Merge Right" A text displayed in a tooltip of a toolbar editor denoted by the class.Default Value: "Paragraph" The explanatory text displayed in Paste from Word.Default Value: "Please paste inside the following box and hit OK." The label of a check box, displayed in the Paste from Word dialog box, specifying whether a source font is stripped.Default Value: "Strip font family" A text displayed in a Preview tab within Status Bar.Default Value: "Preview" A text displayed in the Search Panel when it is empty.Default Value: "Find..." The error text to be displayed within the editor's error frame in Dialogs, if the required field is empty.Default Value: "This field is required" The error text to be displayed within the editor's error frame, if the editor's specific required field validation fails. Default Value: "The content of the editor cannot be empty" The text displayed in a label of the ribbon group that contains items related to work with clipboard.Default value: "Clipboard" The text displayed in a label of the ribbon group that contains items related to row and column deletion.Default value: "Delete" The text displayed in a label of the ribbon group that contains the Find and Replace Dialog item. Default Value: "Editing" The text displayed in a label of the ribbon group that contains items related to font formatting.Default value: "Font" The text displayed in a label of the ribbon group that contains items related to work with images.Default value: "Images" The text displayed in a label of the ribbon group that contains items related to row and column inserting.Default value: "Insert" The text displayed in a label of the ribbon group that contains items related to work with links.Default value: "Links" The text displayed in a label of the ribbon group that contains items that allow invoking media dialogs.Default Value: "Media" The text displayed in a label of the ribbon group that contains items related to cell merging.Default value: "Merge" The text displayed in a label of the ribbon group that contains items related to text paragraph settings.Default value: "Paragraph" The text displayed in a label of the ribbon group that contains the Check Spelling item. Default Value: "Spelling" The text displayed in a label of the ribbon group that contains items allowing you to customize table properties.Default value: "Properties" The text displayed in a label of the ribbon group that contains items related to table insertion.Default value: "Tables" The text displayed in a label of the ribbon group that contains Undo and Redo items.Default value: "Undo" The text displayed in a label of the ribbon group that contains Full Screen item.Default value: "Views" The text of the ribbon item that allows specifying the table cell properties.Default value: "Cell Properties" The text of the ribbon item that allows specifying the table column properties.Default value: "Column Properties" The text of the ribbon item that allows inserting audio files and customizing the audio player.Default Value: "Audio" The text of the ribbon item that allows inserting flash files and customizing the flash player.Default Value: "Flash" The text of the ribbon item that allows inserting and customizing images.Default value: "Image" The text of the ribbon item that allows inserting and customizing links.Default value: "Link" Contains localizable text of the corresponding UI element. The text of the ribbon item that allows you to insert a table.Default value: "Insert Table" The text of the ribbon item that allows inserting a column to the left.Default value: "Insert Left" The text of the ribbon item that allows inserting a column to the right.Default value: "Insert Right" The text of the ribbon item that allows inserting a row above the current position.Default value: "Insert Above" The text of the ribbon item that allows inserting a row below the current position.Default value: "Insert Below" The text of the ribbon item that allows inserting video files and customizing the video player.Default Value: "Video" The text of the ribbon item that allows inserting YouTube video and customizing the YouTube video player.Default Value: "YouTube Video" The text of the ribbon item that allows specifying the table row properties.Default value: "Row Properties" The text of the ribbon drop-down item that allows end-users to insert a table.Default Value: "Table" The text of the ribbon item that allows specifying the table properties.Default value: "Table Properties" The text displayed in a label of the ribbon home tab.Default value: "Home" The text displayed in a label of the ribbon tab that contains items related to operations with images and links.Default value: "Insert" The text displayed in a label of the ribbon tab that contains the Spelling group.Default Value: "Review" The text displayed in a label of the ribbon tab that contains items related to operations with tables.Default value: "Table" The text displayed in a label of the ribbon tab that contains items related to editor views.Default value: "View" The text displayed in a label of the ribbon context tab category that contains table-related commands and is displayed when a selection is in a table..Default Value: "Layout" The text of an export drop-down menu item that exports an ASPxHtmlEditor's contents to Microsoft Office (2007+) document format (.docx).Default Value: "Office Open XML (.docx)" A text displayed in a tooltip of an export drop-down menu item that exports an ASPxHtmlEditor's contents to Microsoft Office (2007+) document format (.docx).Default Value: "Export to DOCX file and save it to a local disk" The text of an export drop-down menu item that exports an ASPxHtmlEditor's contents to MIME HTML format (.mht).Default Value: "MIME HTML (.mht)" A text displayed in a tooltip of an export drop-down menu item that exports an ASPxHtmlEditor's contents to MIME HTML format (.mht).Default Value: "Export to MHT file and save it to a local disk" The text of an export drop-down menu item that exports an ASPxHtmlEditor's contents to OpenDocument text format (.odt).Default Value: "Open Document (.odt)" A text displayed in a tooltip of an export drop-down menu item that exports an ASPxHtmlEditor's contents to OpenDocument text format (.odt).Default Value: "Export to ODT file and save it to a local disk" The text of an export drop-down menu item that exports an ASPxHtmlEditor's contents to portable document format (.pdf).Default Value: "Portable Document (.pdf)" A text displayed in a tooltip of an export drop-down menu item that exports an ASPxHtmlEditor's contents to portable document format (.pdf).Default Value: "Export to PDF file and save it to a local disk" The text of an export drop-down menu item that exports an ASPxHtmlEditor's contents to rich text format (.rtf).Default Value: "Rich Text (.rtf)" A text displayed in a tooltip of an export drop-down menu item that exports an ASPxHtmlEditor's contents to rich text format (.rtf).Default Value: "Export to RTF file and save it to a local disk" The text of an export drop-down menu item that exports an ASPxHtmlEditor's contents to plain text format (.txt).Default Value: "Plain Text (.txt)" A text displayed in a tooltip of an export drop-down menu item that exports an ASPxHtmlEditor's contents to plain text format (.txt).Default Value: "Export to TXT file and save it to a local disk" The text of a context menu item that selects all ASPxHtmlEditor content.Default Value: "Select All" A text displayed in a title bar of the Audio Selector.Default Value: "Select Audio" A text displayed in a title bar of the Document Selector.Default Value: "Select Document" A text displayed in a title bar of the Flash Selector.Default Value: "Select Flash" A text displayed in a title bar of the Image Selector.Default Value: "Select Image" A text displayed in a title bar of the Video Selector.Default Value: "Select Video" The text of a context menu item that allows splitting a table's cell horizontally. Also, the text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Split Horizontally" The text of a context menu item that allows splitting a table's cell vertically. Also, the text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Split Vertically" The text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Cell Properties..." The text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Column Properties..." The text displayed in the Background color color editor in the Column Properties and Row Properties dialogs when the current column or row contains cells with different background colors.Default Value: "Multiple colors" The text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Table Properties..." The text displayed in a tooltip of a toolbar button denoted by the class.Default Value: "Row Properties..." Provides data for the event. Gets or sets HTML content (inner HTML) that will be rendered inside the HTML tag specified in the property. A string value specifying the HTML content. Specifies any attribute (including the data-* attributes) of the resulting HTML element. A string value specifying the attribute name. A string value specifying the attribute's new value. Specifies a CSS property in the 'style' attribute of the resulting HTML element. A string value specifying the style attribute name. A string value specifying the style attribute's new value. Gets or sets the root HTML element of the resulting HTML element. A string value specifying the HTML element tag. Represents a method that will handle the ASPxHtmlEditor's event. The event source. A class instance containing event data. Contains settings that define a toolbar item's pop-out image. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified owner. An object supporting the interface. Initializes a new instance of the class with the specified image location. A string value representing the path to the image. Gets the settings defining the image position within a sprite image. A object containing image position settings. Gets or sets the URL of the image used for an element's selected state. A value that specifies the location of an image. Contains settings that define different states of a toolbar item's pop-out image (disabled, hottracked, selected) when it's taken from a sprite image. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified owner. An object supporting the interface. Lists the values that specify if resource paths should be changed to absolute, relative, or root relative. Resource paths are automatically changed to absolute. Resource paths are not changed. Resource paths are automatically changed to relative. Resource paths are automatically changed to root-relative. Provides data for the event. Initializes a new instance of the class with specified settings. A string object specifying the processed HTML. Gets or sets the HTML content obtained from the processed RTF content. A string value specifying the processed HTML. A default toolbar button that allows the background color to be specified for the text selected within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button that allows the bold formatting to be applied to the text selected within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button that allows checking the spelling of the content within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Serves as a base for the and classes. Initializes a new instance of the class with the specified settings. A string value that specifies the created toolbar button's display text. A string value that specifies the created toolbar button's name. A string value that specifies the created toolbar button's tooltip text. A string value that specifies the created toolbar button's selected color. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Gets or sets the number of columns displayed in a toolbar color button drop-down color table. An value that specifies the number of columns. Creates a collection of default color items in the toolbar color button. Gets or sets whether the custom colors are available for the color button. One of the enumeration values. For internal use only. For internal use only. For internal use only. Gets the collection of items displayed in a toolbar color button drop-down color table. A instance that is the collection of items. Implements a combo box custom toolbar item functionality. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. A value that identifies the executed command. Initializes the property. Initializes a new instance of the class with the specified settings. A value that identifies the executed command. Initializes the property. An array that contains zero or more ToolbarCustomListEditItem objects to populate the collection. Initializes a new instance of the class with the specified settings. A value that identifies the executed command. Initializes the property. true if the current toolbar item starts a group; otherwise, false. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A value that identifies the executed command. Initializes the property. true if the current toolbar item starts a group; otherwise, false. This value is assigned to the property. true to display the current toolbar item; otherwise, false. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A value that identifies the executed command. Initializes the property. true if the current toolbar item starts a group; otherwise, false. This value is assigned to the property. true to display the current toolbar item; otherwise, false. This value is assigned to the property. An array that contains zero or more ToolbarCustomListEditItem objects to populate the collection. Gets or sets the command name associated with the toolbar item. A value that specifies the command name associated with the toolbar item. Gets the collection of items displayed within the editor's dropdown window. A instance representing the collection of items in the combo box editor. Provides access to the settings which are specific to the combo box. An object containing combo box specific settings. Gets or sets the toolbar combo box's width. A value specifying the width. Serves as a base for classes providing the combo box functionality. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. A value that specifies the created toolbar item's display text. Initializes a new instance of the class with the specified settings. A value that specifies the created toolbar item's display text. A value that identifies the executed command. Initializes a new instance of the class with the specified settings. A value that specifies the created toolbar item's display text. A value that identifies the executed command. A value that specifies the created toolbar item's tooltip text. Copies the settings from the specified item to the current object. A object whose settings are assigned to the current object. Gets or sets a value that specifies the default caption of a toolbar item. A value that specifies the default caption of a toolbar item. Gets or sets the height of the editor's dropdown window. A value representing the dropdown window's height. Gets or sets the width of the editor's dropdown window. A value representing the dropdown window's width. Gets or sets the editor's width. A value specifying the editor's width. Contains settings specific to a combo box toolbar item. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified settings. An object that implements the interface. A string value that specifies the default editor caption. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Gets or sets a value that specifies the default caption of a toolbar item. A string that specifies the default caption. A default toolbar button that allows the content selected within the design view area to be copied to the clipboard. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Contains settings specific to a combo box toolbar item. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified settings. An object that implements the interface. A string value that specifies the default editor caption. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Specifies the data type of the editor's values. A object that is the type of values. A default toolbar editor that can contain a list of custom CSS styles, and allows a particular style to be applied to the text content selected in the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Adds items providing the appropriate predefined functionality to the toolbar item's dropdown list. Gets or sets a value that specifies the default caption of a toolbar item of the type. A string that specifies the default caption of a toolbar item of the type. Gets the collection of items displayed within the editor's dropdown window. A instance representing the collection of items in the combo box editor. This property is not in effect for the class. Reserved for future use. Gets or sets the toolbar item's tooltip text. A string value that specifies the text content of the item's tooltip. Represents an individual list item within the 's list. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. A string value that specifies the created item's text. Initializes a new instance of the class with the specified settings. A string value that specifies the object's text. An object that represents the item's value. Initializes a new instance of the class with the specified settings. A string value that specifies the object's text. An object that represents the item's value. A string value that specifies the url of the item's image. Initializes a new instance of the class with the specified settings. A string value that specifies the item's text. A string value that specifies the item's tag name. A string value that specifies the item's CSS class name. Initializes a new instance of the class with the specified settings. A value that specifies the item's text. Initializes the property. A value that specifies the item's tag name. Initializes the property. A value that specifies the item's CSS class name. Initializes the property. A value that specifies the item's CSS class name defining its preview appearance. Initializes the property. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Gets or sets the name of the cascading style sheet (CSS) class associated with the current list item. A string value specifying the name of the associated cascading style sheet class. Gets style settings that define the preview appearance of the item. A object that contains style settings. Gets or sets the item's associated tag name. A string specifying the associated tag name. Represents a collection of list items within the . Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified owner. An object that implements the IWebControlObject interface and represents the owner of the created object. Creates a new item with the default settings and adds it to the collection. A object representing the newly created item. Adds a specified item to the end of the collection. A object representing an item to be added. Creates a new item with the specified setting and adds it to the collection. A value that specifies the item's text. Initializes the property. A object representing the newly created item. Creates a new item with the specified settings and adds it to the collection. A value that specifies the item's text. Initializes the property. An object that represents the item's value. A object representing the newly created item. Creates a new item with the specified settings and adds it to the collection. A value that specifies the item's text. Initializes the property. An object that represents the item's value. A string value that specifies the url of the item's image. Initializes the property. A object representing the newly created item. Creates a new item with the specified settings and adds it to the collection. A value that specifies the item's text. Initializes the property. A value that specifies the item's tag name. Initializes the property. A value that specifies the item's CSS class name. Initializes the property. A object representing the newly created item. Creates a new item with the specified settings and adds it to the collection. A value that specifies the item's text. Initializes the property. A value that specifies the item's tag name. Initializes the property. A value that specifies the item's CSS class name. Initializes the property. A value that specifies the item's CSS class name defining its preview appearance. Initializes the property. A object representing the newly created item. Returns a object from the at the specified index. An integer value that is the zero-based index of the to retrieve from the . A object, that is an item with the specified index. A toolbar button that allows a custom dialog to be invoked. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. A value that specifies the created toolbar button's name. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A value that specifies the created toolbar button's name. This value is assigned to the property. true if the current toolbar item starts a group; otherwise, false. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A value that specifies the created toolbar button's name. This value is assigned to the property. true if the current toolbar item starts a group; otherwise, false. This value is assigned to the property. true to display the current toolbar item; otherwise, false. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A value that specifies the created toolbar button's name. This value is assigned to the property. A value that specifies the created toolbar button's tooltip text. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A value that specifies the created toolbar button's name. This value is assigned to the property. A value that specifies the created toolbar button's tooltip text. This value is assigned to the property. true if the current toolbar item starts a group; otherwise, false. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A value that specifies the created toolbar button's name. This value is assigned to the property. A value that specifies the created toolbar button's tooltip text. This value is assigned to the property. true if the current toolbar item starts a group; otherwise, false. This value is assigned to the property. true to display the current toolbar item; otherwise, false. This value is assigned to the property. Copies the settings from the specified item to the current object. A object whose settings are assigned to the current object. Gets or sets the name of a command executed when clicking a button. A value corresponding to the button's command name. The default value is specified by the field. Gets or sets the custom dialog button's unique identifier name. A value that specifies the button's unique identifier name. Serves as a base for classes specifying custom toolbar items with dropdown lists. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified command name. A value that specifies the command name associated with the drop-down menu. Copies the settings from the specified item to the current object. A object whose settings are assigned to the current object. Gets or sets a value that specifies the response to clicks on the ToolbarDropDownMenu toolbar item. One of the enumeration values. Gets or sets the command name associated with the toolbar item. A value that specifies the command name associated with the toolbar item. Gets or sets the object from which the data-bound toolbar item retrieves its list of data items. An object that represents the data source from which the data-bound toolbar item retrieves its items. Gets or sets the ID of the control from which the data-bound toolbar item retrieves its list of data items. The ID of a control that represents the data source from which the data-bound toolbar item retrieves its data. Gets or sets the data source field that provides image locations for the items within a toolbar item. A value that specifies the name of the required data source field. Gets or sets the selected item's index. An integer value, representing the zero-based index of the selected item. Gets or sets the data source field that provides display texts for the items within a toolbar item. A value that specifies the name of the required data source field. Gets or sets the name of a data field which provides tooltip texts for items within a toolbar item. A value that specifies the name of the required data source field. Gets or sets the data source field that provides values for the items within a toolbar item. A value that specifies the name of the required data source field. A base class for list items maintained within custom lists of toolbar buttons. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified settings. A that represents the validated value. This value is assigned to the property. A value that specifies the created toolbar item's display text. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A that represents the validated value. This value is assigned to the property. A value that specifies the created toolbar item's display text. This value is assigned to the property. A value specifying the path to the image displayed by the item. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A that represents the validated value. This value is assigned to the property. A value that specifies the created toolbar item's display text. This value is assigned to the property. A value specifying the path to the image displayed by the item. This value is assigned to the property. A value that specifies the created toolbar item's tooltip text. This value is assigned to the property. Copies the settings from the specified item to the current object. A object whose settings are assigned to the current object. Gets or sets the text content of the toolbar custom item. A value that specifies the item's text content. Returns a string that denotes the object. A that denotes the object. Gets or sets the toolbar item's value. A value that specifies the item's value. An individual item within a collection. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. A value that specifies the created toolbar item's display text. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A value that specifies the created toolbar item's display text. This value is assigned to the property. A that represents the validated value. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A value that specifies the created toolbar item's display text. This value is assigned to the property. A that represents the validated value. This value is assigned to the property. A value specifying the path to the image displayed by the item. This value is assigned to the property. A collection that maintains a 's dropdown list items. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified owner. An object that implements the IWebControlObject interface and represents the owner of the created object. Provides indexed access to individual items within the . An integer value specifying the zero-based index of the item to be accessed. An object that is the item located at the specified index within the collection. A default toolbar button that allows the content selected within the design view area to be cut and copied to the clipboard. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Represents a default toolbar button that deletes a table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Gets or sets a value that specifies how a toolbar button of the type is represented within a toolbar. One of the enumeration values. Represents a default toolbar button that deletes a column in the table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Gets or sets a value that specifies how a toolbar button of the type is represented within a toolbar. One of the enumeration values. Represents a default toolbar button that deletes a row in the table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Gets or sets a value that specifies how a toolbar button of the type is represented within a toolbar. One of the enumeration values. Serves as a base for classes specifying toolbar items with dropdown lists. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. A value that specifies the created toolbar item's display text. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A value that specifies the created toolbar item's display text. This value is assigned to the property. A value that identifies the executed command. Initializes a new instance of the class with the specified settings. A value that specifies the created toolbar item's display text. This value is assigned to the property. A value that identifies the executed command. A value that specifies the created toolbar item's tooltip text. This value is assigned to the property. Copies the settings from the specified item to the current object. A object whose settings are assigned to the current object. Populates the toolbar item's dropdown list with items providing the appropriate predefined functionality. For internal use only. For internal use only. Implements a dropdown item picker custom toolbar item functionality. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. A value that identifies the executed command. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A value that identifies the executed command. This value is assigned to the property. An array that contains zero or more ToolbarItemPickerItem objects to populate the collection. Initializes a new instance of the class with the specified settings. A value that identifies the executed command. This value is assigned to the property. true if the current toolbar item starts a group; otherwise, false. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A value that identifies the executed command. This value is assigned to the property. true if the current toolbar item starts a group; otherwise, false. This value is assigned to the property. true to display the current toolbar item; otherwise, false. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A value that identifies the executed command. This value is assigned to the property. true if the current toolbar item starts a group; otherwise, false. This value is assigned to the property. true to display the current toolbar item; otherwise, false. This value is assigned to the property. An array that contains zero or more ToolbarItemPickerItem objects to populate the collection. Copies the settings from the specified item to the current object. A object whose settings are assigned to the current object. Gets or sets a value that specifies the response to clicks on the toolbar item. One of the enumeration values. Gets or sets the number of columns into which items are arranged within a dropdown list. An integer value that specifies the number of columns. Gets or sets the command name associated with the toolbar item. A value that specifies the command name, associated with the toolbar item. Gets or sets the image position within item picker items. An enumeration value. Gets or sets the height of items displayed in the drop-down item picker. An integer value that represents the height of items. Gets the style settings defining the appearance of items within the ASPxHtmlEditor's drop-down item picker. A object containing style settings. Gets the style settings defining the appearance of a drop-down item picker within the ASPxHtmlEditor. A object containing style settings. Gets the collection of items displayed within the dropdown item picker's window. A instance representing the collection of items within the dropdown item picker's window. Gets or sets the width of items displayed within the drop-down item picker. An integer value that represents the width of items. Implements a dropdown menu custom toolbar item functionality. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. A value that identifies the executed command. Initializes the property. Initializes a new instance of the class with the specified settings. A value that identifies the executed command. Initializes the property. An array that contains zero or more ToolbarMenuItem objects to populate the collection. Initializes a new instance of the class with the specified settings. A value that identifies the executed command. Initializes the property. true if the current toolbar item starts a group; otherwise, false. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A value that identifies the executed command. Initializes the property. true if the current toolbar item starts a group; otherwise, false. This value is assigned to the property. true to display the current toolbar item; otherwise, false. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A value that identifies the executed command. Initializes the property. true if the current toolbar item starts a group; otherwise, false. This value is assigned to the property. true to display the current toolbar item; otherwise, false. This value is assigned to the property. An array that contains zero or more ToolbarMenuItem objects to populate the collection. Copies the settings from the specified item to the current object. A object whose settings are assigned to the current object. Gets or sets the data source field which identifies items that start a group. A string value that specifies the name of the required data source field. Gets or sets the command name associated with the toolbar item. A value that specifies the command name associated with the toolbar item. Gets the collection of items displayed within the menu's dropdown window. A instance representing the collection of items in the menu. A default toolbar button that invokes a drop down menu containing a list of available document formats, to which the editor's content can be exported. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets a value that specifies the response to clicks on the ToolbarExportDropDownButton toolbar item. One of the enumeration values. Adds items providing the appropriate predefined functionality to the toolbar item's dropdown list. Gets the collection of items displayed within the editor's dropdown window. A instance, which is the collection of items in the combo box editor. Gets or sets the selected item's index. An integer value, that is the zero-based index of the selected item. An individual item within a toolbar drop down export menu. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified setting. One of the enumeration values specifying the exported document format associated with the created toolbar item. Initializes a new instance of the class with the specified settings. One of the enumeration values specifying the exported document format associated with the created toolbar item. A value that specifies the created toolbar item's display text. This value is assigned to the property. Initializes a new instance of the class with the specified settings. One of the enumeration values specifying the exported document format associated with the created toolbar item. A value that specifies the created toolbar item's display text. This value is assigned to the property. true if the current toolbar item starts a group; otherwise, false. Initializes the property. Initializes a new instance of the class with the specified settings. One of the enumeration values specifying the exported document format associated with the created toolbar item. A value that specifies the created toolbar item's display text. This value is assigned to the property. A value that specifies the created toolbar item's tooltip text. Initializes the property. Initializes a new instance of the class with the specified settings. One of the enumeration values specifying the exported document format associated with the created toolbar item. A value that specifies the created toolbar item's display text. This value is assigned to the property. A value that specifies the created toolbar item's tooltip text. Initializes the property. true if the current toolbar item starts a group; otherwise, false. Initializes the property. Copies the settings of the specified object to the current one. A object whose settings are assigned to the current object. Specifies the exported document format associated with the current item. One of the enumeration values. A default toolbar button that invokes the Find and Replace dialog. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true, if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true, if the current toolbar item starts a group; otherwise, false. true, to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button that allows the required color to be applied to the text selected within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar editor that allows the named font to be selected and applied to the text content selected in the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Adds items providing the appropriate predefined functionality to the toolbar item's dropdown list. Gets or sets a value that specifies the default caption of a toolbar item of the type. A string that specifies the default caption of a toolbar item of the type. Gets the collection of items displayed within the editor's dropdown window. A instance representing the collection of items in the combo box editor. This property is not in effect for the class. Reserved for future use. Gets or sets the toolbar item's tooltip text. A string value that specifies the text content of the toolbar item's tooltip. Gets or sets the current toolbar item's width. A value specifying the width of the toolbar item. A default toolbar editor that allows the font size to be selected and applied to the text content selected within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Adds items providing the appropriate predefined functionality to the toolbar item's dropdown list. Gets or sets a value that specifies the default caption of a toolbar item of the type. A string that specifies the default caption of a toolbar item of the type. Gets the collection of items displayed within the editor's dropdown window. A instance representing the collection of items in the combo box editor. This property is not in effect for the class. Reserved for future use. Gets or sets the toolbar item's tooltip text. A string value that specifies the text content of the toolbar item's tooltip. Gets or sets the current toolbar item's width. A value specifying the width of the toolbar item. Represents a default toolbar button that toggles the full-screen mode within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A value that specifies the text content of the button's tooltip. A default toolbar button that allows the indent formatting to be applied to a paragraph whose content is selected in the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button item that invokes the "Insert Audio" dialog, allowing an audio file to be inserted into the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true, if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true, if the current toolbar item starts a group; otherwise, false. true, to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button item that invokes the "Insert Flash" dialog, allowing a flash file to be inserted into the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified settings. true, if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true, if the current toolbar item starts a group; otherwise, false. true, to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button that invokes an image dialog allowing an image to be inserted into the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button that invokes a link dialog allowing a hyperlink to be inserted into the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button that allows the ordered list formatting to be applied to a paragraph whose content is selected in the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button item that invokes the "Insert Placeholder" dialog, allowing a placeholder to be inserted into the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true, if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true, if the current toolbar item starts a group; otherwise, false. true, to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Represents a default toolbar button that allows insertion of a new column to the left in the table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Gets or sets a value that specifies how a toolbar button of the type is represented within a toolbar. One of the enumeration values. Represents a default toolbar button that allows insertion of a new column to the right in the table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Gets or sets a value that specifies how a toolbar button of the type is represented within a toolbar. One of the enumeration values. Represents a default toolbar button that invokes the "Insert Table" dialog, allowing insertion of a table into the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Gets or sets a value that specifies how a toolbar button of the type is represented within a toolbar. One of the enumeration values. Represents a default toolbar button that allows insertion of a new row above in the table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Gets or sets a value that specifies how a toolbar button of the type is represented within a toolbar. One of the enumeration values. Represents a default toolbar button that allows insertion of a new row below in the table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Gets or sets a value that specifies how a toolbar button of the type is represented within a toolbar. One of the enumeration values. A default toolbar button that allows the unordered list formatting to be applied to a paragraph whose content is selected in the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button item that invokes the "Insert Video" dialog, allowing a video file to be inserted into the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true, if the current toolbar item starts a group; otherwise, false. true, to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button item that invokes the "Insert YouTube Video" dialog, allowing a YouTube video to be inserted into the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button that allows italic formatting to be applied to the text selected in the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. The base class for toolbar items. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified text. A value that specifies the created toolbar item's display text. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A value that specifies the created toolbar item's display text. This value is assigned to the property. A value that specifies the created toolbar item's tooltip text. This value is assigned to the property. Copies the settings from the specified item to the current object. A object whose settings are assigned to the current object. Gets the settings of an image displayed by the item. A object that contains image settings. Gets or sets the text content of a toolbar item. A value that specifies the item's text content. Gets or sets the item's tooltip text. A value that specifies the text content of the item's tooltip. The base class for collections of toolbar items. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified owner. An object that implements the IWebControlObject interface. Returns an item object with the specified Text property value. A value, which is the Text property value of the required item. A T object with a specific value of the Text property. Gets the control that owns the collection. An object that owns the collection. Contains settings that define a toolbar item's image. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. An object that implements the interface. Initializes a new instance of the class with the specified setting. A string value specifying the image location. Lists values that specify the image position within item picker items. An image is displayed at the element's left, to the left of the text. An image is displayed on the element's right, to the right of the text. An individual item within a collection. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified settings. A that represents the validated value. This value is assigned to the property. A value that specifies the created toolbar item's display text. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A that represents the validated value. This value is assigned to the property. A value that specifies the created toolbar item's display text. This value is assigned to the property. A value specifying the path to the image displayed by the item. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A that represents the validated value. This value is assigned to the property. A value that specifies the created toolbar item's display text. This value is assigned to the property. A value specifying the path to the image displayed by the item. This value is assigned to the property. A value that specifies the created toolbar item's tooltip text. This value is assigned to the property. A collection that maintains a 's dropdown list items. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified owner. An object that implements the IWebControlObject interface and represents the owner of the created object. Creates a new item with the default settings and adds it to the collection. A object representing the newly created item. Creates a new item with the specified settings and adds it to the collection. A that represents the validated value. This value is assigned to the property. A value that specifies the created toolbar item's display text. This value is assigned to the property. A object representing the newly created item. Creates a new item with the specified settings and adds it to the collection. A that represents the validated value. This value is assigned to the property. A value that specifies the created toolbar item's display text. This value is assigned to the property. A value specifying the path to the image displayed by the item. This value is assigned to the property. A object representing the newly created item. Creates a new item with the specified settings and adds it to the collection. A that represents the validated value. This value is assigned to the property. A value that specifies the created toolbar item's display text. This value is assigned to the property. A value specifying the path to the image displayed by the item. This value is assigned to the property. A value that specifies the created toolbar item's tooltip text. This value is assigned to the property. A object representing the newly created item. Defines style settings for toolbar items. Initializes a new instance of the class with default settings. A default toolbar button that allows a paragraph whose content is selected in the design view area to be centered. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button that allows a paragraph whose content is selected in the design view area to be fully justified (aligned with both the left and right margins). Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button that allows a paragraph whose content is selected in the design view area to be left justified. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button that allows a paragraph whose content is selected in the design view area to be right justified. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. An individual item within a collection. Initializes a new instance of the class with the default settings. Initializes a new instance of the class with the specified setting. A value that specifies the created toolbar item's display text. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A value that specifies the created toolbar item's display text. This value is assigned to the property. A that represents the validated value. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A value that specifies the created toolbar item's display text. This value is assigned to the property. A that represents the validated value. This value is assigned to the property. A value specifying the path to the image displayed by the item. This value is assigned to the property. A collection that maintains a default toolbar item's dropdown list items. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified owner. An object that implements the IWebControlObject interface and represents the owner of the created object. Creates a new item with the default settings and adds it to the collection. A object representing the newly created item. Adds a specified item to the end of the collection. A object representing an item to be added. Creates a new item with the specified setting and adds it to the collection. A value that specifies the item's text. Initializes the property. A object representing the newly created item. Creates a new item with the specified settings and adds it to the collection. A value that specifies the item's text. Initializes the property. An object that represents the item's value. This value is assigned to the property. A object representing the newly created item. Creates a new item with the specified settings and adds it to the collection. A value that specifies the item's text. Initializes the property. An object that represents the item's value. This value is assigned to the property. A value specifying the path to the image displayed by the item. This value is assigned to the property. A object representing the newly created item. Provides indexed access to individual items within the . An integer value specifying the zero-based index of the item to be accessed. An object that is the item located at the specified index within the collection. An individual item of the collection. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified settings. A that represents the validated value. This value is assigned to the property. A value that specifies the created toolbar item's display text. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A that represents the validated value. This value is assigned to the property. A value that specifies the created toolbar item's display text. This value is assigned to the property. A value specifying the path to the image displayed by the item. This value is assigned to the property. Initializes a new instance of the class with the specified settings. A that represents the validated value. This value is assigned to the property. A value that specifies the created toolbar item's display text. This value is assigned to the property. A value specifying the path to the image displayed by the item. This value is assigned to the property. A value that specifies the created toolbar item's tooltip text. This value is assigned to the property. Copies the settings from the specified item to the current object. A object whose settings are assigned to the current object. Gets or sets a value that specifies whether the current toolbar item starts a group. true if the current item starts a group; otherwise, false. A collection that maintains a 's menu items. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified owner. An object that implements the IWebControlObject interface and represents the owner of the created object. Creates a new item with the default settings and adds it to the collection. A object representing the newly created item. Creates a new item with the specified settings and adds it to the collection. A that represents the validated value. This value is assigned to the property. A value that specifies the created toolbar item's display text. This value is assigned to the property. A object representing the newly created item. Creates a new item with the specified settings and adds it to the collection. A that represents the validated value. This value is assigned to the property. A value that specifies the created toolbar item's display text. This value is assigned to the property. A value specifying the path to the image displayed by the item. This value is assigned to the property. A object representing the newly created item. Creates a new item with the specified settings and adds it to the collection. A that represents the validated value. This value is assigned to the property. A value that specifies the created toolbar item's display text. This value is assigned to the property. A value specifying the path to the image displayed by the item. This value is assigned to the property. A value that specifies the created toolbar item's tooltip text. This value is assigned to the property. A object representing the newly created item. Represents a default toolbar button that allows merging a cell down in the table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Gets or sets a value that specifies how a toolbar button of the type is represented within a toolbar. One of the enumeration values. Represents a default toolbar button that allows merging a cell to the right in the table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Gets or sets a value that specifies how a toolbar button of the type is represented within a toolbar. One of the enumeration values. A default toolbar button that allows the outdent formatting to be applied to a paragraph whose content is selected in the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar editor that allows a predefined paragraph style to be applied to the selected paragraph within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Adds items providing the appropriate predefined functionality to the toolbar item's dropdown list. Gets or sets a value that specifies the default caption of a toolbar item of the type. A string that specifies the default caption of a toolbar item of the type. Gets the collection of items displayed within the editor's dropdown window. A instance representing the collection of items in the combo box editor. This property is not in effect for the class. Reserved for future use. Gets or sets the toolbar item's tooltip text. A string value that specifies the text content of the item's tooltip. A default toolbar button that allows the data from the clipboard to be pasted in the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Represents a default toolbar button that invokes the "Paste from Word" dialog allowing the copied Word text to be inserted into the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button that invokes a standard 'Print' dialog allowing the editor's content to be printed. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button that allows a previously canceled action performed within the design view area to be returned. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button that allows text formatting to be removed from the text selected in the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button that selects all editor content. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true, if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true, if the current toolbar item starts a group; otherwise, false. true, to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Represents a default toolbar button that allows splitting a table's cell horizontally within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Gets or sets a value that specifies how a toolbar button of the type is represented within a toolbar. One of the enumeration values. Represents a default toolbar button that allows splitting a table's cell vertically within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Gets or sets a value that specifies how a toolbar button of the type is represented within a toolbar. One of the enumeration values. Contains settings that allow the appearance of specific elements within the ASPxHtmlEditor's toolbars to be defined. Initializes a new instance of the class with the specified owner. An object that implements the ISkinOwner interface. Gets the style settings that define the appearance of the ASPxHtmlEditor's bar dock control. A object that contains the style settings. For internal use only. Reserved for future use. Duplicates the properties of the specified object into the current instance of the class. A object that represents the object from which the settings will be copied. This property is not in effect for the class. This property is not in effect for the class. Returns the object to its original state. Gets the style settings that define the appearance of the ASPxHtmlEditor's ribbon toolbar elements. A object that contains style settings. Gets the style settings that define the appearance of toolbars within the ASPxHtmlEditor control. A object that contains style settings. Gets the style settings that define the appearance of toolbar items within the ASPxHtmlEditor control. A object that contains style settings. For internal use only. Reserved for future use. For internal use only. Reserved for future use. A default toolbar button that allows the strike through text formatting to be applied to the text selected in the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Defines style settings for toolbars. Initializes a new instance of the class with default settings. A default toolbar button that allows the subscript text formatting to be applied to the text selected in the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button that allows the superscript text formatting to be applied to the text selected in the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Represents a default toolbar button that invokes the Cell Properties dialog, allowing modification of a cell's properties in the table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Gets or sets a value that specifies how a toolbar button of the type is represented within a toolbar. One of the enumeration values. Represents a default toolbar button that invokes the Column Properties dialog, allowing modification of a column's properties in the table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Gets or sets a value that specifies how a toolbar button of the type is represented within a toolbar. One of the enumeration values. A default toolbar button that provides a set of operations useful for working with tables in the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Adds items providing the appropriate predefined functionality to the toolbar item's dropdown list. Gets the collection of items displayed within the editor's dropdown window. A instance representing the collection of items in the combo box editor. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Represents a default toolbar button that invokes the Table Properties dialog, allowing modification of a table's properties within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Gets or sets a value that specifies how a toolbar button of the type is represented within a toolbar. One of the enumeration values. Represents a default toolbar button that invokes the Row Properties dialog, allowing modification of a row's properties in the table within the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Gets or sets a value that specifies how a toolbar button of the type is represented within a toolbar. One of the enumeration values. A default toolbar button that allows the underline text formatting to be applied to the text selected in the design view area. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. A default toolbar button that allows the previous action performed within the design view area to be canceled. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Represents a default toolbar button that allows a link contained within the text or image selected within the design view area to be removed. Initializes a new instance of the class with default settings. Initializes a new instance of the class with the specified setting. true if the current toolbar item starts a group; otherwise, false. Initializes a new instance of the class with the specified settings. true if the current toolbar item starts a group; otherwise, false. true to display the current toolbar item; otherwise, false. Gets or sets the button's display text. A string value that specifies the toolbar button's display text. Gets or sets the button's tooltip text. A string value that specifies the text content of the button's tooltip. Specifies how a toolbar button is represented within a toolbar. An item is represented by its image. An item is represented by its image and text. An item is represented by its text.