diff --git a/lib/DevExpress/DevExpress.Data.v14.1.dll b/lib/DevExpress/DevExpress.Data.v14.1.dll deleted file mode 100644 index b98dfffb..00000000 Binary files a/lib/DevExpress/DevExpress.Data.v14.1.dll and /dev/null differ diff --git a/lib/DevExpress/DevExpress.Data.v15.1.dll b/lib/DevExpress/DevExpress.Data.v15.1.dll new file mode 100644 index 00000000..5da58780 Binary files /dev/null and b/lib/DevExpress/DevExpress.Data.v15.1.dll differ diff --git a/lib/DevExpress/DevExpress.Data.v14.1.xml b/lib/DevExpress/DevExpress.Data.v15.1.xml similarity index 91% rename from lib/DevExpress/DevExpress.Data.v14.1.xml rename to lib/DevExpress/DevExpress.Data.v15.1.xml index e4b20b4f..2269770d 100644 --- a/lib/DevExpress/DevExpress.Data.v14.1.xml +++ b/lib/DevExpress/DevExpress.Data.v15.1.xml @@ -1,224 +1,302 @@ - DevExpress.Data.v14.1 + DevExpress.Data.v15.1 - + - Registers known types on a WCF-service. + Exposes functionality that enables you to display a progress indicator for time-consuming operations. + - + - For internal use. + Initializes and displays a progress indicator. - - + + A string indicating what action is currently performed + + + + An integer specifying the minimum indicator value. + + + + An integer specifying the maximum indicator value. + + + + An integer specifying the current indicator value. - - - + - "GetKnownTypes" + Finalizes progress indication. - [To be supplied] - + - Specifies whether or not a custom parameter type is registered. + Modifies the indicator value to track progress. + - - A enumeration value. + + An integer that is the value indicating the current progress. + - true if the parameter type is registered; otherwise false. - - + + - Registers an array of custom parameter types. + Provides methods for transferring data between cached data store elements. - - An array of enumeration values. - - - - + - Registers a custom parameter type. + When implemented by a class, executes specified modification statements against a cached data store, notifies about affected tables and returns the operation result. - - A enumeration value. + + A Root element's state stored by a specific cache Node. + + + + An array of data modification statements. + A denoting the result of the data modifications. + - + - Registers a collection of custom parameter types. + When implemented by a class, informs a cached data store's Root element ( or ) about specific modified tables. - - A collection of objects. + + A Root element's state stored by a specific cache Node. + + + + An array of table names specifying modified tables. + A object specifying a Root element's state. + - + - Registers a custom parameter type. + When implemented by a class, synchronizes table update information with a cached data store's Root element ( or ). + + A Root element's state stored by a specific cache Node. + + A object specifying a Root element's state. + - - + + - The Choose Summary Options page of the Report Wizard. + When implemented by a class, fetches data from a cached data store using specified query statements and returns the operation result. + + A Root element's state stored by a specific cache Node. + + + + An array of query statements. + + + A object denoting the result of the data fetch. + + - + - Initializes a new instance of the ChooseSummaryOptionsPage class with the specified settings. + When implemented by a class, updates a cached data store's schema according to specified settings and returns the operation result. - - An object implementing the interface. (Typically, it is the object.) + + A Root element's state stored by a specific cache Node. - - An object implementing the interface. (Typically, it is the object.) + + An array of tables whose structure should be saved in the cached data store. + + + + true if the schema should not be created if the table that corresponds to the first item in the tables array doesn't exist in the cached data store; otherwise, false. + An denoting the result of the update operation. + - + + - Initializes controls of the Choose Summary Options page of the Report Wizard. + The interface for objects that need to interact with a cached data store. + - - + + - Saves settings specified by a wizard page to the report model. + The base class for data store providers (the objects providing access to specific data stores). - - + - Specifies whether of not the Finish button is enabled on the Choose Summary Options page of the Report Wizard. + Returns which operations are performed when a data store is accessed for the first time. - true, if the Finish button is enabled; otherwise, false. + An enumeration value that specifies the action which is performed when a data store is accessed for the first time. - + - Returns the type of the next wizard page. + Returns registered provider factories. - A enumeration value. - + An array of provider factories that are registered for the current data store. + - + - Specifies whether of not the Next button is enabled on the Choose Summary Options page of the Report Wizard. + Creates a data store based on specified settings. - true, if the Next button is enabled; otherwise, false. - + + An object which implements the interface. + + + An enumeration value which specifies the action which is performed when connecting to the created data store. The specified value initializes the data store's property. - - + + A data store implementing the interface, which uses the connection to access a database. + + + + - This class supports the internal infrastructure and is not intended to be used directly from your code. + Creates a data store based on specified settings. + + A specifying the provider type. Normally, each provider returns its type via the XpoProviderTypeString property. + + + + The connection string which is used to instantiate a connection provider. + + + + An enumeration value which specifies the action which is performed when connecting to the created data store. The specified value initializes the data store's property. + + + + An array of objects that implement the System.IDisposable interface. These objects are automatically disposed of when the created data store is disconnected. + + + A data store implementing the interface, which uses the connection to access a database. + + - + - For internal use only. + Registers a data store provider using a specified name and a procedure that establishes a connection for the provider. - - + + A that uniquely identifies a data store provider. + + + + A DataStoreCreationFromStringDelegate delegate to be called when the data store provider is created and connected to a database using a connection string. - + - For internal use only. + Registers a data store provider using a specified connection type name and a procedure that establishes a connection for the provider. + + A specifying a connection type name, including a namespace. For instance, the defines this parameter as "System.Data.SqlClient.SqlConnection". + + + + A DataStoreCreationFromConnectionDelegate delegate to be called when the data store provider is created and connected to a database using a connection of the specified type. + + - + - For internal use only. + Registers a specified data store provider factory. - - + + A ProviderFactory object exposing members required to create a data store provider. - - - + - Gets the hash code (a number) that corresponds to the value of the current ParameterValue object. - + Updates a data store's schema according to specified settings. - An integer value representing the hash code for the current object. - + + An array of tables whose structure should be saved in the data store. + + - + - For internal use only. + Returns a parameter name used to denote a provider type in a connection string. The default value is "XpoProvider". @@ -226,66 +304,102 @@ - + - This class supports the internal infrastructure and is not intended to be used directly from your code. + The Root element that is used to connect Node elements to a cached data store. - + - For internal use only. + Initializes a new instance of the DataCacheRoot class with a specified data store provider connected to a data store to be cached. - - + + A object which provides connection to a data store to be cached. - + - For internal use only. + This member supports the internal infrastructure and is not intended to be used directly from your code. - - + + - - - + + + + + Applies specified configuration settings to a cached data store. + + + + A object containing cache configuration settings. - + - For internal use only. + Returns information that describes the structure of specified tables in a cached data store. + + An array of table names whose information should be retrieved. + + + An array of objects that describe the structure of the requested tables. + - + - For internal use only. + Returns a list of all the tables available in a cached data store. - + + true, to include views; otherwise, false + + + An array of the table names in the cached data store. - + + - For internal use only. + The Node element that is used to connect to a cached data store's Root or Node element located on the same computer. - + + + + + Initializes a new instance of the DataCacheNodeLocal class with default settings and a specified parent cache element. + + + + A parent Root or Node element specifying the element (located on the same computer) to which the current Node is connected. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + @@ -294,20 +408,29 @@ - + + - Gets the hash code (a number) that corresponds to the value of the current OperandParameter object. + The Node element that is used to connect to a cached data store's Root or Node element. + + + + + + Initializes a new instance of the DataCacheNode class with default settings and a specified parent cache element. - An integer value representing the hash code for the current object. - + + A parent Root or Node element specifying the element to which the current Node is connected. + + - + - For internal use only. + This member supports the internal infrastructure and is not intended to be used directly from your code. @@ -315,129 +438,143 @@ - - + - Provides data for the and events. + Synchronizes the Node's table update information with the Root element ( or ). + - + - Initializes a new instance of the GetQueryableEventArgs class with default settings. + Applies specified configuration settings to a cached data store. + + A object containing cache configuration settings. + + - + - Specifies whether elements retrieved by the 's queryable source are thread-safe. + Returns information that describes the structure of specified tables in a cached data store. - true, if elements retrieved by the queryable source are thread-safe; otherwise, false. - + + An array of table names whose information should be retrieved. + + + An array of objects that describe the structure of the requested tables. + - + - Gets or sets the name of the key property. + Returns a list of all the tables available in a cached data store. - A value indicating the key property name. - + + true, to include views; otherwise, false. + + + An array of the table names in the cached data store. + - + - Gets or sets the queryable data source. + Specifies the amount of memory (in bytes) for an application hosting the current Node's cache, above which the automatic cache purge is initiated in all Node caches, regardless of the and field values. The default value is the maximum possible value; in the .NET Compact Framework - 32 MB (32*1024*1024 bytes). - An object that implements the interface. - + + - + - Gets or sets an arbitrary object associated with a queryable source. + Specifies the amount of memory (in bytes) for an application hosting the current Node's cache, above which the automatic cache purge is initiated in all Node caches, regardless of other memory limit properties. - An object associated with a queryable source. + - - + - The Choose a Report Type page of the Report Wizard. - + Specifies the time period (also known as latency) between regular contacts that the current Node makes to its parent element for up-to-date table update information. The default value is 30 seconds. + + + - + - Initializes a new instance of the ChooseReportTypePage class with the specified view. + Specifies the minimum number of query results to retain within the current Node's cache during its automatic purge. The default value is 16. - - An object implementing the interface. (Typically, it is the object.) - - + + - + - Initializes controls of the Create Groups page of the Report Wizard. + Specifies the amount of memory (in bytes) for an application hosting the current Node's cache, under which the automatic cache purge is not initiated. The default value is 64 MB (64*1024*1024 bytes); in the .NET Compact Framework - 4 MB (4*1024*1024 bytes). + + - + - Saves settings specified by a wizard page to the report model. - + Specifies the amount of memory (in bytes) for an application hosting the current Node's cache, under which the automatic cache purge is not initiated. + + - + - Returns the type of the next wizard page. + Specifies the amount of memory (in bytes) for an application hosting the current Node's cache, above which the automatic cache purge is initiated. The default value is the maximum possible value; in the .NET Compact Framework - 32 MB (32*1024*1024 bytes). - A enumeration value. + - + - Specifies whether of not the Next button is enabled on the Choose a Report Type page of the Report Wizard. + Specifies the amount of memory (in bytes) for an application hosting the current Node's cache, above which the automatic cache purge is initiated. - true, if the Next button is enabled; otherwise, false. + - + - Information on the last state of a cached data store's Root element ( or ). + Information on the age of tables cached via a object. - + This member supports the internal infrastructure and is not intended to be used directly from your code. @@ -445,17 +582,23 @@ - + This member supports the internal infrastructure and is not intended to be used directly from your code. - - + + + + + + + + - + This member supports the internal infrastructure and is not intended to be used directly from your code. @@ -465,7 +608,7 @@ - + This member supports the internal infrastructure and is not intended to be used directly from your code. @@ -475,1018 +618,1019 @@ - + - Represents a day that is recognized as a work day. - - + Information on the last state of a cached data store's Root element ( or ), including schema update results. - + - Initializes a new instance of the ExactWorkDay class with the specified date and display name. - + This member supports the internal infrastructure and is not intended to be used directly from your code. - - A value that specifies the date of the working day. This value is assigned to the property. - - - - A which specifies the display name of the working day. This value is assigned to the property. - - - + - Determines whether the specified date is treated as a working day for the current ExactWorkDay. + This member supports the internal infrastructure and is not intended to be used directly from your code. - - A value representing the date to check. - - - A enumeration value if the date is a work day; otherwise the value. - + - + + - Creates a copy of the current ExactWorkDay object. + Information on the last state of a cached data store's Root element ( or ), including query results. - An ExactWorkDay object which is a copy of the current object. - - - + - Determines whether the specified object is equal to the current ExactWorkDay instance. + This member supports the internal infrastructure and is not intended to be used directly from your code. - - The object to compare with the current object. - - - true if the specified object is equal to the current ExactWorkDay instance; otherwise false. - - + - Gets the hash code (a number) that corresponds to the value of the current ExactWorkDay object. - + This member supports the internal infrastructure and is not intended to be used directly from your code. - An integer value representing the hash code for the current object. + - + - Determines whether the specified date is treated as a working day. + This member supports the internal infrastructure and is not intended to be used directly from your code. - - A value representing the date to be identified. - - - true if the specified day is a working day; otherwise, false. + - - - Gets the day type associated with this class. - - - An enumeration value. - - - - - + - The Choose a Report Style page of the Report Wizard. + Information on the last state of a cached data store's Root element ( or ). - + - Initializes a new instance of the ChooseReportStylePage class with the specified view. + This member supports the internal infrastructure and is not intended to be used directly from your code. - - An object implementing the interface. (Typically, it is the object.) - - - - + - Initializes controls of the Choose a Report Style page of the Report Wizard. + This member supports the internal infrastructure and is not intended to be used directly from your code. + + - + - Saves settings specified by a wizard page to the report model. + This member supports the internal infrastructure and is not intended to be used directly from your code. + + - + - Specifies whether of not the Finish button is enabled on the Choose a Report Style page of the Report Wizard. + This member supports the internal infrastructure and is not intended to be used directly from your code. - true, if the Finish button is enabled; otherwise, false. - + + - + + - Returns the type of the next wizard page. + A cached data store's Root element ( or ) state information stored in a Node element ( or ). - A enumeration value. - - - + - Specifies whether of not the Next button is enabled on the Choose a Report Style page of the Report Wizard. + This member supports the internal infrastructure and is not intended to be used directly from your code. - true, if the Next button is enabled; otherwise, false. - + + + + + + + + - - + - Lists result types of spelling check. + This member supports the internal infrastructure and is not intended to be used directly from your code. + - + - A misspelled word is found. + This member supports the internal infrastructure and is not intended to be used directly from your code. + + - + - A repeating word is found. + This member supports the internal infrastructure and is not intended to be used directly from your code. + + - + - No errors are found + This member supports the internal infrastructure and is not intended to be used directly from your code. + + - + - Lists the values that specify categories for functions available in Expression Editors. + Information on the last state of a cached data store's Root element ( or ), including data modification results. - + - Identifies functions that fall into any of the other categories. + This member supports the internal infrastructure and is not intended to be used directly from your code. - + - Identifies functions that work with date-time values. + This member supports the internal infrastructure and is not intended to be used directly from your code. + + - + + - Identifies functions that perform logical operations. + Contains configuration settings for cached data stores. - - + - Identifies functions that perform math operations. + Initializes a new instance of the DataCacheConfiguration class with specified caching scope settings. + + A enumeration value specifying the scope of tables. The specified value is used to initialize the property. + + + An array of table names used to determine the caching scope. The specified value is used to initialize the property. - - - - Identifies functions that work with strings. - - + - - + - If implemented, provides a view for the Choose a Report Style page of the Report Wizard. + Initializes a new instance of the DataCacheConfiguration class with default settings. + - + - If implemented, specifies the selected report type. + Specifies the scope of table settings in the current configuration. - A enumeration value. + A enumeration value which identifies if tables specified via the property are included in or excluded from the caching scope. - - + - The options used for the spelling check. + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + - + - Locks the IOptionsSpellings object by preventing visual updates until the EndUpdate method is called. + Returns a shallow DataCacheConfiguration instance. + A object instance with no configuration settings specified. + - + - Start spelling check from the cursor position. + This member supports the internal infrastructure and is not intended to be used directly from your code. - A enumeration value, specifying whether the spell checker should start checking from the cursor position. + - + - Spell check the selected text first. + Specifies tables to be used to determine the caching scope of the current configuration. - A enumeration value specifying whether the spell checker should start checking the selected text first. + An array of table names specifying the tables to be included in or excluded from the caching scope. + - - - Unlocks the IOptionsSpellings object after a call to the BeginUpdate method and causes an immediate visual update. - + + + Lists the values that specify the scope of cache configuration settings in cached data stores. - - + - Gets or sets whether e-mail addresses should be excluded from the check. + All tables will be cached, regardless of their inclusion in the configuration settings. - A enumeration value specifying whether words that are e-mail addresses should be checked. - - - + - Gets or sets whether text enclosed with specific markup tags should be checked. - + Only tables specified in configuration settings will be cached. - true to exclude text within tags from the check; otherwise, false. - - - - + - Gets or sets whether the spell checker ignores words containing different case letters in positions other than the first. - + All tables except for the tables specified in configuration settings will be cached. - A enumeration value specifying whether mixed case words should be checked. - - - + + - Gets or sets whether the spell checker ignores repeated words. + Base class for classes that implement data store caching. - A enumeration value specifying whether the text should be checked for repeated words. - - - + - Gets or sets whether the spell checker ignores words in which all letters are uppercase. + This member supports the internal infrastructure and is not intended to be used directly from your code. - A enumeration value, specifying whether the words in which all letters are uppercase should be checked. + - + - Gets or sets whether the spell checker ignores the URLs in text. + When implemented by a descendant class, applies specified configuration settings to a cached data store. - A enumeration value, specifying whether the words which are URLs should be checked. - + + A object containing cache configuration settings. + + - + - Gets or sets whether the spell checker ignores words that contain numbers. + This member supports the internal infrastructure and is not intended to be used directly from your code. - A enumeration value, specifying whether the words which contain numbers should be checked. - + + + + + + - + - Occurs when any of the spelling check options are changed. + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + - - + + - Represents the result of the spelling check. + This member supports the internal infrastructure and is not intended to be used directly from your code. + + - - - - Gets whether the spelling error is found during a spelling check. - - - true if a spelling error is found; otherwise, false. - - - - - - - Gets the index of a checked word in a text. + + + - - - An integer representing the index of a word in a text. - + + + - + - Gets the length of a checked word. + This member supports the internal infrastructure and is not intended to be used directly from your code. - An integer representing the number of positions the checked word occupies. + + + + + - + + + - + - Indicates the result of checking a word. + The name of a category used to tag data cache operations in XPO logs. The default category name is "DataCache". - A enumeration member. - + + - + - Gets the text being checked. + This member supports the internal infrastructure and is not intended to be used directly from your code. - A string containing the text being checked. - + + + + + + - + - Gets the checked word. + This member supports the internal infrastructure and is not intended to be used directly from your code. - A string representing the checked word. - - + + - - + + + - - The base interface of a spell checker. + + + - - - + - Add a word to a custom dictionary. + This member supports the internal infrastructure and is not intended to be used directly from your code. - - A word to add. + + + + + + + + - + - Add a word to a custom dictionary. + This member supports the internal infrastructure and is not intended to be used directly from your code. - - A word to add. - - - - A object used to select a dictionary for the specified word. + + + + - + - Occurs after a word is checked. + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + - + - Determines whether a word can be added to a custom dictionary. + When implemented by a descendant class, resets or clears any cached information on data store tables (such as table update information and cached query results). - true if a word can be added to the dictionary; otherwise, false. - - + - Determines whether words of the specified language can be added to the dictionary. + This member supports the internal infrastructure and is not intended to be used directly from your code. - - A object that specifies the language of the required dictionary. + + - true, if the words can be added to the dictionary; otherwise, false. + + + + + - + - Checks the specified control for spelling mistakes. + This member supports the internal infrastructure and is not intended to be used directly from your code. - - A object, representing a control to be checked for spelling mistakes. + + + + - + - Checks the spelling of the text available through the controller interface in the specified range and returns on the first error that occurrs. - + This member supports the internal infrastructure and is not intended to be used directly from your code. - - An object that is a control to be checked for spelling mistakes. - - - - An object implementing the interface providing text to check. - + + - - A DevExpress.XtraSpellChecker.Parser.Position object containing information on the position where the check statrs. - + + - - A DevExpress.XtraSpellChecker.Parser.Position object containing information on the position where the check finishes. + + - An object with the interface providing information on the error type and position. + - + - Checks the specified text in the specified control with the specified culture. + This member supports the internal infrastructure and is not intended to be used directly from your code. - - A control to check. + + - - A string that is a text to check. - + + - - An integer specifying the start position within the string. - + + - - - The object that specifies the culture settings (the symbols encoding, language and phonetic specifics). - - An object exposing the interface. - + + + + Lists the values that specify categories for functions available in Expression Editors. + + - + - Gets or sets the culture-specific settings of the spell checker. + Identifies functions that fall into any of the other categories. - A object that specifies culture settings (the symbols encoding, language and phonetic specifics). - + + + + Identifies functions that work with date-time values. + + - + - Occurs when the current culture setting of a spell checker is changed. + Identifies functions that perform logical operations. - + - Occurs when a custom dictionary is modified by an end-user. + Identifies functions that perform math operations. - + - Provides access to spell checking options for a specified control. + Identifies functions that work with strings. - - A control for which spelling options are set. - - An object exposing the interface. - + + + + + Defines server-side processing for custom functions. + + - + - Constructs an ordered list of suggestions for a given word. + When implemented by a custom function, formats a database-specific SQL command that corresponds to this function. - - A System.String representing a word for which the suggestions should be calculated. + + A object specifying a data store (database) provider. For example, . - - A object specifying the culture, ensuring that the proper dictionaries are loaded. - + + An array of operands (parameters) passed to a custom function. - A object representing a sorted list of suggested words. + A specifying a SQL command, which will substitute a custom function's calls in query statements. - + + - Disregards a word in a text. + Provides additional information (a function category, function description, parameter count, etc.) on custom functions for Expression Editors. - - A control whose content is checked. - - - - - A word to ignore while checking. - - - - The position from which to start ignoring the word. - - - - - Position to finish ignoring the word. - - - - + - Skips the specified word throughout the entire content of the specified control. + When implemented by a custom function, designates its functional category. - - A control whose content is checked. + A value specifying a custom function's category. + - - - A word to ignore. - + + + + When implemented by a custom function, returns its description. + + + A text describing a custom function's syntax and purpose. + - + - Gets whether the spell checker is checking the content. + When implemented by a custom function, determines if it accepts a specified number of operands (parameters). - true if a spell checker is checking the content; otherwise, false. - + + An integer value specifying the number of operands (parameters) passed to a custom function. + + + true if the number of operands (parameters) passed as the count is valid for a custom function; otherwise, false. + - + - Registers a list of words as the words to ignore while checking. + When implemented by a custom function, determines if a certain type can be passed as a specified operand. - - A control whose content is checked. + + A zero-based integer value specifying an operand's index among a custom function's operands. + + + An integer value specifying the total number of operands passed to a custom function. - - An object exposing the interface and representing a list of words to skip. + + A object specifying an operand's type. + true if a custom function accepts the type; otherwise, false. + - + - Gets or sets the spell check mode. + When implemented by a custom function, returns the maximum number of operands (parameters) this function can accept. - A enumeration member. + An integer value specifying the maximum number of function operands (parameters) a custom function can accept. -1 indicates that a custom function accepts an infinite number of operands. - + - Occurs when the SpellCheckMode is changed. + When implemented by a custom function, returns the minimum number of operands (parameters) required by this function. + An integer value specifying the least possible number of function operands (parameters) required by a custom function. 0 indicates that operands can be omitted. + - + + - Unregisters the previously registered list of words which should be skipped while checking. + Declares the base functionality for custom functions. - - A control whose content is checked. - - - - + - Occurs after a word is added to a custom dictionary. + When implemented by a custom function, evaluates it on the client. + + An array of objects specifying function operands (parameters). + + + An specifying a custom function's return value, calculated based on the operands. + - - + - If implemented, provides a view for the Label Information page of the Report Wizard. + When implemented by a custom function, specifies its name. + A used to identify a custom function. + + - + - If implemented, populates the Product Number drop-down list. + When implemented by a custom function, determines its return value type based on the type of function operands (parameters). - - A collection of objects. + + An array of function operator (parameter) types. + A object specifying the return value type of a custom function. + - + + - If implemented, populates the Label Products drop-down list. + A constant value operand in criteria expressions. - - A collection of objects. - - - - + - If implemented, specifies the entry selected in the Product Number drop-down list. + Initializes a new instance of the ConstantValue class with default settings. - A object. - - + - Occurs when the active record in the Label Products drop-down list is changed. + Initializes a new instance of the ConstantValue class with the specified constant value. + + The constant value for the operand. This value is assigned to the property. + + - + - Occurs when the active record in the Product Number drop-down list is changed. + Creates a copy of the current ConstantValue instance. + An ConstantValue object which represents an exact copy of the current object. + - + + - If implemented, specifies the entry selected in the Label Products drop-down list. + A method that will handle events raised when upgrading a control's layout, allowing you to cancel the upgrade (e.g. , , etc.). - A object. - - - + - If implemented, updates the data displayed in the Label Information group box. + A method that will handle events raised when upgrading a control's layout, allowing you to cancel the upgrade (e.g. , , etc.). + + The event sender. + + + + A object that contains event data. + + - + - The Specify the Report's Title page of the Report Wizard. + Provides data for events raised when upgrading a control's layout, allowing you to cancel the upgrade (e.g. , , etc.). - + - Initializes a new instance of the SetReportTitlePage class with the specified view. + Initializes a new instance of the LayoutAllowEventArgs class with the specified previous version. - - An object implementing the interface. (Typically, it is the object.) + + A specifying the previous version number. This value is assigned to the property. - + - Initializes controls of the Specify the Report's Title page of the Report Wizard. + Gets or sets whether to allow upgrading the control layout. + true to allow the operation; otherwise, false. + - + + - Saves settings specified by a wizard page to the report model. + Enumerates group operator types. + + + + + + + Groups operands with logical AND. + +To create the logical AND operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 > 100 AND Field2 < 150") - + - Specifies whether of not the Finish button is enabled on the Specify the Report's Title page of the Report Wizard. + Groups operands with logical OR. + +To create the logical OR operator using the method use the following syntax: + +CriteriaOperator.Parse("Field1 > 100 OR Field2 < 150") - true, if the Finish button is enabled; otherwise, false. - - + - A component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Instant Feedback Mode. Can be associated with any queryable source. + When implemented, specifies a converter used to serialize/deserialize arbitrary objects in a custom manner. + - + - Initializes a new instance of the LinqInstantFeedbackSource with the specified settings. + When implemented, returns whether the converter can serialize/deserialize objects of the specified type. - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + A that specifies the type to check. + true if the converter can serialize/deserialize objects of the specified type; otherwise, false. + - + - Initializes a new instance of the LinqInstantFeedbackSource with the specified settings. + When implemented, deserializes an object of the specified type from the specified string. - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + A that specifies the type of object to deserialize. - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + A that represents the serialized object. + A deserialized object. + - + - Initializes a new instance of the LinqInstantFeedbackSource with the specified settings. + When implemented, returns the type by its full name. - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + A that specifies the full name of the type to return. + A that identifies the type whose full name is specified by the typeName parameter. + - + - Creates a new instance of the LinqInstantFeedbackSource. + When implemented, serializes the specified object of the specified type. - - - - - - Initializes a new instance of the LinqInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + A that specifies the type of the object to serialize. - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + The object to serialize. + A that represents the serialized object. + - - - Specifies whether elements retrieved by the LinqInstantFeedbackSource's queryable source are thread-safe. - - - true, if elements retrieved by the queryable source are thread-safe; otherwise, false. - - + - - - Specifies how data source contents are sorted by default, when sort order is not specified by the bound control. + This class supports the internal infrastructure and is not intended to be used directly from your code. - A String object which contains the names of the columns against which data source contents are sorted. - - - + - Specifies the type of objects that will be retrieved from a data source, at design time. + For internal use only. - A type of objects that will be retrieved from a data source. + + - + - + - Occurs when the LinqInstantFeedbackSource no longer needs the queryable source it used to retrieve objects from the data store. + For internal use only. - + - This method is intended for internal use. + For internal use only. - + @@ -1495,67 +1639,74 @@ - + - Occurs when the LinqInstantFeedbackSource needs a queryable source, to retrieve objects from the data store. + Gets the hash code (a number) that corresponds to the value of the current ParameterValue object. + + An integer value representing the hash code for the current object. + - + - Specifies the name of the key property. + For internal use only. - A value that specifies the key property name. - + + - + + - Refreshes the LinqInstantFeedbackSource. + This class supports the internal infrastructure and is not intended to be used directly from your code. - - - + - A cached data store's Root element ( or ) state information stored in a Node element ( or ). + For internal use only. + + + + + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + For internal use only. - + - + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + For internal use only. - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + For internal use only. @@ -1563,16408 +1714,19023 @@ - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + For internal use only. + + + + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets the hash code (a number) that corresponds to the value of the current OperandParameter object. + - + An integer value representing the hash code for the current object. - + + + For internal use only. + + + + + + + + - If implemented, provides a view for the Choose a Datasource page of the Report Wizard. + Describes a video capture device, operates the device, and processes the received video stream. - + - If implemented, populates the list of available data sources. + Initializes a new instance of the CameraDevice class with the specified settings. - - A collection of objects. + + A object that comprises system information about the video capture device. + - + - Occurs when the selected item in the Available items list is changed. + Gets the video frame currently captured by the device. + A object that is the video frame currently captured by the device. + - + - If implemented, specifies the data source selected in the Available items list. + Gets the string representation of the moniker for the current device. - A value. + A String value that specifies the string representation of the moniker for the current device. - + - If implemented, shows or hides the wait indicator on the Choose a Datasource page of the Report Wizard. + Disposes of the current object and releases all the allocated resources. - - true to show the wait indicator, false to hide the wait indicator. - - - - + - When connecting to a data source using the wizard, assigns identifiers to data tables, views and stored procedures, as well as their data members. + Determines whether the specified object is equal to the current object. + + The object to compare with the current object. + + + true, if the specified object is equal to the current object; otherwise, false. + + - + - Initializes a new instance of the TableInfo class with default settings. + Returns the list of video resolutions available on the current device. + The list of video resolutions available on the current device. + - + - Creates a new TableInfo instance, which is a copy of the current instance. + Returns the hash code for the current CameraDevice object. - A new TableInfo instance, which is a copy of the current instance. + The hash code for the current CameraDevice object. + - + - Classifies the data member that belongs to a connected data source. + Gets whether the video capture device is already in use in another application. - A enumeration value, classifying the data member. + true, the video capture device is already in use in another application; otherwise, false. - - + - Lists the values used to specify the border's dash style for an . + Gets whether the device is currently capturing video. + true, if the device is currently capturing video; otherwise, false. + + - + - Specifies a line consisting of dashes. + Gets the UI display name of the video capture device. + A String value that specifies the UI display name of the video capture device. + - + - Specifies a line consisting of a repeating dash-dot pattern. Not supported in HTML (becomes visible as Dash) + Gets or sets the resolution of a video stream captured by the current device. + A structure that specifies the resolution of a video stream captured by the current device. + + - + - Specifies a line consisting of a repeating dash-dot-dot pattern. Not supported in HTML (becomes visible as Dash) + Sets the ICameraDeviceClient object that processes the video from the current capture device. + + + + An ICameraDeviceClient object that processes the video from the current capture device. + + + + + + + Starts capturing video from the current device. - + - Specifies a line consisting of dots. + Stops capturing video from the current device. - + - Specifies a double solid line. + Returns the video frame currently captured by the device. + A object that is the video frame currently captured by the device. + + - + - Specifies a solid line. + Processes Windows messages. + + The Windows Message to process. + + - + - Provides data for the events that fire after option changes . + Provides data for the and events. - + - Creates a new object. + Initializes a new instance of the GetQueryableEventArgs class with default settings. - - A value representing the name of the option whose value has been changed. This value is assigned to the property. - - - - A value representing the option's previous value. This value is assigned to the property. - - - - A value representing the option's current value. This value is assigned to the property. - - - + - Creates a new object with default values. + Specifies whether elements retrieved by the 's queryable source are thread-safe. + true, if elements retrieved by the queryable source are thread-safe; otherwise, false. + - + - Gets the name of the option whose value has been changed. + Gets or sets the name of the key property. - A value representing the option's name. + A value indicating the key property name. - + - Gets or sets the option's current value. + Gets or sets the queryable data source. - A value representing the option's current value. + An object that implements the interface. - + - Gets the option's previous value. + Gets or sets an arbitrary object associated with a queryable source. - A value representing the option's previous value. + An object associated with a queryable source. - + - Serves as a base class to represent a day corresponding to the particular date. - + Lists result types of spelling check. - + - Returns a date, associated with the current KnownDateDay object or its descendant. + A misspelled word is found. - A value. - - + - Gets or sets the name of the day to display, associated with the current KnownDateDay object or its descendant. + A repeating word is found. - A representing a name of the day. - - + - Determines whether the specified object is equal to the current KnownDateDay instance. + No errors are found - - The object to compare with the current object. - - - true if the specified object is equal to the current KnownDateDay instance; otherwise false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current KnownDateDay object. - - - - An integer value representing the hash code for the current object. - - + - Lists the available column types. + The options used for the spelling check. - + - The array column type. + Locks the IOptionsSpellings object by preventing visual updates until the EndUpdate method is called. - + - The Boolean column type. + Start spelling check from the cursor position. + A enumeration value, specifying whether the spell checker should start checking from the cursor position. + - + - The Boolean calculated field column type. + Spell check the selected text first. + A enumeration value specifying whether the spell checker should start checking the selected text first. + - + - The date-time calculated field column type. - - + Unlocks the IOptionsSpellings object after a call to the BeginUpdate method and causes an immediate visual update. - - - - The default calculated field column type. - + - The floating point number calculated field column type. + Gets or sets whether e-mail addresses should be excluded from the check. + A enumeration value specifying whether words that are e-mail addresses should be checked. - - - - - The integer number calculated field column type. - - + - + - The string calculated field column type. + Gets or sets whether text enclosed with specific markup tags should be checked. + + true to exclude text within tags from the check; otherwise, false. - - - - The date-time column type. - - + - + - The default column type. + Gets or sets whether the spell checker ignores words containing different case letters in positions other than the first. + + A enumeration value specifying whether mixed case words should be checked. + + - + - The floating point number column type. + Gets or sets whether the spell checker ignores repeated words. + A enumeration value specifying whether the text should be checked for repeated words. + - + - The integer number column type. + Gets or sets whether the spell checker ignores words in which all letters are uppercase. + A enumeration value, specifying whether the words in which all letters are uppercase should be checked. + - + - The list column type. + Gets or sets whether the spell checker ignores the URLs in text. + A enumeration value, specifying whether the words which are URLs should be checked. + - + - The parameter list column type. + Gets or sets whether the spell checker ignores words that contain numbers. + A enumeration value, specifying whether the words which contain numbers should be checked. + - + - The source list column type. + Occurs when any of the spelling check options are changed. - + + - No column type. + Represents the result of the spelling check. - - + - The string column type. + Gets whether the spelling error is found during a spelling check. + true if a spelling error is found; otherwise, false. + - - + - Provides data for the events raised when upgrading a control's layout (e.g., , , etc.). - + Gets the index of a checked word in a text. + An integer representing the index of a word in a text. + + - + - Initializes a new instance of the LayoutUpgradeEventArgs class with the specified previous version. + Gets the length of a checked word. - - A specifying the previous version number. This value is assigned to the property. + An integer representing the number of positions the checked word occupies. - + + - + - Returns the textual representation of the previous layout version. + Indicates the result of checking a word. - A representing the previous version of the layout. + A enumeration member. - - + - A method that will handle events raised when upgrading a control's layout (e.g., , , etc.). + Gets the text being checked. + A string containing the text being checked. + + - + - A method that will handle events raised when upgrading a control's layout (e.g., , , etc.). + Gets the checked word. - - The event sender. - - - - A object that contains event data. - - + A string representing the checked word. + - + - Methods that will handle the WordAdded event. + The base interface of a spell checker. - + - Represents a method that will handle the event. + Add a word to a custom dictionary. - - An object of any type that triggers the event. - - - - A object that provides data for the event. + + A word to add. - - - - Provides data for the and events. - - - - - + - Initializes a new instance of the WordAddedEventArgs class with the specified settings. - - + Add a word to a custom dictionary. - A word that has been added to the custom dictionary. + A word to add. + + A object used to select a dictionary for the specified word. - - - - - Gets a word added to the dictionary. - - - A string representing a word added to the dictionary. - + - - + - For internal use. Specifies the information that is required to calculate summary functions in a report created using an XPF Report Wizard. + Occurs after a word is checked. + - + - Initializes a new instance of the ColumnNameSummaryOptions class with default settings. + Determines whether a word can be added to a custom dictionary. + true if a word can be added to the dictionary; otherwise, false. + - + - Initializes a new instance of the ColumnNameSummaryOptions class with the specified settings. + Determines whether words of the specified language can be added to the dictionary. - - A value, specifying the column name. This value is assigned to the property. - - - - A enumeration value. This value is assigned to the property. + + A object that specifies the language of the required dictionary. + true, if the words can be added to the dictionary; otherwise, false. + - + - Initializes a new instance of the ColumnNameSummaryOptions class with the specified settings. + Checks the specified control for spelling mistakes. - - A value, specifying the column name. This value is assigned to the property. + + A object, representing a control to be checked for spelling mistakes. - + - Creates a copy of the current ColumnNameSummaryOptions instance. + Checks the spelling of the text available through the controller interface in the specified range and returns on the first error that occurrs. + - A value. - - + + An object that is a control to be checked for spelling mistakes. - - - - Specifies the data column, across which a summary function is calculated. - - - A value, specifying the column name. + + + An object implementing the interface providing text to check. - + + + + A DevExpress.XtraSpellChecker.Parser.Position object containing information on the position where the check statrs. + + + + + A DevExpress.XtraSpellChecker.Parser.Position object containing information on the position where the check finishes. + + + An object with the interface providing information on the error type and position. + - + - Determines whether or not the specified object is equal to the current ColumnNameSummaryOptions instance. + Checks the specified text in the specified control with the specified culture. - - The object to compare with the current object. + + A control to check. - true if the specified object is equal to the current ColumnNameSummaryOptions instance; otherwise false. + + A string that is a text to check. + + + + + An integer specifying the start position within the string. + + + + + The object that specifies the culture settings (the symbols encoding, language and phonetic specifics). + + + An object exposing the interface. - + - Specifies a summary function that should be calculated in a report created using an XPF Report Wizard. + Gets or sets the culture-specific settings of the spell checker. - A enumeration value. This value is assigned to the property. + A object that specifies culture settings (the symbols encoding, language and phonetic specifics). + + - + - Serves as the default hash function. + Occurs when the current culture setting of a spell checker is changed. - An integer value, specifying the hash code for the current object. - - - + - Lists available operation modes of the spell checker. + Occurs when a custom dictionary is modified by an end-user. + - + - Starts spelling check when you finish typing the word or move the cursor after changing it.This operation mode underlines the misspelled word and allows you to select a suggestion from the context menu, invoked by right-clicking the word. + Provides access to spell checking options for a specified control. + + A control for which spelling options are set. + + + An object exposing the interface. + - + - Starts spelling check and invokes the spelling form for making corrections. + Constructs an ordered list of suggestions for a given word. + + A System.String representing a word for which the suggestions should be calculated. + + + A object specifying the culture, ensuring that the proper dictionaries are loaded. - - - - Represents a collection of objects. - - + + A object representing a sorted list of suggested words. + + - + - Initializes a new instance of the HolidayBaseCollection class with default settings. + Disregards a word in a text. + + A control whose content is checked. - - + + + A word to ignore while checking. - - Specifies the prototype string format for the . + + + The position from which to start ignoring the word. - - - - - - The current string format is based on the default string format. + + + Position to finish ignoring the word. - - + - + - The current string format is based on the generic default string format. - + Skips the specified word throughout the entire content of the specified control. + + A control whose content is checked. + + + + A word to ignore. + + - + - The current string format is based on the generic typographic string format. - + Gets whether the spell checker is checking the content. + true if a spell checker is checking the content; otherwise, false. + - - + - If implemented, provides a view for the Choose a Report Layout page of the Report Wizard. + Registers a list of words as the words to ignore while checking. + + A control whose content is checked. + + + + + An object exposing the interface and representing a list of words to skip. + + + - + - If implemented, specifies the state of the Adjust the field width check box. + Gets or sets the spell check mode. - true, to activate the check box; otherwise, false. + A enumeration member. - + - If implemented, specifies whether or not the report contains groups. + Occurs when the SpellCheckMode is changed. - true, if the report is grouped; otherwise, false. - - + - If implemented, specifies the state of the Portrait and Landscape radio buttons. + Unregisters the previously registered list of words which should be skipped while checking. - true, if the Portrait radio button is active; false if the Landscape radio button is active. - + + A control whose content is checked. + + - + - If implemented, specifies the selected report layout. + Occurs after a word is added to a custom dictionary. - A enumeration value. - - + - Stores settings for the available label products. + A component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Instant Feedback Mode. Can be associated with any queryable source. - + - Initializes a new instance of the XDocumentLabelProductRepository class with the specified settings. + Initializes a new instance of the LinqInstantFeedbackSource with the specified settings. - - A object. + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - + - Obtains a sorted collection of the supported paper kinds. + Initializes a new instance of the LinqInstantFeedbackSource with the specified settings. - A collection of objects. - + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + - + - Obtains a sorted collection of details for the supported label products. + Initializes a new instance of the LinqInstantFeedbackSource with the specified settings. - - An integer value. + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - A collection of objects. - - + - Obtains a sorted collection of the supported label products. + Creates a new instance of the LinqInstantFeedbackSource. - A collection of objects. - - - + - Lists implemented spell checker operations. + Initializes a new instance of the LinqInstantFeedbackSource with the specified settings. + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + - + - Replaces a word in the text with the user input, and adds the replacement to the custom dictionary. + Specifies whether elements retrieved by the LinqInstantFeedbackSource's queryable source are thread-safe. + true, if elements retrieved by the queryable source are thread-safe; otherwise, false. + - + - Stops the spelling checker operation, resets the checking strategy and closes the spelling form. + Specifies how data source contents are sorted by default, when sort order is not specified by the bound control. + A object which contains the names of the columns against which data source contents are sorted. + - + - Replaces the current word in the text being checked with the suggested word. + Specifies the type of objects that will be retrieved from a data source, at design time. + A type of objects that will be retrieved from a data source. + + - + - Replaces all occurences of the current word in the text being checked with the suggested word. + Occurs when the LinqInstantFeedbackSource no longer needs the queryable source it used to retrieve objects from the data store. - + - This enumeration member is intended for internal use only. + This method is intended for internal use. + + + + + + - + - Deletes the current word from the text. + Occurs when the LinqInstantFeedbackSource needs a queryable source, to retrieve objects from the data store. - + - Disregards the current word and proceeds to the next one. - + Specifies the name of the key property. + A value that specifies the key property name. + - + - Disregards the current word and all its occurences in the text. - + Refreshes the LinqInstantFeedbackSource. - + + - This enumeration member is intended for internal use only. + Lists day types by the working activity. - - + - Invokes the spelling options form. After closing the form, re-checks the text with new spelling options starting with the last checked word. + Indicates that a particular, exact date is a work day. - + - Forces the spell checker to check the last checked word again. + Indicates that this day is a holiday. - + - Replaces the current word in the text being checked with the suggested word. For internal use. + Indicates a weekday. - + + - Disregards the current word and proceeds to the next one. For internal use. + Lists the values used to specify the border's dash style for an . - - + - Cancels the effect of the last operation, restoring the text to its previous state. + Specifies a line consisting of dashes. - - + - Represents a day that is recognized as a holiday. + Specifies a line consisting of a repeating dash-dot pattern. Not supported in HTML (becomes visible as Dash) + - + - Initializes a new instance of the Holiday class with the specified date, display name and location. + Specifies a line consisting of a repeating dash-dot-dot pattern. Not supported in HTML (becomes visible as Dash) - - A value that specifies the date of the holiday. This value is assigned to the property. - - - - A which specifies the display name of the holiday. This value is assigned to the property. - - - - A which specifies the location of the holiday. This value is assigned to the property. - - - + - Initializes a new instance of the Holiday class with the specified date and display name. - + Specifies a line consisting of dots. - - A value that specifies the date of the holiday. This value is assigned to the property. - - - A which specifies the display name of the holiday. This value is assigned to the property. - + + + + Specifies a double solid line. + + - + - Determines whether the specified date is treated as a working day for the current holiday. + Specifies a solid line. - - A value representing the date to check. - - - A enumeration value if the date is a holiday; otherwise the value. - - + + - Creates a copy of the current Holiday object. + Methods that will handle the WordAdded event. + - A Holiday object which is a copy of the current object. - - - + - Determines whether the specified object is equal to the current Holiday instance. + Represents a method that will handle the event. - - The object to compare with the current object. + + An object of any type that triggers the event. + + + + A object that provides data for the event. - true if the specified object is equal to the current Holiday instance; otherwise false. - - - - Gets the hash code (a number) that corresponds to the value of the current Holiday object. + + + Provides data for the and events. - An integer value representing the hash code for the current object. - - - + - Determines whether the specified date is treated as a working day for the current holiday. + Initializes a new instance of the WordAddedEventArgs class with the specified settings. + + - - A value representing the date to be identified. + + A word that has been added to the custom dictionary. - Always false. - - - + - Gets or sets the location attribute of the holiday. + Gets a word added to the dictionary. - A value that specifies the holiday's location. + A string representing a word added to the dictionary. - + + - Gets the day type associated with this class. + Represents a class implemented to load holidays from the Outlook.hol file. - A enumeration value. - - - - + - If implemented by a class, provides a service contract for the . + Initializes a new instance of the OutlookHolidaysLoader class with default settings. + - + - Starts creating a new report. + Retrieves locations for which holidays are present. - - A object. - - - - References a method to be called when a corresponding asynchronous operation is completed. + + A containing holidays, as they are specified for MS Outlook. - - - A value, containing information about the asynchronous operation. - An object containing information about the status of an asynchronous operation. + An array of strings containing location names. - + - Starts obtaining the columns from a data source. + Retrieves locations for which holidays are present. - - A value, specifying the data source name. + + A string representing the location of the file containing holidays in MS Outlook format. - - A object, specifying the data member. + An array of strings containing location names. + - - - References a method to be called when a corresponding asynchronous operation is completed. - - - A value, containing information about the asynchronous operation. + + + + Loads holidays from the specified file. + + + + A string that is the location of the holidays file. For MS Office 2013 US English you can find it at C:\Program Files\Microsoft Office\Office15\1033\outlook.hol. - An object containing information about the status of an asynchronous operation. + A collection containing holidays imported from MS Outlook. - + - Starts obtaining the data members from a data source. + Loads holidays for specified locations from the specified file, using the specified encoding. - - A value, specifying the data source name. + + A string that is the location of the holidays file. For MS Office 2013 US English you can find it at C:\Program Files\Microsoft Office\Office15\1033\outlook.hol. - - References a method to be called when a corresponding asynchronous operation is completed. + + A class representing a character encoding. - - A value, containing information about the asynchronous operation. + + An array of strings containing location names. - An object containing information about the status of an asynchronous operation. + A collection containing holidays imported from MS Outlook. - + - Starts obtaining the data source display name. + Loads holidays for specified locations from the specified file. - - A value, specifying the data source name. + + A string that is the location of the holidays file. For MS Office 2013 US English you can find it at C:\Program Files\Microsoft Office\Office15\1033\outlook.hol. - - A value, specifying the data member. + + An array of strings containing location names. - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - + A collection containing holidays imported from MS Outlook. + - + - Starts obtaining the data sources. + Loads holidays for specified locations from the specified stream, using the specified encoding. - - References a method to be called when a corresponding asynchronous operation is completed. + + A containing holidays as they are represented for MS Outlook. - - A value, containing information about the asynchronous operation. + + A class representing a character encoding. - An object containing information about the status of an asynchronous operation. + + An array of strings containing location names. + + + A collection containing holidays imported from MS Outlook. - + - Starts obtaining the item properties from a data source. + Loads holidays for specified locations from the specified stream. - - A value, specifying the data source name. - - - - A value, specifying the data member. - - - - References a method to be called when a corresponding asynchronous operation is completed. + + A containing holidays as they are represented for MS Outlook. - - A value, containing information about the asynchronous operation. + + An array of strings containing location names. - An object containing information about the status of an asynchronous operation. + A collection containing holidays imported from MS Outlook. - + - Starts obtaining the list item properties from a data source. + Loads holidays from the specified stream. - - A value, specifying the data source name. + + A containing holidays as they are represented for MS Outlook. - - A value, specifying the data member. + A collection containing holidays imported from MS Outlook. + - - - References a method to be called when a corresponding asynchronous operation is completed. - - - A value, containing information about the asynchronous operation. + + - - An object containing information about the status of an asynchronous operation. - + + Represents a day that is recognized as a work day. + + + - + - Ends creating a new report. + Initializes a new instance of the ExactWorkDay class with the specified date and display name. + - - An object containing information about the status of an asynchronous operation. + + A value that specifies the date of the working day. This value is assigned to the property. + + + + A which specifies the display name of the working day. This value is assigned to the property. - A value. - - + - Ends obtaining the columns from a data source. + Determines whether the specified date is treated as a working day for the current ExactWorkDay. - - An object containing information about the status of an asynchronous operation. + + A value representing the date to check. - A collection of objects. + A enumeration value if the date is a work day; otherwise the value. + - + - Ends obtaining the data members from a data source. + Creates a copy of the current ExactWorkDay object. - - An object containing information about the status of an asynchronous operation. - - - A collection of objects. + An ExactWorkDay object which is a copy of the current object. - + - Ends obtaining the data source display name. + Determines whether the specified object is equal to the current ExactWorkDay instance. - - An object containing information about the status of an asynchronous operation. + + The object to compare with the current object. - A value. + true if the specified object is equal to the current ExactWorkDay instance; otherwise false. - + - Ends obtaining the data sources. + Gets the hash code (a number) that corresponds to the value of the current ExactWorkDay object. + - - An object containing information about the status of an asynchronous operation. - - - A collection of objects. + An integer value representing the hash code for the current object. - + - Ends obtaining the item properties from a data source. + Determines whether the specified date is treated as a working day. - - An object containing information about the status of an asynchronous operation. + + A value representing the date to be identified. - An array of objects. + true if the specified day is a working day; otherwise, false. - + - Ends obtaining the list item properties from a data source. + Gets the day type associated with this class. - - An object containing information about the status of an asynchronous operation. - - - An array of objects. - + An enumeration value. + - + - Provides methods to return error information for a business object's properties. + Lists the day types regarding the recognized working activity. + - + - When implemented by a class, this method returns information on an error associated with a business object. + This date is treated as a holiday. - - An object that contains information on an error. - - - + - When implemented by a class, this method returns information on an error associated with a specific business object's property. + This date cannot be attributed to a working day or holiday. - - A string that identifies the name of the property for which information on an error is to be returned. - - - - An object that contains information on an error. - - - - + - Encapsulates error information on a specific property. + This date is treated as a working day. + - + + - Initializes a new instance of the ErrorInfo class with the default values. + Serves as a base class for classes that represent a day, regarding the working activity recognized for the specific date. + - - + - Initializes a new instance of the ErrorInfo class with the specified error information. + Determines how to treat the specified date in terms of the work day and a holiday. - - A string that specifies the error text. This value is used to initialize the property. - - - - An error type. This value is used to initialize the property. + + A value, representing the date to check. + A enumeration member. + - + - Gets or sets the error text associated with the current property name. + Determines whether the specified date is treated as a working day for the current working day. - A string that represents the error text. - + + A value representing the date to be identified. + + + true if the specified date is a working day; otherwise, false. + - + - Gets or sets the type of error associated with the current property name. + Gets the type of the day that the current instance of the WorkDay class descendant represents. - An value that represents the error type. + A enumeration member specifying the day type. - + - Enumerates error icon types. + Serves as a base class to represent a day corresponding to the particular date. + - + - The 'Critical Error' icon: + Returns a date, associated with the current KnownDateDay object or its descendant. + A value. + - + - The default error icon specified by the property: - - -The event is not raised when an error of the Default type is assigned to an editor. - - + Gets or sets the name of the day to display, associated with the current KnownDateDay object or its descendant. + A representing a name of the day. + - + - The 'Information' icon: + Determines whether the specified object is equal to the current KnownDateDay instance. + + The object to compare with the current object. + + + true if the specified object is equal to the current KnownDateDay instance; otherwise false. + - + - Indicates that no error is associated with an editor or a cell. + Gets the hash code (a number) that corresponds to the value of the current KnownDateDay object. + + An integer value representing the hash code for the current object. + - + + - A user-defined icon to be provided via the event. + Represents a day that is recognized as a holiday. - - + - A user-defined icon to be provided via the event. + Initializes a new instance of the Holiday class with the specified date, display name and location. + + A value that specifies the date of the holiday. This value is assigned to the property. + + + A which specifies the display name of the holiday. This value is assigned to the property. - - - - A user-defined icon to be provided via the event. + + + A which specifies the location of the holiday. This value is assigned to the property. - - + - + - A user-defined icon to be provided via the event. + Initializes a new instance of the Holiday class with the specified date and display name. + + + A value that specifies the date of the holiday. This value is assigned to the property. + + + A which specifies the display name of the holiday. This value is assigned to the property. - - - - A user-defined icon to be provided via the event. - - + - + - A user-defined icon to be provided via the event. + Determines whether the specified date is treated as a working day for the current holiday. + + A value representing the date to check. + + + A enumeration value if the date is a holiday; otherwise the value. + - + - A user-defined icon to be provided via the event. + Creates a copy of the current Holiday object. + A Holiday object which is a copy of the current object. + - + - A user-defined icon to be provided via the event. + Determines whether the specified object is equal to the current Holiday instance. + + The object to compare with the current object. + + + true if the specified object is equal to the current Holiday instance; otherwise false. + - + - A user-defined icon to be provided via the event. + Gets the hash code (a number) that corresponds to the value of the current Holiday object. + + An integer value representing the hash code for the current object. + - + - The 'Warning' icon: + Determines whether the specified date is treated as a working day for the current holiday. + + A value representing the date to be identified. + + Always false. - - + - - Comprises erroneous word, error type and location. - - - + - Gets the error type. + Gets or sets the location attribute of the holiday. - A enumeration member. + A value that specifies the holiday's location. - + - Gets a misspelled word. + Gets the day type associated with this class. - A string that is the misspelled word. + A enumeration value. - + + - Gets the end position of a misspelled word. + Represents a collection of objects. - A DevExpress.XtraSpellChecker.Parser.Position object containing information on the position of the word. - - - + - Gets the start position of a misspelled word. + Initializes a new instance of the HolidayBaseCollection class with default settings. - A DevExpress.XtraSpellChecker.Parser.Position object containing information on the position of the word. - - + - Provides the client-side functionality for an XPF Report Wizard. + A method that will handle events raised when upgrading a control's layout (e.g., , , etc.). - + - Initializes a new instance of the ReportWizardServiceClient class with the specified asynchronous service. + A method that will handle events raised when upgrading a control's layout (e.g., , , etc.). - - An object implementing the interface. + + The event sender. + + + + A object that contains event data. - + + - Adds a new report (asynchronously). + Represents a list of words ignored during spell check. - - A object. - - - - A value, containing information about the asynchronous operation. - - - - + - Occurs when a new report has been added. - + Adds a specified word to a list of ignored words. + + A string representing a word to be ignored. + + - + - Obtains columns from a data source (asynchronously). + Adds a specified word to a list of ignored words, so that it is ignored only in the specified location. - - A value. + + A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text. - - A object. + + A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text. - - A value, containing information about the asynchronous operation. + + A string representing a word to be ignored if located between the start and the end positions. - + - Occurs when all data columns have been obtained. - + Removes all items from the ignore list. - + - Obtains the data members from a report's data source (asynchronously). - - - + Determines whether a word is in the list of ignored words. - - A value, specifying the data source name. - - - - A value, containing information about the asynchronous operation. + + A string to locate in the list of ignored words. + true if the word is found within the list; otherwise false. + - + - Occurs when all data members have been obtained. + Determines whether a word is in the list of ignored words, ignored in the specified location. + + A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text being checked. + + + + A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text being checked. + + + + A string to locate in the list of ignored words. + + + true if the word is found within the list and marked as effective in the specified location; otherwise false. + - + - Obtains the display name of a data source (asynchronously). - + Removes a word from the list of words ignored only once. - - A value, specifying the data source name. + + A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text being checked. - - A value, specifying the data member name. + + A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text being checked. - - A value, containing information about the asynchronous operation. + + A string representing a word to remove from the list. + - + - Occurs when the data source display name has been obtained. - + Removes a word from the list. + + A string representing a word to remove form the list. + + - - - Obtains a report's data sources (asynchronously). + + + An exception that is thrown when a key or index constraint fails. - - A value, containing information about the asynchronous operation. - - - - + - Occurs when the data sources have been obtained. - - - - - - - - - Obtains item properties from a data source (asynchronously). + Initializes a new instance of the ConstraintViolationException class with the specified settings. - - A value, specifying the data source name. + + A string that specifies the SQL statement that raised the exception. - - A value, specifying the data member name. + + A string that specifies the parameters for the SQL statement. - - A value, containing information about the asynchronous operation. + + An object that represents the inner error. - - - Occurs when the item properties have been obtained. + + + Represents a method that will handle the event raised after an option value change. - - + - Obtains list item properties from a data source (asynchronously). + Represents a method that will handle the event raised after the option has been changed. - - A value, specifying the data source name. - - - - A value, specifying the data member name. + + The event sender. - - A value, containing information about the asynchronous operation. + + A object that contains data related to the event. - - - Occurs when the list item properties have been obtained. - - - - - - - + - Specifies the border style for a brick. - + An operator that joins persistent objects on a specified condition, and calculates aggregate functions against matching objects. - + - The borders are drawn over the contour of the brick's rectangle, so that they are partially inside and outside of the brick. - + Initializes a new instance of the class with the specified settings. + + A value that specifies the class name of persistent objects that provide data for joining. The string can contain a namespace prefix to disambiguate the class name if more than one such class name exists. This value is assigned to the property. + + + A object that represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. This value is assigned to the property. - - - - The borders are drawn inside the brick's rectangle. - - - + - + - The borders are drawn outside the brick's rectangle. - + Initializes a new instance of the JoinOperand class with default settings. - - - - A component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Instant Feedback Mode. Can be associated with any enumerable source. - - - - - + - Initializes a new instance of the PLinqInstantFeedbackSource with the specified settings. + Initializes a new instance of the class with the specified settings. - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + A value that specifies the class name of persistent objects that provide data for joining. The string can contain a namespace prefix to disambiguate the class name if more than one such class name exists. This value is assigned to the property. + + A object that represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. This value is assigned to the property. - - - - - Initializes a new instance of the PLinqInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + An enumeration value that specifies the type of the aggregate operator. This value is assigned to the property. - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + A object which represents the aggregated expression. This value is assigned to the property. - + - Initializes a new instance of the PLinqInstantFeedbackSource with the specified settings. - + - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - + + - + - Initializes a new instance of the PLinqInstantFeedbackSource with the specified settings. - + - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - + + + - + - Initializes a new instance of the PLinqInstantFeedbackSource class. + Gets or sets the aggregated expression. + A object that represents the aggregated expression. + - + - Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. + Gets or sets the type of the aggregate operator. - The string which contains the column name(s) against which data source contents are sorted and the sort order(s). + An enumeration value that specifies the type of the aggregate operator. - + - Specifies the maximum number of parallel threads that will be started to process a query. + For internal use only. - A nullable integer that specifies the maximum number of parallel threads that will be started to process a query. - + + + + + + - + - Specifies the type of objects that will be retrieved from a data source, at design time. + Creates a copy of the current JoinOperand instance. - A type of objects that will be retrieved from a data source. - - + An JoinOperand object that represents an exact copy of the current object. + - + - Occurs when the PLinqInstantFeedbackSource no longer needs the enumerable source it used for object retrieval. + Gets or sets the filter criteria applied to the property values of the objects being joined. + + A object that represents the filter criteria. null (Nothing in Visual Basic), if the filter criteria isn't needed. + + - + - Occurs when the PLinqInstantFeedbackSource needs an enumerable source, to retrieve data from it. + For internal use only. + + + + + + - + - Refreshes the PLinqInstantFeedbackSource. + For internal use only. + + - - + - Represents the result of batch select queries made to a data store. - + Determines whether the current object has the same settings as the specified object. + + An JoinOperand object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + - + - Initializes a new instance of the class. + For internal use only. + + - + - Initializes a new instance of the SelectedData class with the specified settings. + For internal use only. - - An array of objects that represent the result of select operations. + + + + - + - The results of select query statements. To learn more, refer to How to: Access Data in SQL Query Results. + Gets the hash code (a number) that corresponds to the value of the current JoinOperand object. - [To be supplied] + An integer value representing the hash code for the current object. + - - + - Represents a list of words ignored during spell check. + Gets or sets the type name of persistent objects being joined with parent objects. + A value that specifies the type name of persistent objects that provide data for joining. The value is case-sensitive. + + + - + - Adds a specified word to a list of ignored words. + For internal use only. - - A string representing a word to be ignored. + + + + - + - Adds a specified word to a list of ignored words, so that it is ignored only in the specified location. + For internal use only. - - A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text. - - - - A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text. - - - - A string representing a word to be ignored if located between the start and the end positions. + + + + - - - Removes all items from the ignore list. - - - - - - + - Determines whether a word is in the list of ignored words. + For internal use only. - - A string to locate in the list of ignored words. + + - true if the word is found within the list; otherwise false. + - - - Determines whether a word is in the list of ignored words, ignored in the specified location. + + + Represents a base for classes providing different options. - - A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text being checked. - - - - A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text being checked. - - - - A string to locate in the list of ignored words. - - - true if the word is found within the list and marked as effective in the specified location; otherwise false. - - - + - Removes a word from the list of words ignored only once. + Initializes a new instance of the ViewStatePersisterCore class with default settings. - - A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text being checked. - - - - A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text being checked. - - - - A string representing a word to remove from the list. + + + + + + + - + - Removes a word from the list. - + - - A string representing a word to remove form the list. - + + + + + - + - Contains padding or margin information associated with a control or a brick. + For internal use only. Represents a point with floating X and Y values. - + - Initializes a new instance of the PaddingInfo class with the specified dpi value. + For internal use only. Initializes a new instance of the PointFloat class. - - A value that specifies the dpi of the padding. This value is assigned to the property. + + A value. + + + A value. - + - Initializes a new instance of the PaddingInfo class and copies the settings from the object passed as the parameter according to the specified dpi value. - + For internal use only. Initializes a new instance of the PointFloat class. - - A object whose settings are used to initialize the created object's properties. - - - - A value that specifies the dpi of the padding. This value is assigned to the property. - + + - + - Initializes a new instance of the PaddingInfo class with the dpi of the specified graphics unit. + For internal use only. Represents an empty point. - - A value that specifies the graphics unit of the padding. The dpi value of the graphics unit is assigned to the property. - - + + - + - Initializes a new instance of the PaddingInfo class with the specified left, right, top, bottom and dpi values. - + Determines whether or not the specified object is equal to the current PointFloat instance. - - An integer value that specifies the left value of the padding. This value is assigned to the property. - - - - - An integer value that specifies the right value of the padding. This value is assigned to the property. - - - - An integer value that specifies the top value of the padding. This value is assigned to the property. - - - - - An integer value that specifies the bottom value of the padding. This value is assigned to the property. - + + The object specifying a PointFloat instance to compare with the current object. - - A value that specifies the dpi of the padding. This value is assigned to the property. + true if the specified object is equal to the current PointFloat instance. + - + + + + Serves as the default hash function. + + + An integer value, specifying the hash code for the current object. + - + - Initializes a new instance of the PaddingInfo class with the specified left, right, top and bottom values. + For internal use only. Checks whether the current point object is empty. + + + true if the point is empty; otherwise, false. + + + + + Adds the specified values to and . - - An integer value that specifies the left value of the padding. This value is assigned to the property. - + + A value to be added to . - - An integer value that specifies the right value of the padding. This value is assigned to the property. - + + A value to be added to . - - An integer value that specifies the top value of the padding. This value is assigned to the property. - - - An integer value that specifies the bottom value of the padding. This value is assigned to the property. - + + + + For internal use. Returns the textual representation of PointFloat. - + + + A value. + - + - Initializes a new instance of the PaddingInfo class with the specified left, right, top and bottom values, and the dpi of the specified graphics unit. - + For internal use. Specifies the X-coordinate of the object. - - An integer value that specifies the left value of the padding. This value is assigned to the property. + A value. + - - - An integer value that specifies the right value of the padding. This value is assigned to the property. + + + + For internal use. Specifies the Y-coordinate of the object. + + + A value. + - - - An integer value that specifies the top value of the padding. This value is assigned to the property. + + - - - An integer value that specifies the bottom value of the padding. This value is assigned to the property. + + Provides access to the video properties on a video capture device. + + + + + + Initializes a new instance of the DeviceVideoSettings class with the specified settings. + + + + An ICameraDeviceClient object that processes the video stream received from a video capture device. - - - A value that specifies the graphics unit of the padding. The dpi value of the graphics unit is assigned to the property. - + - Initializes a new instance of the PaddingInfo class with the specified settings. + Provides access to the video property that specifies the backlight compensation setting. - - An integer value, specifying the overall padding. - - - - A value, specifying the dpi. - - + A object that is the video property specifying the backlight compensation setting. + - + - Specifies padding for all the element's sides. + Provides access to the video property that specifies the brightness, also called the black level. - An integer value, representing the overall padding. + A object that is the video property specifying the brightness, also called the black level. - + - Gets or sets the padding value for the bottom edge. - + Provides access to the video property that specifies the color enable setting. - An integer value which represents the padding value (in pixels) for the bottom edge. + A object that is the video property specifying the color enable setting. - + - Deflates the specified rectangle by the rectangle of the current padding with the specified dpi. - + Provides access to the video property that specifies the contrast. - - A value which specifies the rectangle to be deflated. - - - - A value which specifies the dpi value to be applied to the left, top, right and bottom padding values before deflating. - - - - A value that represents the deflated rectangle. - + A object that is the video property specifying the contrast. + - + - Deflates the specified size by the size of the current padding with the specified dpi. - + Provides access to the video property that specifies the gain adjustment. - - A value which specifies the size to be deflated. - - - - A value which specifies the dpi value to be applied to the left, top, right and bottom padding values before deflating. - - - - A value that represents the deflated size. - + A object that is the video property specifying the gain adjustment. + - + - Deflates the specified height value by the height of the current padding with the specified dpi. - + Provides access to the video property that specifies the gamma. - - A value which specifies the height to be deflated. - - - - A value which specifies the dpi value to be applied to the top and bottom padding values before deflating. - - - - A value that represents the deflated height. - + A object that is the video property specifying the gamma. + - + - Deflates the specified height value by the height of the current padding. - + Provides access to the video property that specifies the hue. - - A value which specifies the height to be deflated. - - - A value that represents the deflated height. - - + A object that is the video property specifying the hue. + - + - Deflates the specified width value by the width of the current padding with the specified dpi. - + Occurs when a property value changes. - - A value which specifies the width to be deflated. - - - - - A value which specifies the dpi value which should be applied to the left and right padding values before deflating. - - - - A value that represents the deflated width. - - + - Deflates the specified width value by the width of the current padding. - + Resets the video properties to their defaults. - - A value which specifies the width to be deflated. - - - - A value that represents the deflated width. - - - + - Gets or sets the dpi value used to perform internal calculations. + Provides access to the video property that specifies the saturation. - A value which represents the dpi value for this padding. + A object that is the video property specifying the saturation. - + - Provides a PaddingInfo object with no padding. - + Provides access to the video property that specifies the sharpness. - A object representing an empty padding. - + A object that is the video property specifying the sharpness. + - + - Determines whether the specified object is equal to the current PaddingInfo instance. + Provides access to the video property that specifies the white balance, as a color temperature in degrees Kelvin. - - The object to compare with the current object. - - - true if the specified object is equal to the current PaddingInfo instance; otherwise false. - - + A object that is the video property specifying the white balance, as a color temperature in degrees Kelvin. + - + + - Gets the hash code (a number) that corresponds to the value of the current PaddingInfo object. + For internal use. Exposes the printable content of a control to the DXPrinting engine. - An integer value representing the hash code for the current object. - - - + - Inflates the specified size by the size of the current padding with the specified dpi. + If implemented by a class, returns the total number of detail rows. - - A value which specifies the size to be inflated. - - - - A value which specifies the dpi value to be applied to the left, top, right and bottom padding values before inflating. - - - - A value that represents the inflated size. + An integer value specifying the total detail count. - - - Inflates the specified rectangle by the rectangle of the current padding with the specified dpi. + + + Represents the universal collection, which may be used as a base class for other collection classes. - - A value which specifies the rectangle to be inflated. - - - - A value which specifies the dpi value to be applied to the left, top, right and bottom padding values before inflating. - - - A value that represents the inflated rectangle. - - - + - Inflates the specified height value by the height of the current padding with the specified dpi. - + Initializes a new instance of the DXCollectionBase class with default settings. - - A value which specifies the height to be inflated. - - - - A value which specifies the dpi value to be applied to the top and bottom padding values before inflating. - - - - A value that represents the inflated height. - - + - Inflates the specified height value by the height of the current padding. + Initializes a new instance of the DXCollectionBase class with the specified capacity. + - - A value which specifies the height to be inflated. + + An integer value representing the number of elements that the collection can contain. This value is assigned to the property. - A value that represents the inflated height. - - + - Inflates the specified width value by the width of the current padding with the specified dpi. + Adds the specified object to the collection. - - A value which specifies the width to be inflated. - - - - - A value which specifies the dpi value which should be applied to the left and right padding values before inflating. + + A object to append to the collection. - A value that represents the inflated width. + An integer value indicating the position into which the new element was inserted. - + - Inflates the specified width value by the width of the current padding. - + Adds a collection of elements to the end of the collection. - - A value which specifies the width to be inflated. + + A object which represents the collection of elements to append to the collection. - A value that represents the inflated width. - - + - Determines whether the padding is empty (all padding values are null). + Gets or sets the number of elements that the DXCollectionBase can contain. - true if the padding is empty; otherwise, false. - + An integer value representing the number of elements that the collection can contain. - + - Gets or sets the padding value for the left edge. - + Removes all objects from the DXCollectionBase instance. - An integer value which represents the padding value (in pixels) for the left edge. - - + - Gets or sets the padding value for the right edge. + Determines whether the collection contains the specified item. - An integer value which represents the padding value (in pixels) for the right edge. - + + A object to locate in the collection. + + + true if the collection contains the specified item; otherwise, false. + - + - Rotates padding values counterclockwise the specified number of times. + Copies all the elements from the DXCollectionBase instance to a one-dimensional array, starting at the specified index of the target array. + - - An integer value which specifies the number of times for padding values to rotate. + + A one-dimensional array of objects. + + An integer value specifying the zero-based index in the target array at which copying begins. + + - + - Gets or sets the padding value for the top edge. - + Gets the number of elements contained in the DXCollectionBase instance. - An integer value which represents the padding value (in pixels) for the top edge. + An integer value representing the number of elements contained in the collection. - - + - Enumerates wrapping modes. + Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire DXCollectionBase. + + The delegate that defines the conditions of the element to search for. - - - - Default wrapping mode. The actual wrapping mode is determined by a control. - - + + + The first element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type T. + - + - The word wrapping feature is disabled. + Performs the specified action on each element of the DXCollectionBase. + + The delegate to perform on each element of the DXCollectionBase. + + - + - The word wrapping feature is enabled. + Returns an enumerator that iterates through the DXCollectionBase instance. + A for the DXCollectionBase instance. + - - + - The base class for data store providers (the objects providing access to specific data stores). + Returns the zero-based index of the specified element in the collection. + + A object to locate in the collection. - - - - Returns which operations are performed when a data store is accessed for the first time. - - - An enumeration value that specifies the action which is performed when a data store is accessed for the first time. - + + An integer value representing the position of the specified element in the collection. + - + - Returns registered provider factories. - - - An array of provider factories that are registered for the current data store. - - + Inserts the specified element into the collection at the specified position. - - - - Creates a data store based on specified settings. - - An object which implements the interface. + + An integer value which represents the zero-based index at which the element should be inserted. - - An enumeration value which specifies the action which is performed when connecting to the created data store. The specified value initializes the data store's property. + + A object to insert into the collection. + - A data store implementing the IDataStore interface, which uses the connection to access a database. - - + - Creates a data store based on specified settings. + Removes the specified element from the collection. - - A specifying the provider type. Normally, each provider returns its type via the XpoProviderTypeString property. - - - - The connection string which is used to instantiate a connection provider. - - - - An enumeration value which specifies the action which is performed when connecting to the created data store. The specified value initializes the data store's property. - - - - An array of objects that implement the System.IDisposable interface. These objects are automatically disposed of when the created data store is disconnected. + + A object to be removed from the collection. - A data store implementing the IDataStore interface, which uses the connection to access a database. + true if the specified element has been successfully removed from the collection; false if the specified element has not been found within the collection. - + - Registers a data store provider using a specified name and a procedure that establishes a connection for the provider. + Removes the element at the specified index of the DXCollectionBase instance. - - A that uniquely identifies a data store provider. - - - - A DataStoreCreationFromStringDelegate delegate to be called when the data store provider is created and connected to a database using a connection string. + + A zero-based integer specifying the index of the object to remove. If it's negative or exceeds the number of elements, an exception is raised. - + - Registers a data store provider using a specified connection type name and a procedure that establishes a connection for the provider. + Sorts the elements in the entire DXCollectionBase using the specified comparer. - - A specifying a connection type name, including a namespace. For instance, the defines this parameter as "System.Data.SqlClient.SqlConnection". - - - - A DataStoreCreationFromConnectionDelegate delegate to be called when the data store provider is created and connected to a database using a connection of the specified type. + + The implementation to use when comparing elements. - + - Registers a specified data store provider factory. + Copies the DXCollectionBase elements to a new array. - - A ProviderFactory object exposing members required to create a data store provider. - - + An array containing the DXCollectionBase elements. + - + - Updates a data store's schema according to specified settings. + Gets or sets the type of an object, which provides uniqueness for the current DXCollectionBase. - - An array of tables whose structure should be saved in the data store. - - + A instance. + - + + - Returns a parameter name used to denote a provider type in a connection string. The default value is "XpoProvider". + Represents the universal collection, which may be used as a base class for other collection classes. - - - - - + - An exception that is thrown when a database either cannot be created or opened. - + Initializes a new instance of the DXCollection class with default settings. + - + - Initializes a new instance of the UnableToOpenDatabaseException class with the specified settings. + Provides indexed access to individual items in the collection. + - - A connection string that is used to connect to the database. - - - - An object that represents the inner error. + + A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised. + A object which represents the item at the specified position. + - + - An exception that is thrown when a specific object cannot be created in a data store. + Represents the base class for all localizer classes. - + - Initializes a new instance of the UnableToCreateDBObjectException class with the specified settings. + Gets or sets a localizer object providing localization of the user interface at runtime. - - A string that specifies the type of the object that cannot be created. - - - - A string that specifies the name of the object. - - - - A string that specifies the name of the object's parent. - - - - An object that represents the inner error. - - + A XtraLocalizer descendant, which is used to localize the user interface at runtime. + - + - Gets the name of the object that cannot be created. + Fires immediately after the property value has been changed. - The name of the object that cannot be created. - - + - Gets the type of the object that cannot be created. + Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). - A string that specifies the type of the object that cannot be created. - + An object representing resources based on the thread's culture. + - + - Gets the name of the parent which contains the object that cannot be created. + Creates an XML document, which contains resource strings provided by the current XtraLocalizer object. - The name of the parent. - + A object. + - - + - An exception that is thrown when an unexpected error occurs during the execution of a SQL statement. + Returns an active localizer provider for this XtraLocalizer object. + An ActiveLocalizerProvider object. + + - + - Initializes a new instance of the SqlExecutionErrorException class with the specified settings. + Gets the string, localized by the current XtraLocalizer, for the specified user interface element. - - A string that specifies the SQL statement that raised the exception. - - - - A string that specifies the parameters for the SQL statement. - - - - An object that represents the inner error. + + A T enumeration value specifying the UI element whose caption (text) is to be localized. + A representing the text to be displayed within the specified UI element. + - + - Gets a string that represents the parameters for the current SQL statement. - + Returns the name of the language currently used by this localizer object. - A string that represents the parameters for the SQL statement. + A value that specifies the language of the user interface localization. - + - Gets the SQL statement that raised the exception. + Raises the event. - A string that specifies the SQL statement which raised the exception. - - - + - An exception that is thrown when the storage schema doesn't match the structure of persistent objects and the schema cannot be modified. + Sets an active localizer provider for this XtraLocalizer object. + + An ActiveLocalizerProvider object. + + + - + - Initializes a new instance of the SchemaCorrectionNeededException class . + Saves the current XtraLocalizer's resources to the specified XML file. - - A SQL statement or the name of the object that raised this exception. - + + A specifying the file name (including the file path), to which all localization resources will be saved. - + + - Initializes a new instance of the SchemaCorrectionNeededException class. + Represents a base class for collections that are able to send update notifications. + - - - + + + + Initializes a new instance of the NotificationCollection class with default settings. + + - + - Initializes a new instance of the SchemaCorrectionNeededException class. + Adds a collection of objects to the end of the current collection. - - - - - - + + An object exposing the interface, which represents the collection of objects to append. - + - A SQL statement or the name of an object that raised this exception. + Locks the NotificationCollection, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called. + + - A SQL statement or the name of an object that raised this exception. - - - + - An exception that is thrown when a connection provider cannot identify the type of column to create a column in a data store. + Unlocks the NotificationCollection object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + - + - Initializes a new instance of the PropertyTypeMappingMissingException class with the specified settings. + Occurs when the collection is changed. - - The type of column that cannot be identified. - - - + - Gets the type of column that cannot be identified. + This event occurs when the collection is about to change. - The type of column that cannot be identified. - - - + - An exception thrown because an attempt is made to modify a row in a database, but its version doesn't match the version of the row being posted. + Unlocks the NotificationCollection object after a call to the BeginUpdate method and causes an immediate visual update. + + + - + - Initializes a new instance of the class. + Gets whether the collection has been locked for updating. + true if the collection is locked; otherwise, false. + - + - Represents the interface for objects that need to interact with SQL Server databases, + Represents a base class for custom services used to process mouse events. - + - A object that specifies the connection to a data store, if the specified data store allows commands to be created. - + Initializes a new instance of the MouseHandlerServiceWrapper class with the specified service. - A object that specifies the connection to the data store, if the specified data store allows commands to be created. + + An object exposing the interface. - + - + - Creates a command if the data store allows commands to be created. - + Override this method to handle a mouse down event. - A command that is executed when connected to a data store. - + + A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. + - - + + - Represents the update statement. + Override this method to handle a mouse move event. + + A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. + + + - + - Initializes a new instance of the class. + Override this method to handle a mouse up event. + + A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. + + - + - Initializes a new instance of the UpdateStatement class with the specified settings. + Override this method to handle a mouse wheel event. - - A object that represents the table. - - - - A value that identifies the table. This value is assigned to the property. + + A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. - + - Determines whether the current object has the same settings as the specified object. + Provides access to the service interface of the wrapper. - - A UpdateStatement object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - + An interface of the wrapper. + - + + - Gets the hash code (a number) that corresponds to the value of the current UpdateStatement object. + Defines a service responsible for handling mouse events. - An integer value representing the hash code for the current object. - - - + - Returns a string representation of the UpdateStatement. + Override this method in a descending class to handle a mouse down event. - A string representing the UpdateStatement. - + + A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. + - - + + - Represents the result of a single select query to a data store. + Override this method in a descending class to handle a mouse move event. + + A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. + + + - + - Initializes a new instance of the SelectStatementResult class with the specified rows. + Override this method in a descending class to handle a mouse up event. - - An array of objects that will be represented as the collection's elements. + + A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. - + - Initializes a new instance of the SelectStatementResult class with the specified collection of rows. + Override this method in a descending class to handle a mouse wheel event. - - A collection of rows that will be copied to the collection being created. + + A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. - + + - Initializes a new instance of the SelectStatementResult class. + Defines a service responsible for processing keyboard input. + - - + - Initializes a new instance of the SelectStatementResult class with the specified collection of rows. + Override this method in a descending class to handle a key down event. - - An array of rows that represent the result of a single select query to a data store. Each row contains the values of the queried fields. This value is assigned to the property. + + A object containing information about the pressed key and key modifiers. - + - Creates a copy of the current SelectStatementResult instance. + Override this method in a descending class to handle a key press event. - A SelectStatementResult object which represents an exact copy of the current object. - + + A object specifying the character that is composed when the user presses a key. + + - + - An array of rows that represent the result of a single select query to a data store. Each row contains the values of the queried fields. To learn more, refer to How to: Access Data in SQL Query Results. + Override this method in a descending class to handle a key up event. - [To be supplied] + + A object containing information about the released key and key modifiers. + + - + - Represents the select statement. + Represents a base class for custom services used to process keyboard input. + - + - Initializes a new instance of the SelectStatement class with the specified settings. + Initializes a new instance of the KeyboardHandlerServiceWrapper class with the specified service. - - A object that represents the table. - - - - A value that identifies the table. This value is assigned to the property. + + An object exposing the interface. - + - Initializes a new instance of the class. + Override this method to handle a key down event. + + A object containing information about the pressed key and key modifiers. + + - + - Determines whether the current object has the same settings as the specified object. + Override this method to handle a key press event. - - A SelectStatement object to compare with the current object. + + A object specifying the character that is composed when the user presses a key. - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - + - Gets the hash code (a number) that corresponds to the value of the current SelectStatement object. + Override this method to handle a key up event. - An integer value representing the hash code for the current object. - + + A object containing information about the released key and key modifiers. + + - + - Specifies the grouping expression that is represented by a descendant. + Provides access to the service interface of the wrapper. - [To be supplied] + An interface of the wrapper. + - - - Provides access to the that specifies the columns by which the result of the current SelectStatement should be grouped. + + + Specifies how groups of records should be split across pages, if required. - A that specifies the columns by which the result of the current SelectStatement should be grouped. + + + + A group is printed so that it is split across several pages, if there isn't enough space on a page to print the entire group. - + + - + - Specifies the number of records to exclude from the query result. + A group is printed entirely on a single page (including its group header, rows and footer). This means that if there isn't enough space on a page to print the entire group, this group is printed on the following page. - [To be supplied] - + - Provides access to the collection. + A group is split across several pages "as is". However, if there isn't enough space on a page to print a Group Header together with the following group row, they both are moved to the next page, so that a Group Header is never printed on a page alone (with no group rows below it). - A object that represents the collection of objects. - - + + - Specifies the maximum number of selected records. + Registers known types on a WCF-service. - [To be supplied] - - + - Returns a string that represents the current object. + For internal use. - A that represents the current SelectStatement object. + + + + + - - + - Serves as the base class for classes that represent modification statements. - + "GetKnownTypes" + + - + - Gets the collection of objects. + Specifies whether or not a custom parameter type is registered. - + + A enumeration value. + + + true if the parameter type is registered; otherwise false. - + - Specifies the number of records to be modified. + Registers an array of custom parameter types. - [To be supplied] + + An array of enumeration values. + + - + - Returns a string that represents the current object. + Registers a custom parameter type. - A that represents the current ModificationStatement object. - + + A enumeration value. + - - + + - Represents the result of an update operation on a data store. + Registers a collection of custom parameter types. + + A collection of objects. + + + - + - Initializes a new instance of the class. + Registers a custom parameter type. - + + - Initializes a new instance of the ModificationResult class. + For internal use. - - - + + + + Initializes a new instance of the TypeSpecificsService class with default settings. + + - + - Initializes a new instance of the ModificationResult class. + For internal use. - + + + - + - An array of identifiers. + For internal use. + + + + - + - Represents the insert statement. + Implemented by custom functions that can be evaluated with case-sensitivity. + - + - Initializes a new instance of the InsertStatement class with the specified settings. + When implemented by a custom function, evaluates it on the client. - - A object that represents the table. + + true, if the custom function is case-sensitive; otherwise, false. - - A value that identifies the table. This value is assigned to the property. + + An array of objects specifying function operands (parameters). + An specifying a custom function's return value, calculated based on the operands. + - + + - Initializes a new instance of the class. + Implemented by custom functions that can be converted to a LINQ expression. - - + - Determines whether the current object has the same settings as the specified object. + When implemented by a custom function, converts it to a Linq-expression. - - A InsertStatement object to compare with the current object. + + An DevExpress.Data.Linq.Helpers.ICriteriaToExpressionConverter object that converts a criteria to an expression. - true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + An array of Expression objects specifying function operands (parameters). + + + An Expression object that specifies a LINQ expression. - + + - Gets the hash code (a number) that corresponds to the value of the current InsertStatement object. + Implemented by case-sensitive custom functions that can be compiled on the client. + - An integer value representing the hash code for the current object. - - - + - Specifies the name of an identity column in a table. + When implemented by a custom function, creates a LINQ expression. - [To be supplied] + + true, if the custom function is case-sensitive; otherwise, false. + + + + An array of Expression objects specifying function operands (parameters). + + + An Expression object that specifies the LINQ expression. + - + + - Specifies the type of an identity column in a table. + Implemented by custom functions that can be compiled on the client. + - [To be supplied] - - + - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + When implemented by a custom function, creates a LINQ expression. - + + An array of Expression objects specifying function operands (parameters). + + + An Expression object that specifies the LINQ expression. - + + - Returns a string representation of the InsertStatement. + Lists the directions available for a stored procedure's parameter. - A string representing the InsertStatement. - - - - + - Represents the delete statement. + Indicates an input parameter of a stored procedure. + - + - Initializes a new instance of the class. + Indicates a bidirectional parameter of a stored procedure. - + - Initializes a new instance of the DeleteStatement class with the specified settings. + Indicates an output parameter of a stored procedure. - - A object that represents the table. - - - A value that identifies the table. This value is assigned to the property. - + + + + Lists the supported database column types. + + - + - Determines whether the current object has the same settings as the specified object. + Indicates the data type. - - A DeleteStatement object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - + - Gets the hash code (a number) that corresponds to the value of the current DeleteStatement object. + Indicates the data type. - An integer value representing the hash code for the current object. - - + - Returns a string representation of the DeleteStatement. + Indicates the array data type. - A string representing the DeleteStatement. - - - + - Enables operations performed by a specific object to be logged. - - + Indicates the data type. + - + - Initializes a new instance of the DataStoreLogger class with the specified settings. + Indicates the data type. - - A object that represents a tracked data store. - - - - A object that will log data-aware operations performed on the tracked data store - - - + - Gets a writer that logs the data-aware operations performed on the tracked data store. - + Indicates the data type. - A object that logs the data-aware operations performed on the tracked data store - - - - + - Serves as the base class for the classes that represent statements. - + Indicates the data type. + - + - Determines whether the current object has the same settings as the specified object. + Indicates the data type. - - A BaseStatement object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - + - Gets the hash code (a number) that corresponds to the value of the current BaseStatement object. + Indicates the data type. - An integer value representing the hash code for the current object. - - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Indicates the data type. - - - - - - - + - Returns the names of the tables that are referenced in the specified statements. - + Indicates the data type. - - An array of descendants that represents statements. - - - An array of strings that specify the names of the tables that are referenced in the specified statements. - - - + - Returns the names of the tables that are referenced in the statement. - + Indicates the data type. - An array of strings that specify the names of the tables that are referenced in the statement. - - - + - The collection of operands. + Indicates the data type. - [To be supplied] - - + - The interface for objects that need to interact with a data store. + Indicates the data type. + - + - When implemented by a class, returns which operations are performed when a data store is accessed for the first time. + Indicates the data type. - An value that specifies which operations are performed when a data store is accessed for the first time. - - + - Updates data in a data store using the specified modification statements. + Indicates the data type. - - An array of data modification statements. - - - The result of the data modifications. - - + - When implemented by a class, fetches data from a data store using the specified query statements. + Indicates the data type. - - An array of statements to obtain data from the data store. - - - Data retrieved from the data store. - - + - When implemented by a class, updates the storage schema according to the specified class descriptions. + Indicates the data type. - - true if the schema should not be created if the table that corresponds to the first item in the tables array doesn't exist in the data store. - - - - An array of tables whose structure should be saved in the data store. - - - An value that specifies the result of the update operation. - - - - + - An exception that is thrown when a key or index constraint fails. + Indicates a non-standard data type. + - + + - Initializes a new instance of the ConstraintViolationException class with the specified settings. + When implemented by a class, provides options for project resources. - - A string that specifies the SQL statement that raised the exception. - - - - A string that specifies the parameters for the SQL statement. - - - - An object that represents the inner error. - - - - + - Represents a sorting column in a query. + When implemented by a class, provides information about known project types. - + - Initializes a new instance of the class with the specified settings. + Obtains a collection of assemblies available for the current project. - - A value that specifies the name of the sorted column in a query. + A collection of objects. + - - - A value that specifies the alias name of the table in the query. - - - A enumeration value which specifies the column's sort order. This value is assigned to the property. + + + + Obtains the existing object that provides information about a known project type, or creates a new one if it was not found. + + + + + A object. + An object containing information about a project type. + - + - Initializes a new instance of the class with the specified property and sort direction. + Obtains project types that satisfy the specified filtering condition. - - A descendant representing the query operand that identifies the sorted column in a query. This value is assigned to the property. - - - - A enumeration value which specifies the column's sort order. This value is assigned to the property. + + A delegate specifying a filtering condition. + A collection of objects. + - + - Initializes a new class with default settings. + Obtains assemblies containing project types that satisfy the specified filtering condition. + + A delegate specifying a filtering condition. + + + A collection of objects. + - + - Gets or sets the column's sort order. + Obtains the assembly of the current project. - A enumeration value which specifies the column's sort order. + An containing information about the assembly of the current project. + - + - Determines whether the current object has the same settings as the specified object. + Obtains the name of the current assembly + - - A SortingColumn object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - + A string containing the assembly name. + - + + - Gets the hash code (a number) that corresponds to the value of the current SortingColumn object. + When implemented by a class, provides information about its containing assembly. - An integer value representing the hash code for the current object. - - - + - Gets or set the query operand that identifies the sorted column in a query. + Indicates the full name of the current assembly. - A descendant representing the query operand that identifies the sorted column in a query. + A value, specifying the assembly name. - - + - Contains settings of a label product. + Indicates whether the current assembly is an assembly of the current project. + true, if the current assembly is an assembly of the current project; otherwise, false + + - + - Initializes a new instance of the LabelProduct class with default settings. + Indicates whether the current assembly is an assembly of the current solution. + true, if the current assembly is an assembly of the current solution; otherwise, false. + - + - Specifies the label product Id. + Obtains resource options for the current assembly. - An integer value. + An object. - + - Specifies the label product name. + Obtains a collection of types available in the current assembly. - A value. + A collection of objects. - + - Represents a collection of objects. + Defines a command state. - + - Initializes a new instance of the class. + Gets or sets the checked state of the command. + true if the command state is checked; otherwise, false. + - + - Determines whether the current object has the same settings as the specified object. + Gets or sets the value used by a command. - - A QuerySortingCollection object to compare with the current object. + An object representing the value used by a command. + - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - + + + + Gets or sets whether the command is enabled. + + + true to enable the command; otherwise, false. + - + - Gets the hash code (a number) that corresponds to the value of the current QuerySortingCollection object. - + Gets or sets whether the UI element to which the command is attached is visible. - An integer value representing the hash code for the current object. - + true to display the UI element; otherwise, false. + - + - Represents a collection of objects. + Lists the command sources. - + - Initializes a new instance of the class. + The command is issued from the keyboard. - + - Initializes and populates a new instance of the class. + The command is issued from the menu. - - An array of objects that are added to the collection. - - - + - Determines whether the current object has the same settings as the specified object. + The command is issued using a mouse. - - A QueryParameterCollection object to compare with the current object. - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - + + + + The type of the command source is not known. + + - - - Gets the hash code (a number) that corresponds to the value of the current QueryParameterCollection object. + + + Represents a command. - An integer value representing the hash code for the current object. - - - + - Returns a string representation of the QueryParameterCollection. + Determines whether the command can execute in its current state. - A string representing the QueryParameterCollection. + true if the command can execute; otherwise, false. - - + - Represents a collection of objects. + Gets or sets the type of the object which invokes the command. + A enumeration value, specifying the object type. + + - + - Initializes a new instance of the class. + Creates an object defining the command state for the current command. + An interface that defines the command state. + - + - Determines whether the current object has the same settings as the specified object. + Gets the text description of a command. - - A QueryOperandCollection object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - + A string containing the command's description. + - + - Gets the hash code (a number) that corresponds to the value of the current QueryOperandCollection object. - + Executes the command on the current command target. - An integer value representing the hash code for the current object. - - - + - Represents a query operand. + Performs a command action regardless of a command state. + + An interface defining the command state. + + + - + - Initializes a new instance of the class with the specified column name and alias name. + Gets or sets whether the object to which the command is attached is hidden, if the command is disabled. - - A value that specifies the column's name. This value is assigned to the field. + true to hide the object with a disabled command; otherwise, false. + - - - A value that specifies the alias name of the table in a query. This value is assigned to the field. - + + + + Gets an image associated with the command. + + + A object representing the associated image. + - + - Initializes a new instance of the class with default settings. + Gets a larger image associated with the command. + A object representing the associated image. + - + - Initializes a new instance of the class with the specified column and alias name. + Gest the menu caption associated with the current command. - - A object representing the column that the query operand corresponds to. The name of this column is assigned to the property. + A string representing the text of the menu item. + - - - A value that specifies the alias name of the table in a query. This value is assigned to the field. - + + + + Indicates whether a command invokes a modal dialog when executing. + + + + true if a modal dialog is displayed while executing the command; otherwise, false. By default it is false. + + - + - Initializes a new instance of the QueryOperand class with the specified settings. + Updates the command state. - - A value that specifies the column's name. This value is assigned to the field. + + An interface defining the state of a command. - - A value that specifies the alias name of the table in a query. This value is assigned to the field. - - - - + + + + Enumerates filters that identify certain dates and date intervals. + + - + - Invokes an appropriate overload of the visitor's Visit method. + Dates that belong to the month in three months time and beyond. - - A visitor that implements the interface. - - - An object returned by the specified visitor's Visit method. - - + - Creates a copy of the current QueryOperand instance. + Dates that follow the current year. - A QueryOperand object which represents an exact copy of the current object. - - + - Specifies the column's name + Dates that belong to the month seven months ago and earlier. - [To be supplied] - + - The column type. + Dates of the current month that are prior to the previous week. - [To be supplied] - + - Determines whether the current object has the same settings as the specified object. + Dates of the current week that are prior to yesterday. - - A QueryOperand object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - + - Gets the hash code (a number) that corresponds to the value of the current QueryOperand object. - + Dates of the current year that are prior to the current month. - An integer value representing the hash code for the current object. - - + - Specifies the alias name of the table in a query. + Does not specify any condition. - [To be supplied] - - + - Represents a collection of objects. + Dates of the previous week. + - + - Initializes a new instance of the class. + Dates of the current month that follow the next week. - + - Determines whether the current object has the same settings as the specified object. + Dates of the current week starting from the day after tomorrow. - - A JoinNodeCollection object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - + - Gets the hash code (a number) that corresponds to the value of the current JoinNodeCollection object. - + Dates of the current year starting from the following month. - An integer value representing the hash code for the current object. - - + - Returns a string that represents the current object. + Dates that belong to the following month. - A that represents the current JoinNodeCollection object. - - - + - Serves as a base for the class. + Dates that belong to the month in two months time. + - + - Initializes a new instance of the class. + Dates that belong to the previous month. - + - Initializes a new instance of the class with default settings. + Dates that belong to the month two months ago. - - A object that represent the table. - - - - A value that identifies the table. This value is assigned to the property. - - - A enumeration value that specifies the join's type. This value is assigned to the property. - + + + + Dates that belong to the month three months ago. + + - + - A value that identifies the table. + Dates that belong to the month four months ago. - [To be supplied] - + - Specifies the criteria expression. + Dates that belong to the month five months ago. - [To be supplied] - + - Determines whether the current object has the same settings as the specified object. + Dates that belong to the month six months ago. - - A JoinNode object to compare with the current object. - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - + + + + Dates that belong to the following week. + + - + - Returns the column with the specified name. + Does not specify any condition. - - A value that specifies the column's name. - - - A object that represents the table column. - - + - Gets the hash code (a number) that corresponds to the value of the current JoinNode object. - + Dates that are prior to the current year. - An integer value representing the hash code for the current object. - - + - Provides access to the collection of sub nodes that is represented by a object. + Not supported when setting the property. - [To be supplied] - + - Specifies the table's name. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Dates that belong to the current month. - [To be supplied] - + - Returns a string that represents the current object. + Dates that belong to the current week. - A that represents the current JoinNode object. - - + - A enumeration value that specifies the join's type. + Today. - [To be supplied] - - + - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Tomorrow. + - + - A collection of strings that specify the columns that function as primary keys for a table. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Not supported when setting the property. - [To be supplied] - + - This member supports the XPO Framework infrastructure and is not intended to be used directly from your code. + Yesterday. - [To be supplied] - + - Represents a table that stores a persistent object's data. + A default localizer to translate the XtraPrinting's resources. + - + - Initializes a new instance of the class with default settings. + Initializes a new instance of the PreviewResLocalizer class with default settings. - + + - Initializes a new instance of the class with the specified name. + Contains system information used to identify a video capture device. - - A value that specifies the table's name. This value is assigned to the property. - - - - + - Appends a column to the collection. + Initializes a new instance of the CameraDeviceInfo class with the specified settings. - - A object that represents the column to be added to the collection. + + A String value that specifies the string representation of the moniker for the video capture device. This value is assigned to the field. - + - Appends a object to the collection. + Initializes a new instance of the CameraDeviceInfo class with the specified settings. - - A object to be added to the collection. + + A String value that specifies the string representation of the moniker for the video capture device. This value is assigned to the field. + + + + A String value that specifies the UI display name of the video capture device. This value is assigned to the field. - + - Appends a object to the collection. + Compares the current instance with a specified object and indicates whether the current instance precedes, follows, or appears at the same position in the sort order as the specified object. + - - A object to be added to the collection. + + An object to compare with the current instance. + An integer value that specifies whether the current instance precedes, follows, or appears at the same position in the sort order as the specified object. + + - + - Provides access to the current DBTable's column collection. + The string representation of the moniker for the video capture device. - A list of objects that represent the columns defined in the current DBTable. - + - + - Determines whether the current object has the same settings as the specified object. + The UI display name of the video capture device. - - A DBTable object to compare with the current object. + - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + + Returns the UI display name of the video capture device. + + + A String value that is the UI display name of the video capture device. - + + - Provides access to the current DBTable's foreign keys collection. + Describes a video property on a video capture device. - A list of objects that represent the foreign keys defined in the current DBTable. - - - + - Creates a new column with the specified name and appends it to the collection. + Gets the default value of the video property. - - A value that specifies the column's name. This value is assigned to the property. - - - A object that represents the new column. - + An value that specifies the default value of the video property. + - + - Gets the hash code (a number) that corresponds to the value of the current DBTable object. - + Gets the maximum value of the video property. - An integer value representing the hash code for the current object. - + An value that specifies the maximum value of the video property. + - + - Provides access to the current DBTable's indexes collection. + Gets the minimum value of the video property. - A list of objects that represent the indexes defined for the current DBTable. + An value that specifies the minimum value of the video property. - + - Indicates whether the collection contains the specified object. + Gets the name of the video property. - - A object to locate in the collection. - - - true if the collection contains the specified object; otherwise, false. - + A value that specifies the name of the video property. + - + - Indicates whether the collection contains the specified object. + Occurs when a property value changes. - - A object to locate in the collection. - - - true if the collection contains the specified object; otherwise, false. - - + - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Resets the video property value to its default. - - - + - Specifies the table's name. + Gets the step size for the video property. The step size is the smallest increment by which the property can change. - A value that specifies the table's name. - + An value that specifies the step size for the video property. + - + - Specifies a object that represents a primary keys for the table. The primary key must be unique to identify the record in the table. It's also possible to have a table with a primary key made up of two or more columns. + Gets or sets the current setting of the video property. - [To be supplied] + An value that specifies the current setting of the video property. + - + - Represents the primary key for a table. + If implemented, provides information about a connection string. - + - Initializes a new instance of the class with the specified columns that function as primary keys for a table. + Indicates from where the Report Wizard obtains its data connection settings. + - - A collection of strings that identify columns that function as primary keys for a table. This value is assigned to the property. - - - + A enumeration value. + - + - Initializes a new instance of the class with the specified name and columns that function as primary keys for a table. + If implemented, specifies the name of a connection string. - - A value that is assigned to the property. + A value specifying the connection string name. + - - - A collection of strings that identify columns that function as primary keys for a table. This value is assigned to the property. + + + + If implemented, gets the name of the data provider. + + + A value specifying the data provider name. - + - + - Initializes a new instance of the class with default settings. + If implemented, obtains the connection string used to establish the data connection at run time. + + A containing a connection string. + - + - Represents an index for a table. + An extended version of the interface, that can be implemented by a data source to support master-detail relationships. - + - Initializes a new instance of the class with the specified settings. + When implemented by a class, returns the number of relationships for a master row. - - A value that is assigned to the property. - - - - A collection of strings that identify columns that function as primary keys for a table. This value is assigned to the property. - - - - - true if the index must be unique; otherwise, false. This value is assigned to the property. + + An integer value that specifies the master row. + An integer value that specifies the number of relationships for a master row. + - + - Initializes a new instance of the class with the specified settings. + When implemented by a class, returns the display caption of a particular relationship in a specific master row. - - A collection of strings that identify the columns that function as primary keys for a table. This value is assigned to the property. - + + An integer value that specifies the master row. - - true if the index must be unique; otherwise, false. This value is assigned to the property. + + An integer value that specifies the relationship. + A string value that specifies the display caption of a particular relationship in a specific master row. + - + + - Initializes a new instance of the class with default settings. + An interface that can be implemented by a data source to support master-detail relationships. - - + - true if the index must be unique; otherwise, false. If the IsUnique field is set to true, an exception will be thrown when assigning an index that isn't unique. - + When implemented by a class, returns detail data for a relationship. - [To be supplied] + + An integer value that specifies the index of a master row in the data source. + + + An integer value that specifies the relationship. - - + + An object that implements the IList interface and represents detail data for a relationship. + - - Represents the foreign key for a table. - - - + - Initializes a new instance of the class with default settings. + When implemented by a class, returns the name of a master-detail relationship. + + An integer value that specifies the index of a master row in the data source. + + + + An integer value that specifies the relationship. + + + The name of a master-detail relationship. + - + - Initializes a new instance of the class with the specified settings. + When implemented by a class, returns a Boolean value that specifies whether a specific detail of a particular master row contains data. - - A collection of strings that specify the names of columns that function as foreign keys for a table. This value is assigned to the property. - - - - A value that specifies the name of a primary key table. This value is assigned to the field. + + An integer value that specifies the index of a master row in the data source. - - A collection of strings that specify the names of columns that function as primary keys for a table. This value is assigned to the field. + + An integer value that specifies the relationship. + A Boolean value that specifies whether a specific detail of a particular master row contains data. + - + - Specifies the name of a primary key table. + When implemented by a class, returns the number of master-detail relationships for the current master data source. - [To be supplied] + An integer value that specifies the number of master-detail relationships for the current master data source. + - + + - A collection of strings that specify the names of columns that function as primary keys for a table. + Provides information about a data source. - [To be supplied] - - - + - Represents the schema of a column in a . + Initializes a new instance of the DataContext class with default settings. + - + - Initializes a new instance of the class with default settings. + Initializes a new instance of the DataContext class with the specified settings. + + A Boolean value. + + - + - Initializes a new instance of the DBColumn class with the specified settings. + Returns the display name of a custom data source. - - + + A value, specifying the data source. - - + A value, specifying the custom data source display name. + - - - + + + + + Returns the display name of a data member. + + + + A value, specifying the data source. - - + + A value, specifying the data member prefix. - - + + A value, specifying the data member. + A value, specifying the data member display name. + - + - Specifies the column's type. + Returns the display name of a data member. - [To be supplied] + + A value, specifying the data source. + + + A value, specifying the data member. - - - - Specifies the name of the column data type. - - - [To be supplied] + + A value, specifying the data member display name. + - + - Gets the column type of the specified runtime type. + Returns the display name of a data source. - - A object that represents the exact runtime type. + + A value, specifying the data source. - A enumeration value that corresponds to the specified runtime type. + + A value, specifying the data member. + + + A value, specifying the data source display name. - + - Gets the column type of the specified runtime type. + Returns the array of data source item properties. - - A object that represents the exact runtime type. + + A value, specifying the data source. - - true to return the DBColumnType.Unknown value if the specified type cannot be identified; false to raise the exception. + + A value, specifying the data member. - A DevExpress.Xpo.DB.DBColumnType enumeration value that corresponds to the specified runtime type. - + + A Boolean value. + + + An array of objects. + - + - Gets the runtime type of the specified column type. + Indicates whether the data source is of a custom type. + - One of the enumeration values. + A value. - A object that represents the exact runtime type of the specified column type. + true if the data source is custom; otherwise false. - + - true if the value of the column increments automatically; otherwise, false. The default value is false. + Indicates whether the data source is of the standard type. + - [To be supplied] + + A value. + + + true if the data source is standard; otherwise false. + - + - true if the column is the key column; otherwise, false. - + - [To be supplied] + + + + + + + + + + - + + - Indicates whether values of the specified column type can be saved to a database. + If implemented, provides access to the known types in the current solution. - - One of the enumeration values. - - - true if values of the specified column type can be saved to a database; otherwise, false. - - - + - Indicates whether values of the specified runtime type can be saved to a database. + Provides access to types available for the current project. - - A object that represents the exact runtime type. - - - true if values of the specified type can be saved to a database; otherwise, false. - + An object, providing access to project types. + - + - Specifies the column's name. + Adds a new reference by an assembly name. - - + + A specifying the name of an assembly to reference. + + - + - The maximum length of a text column. This is ignored for non-text columns. - + Adds a new reference by an assembly file path. - [To be supplied] + + A specifying the path to an assembly file. + - - + + - Represents a collection of objects. + Obtains a project type by its full name. + + A value specifying the full name of a type. + + + An object. + + - + - Initializes a new instance of the CriteriaOperatorCollection class. + Returns the first found type that satisfies the specified predicate. + + A delegate. + + + An object. + - + - Initializes a new instance of the CriteriaOperatorCollection class with a specified initial capacity. + Obtains a collection of types that satisfy the specified predicate. - - The number of elements that the new CriteriaOperatorCollection can initially store. + + A delegate. + A collection of objects. + - + - Determines whether the current object has the same settings as the specified object. + Obtains a collection of types that extend the specified base class and satisfy the specified predicate. - - A CriteriaOperatorCollection object to compare with the current object. + + An object. - true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + A delegate. + + A collection of objects. - + - Gets the hash code (a number) that corresponds to the value of the current CriteriaOperatorCollection object. - + Obtains the specified assembly - An integer value representing the hash code for the current object. + + A specifying the name of the assembly to obtain. + + + An object containing information about an assembly. - + - Returns a string that represents the current object. - + - A that represents the current CriteriaOperatorCollection object. - + + + + + + + - - + - Lists the values that specify the result of the data store schema update operation. + Obtains project types available in the specified assembly. + + A specifying the name of an assembly. + + + An object providing access to project types. + + - + - Indicates that the table that corresponds to the first item doesn't exist in the data store. + Obtains a collection of available types. + A collection of objects. + - + - Indicates that the database schema exists. + Indicates whether the specified assembly is referenced by the project. + + A specifying the assembly name. + + + true, if an assembly is referenced by the project; otherwise, false. + - + - Lists the values that specify the sort order. + Lists the values indicating from where the Report Wizard obtains its data connection settings. - + - A property (column) is sorted in ascending order. + The Report Wizard lists all available data connections (both the data connections stored in an application's settings, and in the Visual Studio Server Explorer). - + - A property (column) is sorted in descending order. + The Report Wizard does not suggest using any of the available data connections. - - + - Lists the values that specify the join type. + The Report Wizard lists the data connections available in the Visual Studio Server Explorer. + - + - Represents an inner join. Inner joins (also known as equijoins) are used to combine information from two or more tables. - + The Report Wizard lists the data connections available in the application's configuration file. - + + - Includes all the records in which the linked field value in both tables is an exact match and every record in the primary for which there is no match. + If implemented, provides access to the available connection strings. - - - + - Lists the values that specify the action which is performed when a session is connected to a data store. + If implemented, obtains information about connection strings defined in the application configuration file. + An array of objects implementing the interface, which contain information about available connection strings. + + - + - A session will try to automatically create the database if it doesn't exist. It will also create or update the database schema for any persistent classes currently being used. - + If implemented, obtains information about the available connection strings. + An array of objects implementing the interface, that contain information about the available connection strings. + + - + - A session will not automatically create the database or update the database schema. The database schema is still queried and checked to match the currently used persistent class metadata. - + If implemented, obtains the specified connection string. + + A value specifying a connection string by its name. + + + A containing a connection sting. + - + - A session will never query the database for schema to validate against persistent class metadata. This will suppress the SchemaCorrectionNeededException, but a database error may occur during data operations if the schema is not compatible with run-time persistent classes metadata. - + If implemented, obtains information about a specified connection string. + + A value specifying the stored procedure name. + + + An object implementing the interface that contains information about a connection string. + - - - A session will automatically create or update the database schema for the persistent classes currently being used. If the database doesn't exist, it won't be created by a session. + + + Provides information about a stored procedure. - - - + - An exception that is thrown when a specific property that is used in a specific expression cannot be resolved. + Initializes a new instance of the StoredProcedureInfo class with default settings. + - + - Initializes a new instance of the InvalidPropertyPathException class. + Initializes a new instance of the StoredProcedureInfo class with specified settings. - - A string that specifies the error description. + + A value specifying the stored procedure name. + + + + A value specifying the stored procedure display name. + + A collection of stored procedure parameters. + - - + + - An exception that is thrown when a string that represents criteria cannot be parsed. + Creates a copy of the current StoredProcedureInfo. + An object that represents a newly created copy of the current StoredProcedureInfo. + + - + + - Initializes a new instance of the CriteriaParserException class. + Provides data for an event that fires after a row is deleted. - - A string that specifies the error description. - - - - + - Initializes a new instance of the CriteriaParserException class. + Initializes a new instance of the RowDeletedEventArgs class with the specified settings. - - A string that specifies the error description. + + The row handle. This value is used to initialize the property. - - A value of the CriteriaLexer.Line property that specifies the line where an exception occured. This value is used to initialize the property. + + The index of the row in the data source. This value is used to initialize the property. - - A value of the CriteriaLexer.Col property that specifies the column where an exception occured. This value is used to initialize the property. + + An object that represents the current row. This value is used to initialize the property. - + - The value of the CriteriaLexer.Col property that specifies the column where an exception occured. + Gets the index of the current row in the data source. - The value of the CriteriaLexer.Col property that specifies the column where an exception occured. + The index of the current row in the data source. - + - A value of the CriteriaLexer.Line property that specifies the line where an exception occured. + Gets the currently processed row. - A value of the CriteriaLexer.Line property that specifies the line where an exception occured. + The currently processed row. - - + - For internal use only. - + Gets the row handle (id) that identifies the position of the current row in the control. + An integer value that specifies the handle (id) of the current row. + + - - - For internal use only. + + + Provides data for an event that fires before a row is deleted. - - - - - - - - + - For internal use only. - + Initializes a new instance of the RowDeletingEventArgs class with the specified settings. - - + + The row handle. This value is used to initialize the property. + + + + The index of the row in the data source. This value is used to initialize the property. + + + + An object that represents the current row. This value is used to initialize the property. - - - + - For internal use only. - + Gets or sets whether the current event (the row deletion) needs to be canceled. - - - - - - + true, if the current event needs to be canceled; otherwise, false. + - + + - For internal use only. + Specifies the type of the value returned by a calculated field. - - - - - - - - + - For internal use only. - + Indicates that the field returns a Boolean value (the type). - - - - - - - + - For internal use only. - + Indicates that the field returns a byte value (the type). - - - - - - - + - For internal use only. - + Indicates that the field returns a date-time value (the type). - - - - - - - - + - For internal use only. - + Indicates that the field returns a decimal value (the type). + - + - For internal use only. - + Indicates that the field returns a double value (the type). - - - - - - - + - For internal use only. - + Indicates that the field returns a float value (the type). - - - - - - - + - For internal use only. + Indicates that the field returns a GUID value (the System.Guid type) - - - - - - - - + - An unary operator which performs an operation on only one expression. + Indicates that the field returns an integer value (the type). + - + - Initializes a new instance of the class with the specified operand and operator type. + Indicates that the field returns an integer value (the type). - - A enumeration value which specifies the type of the unary operator. This value is assigned to the property. - - - - A object which represents the operand. This value is assigned to the property. - - - + - Initializes a new instance of the class with default settings. + Indicates that the field's type is undefined, and it determined by evaluating the actually returned object when it is used during report generation. + - + - Initializes a new instance of the class with the specified settings. + Indicates that the field returns a string value (the type). - - A enumeration value which specifies the type of the unary operator. This value is assigned to the property. - - - - A value which specifies the property's name. - - - - + - Invokes an appropriate overload of the visitor's Visit method. + Indicates that the field returns a time span value (the type). - - A visitor that implements the interface. - - - An object returned by the specified visitor's Visit method. - - + + - Creates a copy of the current UnaryOperator instance. + Provides data for the event. - A UnaryOperator object which represents an exact copy of the current object. - - - + - Determines whether the current object has the same settings as the specified object. + Initialize a new instance of the LinqServerModeExceptionThrownEventArgs class. - - An UnaryOperator object to compare with the current object. - + + The database exception. This value is assigned to the property. - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - + - Gets the hash code (a number) that corresponds to the value of the current UnaryOperator object. - + Gets the database exception. - An integer value representing the hash code for the current object. - + The database exception. + - + + - A object which represents the operand. + Represents a method that will handle the event. - [To be supplied] - - + - An enumeration value which specifies the type of the unary operator. - + Represents a method that will handle the event. - - + + The event source. + + + + A object that contains data related to the event. + + + - + - A value operand in criteria expressions. + A base class that provides necessary functionality for custom localizers of the Printing-Exporting Library. + - + - Initializes a new instance of the class with default settings. + Initializes a new instance of the PreviewLocalizer class with default settings. - + - Initializes a new instance of the class with the specified value. + Specifies a localizer object providing localization of the XtraPrinting Library interface at runtime. - - The value for the operand. This value is assigned to the property. - - + An descendant, used to localize the user interface at runtime. + - + - Invokes an appropriate overload of the visitor's Visit method. + Returns a Localizer object storing resources based on the thread's language and regional settings (culture). + - - A visitor that implements the interface. + An object, storing resources based on the thread's language and regional settings (culture). - - An object returned by the specified visitor's Visit method. - + - Creates a copy of the current OperandValue instance. + For internal use. Returns a Localizer object storing resources based on the thread's language and regional settings (culture). - An OperandValue object which represents an exact copy of the current object. + An object, storing resources based on the thread's language and regional settings (culture). + - + - Determines whether the current object has the same settings as the specified object. + Returns a localized string for the given string identifier. - - An OperandValue object to compare with the current object. + + A enumeration value, identifying the string to localize. - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - + A value, corresponding to the specified identifier. - - - Gets the hash code (a number) that corresponds to the value of the current OperandValue object. + + + Represents a method that will handle the event. - An integer value representing the hash code for the current object. - - - + - Gets or sets a value for the operand. + Represents a method that will handle the event. - The value for the operand. - + + The event sender. + + + + A object that contains data related to the event. + + - + + - Gets or sets the current operand's formatted value. + Provides data for the event. - An object that represents the current operand's formatted value. - - - - + - An object property operand in criteria expressions. + Initializes a new instance of the LinqServerModeInconsistencyDetectedEventArgs class. + - + - Initializes a new instance of the class with the specified property name. + Gets or sets whether the inconsistency detected during an operation on a data source should be handled manually. + - - A value that specifies the name of the property. It can be a path through object relationships (e.g. "Employer.DefaultAddress.City"). This value is case-sensitive. and will be assigned to the property. + true to manually handle the inconsistency; false to reload data from the data source. + - + + + + + The data source for the GridControl and PivotGridControl controls that can be associated with any queryable source. + + - + - Initializes a new instance of the class with default settings. + Initializes a new instance of the LinqServerModeSource class. - + - Invokes an appropriate overload of the visitor's Visit method. + Specifies how data source contents are sorted by default, when sort order is not specified by the bound control. - - A visitor that implements the interface. - - - An object returned by the specified visitor's Visit method. - + A object which contains the names of the columns against which data source contents are sorted. + - + - Creates a copy of the current OperandProperty instance. + This property is intended for internal use. - An OperandProperty object which represents an exact copy of the current object. - + The type of objects retrieved from a data source. + - + - Determines whether the current object has the same settings as the specified object. + Enables you to manually handle the database exception. - - An OperandProperty object to compare with the current object. - - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - + - Gets the hash code (a number) that corresponds to the value of the current OperandProperty object. - + Enables you to manually handle the inconsistency detected during an operation on a data source. - An integer value representing the hash code for the current object. - - + - For internal use only. - - + Gets or sets the key expression. - - - - - + A value that specifies the key expression. - + - Gets or sets a property name. + Gets or sets the queryable data source. - A value that specifies the name of the property. It can be a path through object relationships (e.g. "Employer.DefaultAddress.City"). This value is case-sensitive. + An object that implements the interface. - - + - Represents an operator which compares a persistent object's property value with a null reference (Nothing in Visual Basic). + Forces the bound data-aware control to reload data from the data store. + - + + - Initializes a new instance of the class with the specified property name. + A stored procedure. - - A value which specifies the name of the property to check for null (Nothing in Visual Basic). - - - - + - Initializes a new instance of the class with the specified criteria operand. + Initializes a new instance of the DBStoredProcedure class with default settings. - - An object which represents the criteria expression. - - - + - Initializes a new instance of the class with default settings. + Provides access to the collection of a stored procedure's arguments. + A collection of values. + - - + - Represents a logical NOT operation which is performed on the operand. + A value, specifying the stored procedure name. + + - + - Initializes a new instance of the class with the specified operand. + Provides access to the collection of a stored procedure's result sets. - - A descendant which represents the operand that the logical inversion is applied to. - - + A collection of values. + - + - Initializes a new instance of the class with default settings. + Returns the DBStoredProcedure name. + Always the value. + - + - An operator which determines if a value matches any value in a specified list. + If implemented by a class, provides functionality to a report parameter. - + - Initializes a new instance of the class with default settings. + Specifies the parameter value. + A , specifying the parameter value. + - + + - Initializes a new instance of the InOperator class with the specified settings. + Represents a method that will handle the AfterCheckWord event. - - A object which represents the expression to test. - - - - An array of objects that represent expressions to test for a match. - - - - + - Initializes a new instance of the InOperator class with the specified settings. + Represents a method that will handle the event. - - A object which represents the expression to test. + + An object that triggers the event. - - An array of objects that represent expressions to test for a match. + + A object that provides data for the event. - + + - Initializes a new instance of the InOperator class with the specified settings. + Provides data for the AfterCheckWord event. - - A value which specifies the property name. - - - - An array of objects that represent expressions to test for a match. - - - - + - Initializes a new instance of the InOperator class with the specified settings. + Initializes a new AfterCheckWordEventArgs class instance with specified settings. - - A value which specifies the property name. + + An object, representing the control being checked. - - A collection of expressions to test for a match. + + A string, representing a word before the check. + + A string, representing the word modified after the spell check. + + + A enumeration value, representing the operation type. - - - - Invokes an appropriate overload of the visitor's Visit method. - - - - A visitor that implements the interface. + + + A DevExpress.XtraSpellChecker.Parser.Position object, representing the position in the text where the checked word begins. - An object returned by the specified visitor's Visit method. - - + - Creates a copy of the current InOperator instance. + Gets the word which replaced the former one after the spelling check is performed. + - An InOperator object which represents an exact copy of the current object. - + A string, representing the word modified after spelling check. + + - + - Determines whether the current object has the same settings as the specified object. + Gets the control being checked. - - An InOperator object to compare with the current object. - - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - + An object representing a control being checked. + - + - Gets the hash code (a number) that corresponds to the value of the current InOperator object. + Gets the type of operation performed with the word in a spell check. - An integer value representing the hash code for the current object. - + A enumeration value, representing the operation type. + - + - Gets or sets the expression which is tested to see if it matches any value in the list. + Gets the word before the spell check is performed. - A object which represents the expression to test. + A string, representing a word before the check. + - + - Provides access to the object that represents a collection of the operands used to construct the current InOperator. + Gets the position of a checked word in a text. + - A object that represents a collection of the operands used to construct the current InOperator. + A object, representing the position in a text where the checked word begins. + - + - A logical expression which groups two or more operands with a logical AND or OR. + Specifies how content bricks are split if they are partially positioned outside the right page margin. - + - Initializes a new instance of the class with default settings. + When the brick dimensions do not fit into the right page margin, the rest of the brick content is split across two pages. - + - Initializes a new instance of the class with the specified settings. + When the brick dimensions do not fit into the right page margin, the brick content is moved to a new page in its entirety. + - - A enumeration value that specifies the type of the group operator. This value is assigned to the property. - - - An array of objects that represent operands. This value is assigned to the property. - + + + + Specifies how to resolve exceptions while performing an action. + + - + - Initializes a new instance of the class with the specified operands. + Cancel the action that caused an exception. - - An array of the objects that represent operands. This value is assigned to the property. - - - + - Initializes a new instance of the GroupOperator with the specified parameters. + Retry the action that caused an exception. - - A enumeration value that specifies the type of the group operator. This value is assigned to the property. - - - An object that implements the IEnumerable interface and represents a collection of objects which specify the operands required by the selected function. This value is used to initialize the property. - + + + + A data source component which acts as an asynchronous bridge between a data-aware control and rapidly changing data. + + - + - Invokes an appropriate overload of the visitor's Visit method. + Initializes a new instance of the RealTimeSource class. - - A visitor that implements the interface. - - - An object returned by the specified visitor's Visit method. - - + - Creates a copy of the current GroupOperator instance. + Empties the changes queue, re-reads the data source and informs the bound control that the reset has occurred. + - A GroupOperator object which represents an exact copy of the current object. - - + - Returns the expression which groups two operands with logical AND or OR. + Specifies the data source from which the RealTimeSource component retrieves its data. - - A enumeration value that specifies the type of the group operator. - - - - A object which represents the first operand. - - - - A object which represents the second operand. - - - A object representing the expression which groups two operands. - + An IList or IListSource object that represents the data source from which the RealTimeSource component retrieves its data. + - + - Returns the expression which groups the specified operands with logical AND or OR. + Specifies a semicolon-separated list of displayable property names. - - A enumeration value that specifies the type of the group operator. - - - - An array of objects that represent operands. - - - A object representing the expression which groups the specified operands. - + A string which is a semicolon-separated list of displayable property names. + - + - Returns the expression which groups the specified operands with logical AND or OR. + Returns the displayable property names of an item type contained in a specified data source. + - - A enumeration value that specifies the type of the group operator. - - - - A list of operands to be grouped. + + The data source object to examine for property information. - A object representing the expression which groups the specified operands. + An list of property names. - + - Determines whether the current object has the same settings as the specified object. + Returns the list of data source records. Introduced to support IListSource in RealTimeSource. + - - A GroupOperator object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. + A object which is the list of data source records. - + - Gets the hash code (a number) that corresponds to the value of the current GroupOperator object. + Returns the delay between the data source event occurrence and passing changes to the bound control (in milliseconds). - An integer value representing the hash code for the current object. + An integer value that is the changes queue delay in milliseconds. - + - Provides access to the object that represents a collection of the operands used to construct the current GroupOperator. + Specifies whether to ignore INotifyPropertyChanged.PropertyChanged events of the data source items. + - A object that represents a collection of the operands used to construct the current GroupOperator. + true, if the RealTimeSource does not handle PropertyChanged events; otherwise, false. + - + - Specifies the type of the group operator. The available types are enumerated in the enumeration. + Resumes tracking changes in the data source after tracking was suspended via the method. + - [To be supplied] - - + - A function operator based on a . + Specifies the timeout between the data source event occurrence and passing changes to the bound control (in milliseconds). The default timeout is 2000 ms. If the actual delay exceeds the specified timeout, the method triggers automatically. + + + - + - Initializes a new instance of the FunctionOperator class with default settings. + Suspends tracking changes in the data source. - + - Initializes a new instance of the FunctionOperator class with default settings. + Specifies whether or not the WeakReference is used to handle the data source's IBindingList.ListChanged event. - - A value that specifies the type of function. This value is used to initialize the property. - - - - An array of objects that specify the operands required by the selected function. This value is used to initialize the property. + true, if the weak reference is used; otherwise, false. - + - + + - Initializes a new instance of the FunctionOperator class. + Lists error types found during a spell check. + - - - - - - - - - - + - Initializes a new instance of the FunctionOperator class with the specified parameters. + Erroneously spelled word. - - A enumeration value that specifies the type of function. This value is used to initialize the property. - - - - An object that implements the IEnumerable interface and represents a collection of objects which specify the operands required by the selected function. This value is used to initialize the property. - - - + - Initializes a new instance of the FunctionOperator class with the specified settings. + Repeated word. - - A value, specifying the name of the custom function. - - - - A collection of the objects. - - - + - Invokes an appropriate overload of the visitor's Visit method. + Reserved for internal use. - - A visitor that implements the interface. - - - An object returned by the specified visitor's Visit method. - - + - Creates a copy of the current FunctionOperator instance. + Error type unlisted in enumeration. Use it for custom error handling. - A FunctionOperator object which represents an exact copy of the current object. - - + + - Determines whether the current object has the same settings as the specified object. + Comprises erroneous word, error type and location. - - A FunctionOperator object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - + - Gets the hash code (a number) that corresponds to the value of the current FunctionOperator object. - + Gets the error type. - An integer value representing the hash code for the current object. - + A enumeration member. + - + - This method is intended for internal use. + Gets a misspelled word. - - - - - - + A string that is the misspelled word. + - + - Provides access to the object that represents a collection of the operands used to construct the current FunctionOperator. + Gets the end position of a misspelled word. - A object that represents a collection of the operands used to construct the current FunctionOperator. + A DevExpress.XtraSpellChecker.Parser.Position object containing information on the position of the word. - + - Represents the function type. - -The operands are specified by the property and these can be initialized in the constructor. Each operand represents an instance of the class descendant, the number of operands depends on the function type. - + Gets the start position of a misspelled word. - A value that specify the function type. - + A DevExpress.XtraSpellChecker.Parser.Position object containing information on the position of the word. + - + - Provides the abstract (MustInherit in Visual Basic) base class for criteria operators. + If implemented, represents a page of the Report Wizard. - + - Invokes an appropriate overload of the visitor's Visit method. + If implemented, initializes controls of a Report Wizard page. - - A visitor that implements the interface. - - An object returned by the specified visitor's Visit method. - + + + + + Occurs when settings on the current wizard page were changed. + + - + - Returns the expression which groups two operands with logical AND. + Saves settings specified by a wizard page to the report model. + - - A object which represents the first operand. - - - A object which represents the second operand. - - A object representing the expression which groups two operands with logical AND. - + + + + Fires when an error occurs for the current report page. + + - + - Returns the expression which groups the specified operands with logical AND. + If implemented, specifies whether of not the Finish button is enabled on a wizard page . - - An array of objects that represent operands. + true, if the Finish button is enabled; otherwise, false. + - - A object representing the expression which groups the specified operands with logical AND. + + + + + If implemented, returns the type of the next wizard page. + + + A enumeration value. - + - Returns the expression which groups the specified operands with logical AND. + If implemented, provides access to the wizard model, which accumulates settings specified by an end-user during wizard execution. - - A list of operands to be grouped. - - - A object representing the expression which groups the specified operands with logical AND. - + A TModel object containing settings specified by an end-user during wizard execution. + - + - Creates a copy of the specified object. + If implemented, specifies whether of not the Next button is enabled on a wizard page. - - An object to clone. + true, if the Next button is enabled; otherwise, false. + - - An object which represents an exact copy of the specified object. null (Nothing in Visual Basic) if the specified object is a null reference. - + + + + + If implemented, provides access to the content of a wizard page. + + + A value. + - + - Creates a copy of the specified object. + If implemented, validates the correctness of settings specified on a wizard page. - - A object to clone. + + A value specifying the text of an error message shown if the validation fails. + - A object which represents an exact copy of the specified object. null (Nothing in Visual Basic) if the specified object is null reference. + true, if the validation succeded; otherwise, false. - + + - This method is intended for internal use. + Stores settings of a report grouping level. - - - - - + + + + Initializes a new instance of the GroupingLevelInfo class with the specified grouping level. + + + + An array of objects. - - - + - Returns the number of custom functions registered in an application via the and method calls. + Provides access to the data columns used as grouping criteria for the current grouping level. - An integer value which specifies the number of elements in a collection returned by the function. + An array of objects. - + - Determines whether the current object has the same settings as the specified object. + Checks whether or not a grouping level contains the specified data column. - - An object to compare with the current object. + + A System.String value specifying a data column by its name. - true if the object specified by the parameter has the same settings as the current object; otherwise, false. + true, if the grouping level contains the specified column; otherwise, false. - + - Searches custom functions registered in an application via the and method calls for a function with a specified name. + Gets the display name of a grouping level. - - The name of a custom function to search. You specify a custom function's name by implementing the property. - - - An ICustomFunctionOperator object that corresponds to the functionName, if found; otherwise, null (Nothing in Visual Basic). - + A System.String value specifying the grouping level display name. + - + - Returns custom functions registered in an application via the and method calls. + Determines whether the specified object is equal to the current GroupingLevelInfo instance. - A CustomFunctionCollection object containing all custom functions registered via the methods mentioned above. + + The object to compare with the current object. + + + true, if the specified object is equal to the current GroupingLevelInfo instance; otherwise false. - + - Gets the hash code (a number) that corresponds to the value of the current CriteriaOperator object. + Serves as the default hash function. - An integer value representing the hash code for the current object. + An integer value, specifying the hash code for the current object. - - - For internal use only. + + + Provides information for the visual representation of a paper kind in the report wizard. - - - - + - For internal use only. - + Initializes a new instance of the PaperKindViewInfo class with default settings. - - - + - Returns the string representation of the criteria specified by the current CriteriaOperator instance. + Specifies the paper kind display name. - A string equivalent of the current CriteriaOperator instance. - + A value, specifying the name of a paper kind. + - + - Returns the string representation of a specified criteria. + Specifies the paper kind Id. - - A instance specifying the criteria used to convert to a string equivalent. - - - A string equivalent of the criteria. - + An integer value, specifying the paper kind ID. + - + + - Returns an instance of the that represents the criterion resulting from the logical inversion of the criterion the current CriteriaOperator represents. + Stores settings for the available label products. - An instance of the that represents the criterion resulting from the logical inversion of the criterion the current CriteriaOperator represents. - - - + - Returns the expression which groups the specified operands with logical OR. + Initializes a new instance of the XDocumentLabelProductRepository class with the specified settings. - - An array of objects that represent operands. + + A object. - A object representing the expression which groups the specified operands with logical OR. - - + - Returns the expression which groups two operands with logical OR. + Obtains a sorted collection of the supported paper kinds. - - A object which represents the first operand. - - - - A object which represents the second operand. - - - A object representing the expression which groups two operands with logical OR. + A collection of objects. - + - Returns the expression which groups the specified operands with logical OR. + Obtains a sorted collection of details for the supported label products. - - A list of operands to be grouped. + + An integer value. - A object representing the expression which groups the specified operands with logical OR. + A collection of objects. - + - Converts the specified string, specifying an expression, to its equivalent. + Obtains a sorted collection of the supported label products. - - A value, that is the expression to convert. + A collection of objects. + - - - The values that are substituted into the expression in place of question mark characters. These parameters can be omitted. + + - - A equivalent to the expression contained in criteria. - - + + If implemented by a class, provides a service contract for the . + + - + - Converts the specified string, specifying an expression, to its equivalent. + Starts creating a new report. - - A value, that is the expression to convert. + + A object. - - [out] Receives the values that are substituted into the expression in place of question mark characters. These parameters can be omitted. + + References a method to be called when a corresponding asynchronous operation is completed. + + + A value, containing information about the asynchronous operation. - A equivalent to the expression contained in criteria. + An object containing information about the status of an asynchronous operation. - + - Converts the specified string representation of expressions that are divided by a semicolon into their equivalents. - + Starts obtaining the columns from a data source. - - A value that represents the expressions to convert. The expressions are divided by a semicolon. + + A value, specifying the data source name. - - [out] Receives the values that are substituted into the expression in place of question mark characters. These parameters can be omitted. + + A object, specifying the data member. + + + References a method to be called when a corresponding asynchronous operation is completed. - An array of equivalents to the expressions contained in criteriaList. + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. - + - Converts the specified string representation of expressions that are divided by a semicolon into their equivalents. - + Starts obtaining the data members from a data source. - - A value that represents the expressions to convert. The expressions are divided by a semicolon. + + A value, specifying the data source name. - - The values that are substituted into the expression in place of question mark characters. These parameters can be omitted. + + References a method to be called when a corresponding asynchronous operation is completed. + + + A value, containing information about the asynchronous operation. - An array of equivalents to the expressions contained in criteriaList. + An object containing information about the status of an asynchronous operation. - + - Registers a specified custom function to use in any CriteriaOperator-based criteria in your application. + Starts obtaining the data source display name. - - An object specifying a custom function to register. + + A value, specifying the data source name. + + A value, specifying the data member. + + + References a method to be called when a corresponding asynchronous operation is completed. - - - - Registers specified custom functions to use in any CriteriaOperator-based criteria in your application. - - - - A collection of objects specifying custom functions to register. + + + A value, containing information about the asynchronous operation. + An object containing information about the status of an asynchronous operation. + - + - Converts the specified expression into its equivalent string in VB style. - + Starts obtaining the data sources. - - A object that represents the expression to convert. + + References a method to be called when a corresponding asynchronous operation is completed. - - [out] Receives the values that are marked by a question mark character in the result string. - + + A value, containing information about the asynchronous operation. - A string representation of the specified expression. + An object containing information about the status of an asynchronous operation. - + - Converts the specified expression into its equivalent string in VB style. - + Starts obtaining the item properties from a data source. - - A object that represents the expression to convert. + + A value, specifying the data source name. - A string representation of the specified expression. + + A value, specifying the data member. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. - + - Converts the specified expression into its equivalent string in C# style. - + Starts obtaining the list item properties from a data source. - - A object that represents the expression to convert. + + A value, specifying the data source name. - - [out] Receives the values that are marked by a question mark character in the result string. + + A value, specifying the data member. + + + References a method to be called when a corresponding asynchronous operation is completed. - A string representation of the specified expression. + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. - + - Converts the specified expression into its equivalent string in C# style. - + Ends creating a new report. - - A object that represents the expression to convert. + + An object containing information about the status of an asynchronous operation. - A string representation of the specified expression. + A value. - + - Converts the current expression into its VB equivalent string. - + Ends obtaining the columns from a data source. - A string representation of this expression. + + An object containing information about the status of an asynchronous operation. + + + A collection of objects. - + - Converts the specified expression into its equivalent string in VB style. - + Ends obtaining the data members from a data source. - - A object that represents the expression to convert. - - - - [out] Receives the values that are marked by question mark character in the result string. + + An object containing information about the status of an asynchronous operation. - A string representation of the specified expression. + A collection of objects. - + - Converts the specified expression into its equivalent string in VB style. - + Ends obtaining the data source display name. - - A object that represents the expression to convert. + + An object containing information about the status of an asynchronous operation. - A string representation of the specified expression. + A value. - + - Tries to convert the specified string representation of an expression to its equivalent. - + Ends obtaining the data sources. - - A value that represents the expression to convert. - - - - The values that are substituted into the expression in place of question mark characters. These parameters can be omitted. + + An object containing information about the status of an asynchronous operation. - A equivalent to the expression contained in criteria. + A collection of objects. - + - Unregisters a specified custom function from use in any CriteriaOperator-based criteria in your application. + Ends obtaining the item properties from a data source. - - An object instance specifying a custom function to unregister. + + An object containing information about the status of an asynchronous operation. - true if the customFunction has successfully been removed from a collection returned by the function; otherwise, false. + An array of objects. - + - Unregisters a custom function with a specified name from use in any CriteriaOperator-based criteria in your application. + Ends obtaining the list item properties from a data source. - - The name of a custom function to unregister. + + An object containing information about the status of an asynchronous operation. - true if a custom function whose name matches the functionName has successfully been removed from a collection returned by the function; otherwise, false. + An array of objects. - + + - Occurs when restoring a serialized criteria operator that references a user object. + Provides the client-side functionality for an XPF Report Wizard. - - + - Occurs when serializing a criteria operator that references a user object. + Initializes a new instance of the ReportWizardServiceClient class with the specified asynchronous service. + + An object implementing the interface. + - - + + - An operator which checks if a collection contains at least one object matching a specific criteria. - - + Adds a new report (asynchronously). - - - - Initializes a new instance of the class with the specified property and criteria expression. - - A value which identifies the property whose values will be searched. - + + A object. - - A object that represents a search criteria. + + A value, containing information about the asynchronous operation. - + - Initializes a new instance of the class with default settings. + Occurs when a new report has been added. + - + - Initializes a new instance of the class with the specified property operand and criteria expression. + Obtains columns from a data source (asynchronously). - - An object which represents the property operand in the criteria expression. + + A value. - - A object which represents the search criteria. + + A object. + + + A value, containing information about the asynchronous operation. - - + - A logical expression which consists of a operation between two operands. + Occurs when all data columns have been obtained. + + - + - Initializes a new instance of the class with the specified left and right operands and binary operator type. + Obtains the data members from a report's data source (asynchronously). + + + - - A descendant which represents the expression for the first operand. This value is assigned to the property. - - - - A descendant which represents the expression for the second operand. This value is assigned to the property. + + A value, specifying the data source name. - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + A value, containing information about the asynchronous operation. - + - Initializes a new instance of the BinaryOperator class. + Occurs when all data members have been obtained. + - + - Initializes a new instance of the class. + Obtains the display name of a data source (asynchronously). + - - A value which specifies the name of the property whose values are compared to the value. + + A value, specifying the data source name. - - An value to compare with the values of the specified property. + + A value, specifying the data member name. + + + A value, containing information about the asynchronous operation. - + - Initializes a new instance of the class with the specified type of the binary operator. + Occurs when the data source display name has been obtained. + - - A value which specifies the name of the property whose values are compared to the value. - - - An value to compare with the values of the specified property. + + + + Obtains a report's data sources (asynchronously). - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + + + A value, containing information about the asynchronous operation. - + - Initializes a new instance of the class which is used to compare the values of the specified property to values. + Occurs when the data sources have been obtained. + - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - + - Initializes a new instance of the class which is used to compare the values of the specified property to values. + Obtains item properties from a data source (asynchronously). - - A value which specifies the name of the property whose values are compared to the value. + + A value, specifying the data source name. - - The value to compare with the values of the specified property. + + A value, specifying the data member name. + + + + A value, containing information about the asynchronous operation. - + - Initializes a new instance of the class which is used to compare the values of the specified property to integer values. + Occurs when the item properties have been obtained. + - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - + - Initializes a new instance of the class which is used to compare the values of the specified property to the value. + Obtains list item properties from a data source (asynchronously). - - A value which specifies the name of the property whose values are compared to the value. + + A value, specifying the data source name. - - The value to compare with the values of the specified property. + + A value, specifying the data member name. + + + + A value, containing information about the asynchronous operation. - + - Initializes a new instance of the class which is used to compare the values of the specified property to the value. + Occurs when the list item properties have been obtained. + - - A value which specifies the name of the property whose values are compared to the value. - - - The value to compare with the values of the specified property. - + + + + Stores paper kind settings. + + - + - Initializes a new instance of the class which is used to compare the values of the specified property to the value. + Initializes a new instance of the PaperKindData class with default settings. - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - + - Initializes a new instance of the class which is used to compare the values of the specified property to the value. + Specifies the Id of a paper kind in the System.Drawing.Printing.PaperKind enumeration. - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - + An integer value. + - + - Initializes a new instance of the class which is used to compare the values of the specified property to the value. + Specifies the paper height. - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - + An integer value, specifying the paper height. + - + - Initializes a new instance of the class which is used to compare the values of the specified property to the value. + Specifies the Id of a paper kind. - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - + An integer value, specifying the paper kind ID. + - + - Initializes a new instance of the class which is used to compare the values of the specified property to an array of values. + Specifies the name of a paper kind. + - - A value which specifies the name of the property whose values are compared to the value. - - - - An array of values to compare with the values of the specified property. - - + A value, specifying the paper kind name. + - + - Initializes a new instance of the class which is used to compare the values of the specified property to the value. + Specifies the paper width. - - A value which specifies the name of the property whose values are compared to the value. + An integer value, specifying the paper width. + - - - The value to compare with the values of the specified property. - + + + + + Provides helper methods to create an . + + + + + + + Initializes a new instance of the LabelProductRepositoryFactory class with default settings. + + + + + + + + Creates an . + + + An object implementing the interface. (Typically, it is the object.) + + + + + + + + Contains settings of a label product. + + + + + + + Initializes a new instance of the LabelProduct class with default settings. + + + + + + + + Specifies the label product Id. + + + An integer value. + + + + + + + Specifies the label product name. + + + A value. + + + + + + + + Stores detailed label product settings. + + + + + + + Initializes a new instance of the LabelDetails class with default settings. + + + + + + + + Specifies the label's height. + + + A value. + + + + + + + Specifies the horizontal pitch of a label. + + + A value. + + + + + + + Specifies the Id of a label. + + + An integer value. + + + + + + + Specifies the name of a label. + + + A value. + + + + + + + Specifies settings of the label's paper kind. + + + A object. + + + + + + + Specifies the label's product. + + + An integer value specifying the product Id. + + + + + + + Specifies the size of the label paper's side margin. + + + An integer value. + + + + + + + Specifies the size of the label paper's top margin. + + + An integer value. + + + + + + + Specifies the vertical pitch of a label. + + + A value. + + + + + + + Specifies the label's width. + + + A value. + + + + + + + + If implemented, stores settings for the available label products. + + + + + + + If implemented, obtains a sorted collection of the supported paper kinds. + + + A collection of objects. + + + + + + + If implemented, obtains a sorted collection of details for the supported label products. + + + + An integer value. + + + A collection of objects. + + + + + + + If implemented, obtains a sorted collection of supported label products. + + + + A collection of objects. + + + + + + + + If implemented, provides a view for the Welcome page of the Report Wizard. + + + + + + + + If implemented, provides a view for the Specify the Report's Title page of the Report Wizard. + + + + + + + If implemented, specifies the content of the report title text box. + + + A value. + + + + + + + + If implemented, provides a view for the Label Information page of the Report Wizard. + + + + + + + If implemented, populates the Product Number drop-down list. + + + + A collection of objects. + + + + + + + + If implemented, populates the Label Products drop-down list. + + + + A collection of objects. + + + + + + + + If implemented, specifies the entry selected in the Product Number drop-down list. + + + A object. + + + + + + + Occurs when the active record in the Label Products drop-down list is changed. + + + + + + + + Occurs when the active record in the Product Number drop-down list is changed. + + + + + + + + If implemented, specifies the entry selected in the Label Products drop-down list. + + + A object. + + + + + + + If implemented, updates the data displayed in the Label Information group box. + + + + + + + + + If implemented, provides a view for the Select Columns page of the Report Wizard for a hierarchical data source. + + + + + + + Occurs when the collection of the columns currently selected in the list of available columns is changed. + + + + + + + + For internal use. + + + + + + + + + + If implemented, provides access to a collection of the items selected in the list of selected columns. + + + An array of objects. + + + + + + + Occurs when the collection of the columns currently selected in the list of selected columns is changed. + + + + + + + + Occurs when the Add Column button is clicked on the Select Columns page of the Report Wizard for a hierarchical data source. + + + + + + + + + If implemented, activates or deactivates the Add Column button on the Select Columns page of the Report Wizard for a hierarchical data source. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, activates or deactivates the Remove All Columns button on the Select Columns page of the Report Wizard for a hierarchical data source. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, activates or deactivates the Remove Columns button on the Select Columns page of the Report Wizard for a hierarchical data source. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, populates the list of selected columns. + + + + An array of objects. + + + + + + + + Occurs when the Remove All Columns button is clicked on the Select Columns page of the Report Wizard for a hierarchical data source. + + + + + + + + Occurs when the Remove Columns button is clicked on the Select Columns page of the Report Wizard for a hierarchical data source. + + + + + + + + If implemented, provides access to a collection of hierarchical data source root nodes + + + + An object implementing the interface. + + + + + + + If implemented, shows or hides the wait indicator on the Select Columns page of the Report Wizard for a hierarchical data source. + + + + true to show the wait indicator, false to hide the wait indicator. + + + + + + + + + If implemented, provides a view for the Choose a Datasource page of the Report Wizard. + + + + + + + If implemented, populates the list of available data sources. + + + + A collection of objects. + + + + + + + + Occurs when the selected item in the Available items list is changed. + + + + + + + + If implemented, specifies the data source selected in the Available items list. + + + A value. + + + + + + + If implemented, shows or hides the wait indicator on the Choose a Datasource page of the Report Wizard. + + + + true to show the wait indicator, false to hide the wait indicator. + + + + + + + + + If implemented, provides a view for the Choose a Table or View page of the Report Wizard. + + + + + + + If implemented, populates the Tables node of the Available items list. + + + + A collection of objects. + + + + + + + + If implemented, populates the Views node of the Available items list. + + + + A collection of objects. + + + + + + + + Occurs when the active record in the Available items list is changed. + + + + + + + + If implemented, specifies the data member selected in the Available items list. + + + A object. + + + + + + + If implemented, shows or hides the wait indicator on the Choose a Table or View page of the Report Wizard. + + + + true to show the wait indicator, false to hide the wait indicator. + + + + + + + + + If implemented, provides a view for the Select Columns page of the Report Wizard. + + + + + + + Occurs when the collection of the currently selected columns is changed. + + + + + + + + Occurs when the Add All Columns button is clicked on the Select Columns Report Wizard page. + + + + + + + + Occurs when the Add Columns button is clicked on the Select Columns Report Wizard page. + + + + + + + + If implemented, activates or deactivates the Add All Columns button on the Select Columns page of the Report Wizard. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, activates or deactivates the Add Columns button on the Select Columns page of the Report Wizard. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, activates or deactivates the Remove All Columns button on the Select Columns page of the Report Wizard. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, activates or deactivates the Remove Columns button on the Select Columns page of the Report Wizard. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, populates the list of available commands. + + + + An array of objects, specifying the columns to be added to the list. + + + + + + + + + If implemented, populates the list of selected columns. + + + + An array of objects, specifying the columns to be added to the list. + + + + + + + + If implemented, gets a collection of the items selected in the list of available columns. + + + An array of objects. + + + + + + + If implemented, gets a collection of the items selected in the list of selected columns. + + + An array of objects. + + + + + + + Occurs when the Remove All Columns button is clicked on the Select Columns Report Wizard page. + + + + + + + + Occurs when the Remove Columns button is clicked on the Select Columns Report Wizard page. + + + + + + + + If implemented, shows or hides the wait indicator on the Select Columns page of the Report Wizard. + + + + true to show the wait indicator, false to hide the wait indicator. + + + + + + + + + If implemented, provides a view for the Customize the Label's Options page of the Report Wizard. + + + + + + + If implemented, populates the list of the available page sizes. + + + + A collection of objects. + + + + + + + + If implemented, specifies the value of the Label Height editor. + + + A value. + + + + + + + If implemented, specifies the value of the Horizontal Pitch editor. + + + A value. + + + + + + + If implemented, specifies the entry selected in the Page Size drop-down list. + + + An integer value that is an index of the selected entry. +An integer value. + + + + + + + If implemented, specifies the value of the Side Margin editor. + + + An integer value. + + + + + + + If implemented, specifies the value of the Top Margin editor. + + + An integer value. + + + + + + + If implemented, specifies the value of the Vertical Pitch editor. + + + A value. + + + + + + + If implemented, specifies the value of the Label Width editor. + + + A value. + + + + + + + + If implemented, provides a view for the Choose Summary Options page of the Report Wizard. + + + + + + + If implemented, fills the summary options checkboxes on a page. + + + + An array of objects. + + + + + + + + If implemented, specifies the state of the Ignore null values checkbox. + + + true, to activate the check box; otherwise, false. + + + + + + + If implemented, shows or hides the wait indicator on the Choose Summary Options page of the Report Wizard. + + + + true to show the wait indicator, false to hide the wait indicator. + + + + + + + + + If implemented, provides a view for the Choose a Report Style page of the Report Wizard. + + + + + + + If implemented, specifies the selected report type. + + + A enumeration value. + + + + + + + + If implemented, provides a view for the Choose a Report Style page of the Report Wizard. + + + + + + + If implemented, specifies the selected report style. + + + A enumeration value. + + + + + + + + If implemented, provides a view for the Choose a Report Layout page of the Report Wizard. + + + + + + + If implemented, specifies the state of the Adjust the field width check box. + + + true, to activate the check box; otherwise, false. + + + + + + + If implemented, specifies whether or not the report contains groups. + + + true, if the report is grouped; otherwise, false. + + + + + + + If implemented, specifies the state of the Portrait and Landscape radio buttons. + + + true, if the Portrait radio button is active; false if the Landscape radio button is active. + + + + + + + If implemented, specifies the selected report layout. + + + A enumeration value. + + + + + + + + If implemented, provides a view for the Create Groups page of the Report Wizard for WPF. + + + + + + + Occurs when the active record in the list of the available data sources is changed. + + + + + + + + Occurs when the active record in the list of grouping levels is changed. + + + + + + + + Occurs when the Add Grouping Level button is clicked on the Create Groups Report Wizard page. + + + + + + + + Occurs when the Combine Grouping Level button is clicked on the Create Groups Report Wizard page. + + + + + + + + If implemented, activates or deactivates the Add Grouping Level button on the Create Groups page of the Report Wizard. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, activates or deactivates the Combine Grouping Level button on the Create Groups page of the Report Wizard. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, activates or deactivates the Move Grouping Level Down button on the Create Groups page of the Report Wizard. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, activates or deactivates the Move Grouping Level Up button on the Create Groups page of the Report Wizard. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, activates or deactivates the Remove Grouping Level button on the Create Groups page of the Report Wizard. + + + + true to activate the button, false to deactivate the button. + + + + + + + + If implemented, populates the list of available columns. + + + + An array of objects. + + + + + + + + If implemented, populates the list of grouping levels. + + + + An array of objects. + + + + + + + + If implemented, gets an array of records selected in the list of available columns. + + + An array of objects. + + + + + + + If implemented, gets the record selected in the list of grouping levels. + + + A object. + + + + + + + Occurs when the Move Grouping Level Down button is clicked on the Create Groups Report Wizard page. + + + + + + + + Occurs when the Move Grouping Level Up button is clicked on the Create Groups Report Wizard page. + + + + + + + + Occurs when the Remove Grouping Level button is clicked on the Create Groups Report Wizard page. + + + + + + + + If implemented, changes the active record in the list of grouping levels. + + + + A object. + + + + + + + + If implemented, shows or hides the wait indicator on the Create Groups page of the Report Wizard. + + + + true to show the wait indicator, false to hide the wait indicator. + + + + + + + + + Stores the information about selected data columns while running an XPF Report Wizard. + + + + + + + Initializes a new instance of the ColumnInfoCache class with default settings. + + + + + + + + Specifies the data columns that have been selected while running an XPF Report Wizard. + + + + A collection of objects. + + + + + + + + If implemented by a class, stores the information about selected data columns while running an XPF Report Wizard. + + + + + + + Specifies the collection of selected data columns while running an XPF Report Wizard. + + + A collection of objects. + + + + + + + + The Welcome page of the Report Wizard. + + + + + + + Initializes a new instance of the WelcomePage class with the specified view. + + + + An object implementing the interface. (Typically, it is the object.) + + + + + + + + Initializes controls of the Welcome page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Welcome page of the Report Wizard. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The Specify the Report's Title page of the Report Wizard. + + + + + + + Initializes a new instance of the SetReportTitlePage class with the specified view. + + + + An object implementing the interface. (Typically, it is the object.) + + + + + + + + Initializes controls of the Specify the Report's Title page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Specifies whether of not the Finish button is enabled on the Specify the Report's Title page of the Report Wizard. + + + true, if the Finish button is enabled; otherwise, false. + + + + + + + + The Label Information page of the Report Wizard. + + + + + + + Initializes a new instance of the SelectLabelTypePage class with the specified settings. + + + + An object implementing the interface. (Typically, it is the object.) + + + + + An object implementing the interface. (Typically, it is the object.) + + + + + + + + + Initializes controls of the Label Information page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Label Information page of the Report Wizard. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The Select Columns page of the Report Wizard for a hierarchical data source. + + + + + + + Initializes a new instance of the SelectHierarchicalDataSourceColumnsPage class with the specified settings. + + + + An object implementing the interface. (Typically, it is the object.) + + + + + A DevExpress.Data.Browsing.Design.PickManagerBase descendant. (Typically, it is the object.) + + + + + An object implementing the interface. (Typically, it is the object.) + + + + + + + + Initializes controls of the Select Columns page of the Report Wizard for a hierarchical data source. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Specifies whether of not the Finish button is enabled on the Select Columns page of the Report Wizard for a hierarchical data source. + + + + true, if the Finish button is enabled; otherwise, false. + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Select Columns page of the Report Wizard for a hierarchical data source. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The Choose a Datasource page of the Report Wizard. + + + + + + + Initializes a new instance of the SelectDataSourcePage class with the specified settings. + + + + An object implementing the interface. (Typically, it is the object.) + + + + An object implementing the interface. (Typically, it is the object.) + + + + + + + + Initializes controls of the Choose a Datasource page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Choose a Datasource page of the Report Wizard. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The Choose a Table or View page of the Report Wizard. + + + + + + + Initializes a new instance of the SelectDataMemberPage class with the specified settings. + + + + An object implementing the interface. (Typically, it is the object.) + + + + An object implementing the interface. (Typically, it is the object.) + + + + + + + + Initializes controls of the Choose a Table or View page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Choose a Table or View page of the Report Wizard. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The Select Columns page of the Report Wizard. + + + + + + + Initializes a new instance of the SelectColumnsPage class with the specified settings. + + + + An object implementing the interface. (Typically, it is the object.) + + + + An object implementing the interface. (Typically, it is the object.) + + + + An object implementing the interface. (Typically, it is the object.) + + + + + + + + Initializes controls of the Select Columns page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Specifies whether of not the Finish button is enabled on the Select Columns page of the Report Wizard. + + + true, if the Finish button is enabled; otherwise, false. + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Select Columns page of the Report Wizard. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The base for classes providing the XPF Report Wizard functionality. + + + + + + + Initializes controls of a Report Wizard page. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + + The Customize the Label's Options page of the Report Wizard. + + + + + + + Initializes a new instance of the CustomizeLabelPage class with the specified settings. + + + + An object implementing the interface. (Typically, it is the object.) + + + + An object implementing the interface. (Typically, it is the object.) + + + + + + + + + Initializes controls of the Customize the Label's Options page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Specifies whether of not the Finish button is enabled on the Customize the Label's Options page of the Report Wizard. + + + true, if the Finish button is enabled; otherwise, false. + + + + + + + Specifies whether of not the Next button is enabled on the Customize the Label's Options page of the Report Wizard. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The Choose Summary Options page of the Report Wizard. + + + + + + + Initializes a new instance of the ChooseSummaryOptionsPage class with the specified settings. + + + + An object implementing the interface. (Typically, it is the object.) + + + + An object implementing the interface. (Typically, it is the object.) + + + + + + + + Initializes controls of the Choose Summary Options page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Specifies whether of not the Finish button is enabled on the Choose Summary Options page of the Report Wizard. + + + true, if the Finish button is enabled; otherwise, false. + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Choose Summary Options page of the Report Wizard. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The Choose a Report Type page of the Report Wizard. + + + + + + + + Initializes a new instance of the ChooseReportTypePage class with the specified view. + + + + An object implementing the interface. (Typically, it is the object.) + + + + + + + + Initializes controls of the Create Groups page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Choose a Report Type page of the Report Wizard. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The Choose a Report Style page of the Report Wizard. + + + + + + + Initializes a new instance of the ChooseReportStylePage class with the specified view. + + + + An object implementing the interface. (Typically, it is the object.) + + + + + + + + + Initializes controls of the Choose a Report Style page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Specifies whether of not the Finish button is enabled on the Choose a Report Style page of the Report Wizard. + + + true, if the Finish button is enabled; otherwise, false. + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Choose a Report Style page of the Report Wizard. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The Choose a Report Layout page of the Report Wizard. + + + + + + + Initializes a new instance of the ChooseReportLayoutPage class with the specified view. + + + + An object implementing the interface. (Typically, it is the object.) + + + + + + + + Initializes controls of the Choose a Report Layout page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Specifies whether of not the Finish button is enabled on the Choose a Report Layout page of the Report Wizard. + + + true, if the Finish button is enabled; otherwise, false. + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Choose a Report Layout page of the Report Wizard. + + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + The Create Groups page of the Report Wizard. + + + + + + + Initializes a new instance of the AddGroupingLevelPage class with the specified settings. + + + + An object implementing the interface. (Typically, it is the object.) + + + + An object implementing the interface. (Typically, it is the object.) + + + + + + + + Initializes controls of the Create Groups page of the Report Wizard. + + + + + + + + Saves settings specified by a wizard page to the report model. + + + + + + + + Specifies whether of not the Finish button is enabled on the Create Groups page of the Report Wizard. + + + true, if the Finish button is enabled; otherwise, false. + + + + + + + Returns the type of the next wizard page. + + + A enumeration value. + + + + + + + Specifies whether of not the Next button is enabled on the Create Groups page of the Report Wizard. + + + true, if the Next button is enabled; otherwise, false. + + + + + + + + Provides data for the corresponding events. + + + + + + + Initializes a new instance of the ScalarOperationCompletedEventArgs class with the specified settings. + + + + A value. This value is assigned to the property. + + + + A value. + + + + true if the operation has been cancelled; otherwise false. + + + + A value. + + + + + + + + Returns the scalar operation result. + + + A generic value. + + + + + + + + Lists the available data member types. + + + + + + + The data member is a stored procedure. + + + + + + + + The data member is a table. + + + + + + + + The data member is a view. + + + + + + + + + Lists available operation modes of the spell checker. + + + + + + + Starts spelling check when you finish typing the word or move the cursor after changing it.This operation mode underlines the misspelled word and allows you to select a suggestion from the context menu, invoked by right-clicking the word. + + + + + + + + Starts spelling check and invokes the spelling form for making corrections. + + + + + + + + + Specifies the prototype string format for the . + + + + + + + + The current string format is based on the default string format. + + + + + + + + + The current string format is based on the generic default string format. + + + + + + + + + The current string format is based on the generic typographic string format. + + + + + + + + + + Lists implemented spell checker operations. + + + + + + + Replaces a word in the text with the user input, and adds the replacement to the custom dictionary. + + + + + + + + Stops the spelling checker operation, resets the checking strategy and closes the spelling form. + + + + + + + + Replaces the current word in the text being checked with the suggested word. + + + + + + + + Replaces all occurences of the current word in the text being checked with the suggested word. + + + + + + + + This enumeration member is intended for internal use only. + + + + + + + + Deletes the current word from the text. + + + + + + + + Disregards the current word and proceeds to the next one. + + + + + + + + + Disregards the current word and all its occurences in the text. + + + + + + + + + This enumeration member is intended for internal use only. + + + + + + + + Invokes the spelling options form. After closing the form, re-checks the text with new spelling options starting with the last checked word. + + + + + + + + Forces the spell checker to check the last checked word again. + + + + + + + + Replaces the current word in the text being checked with the suggested word. For internal use. + + + + + + + + Disregards the current word and proceeds to the next one. For internal use. + + + + + + + + Cancels the effect of the last operation, restoring the text to its previous state. + + + + + + + + + Provides data for the events raised when upgrading a control's layout (e.g., , , etc.). + + + + + + + + + Initializes a new instance of the LayoutUpgradeEventArgs class with the specified previous version. + + + + A specifying the previous version number. This value is assigned to the property. + + + + + + + + Initializes a new instance of the LayoutUpgradeEventArgs class with the specified settings. + + + + A value used to initialize the property. + + + + A value used to initialize the property. + + + + + + + + Returns an array of items that exist in the current control but do not exist in the layout being loaded. These items are hidden. This property is in effect for the . + + + An array of items that exist in the current control but do not exist in the layout being loaded. + + + + + + + Returns the textual representation of the previous layout version. + + + A representing the previous version of the layout. + + + + + + + + Provides methods to return error information for a business object's properties. + + + + + + + When implemented by a class, this method returns information on an error associated with a business object. + + + + An object that contains information on an error. + + + + + + + + When implemented by a class, this method returns information on an error associated with a specific business object's property. + + + + A string that identifies the name of the property for which information on an error is to be returned. + + + + An object that contains information on an error. + + + + + + + + + Encapsulates error information on a specific property. + + + + + + + Initializes a new instance of the ErrorInfo class with the default values. + + + + + + + + Initializes a new instance of the ErrorInfo class with the specified error information. + + + + A string that specifies the error text. This value is used to initialize the property. + + + + An error type. This value is used to initialize the property. + + + + + + + + Gets or sets the error text associated with the current property name. + + + A string that represents the error text. + + + + + + + Gets or sets the type of error associated with the current property name. + + + An value that represents the error type. + + + + + + + + Enumerates error icon types. + + + + + + + The 'Critical Error' icon: + + + + + + + + The default error icon specified by the property: + + +The event is not raised when an error of the Default type is assigned to an editor. + + + + + + + + + + The 'Information' icon: + + + + + + + + Indicates that no error is associated with an editor or a cell. + + + + + + + + A user-defined icon to be provided via the event. + + + + + + + + + A user-defined icon to be provided via the event. + + + + + + + + + A user-defined icon to be provided via the event. + + + + + + + + + A user-defined icon to be provided via the event. + + + + + + + + A user-defined icon to be provided via the event. + + + + + + + + A user-defined icon to be provided via the event. + + + + + + + + A user-defined icon to be provided via the event. + + + + + + + + A user-defined icon to be provided via the event. + + + + + + + + A user-defined icon to be provided via the event. + + + + + + + + The 'Warning' icon: + + - + + - Initializes a new instance of the class which is used to compare the values of the specified property to the value. + Contains padding or margin information associated with a control or a brick. - - A value which specifies the name of the property whose values are compared to the value. - - - The value to compare with the values of the specified property. + + + + Initializes a new instance of the PaddingInfo class with the specified dpi value. + + + + A value that specifies the dpi of the padding. This value is assigned to the property. + - + - Initializes a new instance of the class which is used to compare the values of the specified property to the value. + Initializes a new instance of the PaddingInfo class and copies the settings from the object passed as the parameter according to the specified dpi value. + - - A value which specifies the name of the property whose values are compared to the value. + + A object whose settings are used to initialize the created object's properties. - - The value to compare with the values of the specified property. + + A value that specifies the dpi of the padding. This value is assigned to the property. + - + - Initializes a new instance of the class which is used to compare the values of the specified property to the value. + Initializes a new instance of the PaddingInfo class with the dpi of the specified graphics unit. - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. + + A value that specifies the graphics unit of the padding. The dpi value of the graphics unit is assigned to the property. - + - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + Initializes a new instance of the PaddingInfo class with the specified left, right, top, bottom and dpi values. + - - A value which specifies the name of the property whose values are compared to the value. + + An integer value that specifies the left value of the padding. This value is assigned to the property. + - - The value to compare with the values of the specified property. + + An integer value that specifies the right value of the padding. This value is assigned to the property. - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + An integer value that specifies the top value of the padding. This value is assigned to the property. + + + + + An integer value that specifies the bottom value of the padding. This value is assigned to the property. + + + + + A value that specifies the dpi of the padding. This value is assigned to the property. + - + - Initializes a new instance of the class with the specified type of the binary operator. This binary operator is used to compare the values of the specified property to the specified value. + Initializes a new instance of the PaddingInfo class with the specified left, right, top and bottom values. + + - - A value which specifies the name of the property whose values are compared to the value. + + An integer value that specifies the left value of the padding. This value is assigned to the property. + - - The value to compare with the values of the specified property. + + An integer value that specifies the right value of the padding. This value is assigned to the property. + - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + An integer value that specifies the top value of the padding. This value is assigned to the property. + + + + + An integer value that specifies the bottom value of the padding. This value is assigned to the property. + - + - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified integer value. + Initializes a new instance of the PaddingInfo class with the specified left, right, top and bottom values, and the dpi of the specified graphics unit. + - - A value which specifies the name of the property whose values are compared to the value. + + An integer value that specifies the left value of the padding. This value is assigned to the property. + - - The value to compare with the values of the specified property. + + An integer value that specifies the right value of the padding. This value is assigned to the property. - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + An integer value that specifies the top value of the padding. This value is assigned to the property. + + + + + An integer value that specifies the bottom value of the padding. This value is assigned to the property. + + + + + A value that specifies the graphics unit of the padding. The dpi value of the graphics unit is assigned to the property. - + - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + Initializes a new instance of the PaddingInfo class with the specified settings. - - A value which specifies the name of the property whose values are compared to the value. + + An integer value, specifying the overall padding. - - The value to compare with the values of the specified property. + + A value, specifying the dpi. - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + + + + + Specifies padding for all the element's sides. + + + An integer value, representing the overall padding. + + + + + + + Gets or sets the padding value for the bottom edge. + + + + An integer value which represents the padding value (in pixels) for the bottom edge. + + + + + + + Deflates the specified rectangle by the rectangle of the current padding with the specified dpi. + + + + + A value which specifies the rectangle to be deflated. + + + + A value which specifies the dpi value to be applied to the left, top, right and bottom padding values before deflating. + + A value that represents the deflated rectangle. + - + - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + Deflates the specified size by the size of the current padding with the specified dpi. + - - A value which specifies the name of the property whose values are compared to the value. + + A value which specifies the size to be deflated. - - The value to compare with the values of the specified property. + + A value which specifies the dpi value to be applied to the left, top, right and bottom padding values before deflating. + - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + A value that represents the deflated size. + + + + + + + Deflates the specified height value by the height of the current padding with the specified dpi. + + + + + A value which specifies the height to be deflated. + + + + A value which specifies the dpi value to be applied to the top and bottom padding values before deflating. + + A value that represents the deflated height. + - + - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + Deflates the specified height value by the height of the current padding. + - - A value which specifies the name of the property whose values are compared to the value. + + A value which specifies the height to be deflated. - - The value to compare with the values of the specified property. + A value that represents the deflated height. + + + + + + + + Deflates the specified width value by the width of the current padding with the specified dpi. + + + + + A value which specifies the width to be deflated. + - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + A value which specifies the dpi value which should be applied to the left and right padding values before deflating. + + A value that represents the deflated width. + - + - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + Deflates the specified width value by the width of the current padding. + - - A value which specifies the name of the property whose values are compared to the value. + + A value which specifies the width to be deflated. - - - The value to compare with the values of the specified property. - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + A value that represents the deflated width. - + - + - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + Gets or sets the dpi value used to perform internal calculations. - - A value which specifies the name of the property whose values are compared to the value. + A value which represents the dpi value for this padding. + - - - The value to compare with the values of the specified property. - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + + + Provides a PaddingInfo object with no padding. - + + + A object representing an empty padding. + - + - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + Determines whether the specified object is equal to the current PaddingInfo instance. - - A value which specifies the name of the property whose values are compared to the value. + + The object to compare with the current object. - - The value to compare with the values of the specified property. + true if the specified object is equal to the current PaddingInfo instance; otherwise false. - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + - + + + + + Gets the hash code (a number) that corresponds to the value of the current PaddingInfo object. + + + + An integer value representing the hash code for the current object. + - + - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified values. + Inflates the specified size by the size of the current padding with the specified dpi. + - - A value which specifies the name of the property whose values are compared to the value. + + A value which specifies the size to be inflated. - - An array of values to compare with the values of the specified property. + + A value which specifies the dpi value to be applied to the left, top, right and bottom padding values before inflating. - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + A value that represents the inflated size. + - + - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + Inflates the specified rectangle by the rectangle of the current padding with the specified dpi. + - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. + + A value which specifies the rectangle to be inflated. - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + A value which specifies the dpi value to be applied to the left, top, right and bottom padding values before inflating. + A value that represents the inflated rectangle. + - + - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + Inflates the specified height value by the height of the current padding with the specified dpi. + - - A value which specifies the name of the property whose values are compared to the value. + + A value which specifies the height to be inflated. - - The value to compare with the values of the specified property. + + A value which specifies the dpi value to be applied to the top and bottom padding values before inflating. - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + A value that represents the inflated height. + - + - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + Inflates the specified height value by the height of the current padding. - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + A value which specifies the height to be inflated. + A value that represents the inflated height. + - + - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + Inflates the specified width value by the width of the current padding with the specified dpi. + - - A value which specifies the name of the property whose values are compared to the value. + + A value which specifies the width to be inflated. - - - The value to compare with the values of the specified property. - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + A value which specifies the dpi value which should be applied to the left and right padding values before inflating. + A value that represents the inflated width. + - + - Invokes an appropriate overload of the visitor's Visit method. + Inflates the specified width value by the width of the current padding. + - - A visitor that implements the interface. + + A value which specifies the width to be inflated. - An object returned by the specified visitor's Visit method. + A value that represents the inflated width. - + - Creates a copy of the current BinaryOperator instance. + Determines whether the padding is empty (all padding values are null). - A BinaryOperator object which represents an exact copy of the current object. - + true if the padding is empty; otherwise, false. + + - + - Determines whether the current object has the same settings as the specified object. + Gets or sets the padding value for the left edge. + - - A BinaryOperator object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - + An integer value which represents the padding value (in pixels) for the left edge. + - + - Gets the hash code (a number) that corresponds to the value of the current BinaryOperator object. + Gets or sets the padding value for the right edge. - An integer value representing the hash code for the current object. - + An integer value which represents the padding value (in pixels) for the right edge. + - + - The left operand. + Rotates padding values counterclockwise the specified number of times. - [To be supplied] + + An integer value which specifies the number of times for padding values to rotate. + + + - + - Gets the type of the binary operator. + Gets or sets the padding value for the top edge. + - A enumeration value which specifies the type of the binary operator. - + An integer value which represents the padding value (in pixels) for the top edge. + - + + - The right operand. + Enumerates wrapping modes. - [To be supplied] - - - + - An operator which determines whether a criteria expression lies between the specified range of values. + Default wrapping mode. The actual wrapping mode is determined by a control. + + - + - Initializes a new instance of the class with the specified property name and the specified range of values. + The word wrapping feature is disabled. - - A value which specifies the name of the property whose values are tested. - - - - A descendant which represents the expression for the lower value in the range. This value is assigned to the property. - - - A descendant which represents the expression for the upper value in the range. This value is assigned to the property. - + + + + The word wrapping feature is enabled. + + - + + - Initializes a new instance of the class with default settings. + An exception that is thrown when a database either cannot be created or opened. + - - + - Initializes a new instance of the class with the specified property and the specified range of values. + Initializes a new instance of the UnableToOpenDatabaseException class with the specified settings. - - A value which identifies the property whose values are tested. + + A connection string that is used to connect to the database. - - A descendant which represents the expression for the lower value in the range. This value is assigned to the property. + + An object that represents the inner error. - - A descendant which represents the expression for the upper value in the range. This value is assigned to the property. - + + + + + An exception that is thrown when a specific object cannot be created in a data store. + + - + - Initializes a new instance of the class with the specified property and the specified range of values. + Initializes a new instance of the UnableToCreateDBObjectException class with the specified settings. - - A descendant which represents the expression that identifies the property whose values are tested. + + A string that specifies the type of the object that cannot be created. - - A descendant which represents the expression for the lower value in the range. This value is assigned to the property. + + A string that specifies the name of the object. - - A descendant which represents the expression for the upper value in the range. This value is assigned to the property. + + A string that specifies the name of the object's parent. + + + + An object that represents the inner error. - + - Invokes an appropriate overload of the visitor's Visit method. + Gets the name of the object that cannot be created. - - A visitor that implements the interface. - - - An object returned by the specified visitor's Visit method. - + The name of the object that cannot be created. + - + - Gets the expression for the first operand. + Gets the type of the object that cannot be created. - A descendant which represents the expression for the lower value in the range. + A string that specifies the type of the object that cannot be created. - + - Creates a copy of the current BetweenOperator instance. + Gets the name of the parent which contains the object that cannot be created. - A BetweenOperator object which represents an exact copy of the current object. - + The name of the parent. + - + + - Gets the expression for the second operand. + An exception that is thrown when an unexpected error occurs during the execution of a SQL statement. - A descendant which represents the expression for the upper value in the range. - - - + - Determines whether the current object has the same settings as the specified object. - + Initializes a new instance of the SqlExecutionErrorException class with the specified settings. - - A BetweenOperator object to compare with the current object. + + A string that specifies the SQL statement that raised the exception. - true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + A string that specifies the parameters for the SQL statement. - + + + An object that represents the inner error. + + - + - Gets the hash code (a number) that corresponds to the value of the current BetweenOperator object. + Gets a string that represents the parameters for the current SQL statement. - An integer value representing the hash code for the current object. - + A string that represents the parameters for the SQL statement. + - + - Gets the expression for the first (left) operand. + Gets the SQL statement that raised the exception. - A descendant which represents the expression for the lower value in the range. + A string that specifies the SQL statement which raised the exception. - + + - Gets or sets the test expression. + An exception that is thrown when the storage schema doesn't match the structure of persistent objects and the schema cannot be modified. - A descendant which represents the test expression. - - - + - Gets the expression for the second (right) operand. + Initializes a new instance of the SchemaCorrectionNeededException class . - A descendant which represents the expression for the upper value in the range. - + + A SQL statement or the name of the object that raised this exception. - - - - Gets or sets the test expression. - - - A descendant which represents the test expression. - + - - + - An aggregate operator which calculates aggregate expressions (MIN, MAX, SUM, etc.) + Initializes a new instance of the SchemaCorrectionNeededException class. + + + + + - + - Initializes a new instance of the class. + Initializes a new instance of the SchemaCorrectionNeededException class. - - A value which specifies the name of the collection property whose values are used to calculate the aggregate expression. It can be represented by a path through object relationships, for example "Employer.Addresses". - - - - - An enumeration value which specifies the type of the aggregate operator. This value is assigned to the property. + + - - A object which represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. This value is assigned to the property. + + - + - Initializes a new instance of the class with the specified settings. + A SQL statement or the name of an object that raised this exception. - - A value which specifies the name of the collection property. It can be represented by a path through object relationships, for example "Employer.Addresses". - - - - A value which specifies the name of the persistent property of the object from the property collection. - - - - An enumeration value which specifies the type of the aggregate operator. This value is assigned to the property. + A SQL statement or the name of an object that raised this exception. + - - - A object which represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. This value is assigned to the property. - + + + + An exception that is thrown when a connection provider cannot identify the type of column to create a column in a data store. + + - + - Initializes a new instance of the class with the specified settings. + Initializes a new instance of the PropertyTypeMappingMissingException class with the specified settings. - - An object which represents the collection property. This value is assigned to the property. - - - - A object which represents the aggregated expression. This value is assigned to the property. - - - - An enumeration value which specifies the type of the aggregate operator. This value is assigned to the property. - - - - A object which represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. This value is assigned to the property. + + The type of column that cannot be identified. - + - Initializes a new instance of the class with default settings. + Gets the type of column that cannot be identified. + The type of column that cannot be identified. + - + + - Initializes a new instance of the class with the specified collection property and operator type. + An exception thrown because an attempt is made to modify a row in a database, but its version doesn't match the version of the row being posted. - - A value which specifies the name of the collection property whose values are used to calculate the aggregate expression. It can be represented by a path through object relationships, for example "Employer.Addresses". - - - - An enumeration value which specifies the type of the aggregate operator. This value is assigned to the property. - - + + + + Initializes a new instance of the class. + + - + + - Initializes a new instance of the class with the specified settings. + Represents the interface for objects that need to interact with SQL Server databases, - - A value which specifies the name of the collection property whose values are used to calculate the aggregate expression. It can be represented by a path through object relationships, for example "Employer.Addresses". + + + + A object that specifies the connection to a data store, if the specified data store allows commands to be created. + + + A object that specifies the connection to the data store, if the specified data store allows commands to be created. - - - A value which specifies the name of the persistent property of the object from the property collection. + - - - An enumeration value which specifies the type of the aggregate operator. This value is assigned to the property. + + + + Creates a command if the data store allows commands to be created. - + + + A command that is executed when connected to a data store. + - + + - Invokes an appropriate overload of the visitor's Visit method. + Represents the update statement. - - A visitor that implements the interface. - - - An object returned by the specified visitor's Visit method. - - - + - Gets or sets the aggregated expression. + Initializes a new instance of the class. - A object which represents the aggregated expression. - - + - Gets or sets the type of the aggregate operator. + Initializes a new instance of the UpdateStatement class with the specified settings. - An enumeration value which specifies the type of the aggregate operator. - + + A object that represents the table. + + + A value that identifies the table. This value is assigned to the property. - - - - For internal use only. + + + + + Determines whether the current object has the same settings as the specified object. - - + + A UpdateStatement object to compare with the current object. - + true if the object specified by the parameter has the same settings as the current object; otherwise, false. - + - Creates a copy of the current AggregateOperand instance. + Gets the hash code (a number) that corresponds to the value of the current UpdateStatement object. - An AggregateOperand object which represents an exact copy of the current object. + An integer value representing the hash code for the current object. - + - Gets or sets a collection property whose elements are used to calculate an aggregate expression. - + Returns a string representation of the UpdateStatement. - An object which represents the collection property. - + A string representing the UpdateStatement. + - + + - Gets or sets the filter criteria which is applied to values. + Represents the result of a single select query to a data store. - A object which represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. - - - + - For internal use only. - + Initializes a new instance of the SelectStatementResult class with the specified rows. - + + An array of objects that will be represented as the collection's elements. - + - + - For internal use only. - + Initializes a new instance of the SelectStatementResult class with the specified collection of rows. - - + + A collection of rows that will be copied to the collection being created. - - - - + - Determines whether the current object has the same settings as the specified object. + Initializes a new instance of the SelectStatementResult class. - - An AggregateOperand object to compare with the current object. - - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - + - For internal use only. - + Initializes a new instance of the SelectStatementResult class with the specified collection of rows. - - + + An array of rows that represent the result of a single select query to a data store. Each row contains the values of the queried fields. This value is assigned to the property. - - - + - For internal use only. - + Creates a copy of the current SelectStatementResult instance. - + A SelectStatementResult object which represents an exact copy of the current object. - + - Gets the hash code (a number) that corresponds to the value of the current AggregateOperand object. - + An array of rows that represent the result of a single select query to a data store. Each row contains the values of the queried fields. To learn more, refer to How to: Access Data in SQL Query Results. - An integer value representing the hash code for the current object. - + - + + - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Represents the select statement. - true if the is null reference; otherwise, false. - - - + - For internal use only. - - + Initializes a new instance of the SelectStatement class with the specified settings. - - + + A object that represents the table. + + + + A value that identifies the table. This value is assigned to the property. - - - + - For internal use only. - + Initializes a new instance of the class. - - - - - - - + - For internal use only. + Determines whether the current object has the same settings as the specified object. - - + + A SelectStatement object to compare with the current object. - + true if the object specified by the parameter has the same settings as the current object; otherwise, false. - + - For internal use only. - - + Gets the hash code (a number) that corresponds to the value of the current SelectStatement object. - - - - - + An integer value representing the hash code for the current object. - - + - Enumerates unary operator types. + Specifies the grouping expression that is represented by a descendant. + + - + - Represents the bitwise NOT operator. + Provides access to the that specifies the columns by which the result of the current SelectStatement should be grouped. - -To create the bitwise NOT operator using the method use the following syntax: + + A that specifies the columns by which the result of the current SelectStatement should be grouped. -CriteriaOperator.Parse("~Field1") + + + + + + + + Specifies the number of records to exclude from the query result. + - + - Represents the operator which determines whether or not a given expression is NULL. + Provides access to the collection. + + + A object that represents the collection of objects. + - -To create the is-null operator using the method use the following syntax: + + + + + Specifies the maximum number of selected records. + + -CriteriaOperator.Parse("Field1 IS NULL") + + + + + Returns a string that represents the current object. + A that represents the current SelectStatement object. + - + + - Represents the unary negation (-) operator. + Represents the result of batch select queries made to a data store. - -To create the unary negation operator using the method use the following syntax: + -CriteriaOperator.Parse("-Field1 = -10") + + + + Initializes a new instance of the class. - + - Represents the logical NOT. - - -To create the logical NOT operator using the method use the following syntax: - - -CriteriaOperator.Parse("NOT ((Field1 = A) OR (Field1 = B))") + Initializes a new instance of the SelectedData class with the specified settings. + + An array of objects that represent the result of select operations. + + - + - Represents the unary plus (+) operator. + The results of select query statements. To learn more, refer to How to: Access Data in SQL Query Results. + - + - Enumerates group operator types. + Serves as the base class for classes that represent modification statements. + - + - Groups operands with logical AND. - -To create the logical AND operator using the method use the following syntax: + Gets the collection of objects. + + + -CriteriaOperator.Parse("Field1 > 100 AND Field2 < 150") + + + + + Specifies the number of records to be modified. + - + - Groups operands with logical OR. - -To create the logical OR operator using the method use the following syntax: - -CriteriaOperator.Parse("Field1 > 100 OR Field2 < 150") + Returns a string that represents the current object. + A that represents the current ModificationStatement object. + - + - Enumerates function types that can be used by the operators. + Represents the result of an update operation on a data store. - + - Returns the absolute value of a specified numeric operand. - -If a specified operand is not numeric, the System.NotSupportedException is thrown. - -To create the Abs operator using the method, use the following syntax: CriteriaOperator.Parse("Abs(Field1)"). + Initializes a new instance of the class. - + - Returns the angle (in radians) whose cosine is a specified numeric operand. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - -To create the Acos operator using the method, use the following syntax: CriteriaOperator.Parse("Acos(Field1)"). + Initializes a new instance of the ModificationResult class. + + + + - + - Returns a object representing the date that is a specified number of days from a specific date. - -The operands should be defined as follows: - -1 - a object representing the original date; -2 - the time period (in days) from the original date. This number can be negative or positive. Its decimal part is part of a day. - -To create the AddDays operator using the method use the following syntax: CriteriaOperator.Parse("AddDays(Field1, Field2)"). + Initializes a new instance of the ModificationResult class. + + + + - + - Returns a object representing the date that is a specified number of hours from a specific date. - -The operands should be defined as follows: - -1 - a object representing the original date; -2 - the time period (in hours) from the original date. This number can be negative or positive. Its decimal part is part of an hour. - -To create the AddHours operator using the method use the following syntax: CriteriaOperator.Parse("AddHours(Field1, Field2)"). + An array of identifiers. + + - - - Returns a object representing the date that is a specified number of milliseconds from a specific date. - -The operands should be defined as follows: - -1 - a object representing the original date; -2 - the time period (in milliseconds) from the original date. This number can be negative or positive. Its decimal part is part of a millisecond. + -To create the AddMilliSeconds operator using the method use the following syntax: CriteriaOperator.Parse("AddMilliseconds(Field1, Field2)"). + + Represents the insert statement. - - + - Returns a object representing the date that is a specified number of minutes from a specific date. - -The operands should be defined as follows: - -1 - a object representing the original date; -2 - the time period (in minutes) from the original date. This number can be negative or positive. Its decimal part is part of a minute. - -To create the AddMinutes operator using the method use the following syntax: CriteriaOperator.Parse("AddMinutes(Field1, Field2)"). + Initializes a new instance of the InsertStatement class with the specified settings. + + A object that represents the table. + + + A value that identifies the table. This value is assigned to the property. - - - - Returns a object representing the date that is a specified number of months from a specific date. - -The operands should be defined as follows: + -1 - a object representing the original date; -2 - the time period (in months) from the original date. This number can be negative or positive. -To create the AddMonths operator using the method use the following syntax: CriteriaOperator.Parse("AddMonths(Field1, Field2)"). + + + + Initializes a new instance of the class. - + - Returns a object representing the date that is a specified number of seconds from a specific date. - -The operands should be defined as follows: - -1 - a object representing the original date; -2 - the time period (in seconds) from the original date. This number can be negative or positive. Its decimal part is part of a second. - -To create the AddSeconds operator using the method use the following syntax: CriteriaOperator.Parse("AddSeconds(Field1, Field2)"). + Determines whether the current object has the same settings as the specified object. + + A InsertStatement object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + - + - Returns a object representing the date that is a specified number of ticks from a specific date. - -The operands should be defined as follows: - -1 - a object representing the original date; -2 - the time period (in 100-nanosecond ticks) from the original date. This number can be negative or positive. - -To create the AddTicks operator using the method use the following syntax: CriteriaOperator.Parse("AddTicks(Field1, Field2)"). + Gets the hash code (a number) that corresponds to the value of the current InsertStatement object. + An integer value representing the hash code for the current object. + - + - Returns a object representing the date that is a specified time period from a specific date. - -The operands should be defined as follows: - -1 - a object representing the original date; -2 - a object representing the time period from the original date. - -To create the AddTimeSpan operator using the method use the following syntax: CriteriaOperator.Parse("AddTimeSpan(Field1, Field2)"). + Specifies the name of an identity column in a table. + - + - Returns a object representing the date that is a specified number of years from a specific date. - -The operands should be defined as follows: - -1 - a object representing the original date; -2 - the time period (in years) from the original date. This number can be negative or positive. - -To create the AddYears operator using the method use the following syntax: CriteriaOperator.Parse("AddYears(Field1, Field2)"). + Specifies the type of an identity column in a table. + - + - Returns the ASCII code of the first character in a specified string operand. - -If a specified operand represents an empty string, null is returned. - -To create the Ascii operator using the method, use the following syntax: CriteriaOperator.Parse("Ascii(Field1)"). + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + - + - Returns the angle (in radians) whose sine is a specified numeric operand. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - -To create the Asin operator using the method, use the following syntax: CriteriaOperator.Parse("Asin(Field1)"). + Returns a string representation of the InsertStatement. + A string representing the InsertStatement. + - - - Returns the angle (in radians) whose tangent is a specified numeric operand. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. + -To create the Atn operator using the method, use the following syntax: CriteriaOperator.Parse("Atn(Field1)"). + + Represents the delete statement. - - + - Returns the angle (in radians) whose tangent is the quotient of two specified numeric operands. - -The operator requires two operands representing the Cartesian coordinates (x, y) of a point: -1 - the y coordinate; -2 - the x coordinate. - -If specified operands cannot be converted to , the System.NotSupportedException is thrown. - -To create the Atn2 operator using the method use the following syntax: CriteriaOperator.Parse("Atn2(y, x)"). + Initializes a new instance of the class. - + - Calculates the product of two specified numeric operands. -The operator requires two operands representing the integer values to be multiplied. - -If the specified operands do not represent integer values, the System.NotSupportedException is thrown. - -To create the BigMul operator using the method, use the following syntax: CriteriaOperator.Parse("BigMul(Field1, Field2)"). + Initializes a new instance of the DeleteStatement class with the specified settings. + + A object that represents the table. + + + + A value that identifies the table. This value is assigned to the property. + + - + - Returns the smallest integer greater than or equal to a specified numeric operand. The rounding provided by this operator is called rounding toward positive infinity. + Determines whether the current object has the same settings as the specified object. + + + + A DeleteStatement object to compare with the current object. -If a specified operand is not numeric, the System.NotSupportedException is thrown. + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + -To create the Ceiling operator using the method, use the following syntax: CriteriaOperator.Parse("Ceiling(Field1)"). + + + + + Gets the hash code (a number) that corresponds to the value of the current DeleteStatement object. + An integer value representing the hash code for the current object. + - + - Converts a specified numeric operand to a Unicode character. - -If a specified operand cannot be converted to a decimal or integer number, the System.NotSupportedException is thrown. - -To create the Char operator using the method, use the following syntax: CriteriaOperator.Parse("Char(Field1)"). + Returns a string representation of the DeleteStatement. + A string representing the DeleteStatement. + - - - Returns the index of the first occurrence of a specified substring in a specified string. - -The operands should be defined as follows: + -1 - a substring to search; -2 - a string to be searched; -3 - (optional) an integer that specifies the zero-based index at which the search starts. If this operand is not specified, the search begins from the start of the string; -4 - (optional) an integer that specifies the number of characters to examine, starting from the specified position. If this operand is not specified, the search continues until the end of the string. + + Enables operations performed by a specific object to be logged. -This function performs a word (case-sensitive and culture-sensitive) search using the current culture. If a specified substring is found, the function returns its index. Otherwise, -1 is returned. -To create the CharIndex operator using the method use the following syntax: CriteriaOperator.Parse("CharIndex(Field1, Field2)"), CriteriaOperator.Parse("CharIndex(Field1, Field2, Field3)"), or CriteriaOperator.Parse("CharIndex(Field1, Field2, Field3, Field4)"). - - + - Concatenates one or more strings. + Initializes a new instance of the DataStoreLogger class with the specified settings. + + A object that represents a tracked data store. + + + A object that will log data-aware operations performed on the tracked data store - - - - Returns True if one string occurs within another string; otherwise, False is returned. + -This function requires two string operands: -1 - a string to be searched; -2 - a substring to search. + + + + Gets a writer that logs the data-aware operations performed on the tracked data store. - -To create the Contains operator using the method use the following syntax: -CriteriaOperator.Parse("Contains(String, SubString)"); - + A object that logs the data-aware operations performed on the tracked data store + + - - - Returns the cosine of a specified numeric operand representing an angle, measured in radians. + -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. + + Serves as the base class for the classes that represent statements. -To create the Cos operator using the method, use the following syntax: CriteriaOperator.Parse("Cos(Field1)"). - - + - Returns the hyperbolic cosine of a specified numeric operand representing an angle, measured in radians. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - -To create the Cosh operator using the method, use the following syntax: CriteriaOperator.Parse("Cosh(Field1)"). + Determines whether the current object has the same settings as the specified object. + + A BaseStatement object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + - + - Identifies a custom operation. This operation is executed on the client side if its operands represent constants. A custom operation is executed on the server side only if its operands cannot be evaluated locally. To learn how to implement custom operators, refer to the How to: Implement a Custom Criteria Language Operator topic. -The eXpress Persistent Objects framework provides two custom function operators - and . + Gets the hash code (a number) that corresponds to the value of the current BaseStatement object. + An integer value representing the hash code for the current object. + - + - Identifies a custom nondeterministic operation. -Unlike a standard custom operation, a custom nondeterministic operation is always executed on the server side, regardless of whether its operands are constants. -Refer to the How to: Implement a Custom Criteria Language Operator topic, to learn how to implement custom operators. + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + - + - Returns the count of day boundaries crossed between the specified starting date and ending date. - -The operands should be defined as follows: - -1 - a object representing the starting date; -2 - a object representing the ending date. - -To create the DateDiffDay operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffDay(StartDate, EndDate)"). + Returns the names of the tables that are referenced in the specified statements. + + An array of descendants that represents statements. + + An array of strings that specify the names of the tables that are referenced in the specified statements. - - - - Returns the count of hour boundaries crossed between the specified starting date and ending date. - -The operands should be defined as follows: + -1 - a object representing the starting date; -2 - a object representing the ending date. -To create the DateDiffHour operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffHour(StartDate, EndDate)"). + + + + Returns the names of the tables that are referenced in the statement. + An array of strings that specify the names of the tables that are referenced in the statement. + + - + - Returns the count of millisecond boundaries crossed between the specified starting date and ending date. - -The operands should be defined as follows: + The collection of operands. + + + -1 - a object representing the starting date; -2 - a object representing the ending date. -To create the DateDiffMilliSecond operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffMilliSecond(StartDate, EndDate)"). + + + + The interface for objects that need to interact with a data store. - - + - Returns the count of minute boundaries crossed between the specified starting date and ending date. - -The operands should be defined as follows: - -1 - a object representing the starting date; -2 - a object representing the ending date. - -To create the DateDiffMinute operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffMinute(StartDate, EndDate)"). - + When implemented by a class, returns which operations are performed when a data store is accessed for the first time. + An value that specifies which operations are performed when a data store is accessed for the first time. + - + - Returns the count of month boundaries crossed between the specified starting date and ending date. - -The operands should be defined as follows: - -1 - a object representing the starting date; -2 - a object representing the ending date. - -To create the DateDiffMonth operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffMonth(StartDate, EndDate)"). - + Updates data in a data store using the specified modification statements. + + An array of data modification statements. + + + The result of the data modifications. + - + - Returns the count of second boundaries crossed between the specified starting date and ending date. - -The operands should be defined as follows: + When implemented by a class, fetches data from a data store using the specified query statements. + + + + An array of statements to obtain data from the data store. -1 - a object representing the starting date; -2 - a object representing the ending date. + + Data retrieved from the data store. + -To create the DateDiffSecond operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffSecond(StartDate, EndDate)"). + + + + When implemented by a class, updates the storage schema according to the specified class descriptions. + + true if the schema should not be created if the table that corresponds to the first item in the tables array doesn't exist in the data store. + + + An array of tables whose structure should be saved in the data store. - - - - Returns the count of tick boundaries crossed between the specified starting date and ending date. + + An value that specifies the result of the update operation. -The operands should be defined as follows: + -1 - a object representing the starting date; -2 - a object representing the ending date. -To create the DateDiffTick operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffTick(StartDate, EndDate)"). + + + + Represents a sorting column in a query. - - + - Returns the count of year boundaries crossed between the specified starting date and ending date. - -The operands should be defined as follows: + Initializes a new instance of the class with the specified settings. + + + + A value that specifies the name of the sorted column in a query. -1 - a object representing the starting date; -2 - a object representing the ending date. + + + A value that specifies the alias name of the table in the query. -To create the DateDiffYear operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffYear(StartDate, EndDate)"). + + + A enumeration value which specifies the column's sort order. This value is assigned to the property. - - + - + - Returns True if the end of one string matches another string; otherwise, False is returned. + Initializes a new instance of the class with the specified property and sort direction. + + + + A descendant representing the query operand that identifies the sorted column in a query. This value is assigned to the property. -This function requires two string operands: + + + A enumeration value which specifies the column's sort order. This value is assigned to the property. + + -1 - a string to be searched; -2 - a substring to search at the end of the first string. - -To create the EndsWith operator using the method use the following syntax: -CriteriaOperator.Parse("EndsWith(String, SubString)"); - + + + + Initializes a new class with default settings. - + - Returns the number e raised to the power specified by a numeric operand. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - -Exp reverses . Use the operand to calculate powers of other bases. - -To create the Exp operator using the method use the following syntax: CriteriaOperator.Parse("Exp(Field1)"). + Gets or sets the column's sort order. + A enumeration value which specifies the column's sort order. + - + - Returns the largest integer less than or equal to a specified numeric operand. The rounding provided by this operator is called rounding toward negative infinity. - -If a specified operand is not numeric, the System.NotSupportedException is thrown. - -To create the Floor operator using the method, use the following syntax: CriteriaOperator.Parse("Floor(Field1)"). + Determines whether the current object has the same settings as the specified object. + + A SortingColumn object to compare with the current object. + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - Returns the date part of a specified date. + -This operator requires an operand of the type. -The return value represents a object with the same date part, and the time part set to 00:00:00. + + + + Gets the hash code (a number) that corresponds to the value of the current SortingColumn object. -To create the GetDate operator using the method use the following syntax: CriteriaOperator.Parse("GetDate(Field1)"). + An integer value representing the hash code for the current object. + - + - Gets the day part of a specified date. + Gets or set the query operand that identifies the sorted column in a query. + + + A descendant representing the query operand that identifies the sorted column in a query. + -This operator requires an operand of the type. -The return value ranges between 1 and 31. + + -To create the GetDay operator using the method use the following syntax: CriteriaOperator.Parse("GetDay(Field1)"). + + Represents a collection of objects. - - + - Gets a specified date's day of the week. - -This operator requires an operand of the type. - -The return value represents a equivalent of a enumerated constant representing a day of the week. - -To create the GetDayOfWeek operator using the method use the following syntax: CriteriaOperator.Parse("GetDayOfWeek(Field1)"). + Initializes a new instance of the class. - + - Gets a specified date's day of the year. - -This operator requires an operand of the type. - -The return value ranges between 1 and 366. - -To create the GetDayOfYear operator using the method use the following syntax: CriteriaOperator.Parse("GetDayOfYear(Field1)"). + Determines whether the current object has the same settings as the specified object. + + A QuerySortingCollection object to compare with the current object. + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - Gets the hour part of a specified date. + -This operator requires an operand of the type. -The return value ranges between 0 and 23. + + + + Gets the hash code (a number) that corresponds to the value of the current QuerySortingCollection object. -To create the GetHour operator using the method use the following syntax: CriteriaOperator.Parse("GetHour(Field1)"). + An integer value representing the hash code for the current object. + - - - Gets the milliseconds part of a specified date. - -This operator requires an operand of the type. - -The return value ranges between 0 and 999. + -To create the GetMilliSecond operator using the method use the following syntax: CriteriaOperator.Parse("GetMilliSecond(Field1)"). + + Represents a collection of objects. - - + - Gets the minute part of a specified date. - -This operator requires an operand of the type. - -The return value ranges between 0 and 59. - -To create the GetMinute operator using the method use the following syntax: CriteriaOperator.Parse("GetMinute(Field1)"). + Initializes a new instance of the class. - + - Gets the month part of a specified date. + Initializes and populates a new instance of the class. + + + + An array of objects that are added to the collection. -This operator requires an operand of the type. + -The return value ranges between 1 and 12. -To create the GetMonth operator using the method use the following syntax: CriteriaOperator.Parse("GetMonth(Field1)"). + + + + Determines whether the current object has the same settings as the specified object. + + A QueryParameterCollection object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + - + - Gets the seconds part of a specified date. - -This operator requires an operand of the type. - -The return value ranges between 0 and 59. + Gets the hash code (a number) that corresponds to the value of the current QueryParameterCollection object. -To create the GetSecond operator using the method use the following syntax: CriteriaOperator.Parse("GetSecond(Field1)"). + An integer value representing the hash code for the current object. + - + - Gets the time part of a specified date. - -This operator requires an operand of the type. + Returns a string representation of the QueryParameterCollection. + + + A string representing the QueryParameterCollection. + -The return value represents a object that is equal to the number of 100-nanosecond ticks that have elapsed since midnight. -To create the GetTimeOfDay operator using the method, use the following syntax: CriteriaOperator.Parse("GetTimeOfDay(Field1)"). + + + + Represents a collection of objects. - - + - Gets the year part of a specified date. - -This operator requires an operand of the type. - -The return value ranges between 1 and 9999. - -To create the GetYear operator using the method use the following syntax: CriteriaOperator.Parse("GetYear(Field1)"). + Initializes a new instance of the class. - + - Returns one of two values depending upon the value of a logical expression. - - -The function requires three operands of the class: - - - -1 - determines the logical expression; - - -2 - specifies the value that will be returned if the logical expression evaluates to TRUE; - - -3 - specifies the value that will be returned if the logical expression evaluates to FALSE. + Determines whether the current object has the same settings as the specified object. + + + A QueryOperandCollection object to compare with the current object. - -To create the Iif operator using the method use the following syntax: -CriteriaOperator.Parse("Iif(Field1 == 100, Field1, Field2)") - + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - + - + - Inserts a specified string at a certain position within another. - -The operands should be defined as follows: - -1 - a string in which the insertion is to be performed; -2 - an integer that specifies the zero-based index position of the insertion; -3 - a string to insert. + Gets the hash code (a number) that corresponds to the value of the current QueryOperandCollection object. -To create the Insert operator using the method use the following syntax: CriteriaOperator.Parse("Insert(Field1, Field2, Field3)"). + An integer value representing the hash code for the current object. + - - - Compares the first operand with the NULL value. - -This function requires one or two operands of the class. The value returned depends upon the number of arguments. - - -If a single operand is passed, the function returns true if the operand is null, otherwise, false is returned. - + - -If two operands are passed, the function returns the second operand if the first operand is null, otherwise, the first operand is returned. + + Represents a query operand. + - -To create the IsNull operator using the method use the following syntax: -CriteriaOperator.Parse("IsNull(Field1)") or CriteriaOperator.Parse("IsNull(Field1AndTrueResult, FalseResult)"). - + + + + Initializes a new instance of the class with the specified column name and alias name. + + A value that specifies the column's name. This value is assigned to the field. + + + + A value that specifies the alias name of the table in a query. This value is assigned to the field. + + - + - Indicates whether a specified operand is a null reference or an empty string. - -The function returns true if a specified operand is null or an empty string, otherwise, false is returned. - -To create the IsNullOrEmpty operator using the method, use the following syntax: CriteriaOperator.Parse("IsNullOrEmpty(Field1)"). + Initializes a new instance of the class with default settings. - + - The Boolean Is Beyond This Year operator for date/time values. Requires one argument. - -The operator is defined as follows: date >= First Day of Next Year - + Initializes a new instance of the class with the specified column and alias name. + + A object representing the column that the query operand corresponds to. The name of this column is assigned to the property. + + + + A value that specifies the alias name of the table in a query. This value is assigned to the field. + + - + - The Boolean Is Earlier This Month operator for date/time values. Requires one argument. - -The operator is defined as follows: First Day of This Month <= date < First Day of Last Week + Initializes a new instance of the QueryOperand class with the specified settings. + + + A value that specifies the column's name. This value is assigned to the field. + + + A value that specifies the alias name of the table in a query. This value is assigned to the field. - - + + + + + - + - The Boolean Is Earlier This Week operator for date/time values. Requires one argument. - -The operator is defined as follows: First Day of This Week <= date < Yesterday - - + + + + - + - The Boolean Is Earlier This Year operator for date/time values. Requires one argument. - -The operator is defined as follows: First Day of This Year <= date < First Day of This Month - - + + + + + - + - The Boolean Is Last Week operator for date/time values. Requires one argument. - -The operator is defined as follows: First Day of Last Week <= date < First Day of This Week - + Creates a copy of the current QueryOperand instance. + A QueryOperand object which represents an exact copy of the current object. + - + - The Boolean Is Later This Month operator for date/time values. Requires one argument. - -The operator is defined as follows: -Last Day of Next Week < date < First Day of Next Month - + Specifies the column's name + - + - The Boolean Is Later This Week operator for date/time values. Requires one argument. - -The operator is defined as follows: -Day After Tomorrow <= date < First Day of Next Week - + The column type. + - + - The Boolean Is Later This Year operator for date/time values. Requires one argument. - -The operator is defined as follows: First Day of Next Month <= date < First Day of Next Year - + Determines whether the current object has the same settings as the specified object. + + A QueryOperand object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + - + - The Boolean Is Next Week operator for date/time values. Requires one argument. - -The operator is defined as follows: First Day of Next Week <= date <= Last Day of Next Week - + Gets the hash code (a number) that corresponds to the value of the current QueryOperand object. + + An integer value representing the hash code for the current object. + - + - The Boolean Is Prior This Year operator for date/time values. Requires one argument. - -The operator is defined as follows: date < First Day of This Year - + Specifies the alias name of the table in a query. + - + + - The Boolean Is Today operator for date/time values. Requires one argument. + Represents a collection of objects. - - + - The Boolean Is Tomorrow operator for date/time values. Requires one argument. + Initializes a new instance of the class. - + - The Boolean Is Yesterday operator for date/time values. Requires one argument. + Determines whether the current object has the same settings as the specified object. + + A JoinNodeCollection object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + - + - Returns True if the specified date falls within the current month. + Gets the hash code (a number) that corresponds to the value of the current JoinNodeCollection object. -To create the IsThisMonth operator using the method, use the following syntax: CriteriaOperator.Parse("IsThisMonth(StartDate)"). + An integer value representing the hash code for the current object. + - + - Returns True if the specified date falls within the current week. - -To create the IsThisWeek operator using the method, use the following syntax: CriteriaOperator.Parse("IsThisWeek(StartDate)"). + Returns a string that represents the current object. + A that represents the current JoinNodeCollection object. + - - - Returns True if the specified date falls within the current year. + -To create the IsThisYear operator using the method, use the following syntax: CriteriaOperator.Parse("IsThisYear(StartDate)"). + + Serves as a base for the class. - - + - Returns the length of the string specified by an operand. - - -The operand should be an object of the type. + Initializes a new instance of the class. + - -To create the Len operator using the method use the following syntax: -CriteriaOperator.Parse("Len(Field1)"); - + + + + Initializes a new instance of the class with default settings. + + A object that represent the table. + + + + A value that identifies the table. This value is assigned to the property. + + + + A enumeration value that specifies the join's type. This value is assigned to the property. + + - + - Returns the DateTime value corresponding to the day after Tomorrow. + A value that identifies the table. + - + - Returns the DateTime value corresponding to the first day of the previous week. + Specifies the criteria expression. + - + - Returns the DateTime value corresponding to the first day of next month. - + Determines whether the current object has the same settings as the specified object. + + A JoinNode object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + - + - Returns the DateTime value corresponding to the first day of the following week. - + Returns the column with the specified name. + + A value that specifies the column's name. + + + A object that represents the table column. + - + - Returns the DateTime value corresponding to the first day of the following year. + Gets the hash code (a number) that corresponds to the value of the current JoinNode object. + An integer value representing the hash code for the current object. + - + - Returns the DateTime value corresponding to the current moment in time. + Provides access to the collection of sub nodes that is represented by a object. + - + - Returns the DateTime value corresponding to the first day of the current month. + Specifies the table's name. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + - + - Returns the DateTime value corresponding to the first day of the current week. + Returns a string that represents the current object. + A that represents the current JoinNode object. + - + - Returns the DateTime value corresponding to the first day of the current year. + A enumeration value that specifies the join's type. + - + + - Returns the DateTime value corresponding to Today. + For internal use. - - + - Returns the DateTime value corresponding to Tomorrow. + A collection of strings that specify the columns that function as primary keys for a table. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + - + - Returns the DateTime value corresponding to the first day of the week that is after next week. - + This member supports the XPO Framework infrastructure and is not intended to be used directly from your code. + - + + - Returns the DateTime value corresponding to Yesterday. + A table that stores a persistent object's data. - - + - Returns the logarithm of a specified numeric operand. The return value depends upon the number of operands. - -If one operand is passed, the natural (base e) logarithm of a specified operand is returned. - -If two operands are passed, the logarithm of a specified operand in a specified base is returned. The operands should be defined as follows: -1 - a number whose logarithm is to be calculated; -2 - the base of the logarithm. - -If specified operands cannot be converted to , the System.NotSupportedException is thrown. - -Log reverses . To calculate the base 10 logarithm, use . - -To create the Log operator using the method use the following syntax: CriteriaOperator.Parse("Log(Field1)") or CriteriaOperator.Parse("Log(Field1, Field2)"). + Initializes a new instance of the class with default settings. - + - Returns the base 10 logarithm of a specified numeric operand. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - -Log10 reverses . Use the operand to calculate the logarithm of other bases. - -To create the Log10 operator using the method use the following syntax: CriteriaOperator.Parse("Log10(Field1)"). + Initializes a new instance of the class with the specified name. + + A value that specifies the table's name. This value is assigned to the property. + + - + - Converts all characters in a string operand to lowercase. - -The operand should be an object of the type. - -To create the Lower operator using the method, use the following syntax: CriteriaOperator.Parse("Lower(Field1)"); - + Appends a column to the collection. + + A object that represents the column to be added to the collection. + + - + - Returns the larger of two numeric values. - -The operands should be defined as follows: - -1 - a numeric value A; -2 - a numeric value B; - -To create the Max operator using the method use the following syntax: CriteriaOperator.Parse("Max(ValueA, ValueB)"). + Appends a object to the collection. + + A object to be added to the collection. + + - + - Returns the smaller of two numeric values. - -The operands should be defined as follows: - -1 - a numeric value A; -2 - a numeric value B; - -To create the Min operator using the method use the following syntax: CriteriaOperator.Parse("Min(ValueA, ValueB)"). + Appends a object to the collection. + + A object to be added to the collection. + + - + - The function type is not specified. + Provides access to the current DBTable's column collection. + A list of objects that represent the columns defined in the current DBTable. + - + - Returns a object representing the system's current date and time. - -To create the Now operator using the method, use the following syntax: CriteriaOperator.Parse("Now()"). + Determines whether the current object has the same settings as the specified object. + + A DBTable object to compare with the current object. + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - Pads a string with spaces or a specified Unicode character on the left for a specified total length. + -The operands should be defined as follows: -1 - a string to be padded; -2 - the total number of characters in the resulting string, including padding characters; -3 - (optional) a Unicode padding character. If not specified, the space character is used for padding. If a string is passed as this operand, its first character is used for padding. -To create the PadLeft operator using the method use the following syntax: CriteriaOperator.Parse("PadLeft(Field1, Field2)") or CriteriaOperator.Parse("PadLeft(Field1, Field2, Field3)"). + + + + Provides access to the current DBTable's foreign keys collection. + A list of objects that represent the foreign keys defined in the current DBTable. + - + - Pads a string with spaces or a specified Unicode character on the right for a specified total length. - -The operands should be defined as follows: -1 - a string to be padded; -2 - the total number of characters in the resulting string, including padding characters; -3 - (optional) a Unicode padding character. If not specified, the space character is used for padding. If a string is passed as this operand, its first character is used for padding. - -To create the PadRight operator using the method use the following syntax: CriteriaOperator.Parse("PadRight(Field1, Field2)") or CriteriaOperator.Parse("PadRight(Field1, Field2, Field3)"). + Creates a new column with the specified name and appends it to the collection. + + A value that specifies the column's name. This value is assigned to the property. + + + A object that represents the new column. + - + - Returns a specified numeric operand raised to a specific power. - -The Power operator requires two operands: -1 - a number to be raised to a power; -2 - a power. - -If specified operands cannot be converted to , the System.NotSupportedException is thrown. - -Power reverses or . Use the operand to calculate powers of the number e. + Gets the hash code (a number) that corresponds to the value of the current DBTable object. -To create the Power operator using the method use the following syntax: CriteriaOperator.Parse("Power(Field1, Field2)"). + An integer value representing the hash code for the current object. + - + - Removes all, or a certain number of characters from a specified string, starting at a specified position. - -The operands should be defined as follows: - -1 - a string to be shrunk; -2 - an integer that specifies the zero-based index at which character removal starts; -3 - (optional) an integer that specifies the number of characters to remove, starting at the specified position. If this operand is not specified, all characters between the starting position and the end of the string are removed. - -To create the Remove operator using the method use the following syntax: CriteriaOperator.Parse("Remove(Field1, Field2)") or CriteriaOperator.Parse("Remove(Field1, Field2, Field3)"). + Provides access to the current DBTable's indexes collection. + A list of objects that represent the indexes defined for the current DBTable. + - + - Replaces all occurrences of a certain string in a specified string, with another. - -The operands should be defined as follows: - -1 - a string in which replacements are to be performed; -2 - a string to be replaced; -3 - a string to replace all occurrences found. - -To create the Replace operator using the method use the following syntax: CriteriaOperator.Parse("Replace(Field1, Field2, Field3)"). + Indicates whether the collection contains the specified object. + + A object to locate in the collection. + + + true if the collection contains the specified object; otherwise, false. + - + - Reverses the order of characters within a specified string. - -To create the Reverse operator using the method, use the following syntax: CriteriaOperator.Parse("Reverse(Field1)"). + Indicates whether the collection contains the specified object. + + A object to locate in the collection. + + + true if the collection contains the specified object; otherwise, false. + - + - Returns a random number greater than or equal to 0.0, and less than 1.0. - -To create the Rnd operator using the method, use the following syntax: CriteriaOperator.Parse("Rnd()"). + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + - + - Rounds a specified numeric operand to the nearest integer or to a specified number of decimal places. The rounding provided by this operator is called rounding to nearest or banker's rounding. - -The operands should be defined as follows: -1 - a value to round; -2 - (optional) a value specifying the number of decimal places to round to. 0 indicates that the first operand is rounded to the nearest integer. - -To create the Round operator using the method, use the following syntax: CriteriaOperator.Parse("Round(Field1)") or CriteriaOperator.Parse("Round(Field1, Field2)"). + Specifies the table's name. + A value that specifies the table's name. + - + - Returns a value indicating the sign of a number represented by a specified operand. The function returns one of the following values: -1, for positive numbers; --1, for negative numbers; -0, if the number is equal to zero. - -If a specified operand is not numeric, System.NotSupportedException is thrown. - -To create the Sign operator using the method use the following syntax: CriteriaOperator.Parse("Sign(Field1)"). + Specifies a object that represents a primary keys for the table. The primary key must be unique to identify the record in the table. It's also possible to have a table with a primary key made up of two or more columns. + - - - Returns the sine of a specified numeric operand representing an angle, measured in radians. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. + -To create the Sin operator using the method, use the following syntax: CriteriaOperator.Parse("Sin(Field1)"). + + The primary key of a table. - - + - Returns the hyperbolic sine of a specified numeric operand representing an angle, measured in radians. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - -To create the Sinh operator using the method, use the following syntax: CriteriaOperator.Parse("Sinh(Field1)"). + Initializes a new instance of the class with the specified columns that function as primary keys for a table. + + A collection of strings that identify columns that function as primary keys for a table. This value is assigned to the property. + + + - + - Returns the square root of a specified numeric operand. + Initializes a new instance of the class with the specified name and columns that function as primary keys for a table. + + + + A value that is assigned to the property. + + + + A collection of strings that identify columns that function as primary keys for a table. This value is assigned to the property. -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. -To create the Sqr operator using the method, use the following syntax: CriteriaOperator.Parse("Sqr(Field1)"). - - + - + - Returns True if the beginning of one string matches another string; otherwise, False is returned. + Initializes a new instance of the class with default settings. + + -This function requires two string operands: -1 - a string to be searched; -2 - a substring to search at the beginning of the first string. + + - -To create the StartsWith operator using the method use the following syntax: -CriteriaOperator.Parse("StartsWith(String, SubString)"); - + + For internal use. An index of a table. - - + - Returns a substring extracted from the specified string. This function requires two or three operands of the class. - -If two operands are passed the substring will be extracted from the beginning of the original string. The operands should be defined as follows: - - -1 - an original string; - - -2 - an integer that specifies the length of the substring. + Initializes a new instance of the class with the specified settings. + + + A value that is assigned to the property. - -If three operands are passed a substring can be subtracted starting from any position in the original string. The operands should be defined as follows: + + + A collection of strings that identify columns that function as primary keys for a table. This value is assigned to the property. - - -1 - an original string; - - -2 - an integer that specifies the zero-based index at which the substring to return begins; - - -3 - an integer that specifies the length of the substring. - - -To create a Substring operator using the method use the following syntax: -CriteriaOperator.Parse("Substring(Field1, 1, 3)"); - + + + true if the index must be unique; otherwise, false. This value is assigned to the property. - - + - + - Returns the tangent of a specified numeric operand representing an angle, measured in radians. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - -To create the Tan operator using the method, use the following syntax: CriteriaOperator.Parse("Tan(Field1)"). + Initializes a new instance of the class with the specified settings. + + A collection of strings that identify the columns that function as primary keys for a table. This value is assigned to the property. - - - - Returns the hyperbolic tangent of a specified numeric operand representing an angle, measured in radians. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. + + + true if the index must be unique; otherwise, false. This value is assigned to the property. -To create the Tanh operator using the method, use the following syntax: CriteriaOperator.Parse("Tanh(Field1)"). - - + - + - Returns a object representing the system's current date. The object's time part is set to 00:00:00. - -To create the Today operator using the method, use the following syntax: CriteriaOperator.Parse("Today()"). + Initializes a new instance of the class with default settings. - + - Converts a numeric operand to a fixed-point (exact-value) representation. - -To create the ToDecimal operator using the method, use the following syntax: CriteriaOperator.Parse("ToDecimal(Field2)"). + true if the index must be unique; otherwise, false. If the IsUnique field is set to true, an exception will be thrown when assigning an index that isn't unique. -Note that the resulting value may vary, based on the database system used as the backend. + - - - Converts a numeric operand to a double-precision floating-point (approximate-value) representation. - -To create the ToDouble operator using the method, use the following syntax: CriteriaOperator.Parse("ToDouble(Field2)"). + -Note that the resulting value may vary, based on the database system used as the backend. + + The foreign key of a table. - - + - Converts a numeric operand to a floating-point (approximate-value) representation. - -To create the ToFloat operator using the method, use the following syntax: CriteriaOperator.Parse("ToFloat(Field2)"). - -Note that the resulting value may vary, based on the database system used as the backend. + Initializes a new instance of the class with default settings. - + - Converts a numeric operand to an integer representation. - -To create the ToInt operator using the method, use the following syntax: CriteriaOperator.Parse("ToInt(Field2)"). - -Note that the resulting value may vary, based on the database system used as the backend. + Initializes a new instance of the class with the specified settings. + + A collection of strings that specify the names of columns that function as foreign keys for a table. This value is assigned to the property. + + + A value that specifies the name of a primary key table. This value is assigned to the field. - - - - Converts a numeric operand to a long integer representation. + + + A collection of strings that specify the names of columns that function as primary keys for a table. This value is assigned to the field. -To create the ToLong operator using the method, use the following syntax: CriteriaOperator.Parse("ToLong(Field2)"). + -Note that the resulting value may vary, based on the database system used as the backend. + + + + + Specifies the name of a primary key table. + - + - Returns a string representation of a specified numeric operand. - -If a specified operand is not numeric, the System.NotSupportedException is thrown. - -To create the ToStr operator using the method, use the following syntax: CriteriaOperator.Parse("ToStr(Field1)"). - -Note that the resulting string may vary, based on the format settings of the database system used as the backend. + A collection of strings that specify the names of columns that function as primary keys for a table. + - - - Returns a string containing a copy of a specified string with no leading nor trailing spaces. This function requires a single operand of the class that refers to the original string. + - -To create the Trim operator using the method use the following syntax: -CriteriaOperator.Parse("Trim(Field2)"); + + The schema of a column in a . + + + + + Initializes a new instance of the class with default settings. - + - Converts all characters in a string operand to uppercase. - -The operand should be an object of the type. - -To create the Upper operator using the method, use the following syntax: CriteriaOperator.Parse("Upper(Field1)"); - + Initializes a new instance of the DBColumn class with the specified settings. + + + + + + + + + + + + + + + + + + + + - + - Returns a object representing the current Coordinated Universal Time (UTC) date and time. - -To create the UtcNow operator using the method, use the following syntax: CriteriaOperator.Parse("UtcNow()"). + Specifies the column's type. + - - + - Enumerates binary operator types. + Specifies the name of the column data type. + + - + - Represents the bitwise AND operator. - - -To create the bitwise AND operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 & 128 = 128") + Gets the column type of the specified runtime type. + + A object that represents the exact runtime type. + + + A enumeration value that corresponds to the specified runtime type. + - + - Represents the bitwise OR operator. - - -To create the bitwise OR operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 | 3") + Gets the column type of the specified runtime type. + + A object that represents the exact runtime type. + + + true to return the DBColumnType.Unknown value if the specified type cannot be identified; false to raise the exception. - - - - Represents the bitwise XOR operator. + + A DevExpress.Xpo.DB.DBColumnType enumeration value that corresponds to the specified runtime type. + - -To create the bitwise XOR operator using the method use the following syntax: - -CriteriaOperator.Parse("(Field1 ^ Field2) = 1") + + + + Gets the runtime type of the specified column type. + + One of the enumeration values. + + + A object that represents the exact runtime type of the specified column type. + - + - Represents the division operator. - - -To create the division operator using the method use the following syntax: - -CriteriaOperator.Parse("Field1 / Field2 = 2") + true if the value of the column increments automatically; otherwise, false. The default value is false. + - + - Represents the Boolean equality operator. - - -To create the Boolean equality operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 = Field2") - + true if the column is the key column; otherwise, false. + - + - Represents the Boolean greater-than operator. - - -To create the Boolean greater-than operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 > Field2") + Indicates whether values of the specified column type can be saved to a database. + + One of the enumeration values. + + + true if values of the specified column type can be saved to a database; otherwise, false. + - + - Represents the Boolean greater-than-or-equal-to operator. - - -To create the Boolean greater-than-or-equal-to operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 >= Field2") + Indicates whether values of the specified runtime type can be saved to a database. + + A object that represents the exact runtime type. + + + true if values of the specified type can be saved to a database; otherwise, false. + - + - Represents the Boolean less-than operator. - - -To create the Boolean less-than operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 < Field2") + Specifies the column's name. + + - + - Represents the Boolean less-than-or-equal-to operator. - - -To create the Boolean less-than-or-equal-to operator using the method use the following syntax: - + The maximum length of a text column. This is ignored for non-text columns. -CriteriaOperator.Parse("Field1 <= Field2") + - - - Represents the LIKE operator. + - -To create the LIKE operator using the method use the following syntax: + + Represents a collection of objects. + -CriteriaOperator.Parse("Field1 like '%val1%' OR Field1 like '%val2%'") + + + + Initializes a new instance of the CriteriaOperatorCollection class. - + - Represents the subtraction operator. - - -To create the subtraction operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 - Field2 = 10") + Initializes a new instance of the CriteriaOperatorCollection class with a specified initial capacity. + + The number of elements that the new CriteriaOperatorCollection can initially store. + + - + - Represents the modulus operator (computes the remainder after dividing its first operand by its second). - - -To create the modulus operator using the method use the following syntax: + Determines whether the current object has the same settings as the specified object. + + + A CriteriaOperatorCollection object to compare with the current object. -CriteriaOperator.Parse("Field1 % Field2 = 1") + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - + - + - Represents the multiplication operator. - - -To create the multiplication operator using the method use the following syntax: - + Gets the hash code (a number) that corresponds to the value of the current CriteriaOperatorCollection object. -CriteriaOperator.Parse("Field1 * Field2 = 100") + An integer value representing the hash code for the current object. + - + - Represents the Boolean inequality operator. - - -To create the Boolean inequality operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 != Field2") or CriteriaOperator.Parse("Field1 Field2") + Returns a string that represents the current object. + A that represents the current CriteriaOperatorCollection object. + - - - Represents the addition operator. - - -To create the addition operator using the method use the following syntax: - + -CriteriaOperator.Parse("Field1 + Field2 = 20") + + Lists the values that specify the result of the data store schema update operation. - - - + - Enumerates aggregate functions. + Indicates that the table that corresponds to the first item doesn't exist in the data store. + - + - Evaluates the average of the values in the collection. + Indicates that the database schema exists. - + + - Returns the number of objects in the collection. + Lists the values that specify the sort order. - - + - Determines whether the object exists in the collection. + A property (column) is sorted in ascending order. - + - Returns the maximum expression value in the collection. + A property (column) is sorted in descending order. - + + - Returns the minimum expression value in the collection. + Lists the values that specify the join type. - - + - Returns a single object from the collection. + Represents an inner join. Inner joins (also known as equijoins) are used to combine information from two or more tables. + - + - Returns the sum of all the expression values in the collection. + Includes all the records in which the linked field value in both tables is an exact match and every record in the primary for which there is no match. - + - An element in the . + Lists the values that specify the action which is performed when a session is connected to a data store. - + - Initializes a new instance of the class with a property name to sort against and the sort order. + A session will try to automatically create the database if it doesn't exist. It will also create or update the database schema for any persistent classes currently being used. + - - A value which specifies the name of the property to sort against. This value is assigned to the property. - - - - A enumeration value which specifies the property's sort order. This value is assigned to the property. - - - + - Initializes a new instance of the class with default settings. + A session will not automatically create the database or update the database schema. The database schema is still queried and checked to match the currently used persistent class metadata. + - + - Initializes a new instance of the SortProperty class. + A session will never query the database for schema to validate against persistent class metadata. This will suppress the SchemaCorrectionNeededException, but a database error may occur during data operations if the schema is not compatible with run-time persistent classes metadata. + - - A object that represents the expression used to sort values. This value is assigned to the property. - - - - A enumeration value which specifies the property's sort order. This value is assigned to the property. - - - + - Gets or sets the property's sort order. + A session will automatically create or update the database schema for the persistent classes currently being used. If the database doesn't exist, it won't be created by a session. + - A enumeration value which specifies the property's sort order. - - + + - Gets or sets the expression used to sort values. + An exception that is thrown when a specific property that is used in a specific expression cannot be resolved. - A object that represents the expression used to sort values. - - - + - Gets or sets the name of the property to sort against. - + Initializes a new instance of the InvalidPropertyPathException class. - A value which specifies the name of the property that identifies the sorted column in a data store. This value is case-sensitive. + + A string that specifies the error description. - + - + - If implemented, provides a view for the Choose a Table or View page of the Report Wizard. + An exception that is thrown when a string that represents criteria cannot be parsed. - + - If implemented, populates the Tables node of the Available items list. + Initializes a new instance of the CriteriaParserException class. - - A collection of objects. + + A string that specifies the error description. - + - If implemented, populates the Views node of the Available items list. + Initializes a new instance of the CriteriaParserException class. - - A collection of objects. + + A string that specifies the error description. + + A value of the CriteriaLexer.Line property that specifies the line where an exception occured. This value is used to initialize the property. + + + A value of the CriteriaLexer.Col property that specifies the column where an exception occured. This value is used to initialize the property. - - - - Occurs when the active record in the Available items list is changed. - - + - + - If implemented, specifies the data member selected in the Available items list. + The value of the CriteriaLexer.Col property that specifies the column where an exception occured. - A object. + The value of the CriteriaLexer.Col property that specifies the column where an exception occured. - + - If implemented, shows or hides the wait indicator on the Choose a Table or View page of the Report Wizard. + A value of the CriteriaLexer.Line property that specifies the line where an exception occured. - - true to show the wait indicator, false to hide the wait indicator. - - + A value of the CriteriaLexer.Line property that specifies the line where an exception occured. + - + - An operator that joins persistent objects on a specified condition, and calculates aggregate functions against matching objects. + For internal use only. + - + - Initializes a new instance of the class with the specified settings. - + - - A value that specifies the class name of persistent objects that provide data for joining. The string can contain a namespace prefix to disambiguate the class name if more than one such class name exists. This value is assigned to the property. - - - - A object that represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. This value is assigned to the property. - + + - + - Initializes a new instance of the JoinOperand class with default settings. - + + + + - + - Initializes a new instance of the class with the specified settings. - + - - A value that specifies the class name of persistent objects that provide data for joining. The string can contain a namespace prefix to disambiguate the class name if more than one such class name exists. This value is assigned to the property. - - - - A object that represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. This value is assigned to the property. - - - - An enumeration value that specifies the type of the aggregate operator. This value is assigned to the property. - - - - A object which represents the aggregated expression. This value is assigned to the property. - + + - + - Invokes an appropriate overload of the visitor's Visit method. - + - - A visitor that implements the interface. - + + - An object returned by the specified visitor's Visit method. - - + - Gets or sets the aggregated expression. - + - A object that represents the aggregated expression. - + + + - + - Gets or sets the type of the aggregate operator. - + - An enumeration value that specifies the type of the aggregate operator. - + + + - + - For internal use only. - + - + - - - - - - Creates a copy of the current JoinOperand instance. - - - An JoinOperand object that represents an exact copy of the current object. - - + - - - Gets or sets the filter criteria applied to the property values of the objects being joined. + For internal use only. - A object that represents the filter criteria. null (Nothing in Visual Basic), if the filter criteria isn't needed. - - - - + - For internal use only. - + - + - - - - + - For internal use only. - + - - + + + - + - Determines whether the current object has the same settings as the specified object. - + - - An JoinOperand object to compare with the current object. - + + - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - + + - For internal use only. + An unary operator which performs an operation on only one expression. - - - - + - For internal use only. + Initializes a new instance of the class with the specified operand and operator type. - - + + A enumeration value which specifies the type of the unary operator. This value is assigned to the property. + + + + A object which represents the operand. This value is assigned to the property. - - - + - Gets the hash code (a number) that corresponds to the value of the current JoinOperand object. + Initializes a new instance of the class with default settings. - An integer value representing the hash code for the current object. - - + - Gets or sets the type name of persistent objects being joined with parent objects. - + Initializes a new instance of the class with the specified settings. - A value that specifies the type name of persistent objects that provide data for joining. The value is case-sensitive. + + A enumeration value which specifies the type of the unary operator. This value is assigned to the property. - + + + A value which specifies the property's name. + + + - + - For internal use only. - + - + - - - - + - For internal use only. - + - + - - - + - + - For internal use only. + Creates a copy of the current UnaryOperator instance. - - - - - + A UnaryOperator object which represents an exact copy of the current object. - - + - The base class for the , and objects that are stored in a Report Wizard's model. + Determines whether the current object has the same settings as the specified object. + + An UnaryOperator object to compare with the current object. + + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + - + - Specifies the data source display name for a wizard. + Gets the hash code (a number) that corresponds to the value of the current UnaryOperator object. + - A value, specifying the data source display name. - + An integer value representing the hash code for the current object. + - + - Determines whether or not the specified object is equal to the current EntityInfo instance. + A object which represents the operand. - - The object to compare with the current object. - - - true if the specified object is equal to the current EntityInfo instance; otherwise false. - + - + - Serves as the default hash function. + An enumeration value which specifies the type of the unary operator. + - An integer value, specifying the hash code for the current object. + - + + - Specifies the data source name. + A value operand in criteria expressions. - A TName object that is the name of the entity. - - - - + - The Choose a Report Layout page of the Report Wizard. + Initializes a new instance of the class with default settings. + - + - Initializes a new instance of the ChooseReportLayoutPage class with the specified view. + Initializes a new instance of the class with the specified value. - - An object implementing the interface. (Typically, it is the object.) + + The value for the operand. This value is assigned to the property. - + - Initializes controls of the Choose a Report Layout page of the Report Wizard. - + + + + - + - Saves settings specified by a wizard page to the report model. - + + + + + - + - Specifies whether of not the Finish button is enabled on the Choose a Report Layout page of the Report Wizard. + Creates a copy of the current OperandValue instance. - true, if the Finish button is enabled; otherwise, false. - + An OperandValue object which represents an exact copy of the current object. + - + - Returns the type of the next wizard page. + Determines whether the current object has the same settings as the specified object. - A enumeration value. + + An OperandValue object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + - + - Specifies whether of not the Next button is enabled on the Choose a Report Layout page of the Report Wizard. + Gets the hash code (a number) that corresponds to the value of the current OperandValue object. - true, if the Next button is enabled; otherwise, false. - + An integer value representing the hash code for the current object. + - - + - For internal use only. Represents a point with floating X and Y values. + Gets or sets a value for the operand. + The value for the operand. + + - + - For internal use only. Initializes a new instance of the PointFloat class. + Gets or sets the current operand's formatted value. - - A value. + An object that represents the current operand's formatted value. + - - - A value. - + + + + An object property operand in criteria expressions. + + - + - For internal use only. Initializes a new instance of the PointFloat class. + Initializes a new instance of the class with the specified property name. - - + + A value that specifies the name of the property. It can be a path through object relationships (e.g. "Employer.DefaultAddress.City"). This value is case-sensitive. and will be assigned to the property. + - + - For internal use only. Represents an empty point. + Initializes a new instance of the class with default settings. - - - + - Determines whether or not the specified object is equal to the current PointFloat instance. - + - - The object specifying a PointFloat instance to compare with the current object. - + + - true if the specified object is equal to the current PointFloat instance. - - + - Serves as the default hash function. - + - An integer value, specifying the hash code for the current object. - + + + + - + - For internal use only. Checks whether the current point object is empty. + Creates a copy of the current OperandProperty instance. - true if the point is empty; otherwise, false. - + An OperandProperty object which represents an exact copy of the current object. + - + - Adds the specified values to and . + Determines whether the current object has the same settings as the specified object. - - A value to be added to . + + An OperandProperty object to compare with the current object. - - - A value to be added to . + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + - + - For internal use. Returns the textual representation of PointFloat. + Gets the hash code (a number) that corresponds to the value of the current OperandProperty object. - A value. + An integer value representing the hash code for the current object. - + - For internal use. Specifies the X-coordinate of the object. + For internal use only. + + - A value. + + + + + - + - For internal use. Specifies the Y-coordinate of the object. + Gets or sets a property name. - A value. + A value that specifies the name of the property. It can be a path through object relationships (e.g. "Employer.DefaultAddress.City"). This value is case-sensitive. - + - Contains values that specify how a column's data is filtered via the auto filter row and filter dropdown. + Represents an operator which compares a persistent object's property value with a null reference (Nothing in Visual Basic). - + - A column's data is filtered by the display text. - + Initializes a new instance of the class with the specified property name. + + A value which specifies the name of the property to check for null (Nothing in Visual Basic). + + - + - A column's data is filtered by the edit values. - + Initializes a new instance of the class with the specified criteria operand. + + An object which represents the criteria expression. + - - + + - For internal use. + Initializes a new instance of the class with default settings. + - + + - Initializes a new instance of the TypeSpecificsService class with default settings. + Represents a logical NOT operation which is performed on the operand. - - + - For internal use. + Initializes a new instance of the class with the specified operand. - - + + A descendant which represents the operand that the logical inversion is applied to. - - - + - For internal use. + Initializes a new instance of the class with default settings. - - - - - - - + - Represents the universal collection, which may be used as a base class for other collection classes. + An operator which determines if a value matches any value in a specified list. + + + + + + + Initializes a new instance of the class with default settings. + - + - Initializes a new instance of the DXCollectionBase class with default settings. + Initializes a new instance of the InOperator class with the specified settings. + + A object which represents the expression to test. + + + + An array of objects that represent expressions to test for a match. + + - + - Initializes a new instance of the DXCollectionBase class with the specified capacity. - + Initializes a new instance of the InOperator class with the specified settings. - - An integer value representing the number of elements that the collection can contain. This value is assigned to the property. + + A object which represents the expression to test. + + + + An array of objects that represent expressions to test for a match. - + - Adds the specified object to the collection. - + Initializes a new instance of the InOperator class with the specified settings. - - A object to append to the collection. + + A value which specifies the property name. + + + + An array of objects that represent expressions to test for a match. - An integer value indicating the position into which the new element was inserted. - - + - Adds a collection of elements to the end of the collection. + Initializes a new instance of the InOperator class with the specified settings. - - A object which represents the collection of elements to append to the collection. + + A value which specifies the property name. + + + + A collection of expressions to test for a match. - + - Gets or sets the number of elements that the DXCollectionBase can contain. - + - An integer value representing the number of elements that the collection can contain. - + + + - + - Removes all objects from the DXCollectionBase instance. - + + + + + - + - Determines whether the collection contains the specified item. - + Creates a copy of the current InOperator instance. - - A object to locate in the collection. - - - true if the collection contains the specified item; otherwise, false. + An InOperator object which represents an exact copy of the current object. - + - Copies all the elements from the DXCollectionBase instance to a one-dimensional array, starting at the specified index of the target array. - + Determines whether the current object has the same settings as the specified object. - - A one-dimensional array of objects. + + An InOperator object to compare with the current object. - - An integer value specifying the zero-based index in the target array at which copying begins. + true if the object specified by the parameter has the same settings as the current object; otherwise, false. - + - + - Gets the number of elements contained in the DXCollectionBase instance. + Gets the hash code (a number) that corresponds to the value of the current InOperator object. + - An integer value representing the number of elements contained in the collection. - + An integer value representing the hash code for the current object. + - + - Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire DXCollectionBase. + Gets or sets the expression which is tested to see if it matches any value in the list. + - - The delegate that defines the conditions of the element to search for. - - - - - The first element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type T. - + A object which represents the expression to test. + - + - Performs the specified action on each element of the DXCollectionBase. + Provides access to the object that represents a collection of the operands used to construct the current InOperator. - - The delegate to perform on each element of the DXCollectionBase. - - + A object that represents a collection of the operands used to construct the current InOperator. + - + + - Returns an enumerator that iterates through the DXCollectionBase instance. + A logical expression which groups two or more operands with a logical AND or OR. + - A for the DXCollectionBase instance. - - - + - Returns the zero-based index of the specified element in the collection. + Initializes a new instance of the class with default settings. - - A object to locate in the collection. - - - An integer value representing the position of the specified element in the collection. - - + - Inserts the specified element into the collection at the specified position. - + Initializes a new instance of the class with the specified settings. - - An integer value which represents the zero-based index at which the element should be inserted. + + A enumeration value that specifies the type of the group operator. This value is assigned to the property. - - A object to insert into the collection. - + + An array of objects that represent operands. This value is assigned to the property. - + - Removes the specified element from the collection. + Initializes a new instance of the class with the specified operands. - - A object to be removed from the collection. + + An array of the objects that represent operands. This value is assigned to the property. - true if the specified element has been successfully removed from the collection; false if the specified element has not been found within the collection. - - + - Removes the element at the specified index of the DXCollectionBase instance. + Initializes a new instance of the GroupOperator with the specified parameters. - - A zero-based integer specifying the index of the object to remove. If it's negative or exceeds the number of elements, an exception is raised. + + A enumeration value that specifies the type of the group operator. This value is assigned to the property. + + + + An object that implements the IEnumerable interface and represents a collection of objects which specify the operands required by the selected function. This value is used to initialize the property. - + - Sorts the elements in the entire DXCollectionBase using the specified comparer. - + - - The implementation to use when comparing elements. + + + + + + + + + + + + - + - Copies the DXCollectionBase elements to a new array. + Creates a copy of the current GroupOperator instance. - An array containing the DXCollectionBase elements. + A GroupOperator object which represents an exact copy of the current object. - + - Gets or sets the type of an object, which provides uniqueness for the current DXCollectionBase. + Returns the expression which groups two operands with logical AND or OR. - A instance. - + + A enumeration value that specifies the type of the group operator. + + + A object which represents the first operand. - - + + + A object which represents the second operand. + + + A object representing the expression which groups two operands. + - - Represents a base class for collections that are able to send update notifications. + + + + Returns the expression which groups the specified operands with logical AND or OR. + + A enumeration value that specifies the type of the group operator. + + + + An array of objects that represent operands. + + + A object representing the expression which groups the specified operands. + + - + - Initializes a new instance of the NotificationCollection class with default settings. + Returns the expression which groups the specified operands with logical AND or OR. + + A enumeration value that specifies the type of the group operator. + + + + A list of operands to be grouped. + + + A object representing the expression which groups the specified operands. + - + - Adds a collection of objects to the end of the current collection. + Determines whether the current object has the same settings as the specified object. - - An object exposing the interface, which represents the collection of objects to append. + + A GroupOperator object to compare with the current object. + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + - + - Locks the NotificationCollection, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called. - + Gets the hash code (a number) that corresponds to the value of the current GroupOperator object. + An integer value representing the hash code for the current object. + - + - Unlocks the NotificationCollection object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + Provides access to the object that represents a collection of the operands used to construct the current GroupOperator. + A object that represents a collection of the operands used to construct the current GroupOperator. + - + - Occurs when the collection is changed. + Specifies the type of the group operator. The available types are enumerated in the enumeration. + - + + - This event occurs when the collection is about to change. + A function operator based on a . - - + - Unlocks the NotificationCollection object after a call to the BeginUpdate method and causes an immediate visual update. - - + Initializes a new instance of the FunctionOperator class with default settings. - + - Gets whether the collection has been locked for updating. + Initializes a new instance of the FunctionOperator class with default settings. - true if the collection is locked; otherwise, false. - + + A value that specifies the type of function. This value is used to initialize the property. + + + An array of objects that specify the operands required by the selected function. This value is used to initialize the property. - - + - - Represents a base class for custom services used to process mouse events. - - - + - Initializes a new instance of the MouseHandlerServiceWrapper class with the specified service. + Initializes a new instance of the FunctionOperator class. - - An object exposing the interface. + + + + + + - + - Override this method to handle a mouse down event. + Initializes a new instance of the FunctionOperator class with the specified parameters. - - A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. + + A enumeration value that specifies the type of function. This value is used to initialize the property. + + + + An object that implements the IEnumerable interface and represents a collection of objects which specify the operands required by the selected function. This value is used to initialize the property. - + - Override this method to handle a mouse move event. + Initializes a new instance of the FunctionOperator class with the specified settings. - - A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. + + A value, specifying the name of the custom function. + + + + A collection of the objects. - + - Override this method to handle a mouse up event. - + - - A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. - + + - + - Override this method to handle a mouse wheel event. - + - - A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. - + + + - + - Provides access to the service interface of the wrapper. + Creates a copy of the current FunctionOperator instance. - An interface of the wrapper. - + A FunctionOperator object which represents an exact copy of the current object. + - - + - Defines a service responsible for handling mouse events. + Determines whether the current object has the same settings as the specified object. + + A FunctionOperator object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + - + - Override this method in a descending class to handle a mouse down event. + Gets the hash code (a number) that corresponds to the value of the current FunctionOperator object. + - - A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. - - + An integer value representing the hash code for the current object. + - + - Override this method in a descending class to handle a mouse move event. + This method is intended for internal use. - - A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. + + + + - + - Override this method in a descending class to handle a mouse up event. + Provides access to the object that represents a collection of the operands used to construct the current FunctionOperator. - - A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. - - + A object that represents a collection of the operands used to construct the current FunctionOperator. + - + - Override this method in a descending class to handle a mouse wheel event. + Represents the function type. + +The operands are specified by the property and these can be initialized in the constructor. Each operand represents an instance of the class descendant, the number of operands depends on the function type. + - - A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. - - + A value that specify the function type. + - + - Defines a service responsible for processing keyboard input. - + Provides the abstract (MustInherit in Visual Basic) base class for criteria operators. - + - Override this method in a descending class to handle a key down event. - + - - A object containing information about the pressed key and key modifiers. - + + - + - Override this method in a descending class to handle a key press event. - + - - A object specifying the character that is composed when the user presses a key. - + + + - + - Override this method in a descending class to handle a key up event. + Returns the expression which groups two operands with logical AND. - - A object containing information about the released key and key modifiers. + + A object which represents the first operand. + + + + A object which represents the second operand. + A object representing the expression which groups two operands with logical AND. + - - + - Represents a base class for custom services used to process keyboard input. - + Returns the expression which groups the specified operands with logical AND. + + An array of objects that represent operands. + + + A object representing the expression which groups the specified operands with logical AND. + + - + - Initializes a new instance of the KeyboardHandlerServiceWrapper class with the specified service. + Returns the expression which groups the specified operands with logical AND. - - An object exposing the interface. + + A list of operands to be grouped. + A object representing the expression which groups the specified operands with logical AND. + - + - Override this method to handle a key down event. + Creates a copy of the specified object. - - A object containing information about the pressed key and key modifiers. + + An object to clone. + An object which represents an exact copy of the specified object. null (Nothing in Visual Basic) if the specified object is a null reference. + - + - Override this method to handle a key press event. + Creates a copy of the specified object. - - A object specifying the character that is composed when the user presses a key. + + A object to clone. + A object which represents an exact copy of the specified object. null (Nothing in Visual Basic) if the specified object is null reference. + - + - Override this method to handle a key up event. + This method is intended for internal use. - - A object containing information about the released key and key modifiers. + + + + + + + + - + - Provides access to the service interface of the wrapper. + Returns the number of custom functions registered in an application via the and method calls. - An interface of the wrapper. + An integer value which specifies the number of elements in a collection returned by the function. - - + - Provides data for the and events. + Determines whether the current object has the same settings as the specified object. + + An object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + - + - Initializes a new instance of the GetEnumerableEventArgs class with default settings. + Searches custom functions registered in an application via the and method calls for a function with a specified name. + + The name of a custom function to search. You specify a custom function's name by implementing the property. + + + An object that corresponds to the functionName, if found; otherwise, null (Nothing in Visual Basic). + - + - Gets or sets the enumerable data source. + Returns custom functions registered in an application via the and method calls. - An object that implements the interface. - + A object containing all custom functions registered via the methods mentioned above. + - + - Gets or sets an arbitrary object associated with an enumerable source. + Gets the hash code (a number) that corresponds to the value of the current CriteriaOperator object. - An object associated with an enumerable source. - + An integer value representing the hash code for the current object. + - - + - Specifies how groups of records should be split across pages, if required. + For internal use only. + + + + - + - A group is printed so that it is split across several pages, if there isn't enough space on a page to print the entire group. + For internal use only. + + - + - A group is printed entirely on a single page (including its group header, rows and footer). This means that if there isn't enough space on a page to print the entire group, this group is printed on the following page. + Returns the string representation of the criteria specified by the current CriteriaOperator instance. + A string equivalent of the current CriteriaOperator instance. + - + - A group is split across several pages "as is". However, if there isn't enough space on a page to print a Group Header together with the following group row, they both are moved to the next page, so that a Group Header is never printed on a page alone (with no group rows below it). + Returns the string representation of a specified criteria. + + A instance specifying the criteria used to convert to a string equivalent. + + + A string equivalent of the criteria. + - - + - Contains options that specify how a control's layout is stored to and restored from storage (a stream, xml file or system registry). + Returns an instance of the that represents the criterion resulting from the logical inversion of the criterion the current CriteriaOperator represents. + An instance of the that represents the criterion resulting from the logical inversion of the criterion the current CriteriaOperator represents. + + - + - Initializes a new instance of the OptionsLayoutGrid class with default settings. + Returns the expression which groups the specified operands with logical OR. + + An array of objects that represent operands. + + + A object representing the expression which groups the specified operands with logical OR. + - + - Copies all the settings from the options object passed as the parameter. - + Returns the expression which groups two operands with logical OR. - - A descendant whose settings are assigned to the current object. + + A object which represents the first operand. + + A object which represents the second operand. + + + A object representing the expression which groups two operands with logical OR. + - + - Contains options that specify how the columns' and bands' settings are stored to and restored from storage (a stream, xml file or sysytem registry). + Returns the expression which groups the specified operands with logical OR. - An object that specifies how the columns' and bands' settings are stored to and restored from storage. + + A list of operands to be grouped. - + + A object representing the expression which groups the specified operands with logical OR. + - + - Resets all options to their default values. + Converts the specified string, specifying an expression, to its equivalent. + + A value, that is the expression to convert. + + + + The values that are substituted into the expression in place of question mark characters. These parameters can be omitted. + + + + A equivalent to the expression contained in criteria. + - + - Gets or sets whether all the control's settings (except for the appearance settings and style conditions) are stored when the layout is saved to storage and restored when the layout is restored from storage. + Converts the specified string, specifying an expression, to its equivalent. - true if all the control's settings are included in the layout when it's saved to storage and these settings are restored when the layout is restored from the storage; otherwise, false. - + + A value, that is the expression to convert. + + + + [out] Receives the values that are substituted into the expression in place of question mark characters. These parameters can be omitted. + + + + A equivalent to the expression contained in criteria. + - + - Gets or sets whether the control's appearance settings are also stored when the layout is saved to storage and restored when the layout is restored from storage. + Converts the specified string representation of expressions that are divided by a semicolon into their equivalents. + - true if the control's appearance settings are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. - + + A value that represents the expressions to convert. The expressions are divided by a semicolon. + + + + [out] Receives the values that are substituted into the expression in place of question mark characters. These parameters can be omitted. + + + + An array of equivalents to the expressions contained in criteriaList. + - + - Gets or sets whether the control's grouping, sorting, filtering settings and summaries are stored when the layout is saved to storage and restored when the layout is restored from storage. + Converts the specified string representation of expressions that are divided by a semicolon into their equivalents. + - true if the control's grouping, sorting, filtering settings and summaries are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. - + + A value that represents the expressions to convert. The expressions are divided by a semicolon. + + + + The values that are substituted into the expression in place of question mark characters. These parameters can be omitted. + + + + An array of equivalents to the expressions contained in criteriaList. + - + - Gets or sets whether the control's visual options are stored when the layout is saved to storage and restored when the layout is restored from storage. + Registers a specified custom function to use in any CriteriaOperator-based criteria in your application. - true if the control's visual options are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. - + + An object specifying a custom function to register. + - - + + - Represents the base class for classes which contain the options that are responsible for how the control's layout is stored to and restored from storage (a stream, xml file or system registry). + Registers specified custom functions to use in any CriteriaOperator-based criteria in your application. + + A collection of objects specifying custom functions to register. + + + - + - Initializes a new instance of the OptionsLayoutBase class with default settings. + Converts the specified expression into its equivalent string in VB style. + + + A object that represents the expression to convert. + + + + [out] Receives the values that are marked by a question mark character in the result string. + + + + A string representation of the specified expression. + - + - Copies settings from the specified object to the current object. + Converts the specified expression into its equivalent string in VB style. + - - An object whose settings are copied to the current object. + + A object that represents the expression to convert. + A string representation of the specified expression. + - + - Returns an OptionsLayoutBase object whose settings indicate that the full layout of the control should be stored to and restored from storage (a stream, xml file or system registry). + Converts the specified expression into its equivalent string in C# style. - A OptionsLayoutBase object whose settings indicate that the full layout of the control should be stored to/restored from storage. - - + + A object that represents the expression to convert. - - - - Gets or sets the version of the layout. + + + [out] Receives the values that are marked by a question mark character in the result string. - - - A string representing the version of the layout. - + + A string representation of the specified expression. + - + - Gets whether the settings should be persisted. + Converts the specified expression into its equivalent string in C# style. + - - The component that owns the current settings. + + A object that represents the expression to convert. - true, if the settings should be persisted; otherwise, false. + A string representation of the specified expression. - - + - Contains options that specify how column specific settings are stored to and restored from storage (a stream, xml file or the system registry). + Converts the current expression into its VB equivalent string. + + A string representation of this expression. + + - + - Initializes a new instance of the OptionsColumnLayout class with default settings. + Converts the specified expression into its equivalent string in VB style. + + + A object that represents the expression to convert. + + + + [out] Receives the values that are marked by question mark character in the result string. + + + A string representation of the specified expression. + - + - Gets or sets whether the columns that exist in the current control but do not exist in a layout when it's restored should be retained. + Converts the specified expression into its equivalent string in VB style. - true to retain the columns that exist in the current control's layout but don't exist in the layout being restored; false to destroy such columns. + + A object that represents the expression to convert. - + + A string representation of the specified expression. + - + - Copies all the settings from the options object passed as the parameter. + Tries to convert the specified string representation of an expression to its equivalent. - - A descendant whose settings are assigned to the current object. + + A value that represents the expression to convert. + + The values that are substituted into the expression in place of question mark characters. These parameters can be omitted. + + + A equivalent to the expression contained in criteria. + - + - Gets or sets whether the columns that exist in a layout when it's restored but that don't exist in the current control should be discarded or added to the control. - + Unregisters a specified custom function from use in any CriteriaOperator-based criteria in your application. - true to discard the columns that exist in the layout being restored but don't exist in the current control; false to add these columns to the control. + + An object instance specifying a custom function to unregister. - + + true if the customFunction has successfully been removed from a collection returned by the function; otherwise, false. + - + - Gets or sets whether all the settings of a control's columns/bands (except for the appearance settings) are stored when the layout is saved to storage and restored when the layout is restored from storage. + Unregisters a custom function with a specified name from use in any CriteriaOperator-based criteria in your application. - true if all the settings of a control's columns/bands are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. + + The name of a custom function to unregister. - + + true if a custom function whose name matches the functionName has successfully been removed from a collection returned by the function; otherwise, false. + - + - Gets or sets whether the appearance settings of the columns and bands are also stored when the layout is saved to storage and restored when the layout is restored from storage. + Occurs when restoring a serialized criteria operator that references a user object. - true if the appearance settings of the columns and bands are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. - - + - Gets or sets whether the position, width and visibility of the columns and bands are stored when the layout is saved to storage and restored when the layout is restored from storage. + Occurs when serializing a criteria operator that references a user object. - true if the position, width and visibility of columns and bands are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. - - + - Specifies the commands which can be executed in the printing system's document preview. - + An operator which checks if a collection contains at least one object matching a specific criteria. - + - Identifies the Background menu item, which is a parent for the FillBackground and Watermark subitems. Use this value as a parameter for the method, to hide or show the Background items from the menu of the Print Preview form. + Initializes a new instance of the class with the specified property and criteria expression. + + + + A value which identifies the property whose values will be searched. + + + A object that represents a search criteria. - - + - + - Closes the preview window. - + Initializes a new instance of the class with default settings. - + - Copies the selected document content to the clipboard. + Initializes a new instance of the class with the specified property operand and criteria expression. + + An object which represents the property operand in the criteria expression. + + + + A object which represents the search criteria. + + + - + + - Invokes the property editor of the component which is about to be printed. Note that this component should implement the IPrintable interface. + A logical expression which consists of a operation between two operands. - - + - Shows or hides the Document Map pane, which displays the hierarchy of bookmarks in a report document. - - + Initializes a new instance of the class with the specified left and right operands and binary operator type. + + A descendant which represents the expression for the first operand. This value is assigned to the property. + + + A descendant which represents the expression for the second operand. This value is assigned to the property. - - - - Invokes the Header/Footer Editor dialog. This dialog is used to insert standard page information into a report's headers and footers. + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. + + + + + Initializes a new instance of the BinaryOperator class. - + - Exports a document to a CSV (comma-separated values) file. - + Initializes a new instance of the class. + + A value which specifies the name of the property whose values are compared to the value. + + + + An value to compare with the values of the specified property. + + + - + - Exports the current document to a file (a report can be exported to PDF, RTF, HTML, MHT, XLS, TXT, CSV and various image formats). + Initializes a new instance of the class with the specified type of the binary operator. + + + + A value which specifies the name of the property whose values are compared to the value. + + + An value to compare with the values of the specified property. + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - + - + - Exports the current document to a graphics file (BMP, EMF, GIF, JPEG, PNG, TIFF, WMF formats). - + Initializes a new instance of the class which is used to compare the values of the specified property to values. + + A value which specifies the name of the property whose values are compared to the value. + + + The value to compare with the values of the specified property. - - - - Exports the current document to an HTML file. + + + + + Initializes a new instance of the class which is used to compare the values of the specified property to values. + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + - + - Exports the current document to an MHT file. - + Initializes a new instance of the class which is used to compare the values of the specified property to integer values. + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + - + - Exports the current document to a PDF file. - + Initializes a new instance of the class which is used to compare the values of the specified property to the value. + + A value which specifies the name of the property whose values are compared to the value. + + + The value to compare with the values of the specified property. - - - - Exports the current document to an RTF file. - - - + - + - Exports the current document to a TXT file. - + Initializes a new instance of the class which is used to compare the values of the specified property to the value. + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + - + - Exports the current document to an XLS file. - + Initializes a new instance of the class which is used to compare the values of the specified property to the value. + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + - + - Exports the current document to an XLSX file. + Initializes a new instance of the class which is used to compare the values of the specified property to the value. + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + - + - Exports the current document to an XPS file. - -This is supported only by the DXPrinting for WPF library. + Initializes a new instance of the class which is used to compare the values of the specified property to the value. + + A value which specifies the name of the property whose values are compared to the value. + + + The value to compare with the values of the specified property. - - - - Identifies the File menu item, which is a parent for the PageSetup, Print, PrintDirect, ExportFile and SendFile subitems. Use this value as a parameter for the method, to hide or show the File items from the menu of the Print Preview form. - + + + + + Initializes a new instance of the class which is used to compare the values of the specified property to the value. + + A value which specifies the name of the property whose values are compared to the value. + + + The value to compare with the values of the specified property. - - - - Invokes the Color dialog which allows the background color of the current document to be specified. + + + + + Initializes a new instance of the class which is used to compare the values of the specified property to an array of values. + + A value which specifies the name of the property whose values are compared to the value. + + + + An array of values to compare with the values of the specified property. + + - + - Invokes the Find dialog in the document's preview. This dialog provides a search dialog which allows end-users to search a report for specific text directly in the preview window. - + Initializes a new instance of the class which is used to compare the values of the specified property to the value. + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + - + - Raises the Go To Page dialog to jump to the specified page number. + Initializes a new instance of the class which is used to compare the values of the specified property to the value. + + A value which specifies the name of the property whose values are compared to the value. + + + The value to compare with the values of the specified property. - - - - Invokes or hides the Hand Tool in the document's preview. This tool is used for scrolling the pages of the document being previewed. + + + + + Initializes a new instance of the class which is used to compare the values of the specified property to the value. + + A value which specifies the name of the property whose values are compared to the value. + + + + The value to compare with the values of the specified property. + + - + - Invokes the preview magnifier. When the magnifier is activated the mouse cursor resembles a magnifying glass and a click on a preview page zooms in on it. There are two possible values for the magnification level. The first magnification value is always fixed and is equal to 100 %. The other value is calculated so that the entire preview page is visible at once without having to scroll it. - + Initializes a new instance of the class which is used to compare the values of the specified property to the value. + + A value which specifies the name of the property whose values are compared to the value. + + + The value to compare with the values of the specified property. - - - - Shows the layout of the document's preview across multiple pages. To specify a particular number of page rows and columns in a Print Control, use the method. + + + + + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + A value which specifies the name of the property whose values are compared to the value. + + + The value to compare with the values of the specified property. - - - - Doesn't identify any command. This member is intended for internal use only. + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - + - + - Opens a document. This command is represented both via the menu item and toolbar button. + Initializes a new instance of the class with the specified type of the binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + A value which specifies the name of the property whose values are compared to the value. + + + The value to compare with the values of the specified property. - - - - Identifies the item which is the parent to the PageLayoutContinuous and PageLayoutFacing subitems. Use this value as a parameter for the method to hide or show the page layout items from the menu of the Preview Form. + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - + - + - Changes the view of the document's preview so that the pages are arranged as a continuous vertical column. - + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified integer value. + + A value which specifies the name of the property whose values are compared to the value. + + + The value to compare with the values of the specified property. - - - - Changes the view of the document's preview so that the pages are arranged side-by-side. + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - + - + - Selects the margin sizes for the entire document. Note that this command is in use in the Ribbon Print Preview Form only. + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + A value which specifies the name of the property whose values are compared to the value. + + + The value to compare with the values of the specified property. - - - - Switches the pages between portrait and landscape layouts. Note that this command is in use in the Ribbon Print Preview Form only. + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - + - + - Invokes the Page Setup dialog which allows some of the page's settings to be adjusted (orientation, margins, paper size and source). - - + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + A value which specifies the name of the property whose values are compared to the value. + + + The value to compare with the values of the specified property. - - - - Chooses the paper size of the document. Note that this command is in use in the Ribbon Print Preview Form only. + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - + - + - Shows or hides the Parameters pane, which enables end-users to enter parameter values, apply them to a report's data source and re-generate the report document. - - + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + A value which specifies the name of the property whose values are compared to the value. + + + The value to compare with the values of the specified property. - - - - Shows the mouse pointer, when there is no need to show either the Hand Tool, or the Magnifier. Note that this command is in use in the Ribbon Print Preview Form only. - + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - + - + - Invokes the Print dialog for the current document. This dialog allows the printer to be selected, its properties set, the number of copies entered and the range of pages to print to be specified. - - - + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + A value which specifies the name of the property whose values are compared to the value. + + + The value to compare with the values of the specified property. - - - - Prints the document preview directly, without any dialogs. This is useful when the printer's settings don't need to be changed before a document is printed. + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - + - + - Prints the selected document content. + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + A value which specifies the name of the property whose values are compared to the value. + + + The value to compare with the values of the specified property. - - - - Saves a document to a file. This command is represented both via the menu item and toolbar button. + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - + - + - Stretches or shrinks the document to a percentage of its actual size. Note that if you need to specify a particular scale factor or number of pages a document should be scaled to, the and properties will be useful. - - + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + A value which specifies the name of the property whose values are compared to the value. + + + The value to compare with the values of the specified property. - - - - Scrolls one page down, as when an end-user presses the PAGE DOWN key. + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - + - + - Scrolls one page up, as when an end-user presses the PAGE UP key. - + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified values. + + A value which specifies the name of the property whose values are compared to the value. + + + An array of values to compare with the values of the specified property. - - - - Exports the current document to a CSV (comma-separated values) file and sends it via e-mail. - + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - + - + - Exports the document in the preview window, then creates a new e-mail in the default system mailer and attaches the exported document to the e-mail. The exporting format can be specified via the drop-down list. - - + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + A value which specifies the name of the property whose values are compared to the value. + + + The value to compare with the values of the specified property. - - - - Exports the current document to a graphics file (BMP, EMF, GIF, JPEG, PNG, TIFF, WMF formats) and sends it via e-mail. + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - + - + - Exports the current document to an MHT file and sends it via e-mail. - - + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + A value which specifies the name of the property whose values are compared to the value. + + + The value to compare with the values of the specified property. - - - - Exports the current document to a PDF file and sends it via e-mail. + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - + - + - Exports the current document to an RTF file and sends it via e-mail. - + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + A value which specifies the name of the property whose values are compared to the value. + + + The value to compare with the values of the specified property. - - - - Exports the current document to a TXT file and sends it via e-mail. + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - + - + - Exports the current document to an XLS file and sends it via e-mail. - + Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. + + A value which specifies the name of the property whose values are compared to the value. + + + The value to compare with the values of the specified property. - - - - Exports the current document to an XLSX file and sends it via e-mail. + + + A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - + - + - Exports the current document to a XPS file and sends it via e-mail. - -This is supported only by the DXPrinting for WPF library. - - - + + + + - + - Displays the first page in the preview. - - - + + + + + - + - Displays the last page in the preview. - - + Creates a copy of the current BinaryOperator instance. + A BinaryOperator object which represents an exact copy of the current object. + - + - Moves to the next page in the preview. - - + Determines whether the current object has the same settings as the specified object. + + A BinaryOperator object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + - + - Moves to the previous page in the preview. - + Gets the hash code (a number) that corresponds to the value of the current BinaryOperator object. + An integer value representing the hash code for the current object. + - + - Identifies the Stop button, which is displayed in the status bar to the right of the progress bar, and can be used to stop generating a document. + The left operand. + - + - Passes the entered values to the report parameters and triggers document creation based on these values. + Gets the type of the binary operator. + A enumeration value which specifies the type of the binary operator. + - + - Identifies the View menu item, which is a parent for the PageLayout, Toolbar, Status Bar and Customize subitems. Use this value as a parameter for the method, to hide or show the View items from the menu of the Print Preview form. - - - + The right operand. + - - - Zooms a document in or out so that only one entire page of the document is shown in the preview. + + + An operator which determines whether a criteria expression lies between the specified range of values. - - + - Invokes the Watermark dialog which can be used to specify either background text or a picture as a document's watermark. Note that a document's watermark can be accessed via the property. - + Initializes a new instance of the class with the specified property name and the specified range of values. + + A value which specifies the name of the property whose values are tested. + + + + A descendant which represents the expression for the lower value in the range. This value is assigned to the property. + + + + A descendant which represents the expression for the upper value in the range. This value is assigned to the property. + + - + - Zooms in on a document by one of the predefined zoom factors. They are as follows: 10%, 25%, 50%, 75%, 100%, 150%, 200% and 500%. - - + Initializes a new instance of the class with default settings. - + - Zooms the preview in. Each time this command is performed, the preview gets zoomed in by approximately 10%. - - + Initializes a new instance of the class with the specified property and the specified range of values. + + A value which identifies the property whose values are tested. + + + A descendant which represents the expression for the lower value in the range. This value is assigned to the property. - - - - Zooms the preview out. Each time this command is performed, the preview gets zoomed out by approximately 10%. + + + A descendant which represents the expression for the upper value in the range. This value is assigned to the property. - - + - + - Zooms a document in or out as appropriate, so that the width of the current page fits the preview window. - + Initializes a new instance of the class with the specified property and the specified range of values. + + A descendant which represents the expression that identifies the property whose values are tested. + + + A descendant which represents the expression for the lower value in the range. This value is assigned to the property. - - - - Zooms a document in or out as appropriate, so that the width of the text in the current page fits the preview window. + + + A descendant which represents the expression for the upper value in the range. This value is assigned to the property. - - + - + - Zooms a document in or out as appropriate, so that only two entire pages of the document are shown in the preview. - + + + + - + - Zooms a document in or out as appropriate, so that only a single page of the document is shown in the preview. - - - + + + + + - + - Identifies the Zoom trackbar control, which is available in the bottom-right corner of the Print Preview Form with a Ribbon. + Gets the expression for the first operand. + A descendant which represents the expression for the lower value in the range. + - - + - Contains values that specify the data type and binding mode of columns. + Creates a copy of the current BetweenOperator instance. + A BetweenOperator object which represents an exact copy of the current object. + + - + - Indicates that the column is unbound and it contains Boolean values (the type). + Gets the expression for the second operand. + A descendant which represents the expression for the upper value in the range. + - + - Indicates that the column is bound to a field in the control's underlying data source. The type of data this column contains is determined by the bound field. + Determines whether the current object has the same settings as the specified object. + + + A BetweenOperator object to compare with the current object. + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + - + - Indicates that the column is unbound and it contains date/time values (the type). + Gets the hash code (a number) that corresponds to the value of the current BetweenOperator object. + + An integer value representing the hash code for the current object. + - + - Indicates that the column is unbound and it contains decimal values (the type). + Gets the expression for the first (left) operand. + A descendant which represents the expression for the lower value in the range. + - + - Indicates that the column is unbound and it contains integer values (the type). + Gets or sets the test expression. + A descendant which represents the test expression. + - + - Indicates that the column is unbound and it contains values of any type. A editor is assigned for the in-place editing of such a column. + Gets the expression for the second (right) operand. + A descendant which represents the expression for the upper value in the range. + - + - Indicates that the column is unbound and it contains string values (the type). + Gets or sets the test expression. + A descendant which represents the test expression. + - + - Lists the available data member types. + An aggregate operator which calculates aggregate expressions (MIN, MAX, SUM, etc.) - + - The data member is a stored procedure. + Initializes a new instance of the class. + + A value which specifies the name of the collection property whose values are used to calculate the aggregate expression. It can be represented by a path through object relationships, for example "Employer.Addresses". - - - - The data member is a table. - - + + + An enumeration value which specifies the type of the aggregate operator. This value is assigned to the property. + + + + A object which represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. This value is assigned to the property. + + - + - The data member is a view. + Initializes a new instance of the class with the specified settings. + + A value which specifies the name of the collection property. It can be represented by a path through object relationships, for example "Employer.Addresses". + + + A value which specifies the name of the persistent property of the object from the property collection. - - + + + An enumeration value which specifies the type of the aggregate operator. This value is assigned to the property. + + + + A object which represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. This value is assigned to the property. + + - - Lists values which specify the validity of a condition (indicates whether the condition is true or false). - - - + - The value is determined by the current object's parent object setting (e.g., a control setting). + Initializes a new instance of the class with the specified settings. + + An object which represents the collection property. This value is assigned to the property. + + + + A object which represents the aggregated expression. This value is assigned to the property. + + + + An enumeration value which specifies the type of the aggregate operator. This value is assigned to the property. + + + + A object which represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. This value is assigned to the property. + + - + - Corresponds to a Boolean value of false. + Initializes a new instance of the class with default settings. - + - Corresponds to a Boolean value of true. + Initializes a new instance of the class with the specified collection property and operator type. + + A value which specifies the name of the collection property whose values are used to calculate the aggregate expression. It can be represented by a path through object relationships, for example "Employer.Addresses". - - + + + An enumeration value which specifies the type of the aggregate operator. This value is assigned to the property. + + - - Represents a method that will handle the event. - - - + - Represents a method that will handle the event. + Initializes a new instance of the class with the specified settings. - - The event sender. + + A value which specifies the name of the collection property whose values are used to calculate the aggregate expression. It can be represented by a path through object relationships, for example "Employer.Addresses". + + - - A object that contains event data. + + A value which specifies the name of the persistent property of the object from the property collection. + + An enumeration value which specifies the type of the aggregate operator. This value is assigned to the property. - - + - - Provides data for the selection changed events. - - - + - Initializes a new instance of the class with default settings. - + + + + - + - Initializes a new instance of the class with the specified settings. - + - - A enumeration value which specifies how the collection has been changed. This value is assigned to the property. - - - - A zero-based integer specifying the handle of the row whose selected state has been changed. This value is assigned to the property. - + + + - + - Gets an action which describes how the collection has been changed. + Gets or sets the aggregated expression. - A enumeration value which specifies how the collection has been changed. + A object which represents the aggregated expression. - + - Identifies the row whose selected state has been changed. + Gets or sets the type of the aggregate operator. - A zero-based integer identifying the row whose selected state has been changed. + An enumeration value which specifies the type of the aggregate operator. - - + - For internal use. Exposes the printable content of a control to the DXPrinting engine. + For internal use only. + + + + + + + + - + - If implemented by a class, returns the total number of detail rows. - + Creates a copy of the current AggregateOperand instance. - An integer value specifying the total detail count. + An AggregateOperand object which represents an exact copy of the current object. - - + - Information on the last state of a cached data store's Root element ( or ), including query results. + Gets or sets a collection property whose elements are used to calculate an aggregate expression. + + An object which represents the collection property. + + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets the filter criteria which is applied to values. + A object which represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + For internal use only. + + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + For internal use only. + + + + + + - - + - Lists the values that specify how a column's data should be sorted. - + Determines whether the current object has the same settings as the specified object. + + An AggregateOperand object to compare with the current object. + + + + true if the object specified by the parameter has the same settings as the current object; otherwise, false. + + + - + - Enables custom sorting of a column's data. To implement custom sorting, handle the event in the GridControl, and the event in the TreeList. + For internal use only. - -In the GridControl, the Custom mode also enables custom grouping of rows when grouping is applied against the current column. To implement custom grouping, handle the event. - + + + + + + - + - Sorts the column's data according to the type of the editor assigned to the column. - - -For columns which use and in-place editors the data is sorted by the displayed values (the strings displayed within the column's cells). - - -For other columns their data is sorted by the edit values (these are synchronized with the bound data source's values). For some editors (, , etc), however, the edit values match the display values. + For internal use only. + + - + - Sorts the column's data by the column's display text (the strings displayed within the column's cells). + Gets the hash code (a number) that corresponds to the value of the current AggregateOperand object. + An integer value representing the hash code for the current object. + - + - Sorts the column's data by the column's edit values (these are synchronized with the bound data source's values). + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + true if the is null reference; otherwise, false. + - - + - Lists the values that specify how the data rows are combined into groups when in grouping mode. + For internal use only. + + + + + + + + - + - Rows are grouped by the character that their values start with. + For internal use only. + + + + + + - + - This option is in effect only for columns that store date/time values. - -Rows are grouped by the date part of their values, the time portion is ignored in this grouping mode. - + For internal use only. + + + + + + - + - This option is in effect only for columns that store date/time values. - -Rows are grouped by the month part of their values. + For internal use only. + + + + + + - - - - This option is in effect only for columns that store date/time values. - -Rows are grouped into the following groups according to their date value as compared with the current system date: "Today", "Tomorrow", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Next Week", "Two Weeks Away", "Three Weeks Away", "Next Month", "Beyond Next Month", "Yesterday", "Last Week", "Two Weeks Ago", "Three Weeks Ago", "Last Month", "Older". - + + + + Enumerates unary operator types. - - + - This option is in effect only for columns that store date/time values. + Represents the bitwise NOT operator. + -Rows are grouped by the year part of their values. +To create the bitwise NOT operator using the method use the following syntax: +CriteriaOperator.Parse("~Field1") - + - In regular binding mode, for columns which store date/time values, this option is the same as the option. For non date/time columns this option is the same as the option. + Represents the operator which determines whether or not a given expression is NULL. -In server mode, rows are always grouped by values. See the description of the option. +To create the is-null operator using the method use the following syntax: + +CriteriaOperator.Parse("Field1 IS NULL") - + - Rows are grouped by cells' display values. + Represents the unary negation (-) operator. -In specific instances, cells can have different edit values, but the same display value. To combine these rows into the same group, use the DisplayText group mode. +To create the unary negation operator using the method use the following syntax: + +CriteriaOperator.Parse("-Field1 = -10") - + - Rows are grouped by their values (the entire values of each row in a group have to match). The number of groups matches the number of unique values within the grouping column. + Represents the logical NOT. -Note that objects which have the same date portion but different time portions are treated as unique values (each has it's own group). +To create the logical NOT operator using the method use the following syntax: + + +CriteriaOperator.Parse("NOT ((Field1 = A) OR (Field1 = B))") + + + + + Represents the unary plus (+) operator. - + - Specifies how the text associated with the control should be aligned. + Enumerates function types that can be used by the operators. - + - The text is vertically aligned at the bottom, and horizontally aligned at the center. + Returns the absolute value of a specified numeric operand. + +If a specified operand is not numeric, the System.NotSupportedException is thrown. + +To create the Abs operator using the method, use the following syntax: CriteriaOperator.Parse("Abs(Field1)"). - + - The text is vertically aligned at the bottom, and horizontally justified. -This mode is ignored in Silverlight applications. + Returns the angle (in radians) whose cosine is a specified numeric operand. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. +To create the Acos operator using the method, use the following syntax: CriteriaOperator.Parse("Acos(Field1)"). - + - The text is vertically aligned at the bottom, and horizontally aligned on the left. + Returns a object representing the date that is a specified number of days from a specific date. + +The operands should be defined as follows: + +1 - a object representing the original date; +2 - the time period (in days) from the original date. This number can be negative or positive. Its decimal part is part of a day. + +To create the AddDays operator using the method use the following syntax: CriteriaOperator.Parse("AddDays(Field1, Field2)"). - + - The text is vertically aligned at the bottom, and horizontally aligned on the right. + Returns a object representing the date that is a specified number of hours from a specific date. + +The operands should be defined as follows: + +1 - a object representing the original date; +2 - the time period (in hours) from the original date. This number can be negative or positive. Its decimal part is part of an hour. + +To create the AddHours operator using the method use the following syntax: CriteriaOperator.Parse("AddHours(Field1, Field2)"). - + - The text is vertically aligned in the middle, and horizontally aligned at the center. - - + Returns a object representing the date that is a specified number of milliseconds from a specific date. +The operands should be defined as follows: - - - - The text is vertically aligned in the middle, and horizontally justified. -This mode is ignored in Silverlight applications. +1 - a object representing the original date; +2 - the time period (in milliseconds) from the original date. This number can be negative or positive. Its decimal part is part of a millisecond. + +To create the AddMilliSeconds operator using the method use the following syntax: CriteriaOperator.Parse("AddMilliseconds(Field1, Field2)"). - + - The text is vertically aligned in the middle, and horizontally aligned on the left. + Returns a object representing the date that is a specified number of minutes from a specific date. + +The operands should be defined as follows: + +1 - a object representing the original date; +2 - the time period (in minutes) from the original date. This number can be negative or positive. Its decimal part is part of a minute. + +To create the AddMinutes operator using the method use the following syntax: CriteriaOperator.Parse("AddMinutes(Field1, Field2)"). - + - The text is vertically aligned in the middle, and horizontally aligned on the right. + Returns a object representing the date that is a specified number of months from a specific date. + +The operands should be defined as follows: + +1 - a object representing the original date; +2 - the time period (in months) from the original date. This number can be negative or positive. + +To create the AddMonths operator using the method use the following syntax: CriteriaOperator.Parse("AddMonths(Field1, Field2)"). - + - The text is vertically aligned at the top, and horizontally aligned at the center. + Returns a object representing the date that is a specified number of seconds from a specific date. + +The operands should be defined as follows: + +1 - a object representing the original date; +2 - the time period (in seconds) from the original date. This number can be negative or positive. Its decimal part is part of a second. + +To create the AddSeconds operator using the method use the following syntax: CriteriaOperator.Parse("AddSeconds(Field1, Field2)"). - + - The text is vertically aligned at the top, and horizontally justified. -This mode is ignored in Silverlight applications. + Returns a object representing the date that is a specified number of ticks from a specific date. + +The operands should be defined as follows: + +1 - a object representing the original date; +2 - the time period (in 100-nanosecond ticks) from the original date. This number can be negative or positive. + +To create the AddTicks operator using the method use the following syntax: CriteriaOperator.Parse("AddTicks(Field1, Field2)"). - + - The text is vertically aligned at the top, and horizontally aligned on the left. + Returns a object representing the date that is a specified time period from a specific date. + +The operands should be defined as follows: + +1 - a object representing the original date; +2 - a object representing the time period from the original date. + +To create the AddTimeSpan operator using the method use the following syntax: CriteriaOperator.Parse("AddTimeSpan(Field1, Field2)"). - + - The text is vertically aligned at the top, and horizontally aligned on the right. - - + Returns a object representing the date that is a specified number of years from a specific date. +The operands should be defined as follows: - - +1 - a object representing the original date; +2 - the time period (in years) from the original date. This number can be negative or positive. - - Specifies how an image is positioned within a picture control. +To create the AddYears operator using the method use the following syntax: CriteriaOperator.Parse("AddYears(Field1, Field2)"). + - + - The picture control's size is adjusted to that of the image it contains. + Returns the ASCII code of the first character in a specified string operand. + +If a specified operand represents an empty string, null is returned. +To create the Ascii operator using the method, use the following syntax: CriteriaOperator.Parse("Ascii(Field1)"). - + - The image is displayed in the center of the picture control. If the image is larger than the picture control, the outside edges are clipped. + Returns the angle (in radians) whose sine is a specified numeric operand. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. +To create the Asin operator using the method, use the following syntax: CriteriaOperator.Parse("Asin(Field1)"). - + - The image is placed in the upper-left corner of the picture control. The image is clipped if it is larger than the picture control which contains it. + Returns the angle (in radians) whose tangent is a specified numeric operand. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. +To create the Atn operator using the method, use the following syntax: CriteriaOperator.Parse("Atn(Field1)"). - + - If the picture control's dimensions exceed that of the image it contains, the image is centered and shown full-size. Otherwise, the image is resized to fit into the picture control's dimensions. + Returns the angle (in radians) whose tangent is the quotient of two specified numeric operands. + +The operator requires two operands representing the Cartesian coordinates (x, y) of a point: +1 - the y coordinate; +2 - the x coordinate. + +If specified operands cannot be converted to , the System.NotSupportedException is thrown. +To create the Atn2 operator using the method use the following syntax: CriteriaOperator.Parse("Atn2(y, x)"). - + - The image within the picture control is stretched or shrunk as appropriate to fit the size of the picture control. + Calculates the product of two specified numeric operands. +The operator requires two operands representing the integer values to be multiplied. + +If the specified operands do not represent integer values, the System.NotSupportedException is thrown. +To create the BigMul operator using the method, use the following syntax: CriteriaOperator.Parse("BigMul(Field1, Field2)"). - + - The image is sized proportionally (without clipping), so that it's best fitted to the image control. If the height and width ratio of the image control is the same as the image's ratio it will be resized to exactly fit into the image control. Otherwise the closest fitting side (height or width) of the image will be sized to the control and the other side (height or width) of the image sized proportionally (leaving empty space). + Returns the smallest integer greater than or equal to a specified numeric operand. The rounding provided by this operator is called rounding toward positive infinity. +If a specified operand is not numeric, the System.NotSupportedException is thrown. + +To create the Ceiling operator using the method, use the following syntax: CriteriaOperator.Parse("Ceiling(Field1)"). - - + - The Create Groups page of the Report Wizard. + Converts a specified numeric operand to a Unicode character. + +If a specified operand cannot be converted to a decimal or integer number, the System.NotSupportedException is thrown. + +To create the Char operator using the method, use the following syntax: CriteriaOperator.Parse("Char(Field1)"). + - + - Initializes a new instance of the AddGroupingLevelPage class with the specified settings. - - - - An object implementing the interface. (Typically, it is the object.) + Returns the index of the first occurrence of a specified substring in a specified string. - - - An object implementing the interface. (Typically, it is the object.) +The operands should be defined as follows: - +1 - a substring to search; +2 - a string to be searched; +3 - (optional) an integer that specifies the zero-based index at which the search starts. If this operand is not specified, the search begins from the start of the string; +4 - (optional) an integer that specifies the number of characters to examine, starting from the specified position. If this operand is not specified, the search continues until the end of the string. +This function performs a word (case-sensitive and culture-sensitive) search using the current culture. If a specified substring is found, the function returns its index. Otherwise, -1 is returned. - - - - Initializes controls of the Create Groups page of the Report Wizard. +To create the CharIndex operator using the method use the following syntax: CriteriaOperator.Parse("CharIndex(Field1, Field2)"), CriteriaOperator.Parse("CharIndex(Field1, Field2, Field3)"), or CriteriaOperator.Parse("CharIndex(Field1, Field2, Field3, Field4)"). - + - Saves settings specified by a wizard page to the report model. + Concatenates one or more strings. - + - Specifies whether of not the Finish button is enabled on the Create Groups page of the Report Wizard. - - - true, if the Finish button is enabled; otherwise, false. - + Returns True if one string occurs within another string; otherwise, False is returned. +This function requires two string operands: - - - - Returns the type of the next wizard page. +1 - a string to be searched; +2 - a substring to search. + + +To create the Contains operator using the method use the following syntax: +CriteriaOperator.Parse("Contains(String, SubString)"); + - A enumeration value. - - + - Specifies whether of not the Next button is enabled on the Create Groups page of the Report Wizard. + Returns the cosine of a specified numeric operand representing an angle, measured in radians. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. + +To create the Cos operator using the method, use the following syntax: CriteriaOperator.Parse("Cos(Field1)"). - true, if the Next button is enabled; otherwise, false. - - - + - Contains information on a range of data. + Returns the hyperbolic cosine of a specified numeric operand representing an angle, measured in radians. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. + +To create the Cosh operator using the method, use the following syntax: CriteriaOperator.Parse("Cosh(Field1)"). + - + - Initializes a new instance of the RangeControlRange class with the specified range bounds. + Identifies a custom operation. This operation is executed on the client side if its operands represent constants. A custom operation is executed on the server side only if its operands cannot be evaluated locally. To learn how to implement custom operators, refer to the How to: Implement a Custom Criteria Language Operator topic. +The eXpress Persistent Objects framework provides two custom function operators - and . - - The value to initialize the property. - - - - The value to initialize the property. - - - + - Initializes a new instance of the RangeControlRange class. + Identifies a custom nondeterministic operation. +Unlike a standard custom operation, a custom nondeterministic operation is always executed on the server side, regardless of whether its operands are constants. +Refer to the How to: Implement a Custom Criteria Language Operator topic, to learn how to implement custom operators. - + - [To be supplied] - - - [To be supplied] - + Returns the count of day boundaries crossed between the specified starting date and ending date. + +The operands should be defined as follows: +1 - a object representing the starting date; +2 - a object representing the ending date. - - - - [To be supplied] +To create the DateDiffDay operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffDay(StartDate, EndDate)"). + + - - [To be supplied] - - + - Gets or sets the end bound of a range. - - - The end bound of a range. - + Returns the count of hour boundaries crossed between the specified starting date and ending date. + +The operands should be defined as follows: + +1 - a object representing the starting date; +2 - a object representing the ending date. +To create the DateDiffHour operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffHour(StartDate, EndDate)"). - - - - Gets or sets the start bound of a range. - The start bound of a range. - - + - [To be supplied] - - [To be supplied] + Returns the count of millisecond boundaries crossed between the specified starting date and ending date. +The operands should be defined as follows: - - - - [To be supplied] +1 - a object representing the starting date; +2 - a object representing the ending date. + +To create the DateDiffMilliSecond operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffMilliSecond(StartDate, EndDate)"). + + - + - [To be supplied] - - [To be supplied] + Returns the count of minute boundaries crossed between the specified starting date and ending date. +The operands should be defined as follows: - - +1 - a object representing the starting date; +2 - a object representing the ending date. - - Contains enumeration values that specify comparison operation types used to create filter conditions. - - +To create the DateDiffMinute operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffMinute(StartDate, EndDate)"). - - - - Specifies the Contains comparison operation. - + - Specifies the default comparison operation. + Returns the count of month boundaries crossed between the specified starting date and ending date. + +The operands should be defined as follows: + +1 - a object representing the starting date; +2 - a object representing the ending date. + +To create the DateDiffMonth operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffMonth(StartDate, EndDate)"). + - + - Specifies the Equals comparison operation. + Returns the count of second boundaries crossed between the specified starting date and ending date. + +The operands should be defined as follows: + +1 - a object representing the starting date; +2 - a object representing the ending date. + +To create the DateDiffSecond operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffSecond(StartDate, EndDate)"). + - + - Specifies the Like comparison operation. + Returns the count of tick boundaries crossed between the specified starting date and ending date. + +The operands should be defined as follows: + +1 - a object representing the starting date; +2 - a object representing the ending date. + +To create the DateDiffTick operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffTick(StartDate, EndDate)"). + - + - Specifies the StartsWith comparison operation. - - + Returns the count of year boundaries crossed between the specified starting date and ending date. +The operands should be defined as follows: - - +1 - a object representing the starting date; +2 - a object representing the ending date. + +To create the DateDiffYear operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffYear(StartDate, EndDate)"). - - Defines a command state. + - + - Gets or sets the checked state of the command. + Returns True if the end of one string matches another string; otherwise, False is returned. + +This function requires two string operands: + +1 - a string to be searched; +2 - a substring to search at the end of the first string. + + +To create the EndsWith operator using the method use the following syntax: +CriteriaOperator.Parse("EndsWith(String, SubString)"); + - true if the command state is checked; otherwise, false. - - + - Gets or sets the value used by a command. + Returns the number e raised to the power specified by a numeric operand. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. + +Exp reverses . Use the operand to calculate powers of other bases. + +To create the Exp operator using the method use the following syntax: CriteriaOperator.Parse("Exp(Field1)"). - An object representing the value used by a command. - - + - Gets or sets whether the command is enabled. + Returns the largest integer less than or equal to a specified numeric operand. The rounding provided by this operator is called rounding toward negative infinity. + +If a specified operand is not numeric, the System.NotSupportedException is thrown. + +To create the Floor operator using the method, use the following syntax: CriteriaOperator.Parse("Floor(Field1)"). - true to enable the command; otherwise, false. - - + - Gets or sets whether the UI element to which the command is attached is visible. - - - true to display the UI element; otherwise, false. - + Returns the date part of a specified date. +This operator requires an operand of the type. - - +The return value represents a object with the same date part, and the time part set to 00:00:00. - - Lists the command sources. +To create the GetDate operator using the method use the following syntax: CriteriaOperator.Parse("GetDate(Field1)"). + - + - The command is issued from the keyboard. - - + Gets the day part of a specified date. + +This operator requires an operand of the type. +The return value ranges between 1 and 31. - - - - The command is issued from the menu. +To create the GetDay operator using the method use the following syntax: CriteriaOperator.Parse("GetDay(Field1)"). - + - The command is issued using a mouse. + Gets a specified date's day of the week. + +This operator requires an operand of the type. + +The return value represents a equivalent of a enumerated constant representing a day of the week. + +To create the GetDayOfWeek operator using the method use the following syntax: CriteriaOperator.Parse("GetDayOfWeek(Field1)"). - + - The type of the command source is not known. - - + Gets a specified date's day of the year. +This operator requires an operand of the type. - - +The return value ranges between 1 and 366. - - Represents a command. +To create the GetDayOfYear operator using the method use the following syntax: CriteriaOperator.Parse("GetDayOfYear(Field1)"). + - + - Determines whether the command can execute in its current state. + Gets the hour part of a specified date. + +This operator requires an operand of the type. + +The return value ranges between 0 and 23. + +To create the GetHour operator using the method use the following syntax: CriteriaOperator.Parse("GetHour(Field1)"). - true if the command can execute; otherwise, false. - - + - Gets or sets the type of the object which invokes the command. + Gets the milliseconds part of a specified date. + +This operator requires an operand of the type. + +The return value ranges between 0 and 999. + +To create the GetMilliSecond operator using the method use the following syntax: CriteriaOperator.Parse("GetMilliSecond(Field1)"). - A enumeration value, specifying the object type. - - + - Creates an object defining the command state for the current command. + Gets the minute part of a specified date. + +This operator requires an operand of the type. + +The return value ranges between 0 and 59. + +To create the GetMinute operator using the method use the following syntax: CriteriaOperator.Parse("GetMinute(Field1)"). - An interface that defines the command state. - - + - Gets the text description of a command. + Gets the month part of a specified date. + +This operator requires an operand of the type. + +The return value ranges between 1 and 12. + +To create the GetMonth operator using the method use the following syntax: CriteriaOperator.Parse("GetMonth(Field1)"). - A string containing the command's description. - - + - Executes the command on the current command target. + Gets the seconds part of a specified date. + +This operator requires an operand of the type. + +The return value ranges between 0 and 59. + +To create the GetSecond operator using the method use the following syntax: CriteriaOperator.Parse("GetSecond(Field1)"). - + - Performs a command action regardless of a command state. - - - - An interface defining the command state. + Gets the time part of a specified date. - +This operator requires an operand of the type. +The return value represents a object that is equal to the number of 100-nanosecond ticks that have elapsed since midnight. + +To create the GetTimeOfDay operator using the method, use the following syntax: CriteriaOperator.Parse("GetTimeOfDay(Field1)"). - - - - Gets or sets whether the object to which the command is attached is hidden, if the command is disabled. - true to hide the object with a disabled command; otherwise, false. - - + - Gets an image associated with the command. + Gets the year part of a specified date. + +This operator requires an operand of the type. + +The return value ranges between 1 and 9999. + +To create the GetYear operator using the method use the following syntax: CriteriaOperator.Parse("GetYear(Field1)"). - A object representing the associated image. - - + - Gets a larger image associated with the command. + Returns one of two values depending upon the value of a logical expression. + + +The function requires three operands of the class: + + + +1 - determines the logical expression; + + +2 - specifies the value that will be returned if the logical expression evaluates to TRUE; + + +3 - specifies the value that will be returned if the logical expression evaluates to FALSE. - - A object representing the associated image. - + +To create the Iif operator using the method use the following syntax: +CriteriaOperator.Parse("Iif(Field1 == 100, Field1, Field2)") + - - - - Gest the menu caption associated with the current command. - A string representing the text of the menu item. - - + - Indicates whether a command invokes a modal dialog when executing. - + Inserts a specified string at a certain position within another. + +The operands should be defined as follows: + +1 - a string in which the insertion is to be performed; +2 - an integer that specifies the zero-based index position of the insertion; +3 - a string to insert. + +To create the Insert operator using the method use the following syntax: CriteriaOperator.Parse("Insert(Field1, Field2, Field3)"). - true if a modal dialog is displayed while executing the command; otherwise, false. By default it is false. - - - + - Updates the command state. - - - - An interface defining the state of a command. + Compares the first operand with the NULL value. - +This function requires one or two operands of the class. The value returned depends upon the number of arguments. + +If a single operand is passed, the function returns true if the operand is null, otherwise, false is returned. + - - + +If two operands are passed, the function returns the second operand if the first operand is null, otherwise, the first operand is returned. + - - Represents the universal collection, which may be used as a base class for other collection classes. + +To create the IsNull operator using the method use the following syntax: +CriteriaOperator.Parse("IsNull(Field1)") or CriteriaOperator.Parse("IsNull(Field1AndTrueResult, FalseResult)"). + + - + - Initializes a new instance of the DXCollection class with default settings. + Indicates whether a specified operand is a null reference or an empty string. + +The function returns true if a specified operand is null or an empty string, otherwise, false is returned. + +To create the IsNullOrEmpty operator using the method, use the following syntax: CriteriaOperator.Parse("IsNullOrEmpty(Field1)"). - + - Provides indexed access to individual items in the collection. - + The Boolean Is Beyond This Year operator for date/time values. Requires one argument. + +The operator is defined as follows: date >= First Day of Next Year + - - A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised. - - - A object which represents the item at the specified position. - - - + - Lists the values that specify the scope of cache configuration settings in cached data stores. + The Boolean Is Earlier This Month operator for date/time values. Requires one argument. + +The operator is defined as follows: First Day of This Month <= date < First Day of Last Week + + + + - + - All tables will be cached, regardless of their inclusion in the configuration settings. + The Boolean Is Earlier This Week operator for date/time values. Requires one argument. + +The operator is defined as follows: First Day of This Week <= date < Yesterday + - + - Only tables specified in configuration settings will be cached. + The Boolean Is Earlier This Year operator for date/time values. Requires one argument. + +The operator is defined as follows: First Day of This Year <= date < First Day of This Month + - + - All tables except for the tables specified in configuration settings will be cached. + The Boolean Is Last Week operator for date/time values. Requires one argument. + +The operator is defined as follows: First Day of Last Week <= date < First Day of This Week + - - + - If implemented, provides a view for the Customize the Label's Options page of the Report Wizard. + The Boolean Is Later This Month operator for date/time values. Requires one argument. + +The operator is defined as follows: +Last Day of Next Week < date < First Day of Next Month + + - + - If implemented, populates the list of the available page sizes. + The Boolean Is Later This Week operator for date/time values. Requires one argument. + +The operator is defined as follows: +Day After Tomorrow <= date < First Day of Next Week + - - A collection of objects. - - - + - If implemented, specifies the value of the Label Height editor. + The Boolean Is Later This Year operator for date/time values. Requires one argument. + +The operator is defined as follows: First Day of Next Month <= date < First Day of Next Year + - A value. - - + - If implemented, specifies the value of the Horizontal Pitch editor. + The Boolean Is Next Week operator for date/time values. Requires one argument. + +The operator is defined as follows: First Day of Next Week <= date <= Last Day of Next Week + - A value. - - + - If implemented, specifies the entry selected in the Page Size drop-down list. + The Boolean Is Prior This Year operator for date/time values. Requires one argument. + +The operator is defined as follows: date < First Day of This Year + - An integer value that is an index of the selected entry. -An integer value. - - + - If implemented, specifies the value of the Side Margin editor. + The Boolean Is Today operator for date/time values. Requires one argument. - An integer value. - - + - If implemented, specifies the value of the Top Margin editor. + The Boolean Is Tomorrow operator for date/time values. Requires one argument. - An integer value. - - + - If implemented, specifies the value of the Vertical Pitch editor. + The Boolean Is Yesterday operator for date/time values. Requires one argument. - A value. - - + - If implemented, specifies the value of the Label Width editor. + Returns True if the specified date falls within the current month. + +To create the IsThisMonth operator using the method, use the following syntax: CriteriaOperator.Parse("IsThisMonth(StartDate)"). - A value. - - - + - The Select Columns page of the Report Wizard for a hierarchical data source. + Returns True if the specified date falls within the current week. + +To create the IsThisWeek operator using the method, use the following syntax: CriteriaOperator.Parse("IsThisWeek(StartDate)"). + - + - Initializes a new instance of the SelectHierarchicalDataSourceColumnsPage class with the specified settings. + Returns True if the specified date falls within the current year. + +To create the IsThisYear operator using the method, use the following syntax: CriteriaOperator.Parse("IsThisYear(StartDate)"). - - An object implementing the interface. (Typically, it is the object.) - - - - - A DevExpress.Data.Browsing.Design.PickManagerBase descendant. (Typically, it is the object.) - - - An object implementing the interface. (Typically, it is the object.) + + + + Returns the length of the string specified by an operand. - + +The operand should be an object of the type. + - - - - Initializes controls of the Select Columns page of the Report Wizard for a hierarchical data source. + +To create the Len operator using the method use the following syntax: +CriteriaOperator.Parse("Len(Field1)"); + - + - Saves settings specified by a wizard page to the report model. + Returns the DateTime value corresponding to the day after Tomorrow. - + - Specifies whether of not the Finish button is enabled on the Select Columns page of the Report Wizard for a hierarchical data source. - + Returns the DateTime value corresponding to the first day of the previous week. - true, if the Finish button is enabled; otherwise, false. - - + - Returns the type of the next wizard page. + Returns the DateTime value corresponding to the first day of next month. + - A enumeration value. - - + - Specifies whether of not the Next button is enabled on the Select Columns page of the Report Wizard for a hierarchical data source. + Returns the DateTime value corresponding to the first day of the following week. + - true, if the Next button is enabled; otherwise, false. - - - + - If implemented, provides a view for the Choose Summary Options page of the Report Wizard. + Returns the DateTime value corresponding to the first day of the following year. + + - + - If implemented, fills the summary options checkboxes on a page. + Returns the DateTime value corresponding to the current moment in time. - - An array of objects. - - - + - If implemented, specifies the state of the Ignore null values checkbox. + Returns the DateTime value corresponding to the first day of the current month. - true, to activate the check box; otherwise, false. - - + - If implemented, shows or hides the wait indicator on the Choose Summary Options page of the Report Wizard. + Returns the DateTime value corresponding to the first day of the current week. - - true to show the wait indicator, false to hide the wait indicator. - - - - + - Lists the day types regarding the recognized working activity. - + Returns the DateTime value corresponding to the first day of the current year. + - + - This date is treated as a holiday. + Returns the DateTime value corresponding to Today. - + - This date cannot be attributed to a working day or holiday. + Returns the DateTime value corresponding to Tomorrow. - + - This date is treated as a working day. + Returns the DateTime value corresponding to the first day of the week that is after next week. + - - + - Stores settings of a report grouping level. + Returns the DateTime value corresponding to Yesterday. + - + - Initializes a new instance of the GroupingLevelInfo class with the specified grouping level. - - - - An array of objects. + Returns the logarithm of a specified numeric operand. The return value depends upon the number of operands. - +If one operand is passed, the natural (base e) logarithm of a specified operand is returned. +If two operands are passed, the logarithm of a specified operand in a specified base is returned. The operands should be defined as follows: +1 - a number whose logarithm is to be calculated; +2 - the base of the logarithm. - - - - Provides access to the data columns used as grouping criteria for the current grouping level. +If specified operands cannot be converted to , the System.NotSupportedException is thrown. + +Log reverses . To calculate the base 10 logarithm, use . + +To create the Log operator using the method use the following syntax: CriteriaOperator.Parse("Log(Field1)") or CriteriaOperator.Parse("Log(Field1, Field2)"). - An array of objects. - - + - Checks whether or not a grouping level contains the specified data column. - - - - A System.String value specifying a data column by its name. + Returns the base 10 logarithm of a specified numeric operand. - - true, if the grouping level contains the specified column; otherwise, false. - +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. +Log10 reverses . Use the operand to calculate the logarithm of other bases. - - - - Gets the display name of a grouping level. +To create the Log10 operator using the method use the following syntax: CriteriaOperator.Parse("Log10(Field1)"). - A System.String value specifying the grouping level display name. - - + - Determines whether the specified object is equal to the current GroupingLevelInfo instance. + Converts all characters in a string operand to lowercase. + +The operand should be an object of the type. - - - The object to compare with the current object. - - - true, if the specified object is equal to the current GroupingLevelInfo instance; otherwise false. - - +To create the Lower operator using the method, use the following syntax: CriteriaOperator.Parse("Lower(Field1)"); - - - - Serves as the default hash function. - An integer value, specifying the hash code for the current object. - - - + - The interface that a Range Control Client must implement to be embedded in the . + Returns the larger of two numeric values. + +The operands should be defined as follows: + +1 - a numeric value A; +2 - a numeric value B; +To create the Max operator using the method use the following syntax: CriteriaOperator.Parse("Max(ValueA, ValueB)"). + - + - This method is fired when the RangeControl's state, size or settings are changed. + Returns the smaller of two numeric values. + +The operands should be defined as follows: + +1 - a numeric value A; +2 - a numeric value B; + +To create the Min operator using the method use the following syntax: CriteriaOperator.Parse("Min(ValueA, ValueB)"). - - A Rectangle that specifies the bounds of the Range Control's viewport. - - - + - Renders the Range Control's viewport. + The function type is not specified. - - A RangeControlPaintEventArgs value that contains data to paint the viewport. - - - + - This method allows you to manually draw the ruler. It returns a value indicating whether the ruler has been drawn. + Returns a object representing the system's current date and time. + +To create the Now operator using the method, use the following syntax: CriteriaOperator.Parse("Now()"). - - A RangeControlPaintEventArgs value that contains data to paint the ruler. - - - true if the Client draws the ruler itself; false if the ruler is painted by the Range Control. - - + - Converts a ruler's regular value (between the total range's Minimum and Maximum) into a normalized value (between 0 and 1). + Pads a string with spaces or a specified Unicode character on the left for a specified total length. + +The operands should be defined as follows: +1 - a string to be padded; +2 - the total number of characters in the resulting string, including padding characters; +3 - (optional) a Unicode padding character. If not specified, the space character is used for padding. If a string is passed as this operand, its first character is used for padding. + +To create the PadLeft operator using the method use the following syntax: CriteriaOperator.Parse("PadLeft(Field1, Field2)") or CriteriaOperator.Parse("PadLeft(Field1, Field2, Field3)"). - - A ruler's regular value (between the total range's Minimum and Maximum) - - - A ruler's normalized value (between 0 and 1). - - + - The method should return an object that exposes the Client's customization options for the Range Control. + Pads a string with spaces or a specified Unicode character on the right for a specified total length. + +The operands should be defined as follows: +1 - a string to be padded; +2 - the total number of characters in the resulting string, including padding characters; +3 - (optional) a Unicode padding character. If not specified, the space character is used for padding. If a string is passed as this operand, its first character is used for padding. + +To create the PadRight operator using the method use the following syntax: CriteriaOperator.Parse("PadRight(Field1, Field2)") or CriteriaOperator.Parse("PadRight(Field1, Field2, Field3)"). - An object that exposes the Client's customization options for the Range Control. - - + - This method should return custom ruler values if these values are not equally spaced. + Returns a specified numeric operand raised to a specific power. + +The Power operator requires two operands: +1 - a number to be raised to a power; +2 - a power. + +If specified operands cannot be converted to , the System.NotSupportedException is thrown. + +Power reverses or . Use the operand to calculate powers of the number e. + +To create the Power operator using the method use the following syntax: CriteriaOperator.Parse("Power(Field1, Field2)"). - - A RulerInfoArgs object that contains the ruler related information. - - - A list of ruler values; null if the ruler has equally spaced increments specified by the property. - - + - Converts a ruler's normalized value (between 0 and 1) into a regular value (between the total range's Minimum and Maximum). - - - - A ruler's normalized value (between 0 and 1). + Removes all, or a certain number of characters from a specified string, starting at a specified position. - - A ruler's regular value (between the total range's Minimum and Maximum). - +The operands should be defined as follows: +1 - a string to be shrunk; +2 - an integer that specifies the zero-based index at which character removal starts; +3 - (optional) an integer that specifies the number of characters to remove, starting at the specified position. If this operand is not specified, all characters between the starting position and the end of the string are removed. - - - - This property should specify the description of the Client's current invalid state. +To create the Remove operator using the method use the following syntax: CriteriaOperator.Parse("Remove(Field1, Field2)") or CriteriaOperator.Parse("Remove(Field1, Field2, Field3)"). - A string that is the description of the Client's current invalid state. - - + - This property should return a value indicating whether the Range Control must reserve space to paint the ruler. + Replaces all occurrences of a certain string in a specified string, with another. + +The operands should be defined as follows: + +1 - a string in which replacements are to be performed; +2 - a string to be replaced; +3 - a string to replace all occurrences found. + +To create the Replace operator using the method use the following syntax: CriteriaOperator.Parse("Replace(Field1, Field2, Field3)"). - true if the Range Control must not reserve space to paint the ruler; otherwise, false. - - + - This property should indicate whether the Client's state is valid and the Client should render itself within the viewport. + Reverses the order of characters within a specified string. + +To create the Reverse operator using the method, use the following syntax: CriteriaOperator.Parse("Reverse(Field1)"). - true if the Client's state is valid and the Client should render itself within the viewport; false if the message should be painted within the viewport. - - + - This method indicates whether the specified type of ruler values is supported. + Returns a random number greater than or equal to 0.0, and less than 1.0. +To create the Rnd operator using the method, use the following syntax: CriteriaOperator.Parse("Rnd()"). - - The type of ruler values being checked. - - - true if the specified type is supported; otherwise, false. - - + - This property should return the normalized distance between the ruler's adjacent tickmarks. + Rounds a specified numeric operand to the nearest integer or to a specified number of decimal places. The rounding provided by this operator is called rounding to nearest or banker's rounding. + +The operands should be defined as follows: +1 - a value to round; +2 - (optional) a value specifying the number of decimal places to round to. 0 indicates that the first operand is rounded to the nearest integer. + +To create the Round operator using the method, use the following syntax: CriteriaOperator.Parse("Round(Field1)") or CriteriaOperator.Parse("Round(Field1, Field2)"). - An object that identifies the normalized distance between the ruler's adjacent tickmarks. - - + - This method is called when an end-user clicks within the Range Control's viewport. + Returns a value indicating the sign of a number represented by a specified operand. The function returns one of the following values: +1, for positive numbers; +-1, for negative numbers; +0, if the number is equal to zero. + +If a specified operand is not numeric, System.NotSupportedException is thrown. + +To create the Sign operator using the method use the following syntax: CriteriaOperator.Parse("Sign(Field1)"). - - A RangeControlHitInfo object that allows you to identify the clicked element. - - - + - This method is called by the Range Control to notify the Client that the range has been changed. - - - - The minimum value of the new range. + Returns the sine of a specified numeric operand representing an angle, measured in radians. - - - The maximum value of the new range. +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - +To create the Sin operator using the method, use the following syntax: CriteriaOperator.Parse("Sin(Field1)"). + + - + - [To be supplied] - - - [To be supplied] - + Returns the hyperbolic sine of a specified numeric operand representing an angle, measured in radians. +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - - - - This method is called when the Range Control's size is changed. +To create the Sinh operator using the method, use the following syntax: CriteriaOperator.Parse("Sinh(Field1)"). - + - This property returns the bottom indent of the selection area within the viewport. + Returns the square root of a specified numeric operand. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. +To create the Sqr operator using the method, use the following syntax: CriteriaOperator.Parse("Sqr(Field1)"). - The bottom indent of the selection area within the viewport. - - + - This property returns the top indent of the selection area within the viewport. + Returns True if the beginning of one string matches another string; otherwise, False is returned. + +This function requires two string operands: +1 - a string to be searched; +2 - a substring to search at the beginning of the first string. + + +To create the StartsWith operator using the method use the following syntax: +CriteriaOperator.Parse("StartsWith(String, SubString)"); + - The top indent of the selection area within the viewport. - - + - This event must fire when the Client's range setting is changed. + Returns a substring extracted from the specified string. This function requires two or three operands of the class. + +If two operands are passed the substring will be extracted from the beginning of the original string. The operands should be defined as follows: + + +1 - an original string; + + +2 - an integer that specifies the zero-based index at which the substring to return begins. + + + +If three operands are passed a substring can be subtracted starting from any position in the original string. The operands should be defined as follows: + + + +1 - an original string; + + +2 - an integer that specifies the zero-based index at which the substring to return begins; + + +3 - an integer that specifies the length of the substring. + + + +To create a Substring operator using the method use the following syntax: +CriteriaOperator.Parse("Substring(Field1, 1, 3)"); + + - + - This property returns the distance between the ruler's adjacent tickmarks. + Returns the tangent of a specified numeric operand representing an angle, measured in radians. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. +To create the Tan operator using the method, use the following syntax: CriteriaOperator.Parse("Tan(Field1)"). - An object that identifies the distance between the ruler's adjacent tickmarks. - - + - Returns the text representation of ruler values + Returns the hyperbolic tangent of a specified numeric operand representing an angle, measured in radians. + +If a specified operand cannot be converted to , the System.NotSupportedException is thrown. +To create the Tanh operator using the method, use the following syntax: CriteriaOperator.Parse("Tanh(Field1)"). - - The zero-based index of a specific ruler value. - - - A string that is the text representation of the specified ruler value. - - + - This method returns a value indicating whether the Client supports the horizontal and/or vertical orientations. + Returns a object representing the system's current date. The object's time part is set to 00:00:00. +To create the Today operator using the method, use the following syntax: CriteriaOperator.Parse("Today()"). - - An orientation to be checked. - - - true if the Client supports the specified orientation; otherwise, false. - - + - This method is fired when you move the mouse cursor over the viewport. + Converts a numeric operand to a fixed-point (exact-value) representation. + +To create the ToDecimal operator using the method, use the following syntax: CriteriaOperator.Parse("ToDecimal(Field2)"). + +Note that the resulting value may vary, based on the database system used as the backend. - - A RangeControlHitInfo object that contains information on the point being hovered over. - - - + - This method is fired when you press the mouse button within the viewport (without releasing the mouse button). + Converts a numeric operand to a double-precision floating-point (approximate-value) representation. + +To create the ToDouble operator using the method, use the following syntax: CriteriaOperator.Parse("ToDouble(Field2)"). +Note that the resulting value may vary, based on the database system used as the backend. - - A RangeControlHitInfo object that contains information on the point being pressed. - - - + - Validates a range when it is changed. + Converts a numeric operand to a floating-point (approximate-value) representation. + +To create the ToFloat operator using the method, use the following syntax: CriteriaOperator.Parse("ToFloat(Field2)"). + +Note that the resulting value may vary, based on the database system used as the backend. - - A NormalizedRangeInfo object that contains information on the current range. - - - + - Validates a scale(zoom) factor. + Converts a numeric operand to an integer representation. + +To create the ToInt operator using the method, use the following syntax: CriteriaOperator.Parse("ToInt(Field2)"). + +Note that the resulting value may vary, based on the database system used as the backend. - - A double value that is the new scale factor that is about to be applied. - - - The valid scale factor. - - + - [To be supplied] + Converts a numeric operand to a long integer representation. + +To create the ToLong operator using the method, use the following syntax: CriteriaOperator.Parse("ToLong(Field2)"). + +Note that the resulting value may vary, based on the database system used as the backend. + - - [To be supplied] - - [To be supplied] - - + - For internal use. - - + Returns a string representation of a specified numeric operand. + +If a specified operand is not numeric, the System.NotSupportedException is thrown. + +To create the ToStr operator using the method, use the following syntax: CriteriaOperator.Parse("ToStr(Field1)"). - - - - For internal use. +Note that the resulting string may vary, based on the format settings of the database system used as the backend. - - - - - - - + - For internal use. + Returns a string containing a copy of a specified string with no leading nor trailing spaces. This function requires a single operand of the class that refers to the original string. + + +To create the Trim operator using the method use the following syntax: +CriteriaOperator.Parse("Trim(Field2)"); - - - - - - + + - - + - A default localizer to translate the XtraPrinting's resources. + Converts all characters in a string operand to uppercase. + +The operand should be an object of the type. + +To create the Upper operator using the method, use the following syntax: CriteriaOperator.Parse("Upper(Field1)"); + - + - Initializes a new instance of the PreviewResLocalizer class with default settings. + Returns a object representing the current Coordinated Universal Time (UTC) date and time. + +To create the UtcNow operator using the method, use the following syntax: CriteriaOperator.Parse("UtcNow()"). - + - Stores paper kind settings. + Enumerates binary operator types. - + - Initializes a new instance of the PaperKindData class with default settings. + Represents the bitwise AND operator. + + +To create the bitwise AND operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 & 128 = 128") - + - Specifies the Id of a paper kind in the System.Drawing.Printing.PaperKind enumeration. + Represents the bitwise OR operator. + + +To create the bitwise OR operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 | 3") - An integer value. - - + - Specifies the paper height. + Represents the bitwise XOR operator. + + +To create the bitwise XOR operator using the method use the following syntax: + + +CriteriaOperator.Parse("(Field1 ^ Field2) = 1") - An integer value, specifying the paper height. - - + - Specifies the Id of a paper kind. + Represents the division operator. + + +To create the division operator using the method use the following syntax: + +CriteriaOperator.Parse("Field1 / Field2 = 2") - An integer value, specifying the paper kind ID. - - + - Specifies the name of a paper kind. + Represents the Boolean equality operator. + +To create the Boolean equality operator using the method use the following syntax: - - A value, specifying the paper kind name. - +CriteriaOperator.Parse("Field1 = Field2") - - - - Specifies the paper width. - An integer value, specifying the paper width. - - - + - Specifies the information that is required to create a custom label report using an XPF Report Wizard. + Represents the Boolean greater-than operator. + + +To create the Boolean greater-than operator using the method use the following syntax: - - - - - Initializes a new instance of the CustomLabelInformation class with default settings. +CriteriaOperator.Parse("Field1 > Field2") - + - Creates a copy of the current CustomLabelInformation instance. - - - A value. - + Represents the Boolean greater-than-or-equal-to operator. + +To create the Boolean greater-than-or-equal-to operator using the method use the following syntax: + - - - - Determines whether or not the specified object is equal to the current CustomLabelInformation instance. +CriteriaOperator.Parse("Field1 >= Field2") - - The object to compare with the current object. - - - true if the specified object is equal to the current CustomLabelInformation instance; otherwise false. - - + - Serves as the default hash function. + Represents the Boolean less-than operator. + + +To create the Boolean less-than operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 < Field2") - An integer value, specifying the hash code for the current object. - - + - Specifies the height of a custom label. + Represents the Boolean less-than-or-equal-to operator. + + +To create the Boolean less-than-or-equal-to operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 <= Field2") - A structure, specifying the custom label's height. - - + - Specifies the horizontal pitch of a custom label. + The LIKE operator. This operator behavior is different, depending on current circumstances. We recommend that you use StartsWith, Contains and EndsWith function operators instead of Like, where possible. + - A structure, specifying the custom label's horizontal pitch. - - + - Specifies the paper kind ID of a custom label. + Represents the subtraction operator. + + +To create the subtraction operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 - Field2 = 10") - An integer value, specifying the paper kind ID. - - + - Specifies the side margin of a custom label. + Represents the modulus operator (computes the remainder after dividing its first operand by its second). + + +To create the modulus operator using the method use the following syntax: - - An integer value, specifying the label's side margin. - +CriteriaOperator.Parse("Field1 % Field2 = 1") - - - - Specifies the top margin of a custom label. - An integer value, specifying the label's top margin. - - + - Specifies the vertical pitch of a custom label. + Represents the multiplication operator. + + +To create the multiplication operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 * Field2 = 100") - A structure, specifying the custom label's vertical pitch. - - + - Specifies the width of a custom label. + Represents the Boolean inequality operator. + + +To create the Boolean inequality operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 != Field2") or CriteriaOperator.Parse("Field1 Field2") - A structure, specifying the custom label's width. - - - + - Lists the values that define the layout of a report that is being created using the Report Wizard for Silverlight. + Represents the addition operator. + + +To create the addition operator using the method use the following syntax: + + +CriteriaOperator.Parse("Field1 + Field2 = 20") + - + + - A left-aligned report layout. + Enumerates aggregate functions. - - + - A left-aligned report layout. + Evaluates the average of the values in the collection. - + - A modular report layout. + Returns the number of objects in the collection. - + - A columnar report layout. + Determines whether the object exists in the collection. - + - The default report layout. + Returns the maximum expression value in the collection. - + - A justified report layout. + Returns the minimum expression value in the collection. - + - An outlined report layout. + Returns a single object from the collection. - + - An outlined report layout. + Returns the sum of all the expression values in the collection. - + + - A stepped report layout. + An element in the . - - + - A tabular report layout. + Initializes a new instance of the class with a property name to sort against and the sort order. + + A value which specifies the name of the property to sort against. This value is assigned to the property. + + + A enumeration value which specifies the property's sort order. This value is assigned to the property. - - + - - Lists the values that define the style of a report that is being created using the Report Wizard. - - - + - The Bold visual style. + Initializes a new instance of the class with default settings. - + - The Casual visual style. + Initializes a new instance of the SortProperty class. + + A object that represents the expression used to sort values. This value is assigned to the property. + + + + A enumeration value which specifies the property's sort order. This value is assigned to the property. + + - + - The Compact visual style. + Gets or sets the property's sort order. + A enumeration value which specifies the property's sort order. + - + - The Corporate visual style. + Gets or sets the expression used to sort values. + A object that represents the expression used to sort values. + - + - The Formal visual style. + Gets or sets the name of the property to sort against. + + A value which specifies the name of the property that identifies the sorted column in a data store. This value is case-sensitive. + + - + - Lists the values that define the type of a report that is being created using the Report Wizard for Silverlight. + Specifies the alignment of a displayed image in relation to the container control's boundaries. - + - For internal use. An undefined report type. + An image is aligned to the bottom side of a control. - + - The Label report type. + An image is aligned to the bottom left corner of a control. - + - For internal use. + An image is aligned to the bottom right corner of a control. - + - The Standard report type. + The default image alignment is used. - - + - If implemented by a class, provides the client-side functionality for an XPF Report Wizard. + An image is aligned to the middler of a control + - + - Adds a new report (asynchronously). + An image is aligned to the left side of a control. - - A object. - - - - A value, containing information about the asynchronous operation. - - - + - Occurs when a new report has been added. - + An image is aligned to the right side of a control. - + - Obtains columns from a data source (asynchronously). - + An image is aligned to the top side of a control. - - A value. - - - - A object. - - - - A value, containing information about the asynchronous operation. - - - + - Occurs when all data columns have been obtained. - + An image is aligned to the top left corner of a control. - + - Obtains the data members from a report's data source (asynchronously). - + An image is aligned to the top right corner of a control. - - A value, specifying the data source name. - - - A value, containing information about the asynchronous operation. - + + + + Contains values that specify how a column's data is filtered via the auto filter row and filter dropdown. + + - + - Occurs when all data members have been obtained. + A column's data is filtered by the display text. - + - Obtains the display name of a data source (asynchronously). + A column's data is filtered by the edit values. - - A value, specifying the data source name. - - - - A value, specifying the data member name. - - - A value, containing information about the asynchronous operation. - + + + + Contains options that specify how a control's layout is stored to and restored from storage (a stream, xml file or system registry). + + - + - Occurs when the data source display name has been obtained. - + Initializes a new instance of the OptionsLayoutGrid class with default settings. - + - Obtains a report's data sources (asynchronously). + Copies all the settings from the options object passed as the parameter. + - - A value, containing information about the asynchronous operation. + + A descendant whose settings are assigned to the current object. - + - Occurs when the data sources have been obtained. - + Contains options that specify how the columns' and bands' settings are stored to and restored from storage (a stream, xml file or sysytem registry). + An object that specifies how the columns' and bands' settings are stored to and restored from storage. + + - + - Obtains item properties from a data source (asynchronously). - + Resets all options to their default values. - - A value, specifying the data source name. - - - - A value, specifying the data member name. - - - A value, containing information about the asynchronous operation. - + + + + Gets or sets whether all the control's settings (except for the appearance settings and format rules) are stored when the layout is saved to storage and restored when the layout is restored from storage. + + + true if all the control's settings are included in the layout when it's saved to storage and these settings are restored when the layout is restored from the storage; otherwise, false. + - + - Occurs when the item properties have been obtained. - + Gets or sets whether the control's appearance settings are also stored when the layout is saved to storage and restored when the layout is restored from storage. + true if the control's appearance settings are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. + - + - Obtains list item properties from a data source (asynchronously). - + Gets or sets whether the control's grouping, sorting, filtering settings and summaries are stored when the layout is saved to storage and restored when the layout is restored from storage. - - A value, specifying the data source name. - - - - A value, specifying the data member name. + true if the control's grouping, sorting, filtering settings and summaries are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. + - - - A value, containing information about the asynchronous operation. - + + + + + + - + - Occurs when the list item properties have been obtained. - + Gets or sets whether the control's visual options are stored when the layout is saved to storage and restored when the layout is restored from storage. + true if the control's visual options are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. + - + - An extended version of the interface, that can be implemented by a data source to support master-detail relationships. + Represents the base class for classes which contain the options that are responsible for how the control's layout is stored to and restored from storage (a stream, xml file or system registry). - + - When implemented by a class, returns the number of relationships for a master row. - - - - An integer value that specifies the master row. - - - An integer value that specifies the number of relationships for a master row. - + Initializes a new instance of the OptionsLayoutBase class with default settings. + + - + - When implemented by a class, returns the display caption of a particular relationship in a specific master row. + Copies settings from the specified object to the current object. - - An integer value that specifies the master row. - - - - An integer value that specifies the relationship. + + An object whose settings are copied to the current object. - A string value that specifies the display caption of a particular relationship in a specific master row. - - - + - Provides methods that return custom names for the Field List items. - + Returns an OptionsLayoutBase object whose settings indicate that the full layout of the control should be stored to and restored from storage (a stream, xml file or system registry). + A OptionsLayoutBase object whose settings indicate that the full layout of the control should be stored to/restored from storage. + + - + - Returns the name displayed for a data source in a Field List. + Gets or sets the version of the layout. + - A value specifying the data source's name. - + A string representing the version of the layout. + + - + - Returns the name of a table or column item displayed in a Field List. - + Gets whether the settings should be persisted. - - An array of values, corresponding to the original data member display names. + + The component that owns the current settings. - A value, specifying the new data member name. + true, if the settings should be persisted; otherwise, false. - + - For internal use. A wrapper for the class that maintains the client-server interaction of the Report Service. + Contains options that specify how column specific settings are stored to and restored from storage (a stream, xml file or the system registry). - + - Initializes a new instance of the PropertyDescriptorProxy class with the specified settings. + Initializes a new instance of the OptionsColumnLayout class with default settings. - - A enumeration value. - - - + - Initializes a new instance of the PropertyDescriptorProxy class with default settings. + Gets or sets whether the columns that exist in the current control but do not exist in a layout when it's restored should be retained. + + true to retain the columns that exist in the current control's layout but don't exist in the layout being restored; false to destroy such columns. + + - + - For internal use. + Copies all the settings from the options object passed as the parameter. + - - + + A descendant whose settings are assigned to the current object. - - - + - For internal use. + Gets or sets whether the columns that exist in a layout when it's restored but that don't exist in the current control should be discarded or added to the control. + - + true to discard the columns that exist in the layout being restored but don't exist in the current control; false to add these columns to the control. + - + - For internal use. + Gets or sets whether all the settings of a control's columns/bands (except for the appearance settings) are stored when the layout is saved to storage and restored when the layout is restored from storage. - + true if all the settings of a control's columns/bands are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. + - + - For internal use. + Gets or sets whether the appearance settings of the columns and bands are also stored when the layout is saved to storage and restored when the layout is restored from storage. - + true if the appearance settings of the columns and bands are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. - + - For internal use. + Gets or sets whether the position, width and visibility of the columns and bands are stored when the layout is saved to storage and restored when the layout is restored from storage. - + true if the position, width and visibility of columns and bands are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. - + + - For internal use. + Specifies the commands which can be executed in the printing system's document preview. + - - - - + - For internal use. - - - A value. - + Identifies the Background menu item, which is a parent for the FillBackground and Watermark subitems. Use this value as a parameter for the method, to hide or show the Background items from the menu of the Print Preview form. + - - - - For internal use. - - - - + - Stores intermediate report settings during an XPF Report Wizard session. + Closes the preview window. + + - + - Initializes a new instance of the ReportModel class with default settings. + Copies the selected document content to the clipboard. - + - Specifies whether or not the data fields' content should affect the width of corresponding report controls. + Invokes the property editor of the component which is about to be printed. Note that this component should implement the IPrintable interface. - true to adjust the field width; otherwise false. - - + - Creates a new ReportModel instance, which is a copy of the current instance. + Shows or hides the Document Map pane, which displays the hierarchy of bookmarks in a report document. + + - A new ReportModel instance, which is a copy of the current instance. - - + - Specifies the data columns that are available in the Wizard. + Invokes the Header/Footer Editor dialog. This dialog is used to insert standard page information into a report's headers and footers. + + + - An array of values, specifying the columns available from the datasource. - - + - Specifies the information that is required to create a custom label report using an XPF Report Wizard. + Exports a document to a CSV (comma-separated values) file. - A object. - - + - Specifies the data member name. + Exports the current document to a file (a report can be exported to PDF, RTF, HTML, MHT, XLS, TXT, CSV and various image formats). + + + + - A object. - - + - Specifies the data source name. + Exports the current document to a graphics file (BMP, EMF, GIF, JPEG, PNG, TIFF, WMF formats). + - A value. - - + - Determines whether or not the specified object is equal to the current ReportModel instance. + Exports the current document to an HTML file. + + - - The object to compare with the current object. - - - true if the specified object is equal to the current ReportModel instance; otherwise false. - - + - Serves as the default hash function. + Exports the current document to an MHT file. + - An integer value, specifying the hash code for the current object. - - + - Specifies the grouping levels available in a report. + Exports the current document to a PDF file. + - An array of values. - - + - Specifies whether or not null values (if occured in a datasource) should be ignored when calculating a summary function. + Exports the current document to an RTF file. + - true to ignore null values; otherwise false. - - + - Specifies whether or not there are groups in the report. + Exports the current document to a TXT file. + - true if the report contains groups; otherwise false. - - - + - For internal use. Specifies the ID of a product label's details. + Exports the current document to an XLS file. + - An integer value. - - + - For internal use. Specifies the ID of a product label. + Exports the current document to an XLSX file. - An integer value. - - + - Specifies the report layout type. + Exports the current document to an XPS file. + +This is supported only by the DXPrinting for WPF library. - A enumeration value. - - + - Specifies the report page orientation. + Identifies the File menu item, which is a parent for the PageSetup, Print, PrintDirect, ExportFile and SendFile subitems. Use this value as a parameter for the method, to hide or show the File items from the menu of the Print Preview form. + + + - true if the page orientation is portrait; otherwise false. - - + - Specifies the report visual style. + Invokes the Color dialog which allows the background color of the current document to be specified. + + - A enumeration value. - - + - Specifies the report title (for printing on the report header). + Invokes the Find dialog in the document's preview. This dialog provides a search dialog which allows end-users to search a report for specific text directly in the preview window. - A value. - - + - Specifies the report type. + Raises the Go To Page dialog to jump to the specified page number. - A enumeration value. - - + - For internal use. Specifies options required to calculate a summary function in a report. + Invokes or hides the Hand Tool in the document's preview. This tool is used for scrolling the pages of the document being previewed. + + - A collection of objects. - - - + - Contains information about a data source. + Invokes the preview magnifier. When the magnifier is activated the mouse cursor resembles a magnifying glass and a click on a preview page zooms in on it. There are two possible values for the magnification level. The first magnification value is always fixed and is equal to 100 %. The other value is calculated so that the entire preview page is visible at once without having to scroll it. + + - + - Initializes a new instance of the DataSourceInfo class with default settings. + Shows the layout of the document's preview across multiple pages. To specify a particular number of page rows and columns in a Print Control, use the method. + + - + - Creates a new DataSourceInfo instance, which is a copy of the current instance. + Doesn't identify any command. This member is intended for internal use only. + - A new DataSourceInfo instance, which is a copy of the current instance. - - + - Determines whether or not the specified object is equal to the current DataSourceInfo instance. + Opens a document. This command is represented both via the menu item and toolbar button. - - The object to compare with the current object. - - - true if the specified object is equal to the current DataSourceInfo instance; otherwise false. - - + - Serves as the default hash function. + Identifies the item which is the parent to the PageLayoutContinuous and PageLayoutFacing subitems. Use this value as a parameter for the method to hide or show the page layout items from the menu of the Preview Form. + - An integer value, specifying the hash code for the current object. - - + - For internal use. Specifies whether a datasource is table-based (e.g., a database), or object-model-based (e.g., an XPO object). + Changes the view of the document's preview so that the pages are arranged as a continuous vertical column. - true if the datasource is table-based; otherwise false. - - - + - Contains data related to columns available in a datasource. + Changes the view of the document's preview so that the pages are arranged side-by-side. + + - + - Initializes a new instance of the ColumnInfo class with default settings. + Selects the margin sizes for the entire document. Note that this command is in use in the Ribbon Print Preview Form only. - + - Creates a new ColumnInfo instance, which is a copy of the current instance. + Switches the pages between portrait and landscape layouts. Note that this command is in use in the Ribbon Print Preview Form only. + - A new ColumnInfo instance, which is a copy of the current instance. - - + - Determines whether or not the specified object is equal to the current ColumnInfo instance. + Invokes the Page Setup dialog which allows some of the page's settings to be adjusted (orientation, margins, paper size and source). + + - - The object to compare with the current object. - - - true if the specified object is equal to the current ColumnInfo instance; otherwise false. - - + - Serves as the default hash function. + Chooses the paper size of the document. Note that this command is in use in the Ribbon Print Preview Form only. + - An integer value, specifying the hash code for the current object. - - + - For internal use. Specifies the type of data column to draw an appropriate icon in the Designer's Field List. + Shows or hides the Parameters pane, which enables end-users to enter parameter values, apply them to a report's data source and re-generate the report document. + - A enumeration value. - - - + - Contains values that specify if filters against List properties can be created. + Shows the mouse pointer, when there is no need to show either the Hand Tool, or the Magnifier. Note that this command is in use in the Ribbon Print Preview Form only. + + + - + - Allows filters to be created against properties that are List objects. + Invokes the Print dialog for the current document. This dialog allows the printer to be selected, its properties set, the number of copies entered and the range of pages to print to be specified. + + + - + - Allows filters to be created against properties that are List objects, and against the List's children. + Prints the document preview directly, without any dialogs. This is useful when the printer's settings don't need to be changed before a document is printed. + - + - Doesn't allow filters to be created against List properties and against their children. + Prints the selected document content. - - + - If implemented, stores settings for the available label products. + Saves a document to a file. This command is represented both via the menu item and toolbar button. + + - + - If implemented, obtains a sorted collection of the supported paper kinds. + Stretches or shrinks the document to a percentage of its actual size. Note that if you need to specify a particular scale factor or number of pages a document should be scaled to, the and properties will be useful. + + - A collection of objects. - - + - If implemented, obtains a sorted collection of details for the supported label products. + Scrolls one page down, as when an end-user presses the PAGE DOWN key. + - - An integer value. - - - A collection of objects. - - + - If implemented, obtains a sorted collection of supported label products. + Scrolls one page up, as when an end-user presses the PAGE UP key. - A collection of objects. - - - + - [To be supplied] - + Exports the current document to a CSV (comma-separated values) file and sends it via e-mail. - - - - [To be supplied] + + - [To be supplied] - + - [To be supplied] - - [To be supplied] + Exports the document in the preview window, then creates a new e-mail in the default system mailer and attaches the exported document to the e-mail. The exporting format can be specified via the drop-down list. - - - - [To be supplied] + - - [To be supplied] - - [To be supplied] - + - [To be supplied] + Exports the current document to a graphics file (BMP, EMF, GIF, JPEG, PNG, TIFF, WMF formats) and sends it via e-mail. + + - - [To be supplied] - - [To be supplied] - - + - Provides helper methods to create an . + Exports the current document to an MHT file and sends it via e-mail. + + + - + - Initializes a new instance of the LabelProductRepositoryFactory class with default settings. + Exports the current document to a PDF file and sends it via e-mail. + - + - Creates an . + Exports the current document to an RTF file and sends it via e-mail. + - An object implementing the interface. (Typically, it is the object.) - - - + - Lists day types by the working activity. + Exports the current document to a TXT file and sends it via e-mail. + + - + - Indicates that a particular, exact date is a work day. + Exports the current document to an XLS file and sends it via e-mail. + - + - Indicates that this day is a holiday. + Exports the current document to an XLSX file and sends it via e-mail. + - + - Indicates a weekday. + Exports the current document to a XPS file and sends it via e-mail. + +This is supported only by the DXPrinting for WPF library. + + - - + - Provides data for an event that fires after a row is deleted. + Displays the first page in the preview. + + + - + - Initializes a new instance of the RowDeletedEventArgs class with the specified settings. + Displays the last page in the preview. + + - - The row handle. This value is used to initialize the property. - - - The index of the row in the data source. This value is used to initialize the property. - - - An object that represents the current row. This value is used to initialize the property. + + + + Moves to the next page in the preview. - + + + - + - Gets the index of the current row in the data source. + Moves to the previous page in the preview. + + - The index of the current row in the data source. - - + - Gets the currently processed row. + Identifies the Stop button, which is displayed in the status bar to the right of the progress bar, and can be used to stop generating a document. - The currently processed row. - - + - Gets the row handle (id) that identifies the position of the current row in the control. + Passes the entered values to the report parameters and triggers document creation based on these values. - An integer value that specifies the handle (id) of the current row. - - - + - Provides data for an event that fires before a row is deleted. - + + - + - Initializes a new instance of the RowDeletingEventArgs class with the specified settings. - - - - The row handle. This value is used to initialize the property. + Identifies the View menu item, which is a parent for the PageLayout, Toolbar, Status Bar and Customize subitems. Use this value as a parameter for the method, to hide or show the View items from the menu of the Print Preview form. - - - The index of the row in the data source. This value is used to initialize the property. - - - An object that represents the current row. This value is used to initialize the property. - + + - + - Gets or sets whether the current event (the row deletion) needs to be canceled. + Zooms a document in or out so that only one entire page of the document is shown in the preview. + - true, if the current event needs to be canceled; otherwise, false. - - - + - Represents the base class for all localizer classes. + Invokes the Watermark dialog which can be used to specify either background text or a picture as a document's watermark. Note that a document's watermark can be accessed via the property. + + - + - Gets or sets a localizer object providing localization of the user interface at runtime. + Zooms in on a document by one of the predefined zoom factors. They are as follows: 10%, 25%, 50%, 75%, 100%, 150%, 200% and 500%. + + - A XtraLocalizer descendant, which is used to localize the user interface at runtime. - - + - Fires immediately after the property value has been changed. + Zooms the preview in. Each time this command is performed, the preview gets zoomed in by approximately 10%. + + - + - Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). + Zooms the preview out. Each time this command is performed, the preview gets zoomed out by approximately 10%. + - An object representing resources based on the thread's culture. - - + - Creates an XML document, which contains resource strings provided by the current XtraLocalizer object. + Zooms a document in or out as appropriate, so that the width of the current page fits the preview window. + - A object. - - + - Returns an active localizer provider for this XtraLocalizer object. + Zooms a document in or out as appropriate, so that the width of the text in the current page fits the preview window. + - An ActiveLocalizerProvider object. - - + - Gets the string, localized by the current XtraLocalizer, for the specified user interface element. + Zooms a document in or out as appropriate, so that only two entire pages of the document are shown in the preview. - - A T enumeration value specifying the UI element whose caption (text) is to be localized. - - - A representing the text to be displayed within the specified UI element. - - + - Returns the name of the language currently used by this localizer object. + Zooms a document in or out as appropriate, so that only a single page of the document is shown in the preview. + + - A value that specifies the language of the user interface localization. - - + - Raises the event. + Identifies the Zoom trackbar control, which is available in the bottom-right corner of the Print Preview Form with a Ribbon. - + + - Sets an active localizer provider for this XtraLocalizer object. + Contains values that specify the data type and binding mode of columns. - - An ActiveLocalizerProvider object. - + + + + Indicates that the column is unbound and it contains Boolean values (the type). + + - + - Saves the current XtraLocalizer's resources to the specified XML file. + Indicates that the column is bound to a field in the control's underlying data source. The type of data this column contains is determined by the bound field. - - A specifying the file name (including the file path), to which all localization resources will be saved. - - - - + - [To be supplied] + Indicates that the column is unbound and it contains date/time values (the type). + + - + - [To be supplied] + Indicates that the column is unbound and it contains decimal values (the type). + - [To be supplied] - + - [To be supplied] + Indicates that the column is unbound and it contains integer values (the type). + - [To be supplied] - + - [To be supplied] + Indicates that the column is unbound and it contains values of any type. A editor is assigned for the in-place editing of such a column. + - [To be supplied] - + - [To be supplied] + Indicates that the column is unbound and it contains string values (the type). + - [To be supplied] - + - A component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Instant Feedback Mode. Can be associated with a WCF data service. + Lists values which specify the validity of a condition (indicates whether the condition is true or false). - + - Initializes a new instance of the WcfInstantFeedbackSource with the specified settings. + The value is determined by the current object's parent object setting (e.g., a control setting). - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - + - Initializes a new instance of the WcfInstantFeedbackSource with the specified settings. + Corresponds to a Boolean value of false. - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - + - Initializes a new instance of the WcfInstantFeedbackSource with the specified settings. + Corresponds to a Boolean value of true. - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - + + - Initializes a new instance of the WcfInstantFeedbackSource class. + Represents a method that will handle the event. - - + - Initializes a new instance of the WcfInstantFeedbackSource with the specified settings. + Represents a method that will handle the event. - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + The event sender. - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + A object that contains event data. - + + - Specifies whether elements retrieved by the WcfInstantFeedbackSource's queryable source are thread-safe. + Provides data for the selection changed events. - true, if elements retrieved by the queryable source are thread-safe; otherwise, false. - - - + - Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. + Initializes a new instance of the class with default settings. - The string which contains the column name(s) against which data source contents are sorted and the sort order(s). - - + - Specifies the type of objects that will be retrieved from a data source, at design time. + Initializes a new instance of the class with the specified settings. - A type of objects that will be retrieved from a data source. - - + + A enumeration value which specifies how the collection has been changed. This value is assigned to the property. + + + A zero-based integer specifying the handle of the row whose selected state has been changed. This value is assigned to the property. - - - - Occurs when the WcfInstantFeedbackSource no longer needs the queryable source it used to retrieve objects from the WCF data service. - - + - + - Specifies the criteria used to filter objects on the data store side. These criteria are never affected by bound data-aware controls. + Gets an action which describes how the collection has been changed. - A object specifying the filter expression applied to data on the data store side. + A enumeration value which specifies how the collection has been changed. - + - Specifies a string representation of an expression used to filter objects on the data store side. This filter is never affected by bound data-aware controls. + Identifies the row whose selected state has been changed. - A string specifying the filter expression applied to data on the data store side. + A zero-based integer identifying the row whose selected state has been changed. - + + - Occurs when the WcfInstantFeedbackSource needs a queryable source, to retrieve objects from the WCF data service. + Lists the values that specify how a column's data should be sorted. + - - + - Specifies the name of the key property. + Enables custom sorting of a column's data. To implement custom sorting, handle the event in the GridControl, and the event in the TreeList. + + +In the GridControl, the Custom mode also enables custom grouping of rows when grouping is applied against the current column. To implement custom grouping, handle the event. + - A value that specifies the key property name. - - + - Refreshes the WcfInstantFeedbackSource. - - + Sorts the column's data according to the type of the editor assigned to the column. + +For columns which use and in-place editors the data is sorted by the displayed values (the strings displayed within the column's cells). + - - +For other columns their data is sorted by the edit values (these are synchronized with the bound data source's values). For some editors (, , etc), however, the edit values match the display values. - - A component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Server Mode. Can be associated with a WCF Data Service. + - + - Initializes a new instance of the WcfServerModeSource class. + Sorts the column's data by the column's display text (the strings displayed within the column's cells). + - + - This constructor is intended for internal use. + Sorts the column's data by the column's edit values (these are synchronized with the bound data source's values). - - - - - + + - Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. + Lists the values that specify how the data rows are combined into groups when in grouping mode. + - The string which contains the column name(s) against which data source contents are sorted and the sort order(s). - - - + - This property is intended for internal use. + Rows are grouped by the character that their values start with. + - The type of objects retrieved from a data source. - - + - Enables you to manually handle the data source exception. + This option is in effect only for columns that store date/time values. + +Rows are grouped by the date part of their values, the time portion is ignored in this grouping mode. + - + - This property is intended for internal use. + This option is in effect only for columns that store date/time values. + +Rows are grouped by the month part of their values. + - - - + - Specifies the criteria used to filter objects on the data store side. These criteria are never affected by bound data-aware controls. + This option is in effect only for columns that store date/time values. + +Rows are grouped into the following groups according to their date value as compared with the current system date: "Today", "Tomorrow", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Next Week", "Two Weeks Away", "Three Weeks Away", "Next Month", "Beyond Next Month", "Yesterday", "Last Week", "Two Weeks Ago", "Three Weeks Ago", "Last Month", "Older". - - A object specifying the filter expression applied to data on the data store side. - - - - - Specifies a string representation of an expression used to filter objects on the data store side. This filter is never affected by bound data-aware controls. - A string specifying the filter expression applied to data on the data store side. - - + - Enables you to manually handle the inconsistency detected during an operation on a data source. + This option is in effect only for columns that store date/time values. + +Rows are grouped by the year part of their values. + + - + - Gets or sets the key expression. + In regular binding mode, for columns which store date/time values, this option is the same as the option. For non date/time columns this option is the same as the option. + + +In server mode, rows are always grouped by values. See the description of the option. + - A value that specifies the key expression. - - + - Gets or sets the queryable data source. + Rows are grouped by cells' display values. + + +In specific instances, cells can have different edit values, but the same display value. To combine these rows into the same group, use the DisplayText group mode. + - A DataServiceQuery object that is a query request to a WCF Data Service. - - + - Forces the bound data-aware control to reload data from the data store. + Rows are grouped by their values (the entire values of each row in a group have to match). The number of groups matches the number of unique values within the grouping column. + + +Note that objects which have the same date portion but different time portions are treated as unique values (each has it's own group). + + + - + - A component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Server Mode. Can be associated with any enumerable source. + Specifies how the text associated with the control should be aligned. - + - Initializes a new instance of the PLinqServerModeSource class. + The text is vertically aligned at the bottom, and horizontally aligned at the center. - + - Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. + The text is vertically aligned at the bottom, and horizontally justified. +This mode is ignored in Silverlight applications. + - The string which contains the column name(s) against which data source contents are sorted and the sort order(s). - - + - Specifies the maximum number of parallel threads that will be started to process a query. + The text is vertically aligned at the bottom, and horizontally aligned on the left. - A nullable integer that specifies the maximum number of parallel threads that will be started to process a query. - - + - This property is intended for internal use. + The text is vertically aligned at the bottom, and horizontally aligned on the right. - The type of objects retrieved from a data source. - - + - Enables you to manually handle the data source exception. + The text is vertically aligned in the middle, and horizontally aligned at the center. - + - Enables you to manually handle the inconsistency detected during an operation on a data source. + The text is vertically aligned in the middle, and horizontally justified. +This mode is ignored in Silverlight applications. - + - Forces the bound data-aware control to reload data from the data store. + The text is vertically aligned in the middle, and horizontally aligned on the left. - + - Gets or sets the enumerable data source. + The text is vertically aligned in the middle, and horizontally aligned on the right. - An object that implements the interface. - - - + - A component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Instant Feedback Mode. Can be associated with an Entity Framework 4+ queryable source. + The text is vertically aligned at the top, and horizontally aligned at the center. + - + - Initializes a new instance of the EntityInstantFeedbackSource with the specified settings. + The text is vertically aligned at the top, and horizontally justified. +This mode is ignored in Silverlight applications. - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - + - Initializes a new instance of the EntityInstantFeedbackSource with the specified settings. + The text is vertically aligned at the top, and horizontally aligned on the left. - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - + - Initializes a new instance of the EntityInstantFeedbackSource with the specified settings. + The text is vertically aligned at the top, and horizontally aligned on the right. - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - + + + + Specifies how an image is positioned within a Picture Box. + + - + - Initializes a new instance of the EntityInstantFeedbackSource class. + +The Picture Box size is adjusted to that of the image it contains. - + - Initializes a new instance of the EntityInstantFeedbackSource with the specified settings. + +The image is displayed in the center of the Picture Box. The outside edges of an image are clipped if it does not fit into the control's bounds. - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - + + + + +The image is placed in the upper-left corner of the Picture Box. The image is clipped if it does not fit into the control's bounds. + + - + - Specifies whether elements retrieved by the EntityInstantFeedbackSource's queryable source are thread-safe. + +If the Picture Box dimensions exceed that of the image it contains, the image is centered and shown full-size. Otherwise, the image is resized to fit into the control's dimensions. + - true, if elements retrieved by the queryable source are thread-safe; otherwise, false. - - + - Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. + +The image is stretched or shrunk to fit into the current Picture Box dimensions. + - The string which contains the column name(s) against which data source contents are sorted and the sort order(s). - - + - Specifies the type of objects that will be retrieved from a data source, at design time. + +The image is replicated within the Picture Box starting from the upper-left corner. The image is clipped if it does not fit into the control's dimensions. + - A type of objects that will be retrieved from a data source. - - - + - Occurs when the EntityInstantFeedbackSource no longer needs the queryable source it used to retrieve objects from the data store. + +The image is sized proportionally (without clipping), so that it fits best within the Picture Box dimensions. If the height-to-width ratio of the control and the image are equal, the image will be resized to exactly fit into the control's dimensions. +Otherwise, the closest matching image side (height or width) will be sized to the control, and the other side will be sized proportionally (possibly leaving empty space within the control). + + - + + - Occurs when the EntityInstantFeedbackSource needs a queryable source, to retrieve objects from the data store. + Lists the available horizontal content splitting modes. - - + - Specifies the name of the key property. + When the brick dimensions do not fit into the bottom page margin, the rest of the brick content is split across two pages. - A value that specifies the key property name. - - + - Refreshes the EntityInstantFeedbackSource. + When the brick dimensions do not fit into the bottom page margin, the brick content is moved to a new page in its entirety. - + - A component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Server Mode. Can be associated with an Entity Framework 4+ queryable source. + Contains information on a range of data. - + - Initializes a new instance of the EntityServerModeSource class. + Initializes a new instance of the RangeControlRange class with the specified range bounds. + + The value to initialize the property. + + + + The value to initialize the property. + + - + - Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. + Initializes a new instance of the RangeControlRange class. - The string which contains the column name(s) against which data source contents are sorted and the sort order(s). - - + - This property is intended for internal use. - + - The type of objects retrieved from a data source. - + + + - + - Enables you to manually handle the database exception. - + + + + - + - Enables you to manually handle the inconsistency detected during an operation on a data source. + Gets or sets the end bound of a range. + The end bound of a range. + - + - Gets or sets the key expression. + Gets or sets the start bound of a range. - A value that specifies the key expression. + The start bound of a range. - + - Gets or sets the queryable data source. - + - An object that implements the interface. - + - + - Forces the bound data-aware control to reload data from the data store. - + - + + + + + + + + + - An interface that can be implemented by a data source to support master-detail relationships. + Contains enumeration values that specify comparison operation types used to create filter conditions. - + - When implemented by a class, returns detail data for a relationship. + Specifies the Contains comparison operation. - - An integer value that specifies the index of a master row in the data source. - - - - An integer value that specifies the relationship. - - - An object that implements the IList interface and represents detail data for a relationship. - - + - When implemented by a class, returns the name of a master-detail relationship. + Specifies the default comparison operation. - - An integer value that specifies the index of a master row in the data source. - - - - An integer value that specifies the relationship. - - - The name of a master-detail relationship. - - + - When implemented by a class, returns a Boolean value that specifies whether a specific detail of a particular master row contains data. + Specifies the Equals comparison operation. - - An integer value that specifies the index of a master row in the data source. - - - An integer value that specifies the relationship. - - A Boolean value that specifies whether a specific detail of a particular master row contains data. - + + + + Specifies the Like comparison operation. + + - + - When implemented by a class, returns the number of master-detail relationships for the current master data source. + Specifies the StartsWith comparison operation. - An integer value that specifies the number of master-detail relationships for the current master data source. - - + - If implemented, provides a view for the Create Groups page of the Report Wizard for WPF. + Specifies the border style for a brick. + - + - Occurs when the active record in the list of the available data sources is changed. + The borders are drawn over the contour of the brick's rectangle, so that they are partially inside and outside of the brick. + - + - Occurs when the active record in the list of grouping levels is changed. + The borders are drawn inside the brick's rectangle. + - + - Occurs when the Add Grouping Level button is clicked on the Create Groups Report Wizard page. + The borders are drawn outside the brick's rectangle. + - + + - Occurs when the Combine Grouping Level button is clicked on the Create Groups Report Wizard page. + The base class for the , and objects that are stored in a Report Wizard's model. - - + - If implemented, activates or deactivates the Add Grouping Level button on the Create Groups page of the Report Wizard. + Specifies the data source display name for a wizard. - - true to activate the button, false to deactivate the button. - - + A value, specifying the data source display name. + - + - If implemented, activates or deactivates the Combine Grouping Level button on the Create Groups page of the Report Wizard. + Determines whether or not the specified object is equal to the current EntityInfo instance. - - true to activate the button, false to deactivate the button. + + The object to compare with the current object. + true if the specified object is equal to the current EntityInfo instance; otherwise false. + - + - If implemented, activates or deactivates the Move Grouping Level Down button on the Create Groups page of the Report Wizard. + Serves as the default hash function. - - true to activate the button, false to deactivate the button. - - + An integer value, specifying the hash code for the current object. + - + - If implemented, activates or deactivates the Move Grouping Level Up button on the Create Groups page of the Report Wizard. + Specifies the data source name. - - true to activate the button, false to deactivate the button. - - + A TName object that is the name of the entity. + - + + - If implemented, activates or deactivates the Remove Grouping Level button on the Create Groups page of the Report Wizard. + Stores a pair of values, specifying a along with its corresponding name. - - true to activate the button, false to deactivate the button. - + + + + Initializes a new instance of the DBNameTypePair class with default settings. + + - + - If implemented, populates the list of available columns. + Initializes a new instance of the DBNameTypePair class with the specified settings. - - An array of objects. + + A value. + + + + + A enumeration value. - + - If implemented, populates the list of grouping levels. + A value, specifying the database column name. - - An array of objects. - - + - + - If implemented, gets an array of records selected in the list of available columns. + Returns a value, specifying the name and type of the data table column (separated by a white space). - An array of objects. + A value. Example: "OrderDate DateTime". + - + - If implemented, gets the record selected in the list of grouping levels. + A value, specifying the database column type. - A object. - + - + + - Occurs when the Move Grouping Level Down button is clicked on the Create Groups Report Wizard page. + Provides data for the events that fire after option changes . - - + - Occurs when the Move Grouping Level Up button is clicked on the Create Groups Report Wizard page. + Creates a new object. + + A value representing the name of the option whose value has been changed. This value is assigned to the property. + + + + A value representing the option's previous value. This value is assigned to the property. + + + A value representing the option's current value. This value is assigned to the property. - - - - Occurs when the Remove Grouping Level button is clicked on the Create Groups Report Wizard page. - - + - + - If implemented, changes the active record in the list of grouping levels. + Creates a new object with default values. - - A object. - - - + - If implemented, shows or hides the wait indicator on the Create Groups page of the Report Wizard. + Gets the name of the option whose value has been changed. - - true to show the wait indicator, false to hide the wait indicator. - - + A value representing the option's name. + - - + - Represents a method that will handle the event raised after an option value change. + Gets or sets the option's current value. + A value representing the option's current value. + + - + - Represents a method that will handle the event raised after the option has been changed. + Gets the option's previous value. - - The event sender. - - - - A object that contains data related to the event. - - + A value representing the option's previous value. + @@ -18058,11014 +20824,10708 @@ An integer value. - + - Represents a method that will handle the event. + The interface that a Range Control Client must implement to be embedded in the . + - + - Represents a method that will handle the event. + This method is fired when the RangeControl's state, size or settings are changed. - - The event source. - - - - A object containing data related to the event. + + A Rectangle that specifies the bounds of the Range Control's viewport. - - + - Provides data for the event. + Renders the Range Control's viewport. + + A RangeControlPaintEventArgs value that contains data to paint the viewport. + + + - + - Creates a new object. + This method allows you to manually draw the ruler. It returns a value indicating whether the ruler has been drawn. - - An integer value identifying the processed row by its handle. This value is assigned to the property. - - - - An object representing the custom calculated summary value. This value is assigned to the property. - - - - An object representing the currently processed field value. This value is assigned to the property. - - - - An integer value identifying the group row whose child data rows are involved in summary calculation. This value is assigned to the property. - - - - A enumeration value identifying the current calculation stage. This value is assigned to the property. - - - - An object representing the summary item whose value is being calculated. This value is assigned to the property. - - - - An integer value indicating the nested group level of the processed row. This value is assigned to the property. + + A RangeControlPaintEventArgs value that contains data to paint the ruler. + true if the Client draws the ruler itself; false if the ruler is painted by the Range Control. + - + - Initializes a new instance of the class. + Converts a ruler's regular value (between the total range's Minimum and Maximum) into a normalized value (between 0 and 1). + + A ruler's regular value (between the total range's Minimum and Maximum) + + + A ruler's normalized value (between 0 and 1). + - + - Gets the processed field value. + The method should return an object that exposes the Client's customization options for the Range Control. - An object representing the processed field value. - + An object that exposes the Client's customization options for the Range Control. + - + - Returns the value of the specified group summary for the specified group row. + This method should return custom ruler values if these values are not equally spaced. - - An integer that specifies a group row's handle. - - - - An object representing the group summary item. In the GridControl, it's represented by the class. + + A RulerInfoArgs object that contains the ruler related information. - The specified group summary's value. + A list of ruler values; null if the ruler has equally spaced increments specified by the property. - + - Returns the value in the specified field + Converts a ruler's normalized value (between 0 and 1) into a regular value (between the total range's Minimum and Maximum). - - A string that identifies the field whose value must be returned. + + A ruler's normalized value (between 0 and 1). - An object that represents the value of the specified field. + A ruler's regular value (between the total range's Minimum and Maximum). - + - Gets the nested level of the group whose summary value is being calculated. + This property should specify the description of the Client's current invalid state. - An integer value representing the zero-based nested level of the processed group. + A string that is the description of the Client's current invalid state. - + - Gets a value identifying the group row whose child data rows are involved in summary calculation. + This property should return a value indicating whether the Range Control must reserve space to paint the ruler. - An integer value representing the handle of the group row containing the processed row as a child. 0 when calculating a total summary value. + true if the Range Control must not reserve space to paint the ruler; otherwise, false. - + - Gets whether a group summary value is being calculated. + This property should indicate whether the Client's state is valid and the Client should render itself within the viewport. - true if a group summary value is being calculated; otherwise, false. + true if the Client's state is valid and the Client should render itself within the viewport; false if the message should be painted within the viewport. - + - Gets whether a total summary value is being calculated. + This method indicates whether the specified type of ruler values is supported. + - true if a total summary value is being calculated; otherwise, false. - + + The type of ruler values being checked. + + + true if the specified type is supported; otherwise, false. + - + - Gets a summary item whose value is being calculated. + This property should return the normalized distance between the ruler's adjacent tickmarks. - An object representing a summary item whose value is being calculated. + An object that identifies the normalized distance between the ruler's adjacent tickmarks. - + - Gets the currently processed row. + This method is called when an end-user clicks within the Range Control's viewport. - The currently processed row. - + + A RangeControlHitInfo object that allows you to identify the clicked element. + + - + - Gets the handle of the processed row. + This method is called by the Range Control to notify the Client that the range has been changed. - An integer value identifying the processed data row by its handle. - + + The minimum value of the new range. + + + The maximum value of the new range. - - - - Gets a value indicating calculation stage. - - - A enumeration value indicating calculation stage. - + - + - Gets or sets the total summary value. - + - An object representing the total summary value. - + + + - + - Gets or sets whether the Calculation stage of the custom summary calculation process should be skipped. + This method is called when the Range Control's size is changed. - true if the Calculation stage of the custom summary calculation process should be skipped; otherwise, false. - - - + - Represents a method that will handle the event. - - + This property returns the bottom indent of the selection area within the viewport. - - - - Represents a method that will handle the event. - - The event source. - - - - A object containing data related to the event. - - + The bottom indent of the selection area within the viewport. + - - + - Provides data for the event. + This property returns the top indent of the selection area within the viewport. + + The top indent of the selection area within the viewport. + + - + - Initializes a new instance of the class. + This event must fire when the Client's range setting is changed. - - An integer value specifying the handle of the group row whose summary value is about to be calculated. This value is assigned to the property. - - - - An integer value specifying the zero-based nesting level of the processed group. This value is assigned to the property. - - - - An object which represents the summary item whose value is about to be calculated. This value is assigned to the property. - - - + - Gets or sets whether the summary value should be calculated and displayed. + This property returns the distance between the ruler's adjacent tickmarks. + - true to calculate and display the summary value; otherwise, false. + An object that identifies the distance between the ruler's adjacent tickmarks. - + - Gets the nesting level of the group whose summary value is being calculated. + Returns the text representation of ruler values + - An integer value representing the zero-based nesting level of the processed group. - + + The zero-based index of a specific ruler value. + + + A string that is the text representation of the specified ruler value. + - + - Gets a value identifying the group row whose summary value is about to be calculated. + This method returns a value indicating whether the Client supports the horizontal and/or vertical orientations. + - An integer value representing the handle of the group row whose summary value is about to be calculated. 0 when calculating a total summary value. - + + An orientation to be checked. + + + true if the Client supports the specified orientation; otherwise, false. + - + - Gets whether a group summary value is about to be calculated. + This method is fired when you move the mouse cursor over the viewport. - true if a group summary value is about to be calculated; otherwise, false. - + + A RangeControlHitInfo object that contains information on the point being hovered over. + + - + - Gets whether a total summary value is about to be calculated. + This method is fired when you press the mouse button within the viewport (without releasing the mouse button). + - true if a total summary value is about to be calculated; otherwise, false. - + + A RangeControlHitInfo object that contains information on the point being pressed. + + - + - Gets a summary item whose value is about to be calculated. + Validates a range when it is changed. - An object representing a summary item whose value is about to be calculated. - + + A NormalizedRangeInfo object that contains information on the current range. + - - + + - Specifies the current status of custom summary calculation. + Validates a scale(zoom) factor. + + A double value that is the new scale factor that is about to be applied. + + + The valid scale factor. + + - + - Indicates that custom summary calculation is in progress. This means the event is raised for a specific data row containing the field value used to calculate the processed custom summary. - + + + + + - + + - Indicates that the process of custom summary calculation is finished. + Represents a method that will handle the event. - - + - Indicates that the process of custom summary calculation is about to be started. - + Represents a method that will handle the event. + + The event source. + + + + A object containing data related to the event. + + - + - Contains values corresponding to strings that can be localized for the print preview. + Provides data for the event. - + - This field is now obsolete. Use the SaveDlg_FilterBmp field, instead. + Creates a new object. + + An integer value identifying the processed row by its handle. This value is assigned to the property. + + + + An object representing the custom calculated summary value. This value is assigned to the property. + + + + An object representing the currently processed field value. This value is assigned to the property. + + + + An integer value identifying the group row whose child data rows are involved in summary calculation. This value is assigned to the property. + + + + A enumeration value identifying the current calculation stage. This value is assigned to the property. + + + + An object representing the summary item whose value is being calculated. This value is assigned to the property. + + + + An integer value indicating the nested group level of the processed row. This value is assigned to the property. + + - + - This field is now obsolete. Use the MenuItem_CsvDocument field, instead. + Initializes a new instance of the class. - + - This field is now obsolete. Use the SaveDlg_FilterEmf field, instead. + Gets the processed field value. + An object representing the processed field value. + - + - This field is now obsolete. Use the MenuItem_XlsDocument field, instead. + Returns the value of the specified group summary for the specified group row. + + An integer that specifies a group row's handle. + + + + An object representing the group summary item. In the GridControl, it's represented by the class. + + + The specified group summary's value. + - + - This field is now obsolete. Use the SaveDlg_FilterGif field, instead. + Returns the value in the specified field + + A string that identifies the field whose value must be returned. + + + An object that represents the value of the specified field. + - + - This field is now obsolete. Use the MenuItem_HtmDocument field, instead. + Gets the nested level of the group whose summary value is being calculated. + An integer value representing the zero-based nested level of the processed group. + - + - This field is now obsolete. Use the SaveDlg_FilterJpeg field, instead. + Gets a value identifying the group row whose child data rows are involved in summary calculation. + An integer value representing the handle of the group row containing the processed row as a child. 0 when calculating a total summary value. + - + - This field is now obsolete. Use the MenuItem_MhtDocument field, instead. + Gets whether a group summary value is being calculated. + true if a group summary value is being calculated; otherwise, false. + - + - This field is now obsolete. Use the MenuItem_PdfDocument field, instead. + Gets whether a total summary value is being calculated. + true if a total summary value is being calculated; otherwise, false. + - + - This field is now obsolete. Use the SaveDlg_FilterPng field, instead. + Gets a summary item whose value is being calculated. + An object representing a summary item whose value is being calculated. + - + - This field is now obsolete. Use the MenuItem_RtfDocument field, instead. + Gets the currently processed row. + The currently processed row. + - + - This field is now obsolete. Use the MenuItem_TxtDocument field, instead. + Gets the handle of the processed row. + An integer value identifying the processed data row by its handle. + - + - This field is now obsolete. Use the SaveDlg_FilterTiff field, instead. + Gets a value indicating calculation stage. + A enumeration value indicating calculation stage. + - + - This field is now obsolete. Use the SaveDlg_FilterWmf field, instead. + Gets or sets the total summary value. + An object representing the total summary value. + - + - "Main Menu" + Gets or sets whether the Calculation stage of the custom summary calculation process should be skipped. + true if the Calculation stage of the custom summary calculation process should be skipped; otherwise, false. + - + + - "Status Bar" + Represents a method that will handle the event. - - + - "Toolbar" + Represents a method that will handle the event. + + The event source. + + + + A object containing data related to the event. + + - + + - "Apply" + Provides data for the event. - - + - "Cancel" + Initializes a new instance of the class. + + An integer value specifying the handle of the group row whose summary value is about to be calculated. This value is assigned to the property. + + + + An integer value specifying the zero-based nesting level of the processed group. This value is assigned to the property. + + + + An object which represents the summary item whose value is about to be calculated. This value is assigned to the property. + + - + - "Help" + Gets or sets whether the summary value should be calculated and displayed. + true to calculate and display the summary value; otherwise, false. + - + - "OK" + Gets the nesting level of the group whose summary value is being calculated. + An integer value representing the zero-based nesting level of the processed group. + - + - This field is now obsolete. Use the SaveDlg_Title field, instead. + Gets a value identifying the group row whose summary value is about to be calculated. + An integer value representing the handle of the group row whose summary value is about to be calculated. 0 when calculating a total summary value. + - + - This field is now obsolete. Use the EMail_From field, instead. + Gets whether a group summary value is about to be calculated. + true if a group summary value is about to be calculated; otherwise, false. + - + - "From" + Gets whether a total summary value is about to be calculated. + true if a total summary value is about to be calculated; otherwise, false. + - + - This field is now obsolete. + Gets a summary item whose value is about to be calculated. + An object representing a summary item whose value is about to be calculated. + - + + - "Confirmation password does not match. Please start over and enter the password again." + Specifies the current status of custom summary calculation. - - + - "Confirm Document Open Password" + Indicates that custom summary calculation is in progress. This means the event is raised for a specific data row containing the field value used to calculate the processed custom summary. - + - "Document Open Password:" + Indicates that the process of custom summary calculation is finished. - + - "Please confirm the Document Open Password. Be sure to make a note of the password. It will be required to open the document." + Indicates that the process of custom summary calculation is about to be started. + - + + - "Confirm Permissions Password" + Lists the values that are used to choose a summary function that should be calculated in a report created using an XPF Report Wizard. - - + - "Permissions Password:" + The Average summary function is calculated. - + - "Please confirm the Permissions Password. Be sure to make a note of the password. You will need it to change these settings in the future." + The Count summary function is calculated. - + - "Character set:" + The Max summary function is calculated. - + - "Embed images in HTML" + The Min summary function is calculated. - + - "Export mode:" + No summary function is calculated. - + - "Different files" + The Sum summary function is calculated. - + + - "Single file" + For internal use. - - + - "Single file page-by-page" + For internal use. + + + + + + - + - "Page border color:" + For internal use. + + + + + + - + + - "Page border width:" + For internal use. Specifies the information that is required to calculate summary functions in a report created using an XPF Report Wizard. - - + - "Page range:" + Initializes a new instance of the ColumnNameSummaryOptions class with default settings. - + - "Remove carriage returns" + Initializes a new instance of the ColumnNameSummaryOptions class with the specified settings. + + A value, specifying the column name. This value is assigned to the property. + + + + A enumeration value. This value is assigned to the property. + + - + - "Table layout" - + Initializes a new instance of the ColumnNameSummaryOptions class with the specified settings. + + A value, specifying the column name. This value is assigned to the property. + + - + - "Title:" + Creates a copy of the current ColumnNameSummaryOptions instance. + A value. + - + - "Export mode:" + Specifies the data column, across which a summary function is calculated. + A value, specifying the column name. + + - + - "Different files" + Determines whether or not the specified object is equal to the current ColumnNameSummaryOptions instance. + + The object to compare with the current object. + + + true if the specified object is equal to the current ColumnNameSummaryOptions instance; otherwise false. + - + - "Single file" + Specifies a summary function that should be calculated in a report created using an XPF Report Wizard. + A enumeration value. This value is assigned to the property. + - + - "Single file page-by-page" + Serves as the default hash function. + An integer value, specifying the hash code for the current object. + - + + - "Image format:" + Provides settings that are required to calculate summary functions in a report created using an XPF Report Wizard. - - + - "Page border color:" + Initializes a new instance of the SummaryOptions class with the specified settings. + + A enumeration value. + + - + - "Page border width:" + Specifies whether or not the Average function should be calculated across the created report. + true if the Average function is enabled; otherwise false. + - + - "Page range:" + Specifies whether or not the Count function should be calculated across the created report. + true if the Count function is enabled; otherwise false. + - + - "Resolution (dpi):" + Specifies a summary function that should be calculated in a report created using an XPF Report Wizard. + A enumeration value. + - + - "Compressed" + Specifies whether or not the Max function should be calculated across the created report. + true if the Max function is enabled; otherwise false. + - + - "PDF/A-2b" + Specifies whether or not the Min function should be calculated across the created report. + true if the Min function is enabled; otherwise false. + - + - "Any except extracting pages" + Specifies whether or not the Sum function should be calculated across the created report. + true if the Sum function is enabled; otherwise false. + - + + - "Commenting, filling in form fields, and signing existing signature fields" + For internal use. Specifies the information that is required to calculate summary functions in a report created using an XPF Report Wizard. - - + - "Filling in form fields and signing existing signature fields" + Initializes a new instance of the ColumnInfoSummaryOptions class with the specified settings. + + A object. This value is assigned to the property. + + + + A enumeration value. + + - + - "Inserting, deleting and rotating pages" + Specifies what columns are available from a datasource in an XPF Report Wizard. + A object. + - + - "None" + Provides access to the summary options available in an XPF Report Wizard. + A object. + - + + - "Compressed" + Specifies the information that is required to create a custom label report using an XPF Report Wizard. - - + - "Convert Images to Jpeg" + Initializes a new instance of the CustomLabelInformation class with default settings. - + - "Application:" + Creates a copy of the current CustomLabelInformation instance. + A value. + - + - "Author:" + Determines whether or not the specified object is equal to the current CustomLabelInformation instance. + + The object to compare with the current object. + + + true if the specified object is equal to the current CustomLabelInformation instance; otherwise false. + - + - "Keywords:" + Serves as the default hash function. + An integer value, specifying the hash code for the current object. + - + - "Subject:" + Specifies the height of a custom label. + A structure, specifying the custom label's height. + - + - "Title:" + Specifies the horizontal pitch of a custom label. + A structure, specifying the custom label's horizontal pitch. + - + - "Images quality:" + Specifies the paper kind ID of a custom label. + An integer value, specifying the paper kind ID. + - + - "High" + Specifies the side margin of a custom label. + An integer value, specifying the label's side margin. + - + - "Highest" + Specifies the top margin of a custom label. + An integer value, specifying the label's top margin. + - + - "Low" + Specifies the vertical pitch of a custom label. + A structure, specifying the custom label's vertical pitch. + - + - "Lowest" + Specifies the width of a custom label. + A structure, specifying the custom label's width. + - + + - "Medium" + Lists values specifying the aggregate function types. - - + - "Don't embed these fonts:" + The average value of a column. - + - "Page range:" + The record count. + - + - "Password Security:" + Specifies whether calculations should be performed manually using a specially designed event. - + - "Document Open Password" + The maximum value in a column. - + - "(none)" + The minimum value in a column. - + - "Permissions" + Disables summary value calculation. - + - "High Resolution" + The sum of all values in a column. - + + - "Low Resolution (150 dpi)" + Lists values specifying the sort orders. - - + - "None" + Sorts the column in ascending order. - + - "Show print dialog on open" + Sorts the columns in descending order. + - + - "None" - + No sorting is applied to a column. - - - "Issuer: " + + + Lists the values that define the layout of a report that is being created using the Report Wizard for Silverlight. - - + - "Valid From: {0:d} to {1:d}" - + A left-aligned report layout. - + - "Digital Signature:" - + A left-aligned report layout. - + - "Certificate" + A modular report layout. - + - "Contact Info" + A columnar report layout. - + - "Location" + The default report layout. - + - "(none)" + A justified report layout. - + - "Reason" + An outlined report layout. - + - "Export mode:" + An outlined report layout. - + - "Single file" + A stepped report layout. - + - "Single file page-by-page" + A tabular report layout. - + + - "Export watermarks" + Lists the values that define the style of a report that is being created using the Report Wizard. - - + - "Page range:" + The Bold visual style. - + - "Encoding:" + The Casual visual style. - + - "Text export mode:" + The Compact visual style. - + - "Text" + The Corporate visual style. - + - "Value" + The Formal visual style. - + + - "Quote strings with separators" + Lists the values that define the type of a report that is being created using the Report Wizard for Silverlight. - - + - "Text separator:" + For internal use. An undefined report type. - + - "TAB" + The Label report type. - + - "Export hyperlinks" + For internal use. - + - "Export mode:" + The Standard report type. - + + - "Different files" + Lists the available column types. - - + - "Single file" + The array column type. - + - "Page range:" + The Boolean column type. - + - "Raw data mode" - + The Boolean calculated field column type. - + - "Sheet name:" + The date-time calculated field column type. - + - "Show grid lines" + The default calculated field column type. - + - "Export values using their format" + The floating point number calculated field column type. - + - "Export mode:" + The GUID calculated field column type. - + - "Different files" + The integer number calculated field column type. - + - "Single file" + The string calculated field column type. - + - "Single file page-by-page" + The date-time column type. - + - "Page range:" + The default column type. - + - "Compression:" + The floating point number column type. - + - "Fast" + The GUID column type. - + - "Maximum" + The integer number column type. - + - "Normal" + The list column type. - + - "Not compressed" + The parameter list column type. - + - "Super fast" + The source list column type. - + - "Category:" + No column type. - + - "Creator:" + The string column type. - + + - "Description:" + If implemented by a class, provides the client-side functionality for an XPF Report Wizard. - - + - "Keywords:" + Adds a new report (asynchronously). + + A object. + + + + A value, containing information about the asynchronous operation. + + - + - "Subject:" + Occurs when a new report has been added. + - + - "Title:" + Obtains columns from a data source (asynchronously). + + + A value. + + + + A object. + + + + A value, containing information about the asynchronous operation. + + - + - "Version:" + Occurs when all data columns have been obtained. + - + - "Page range:" + Obtains the data members from a report's data source (asynchronously). + + + A value, specifying the data source name. + + + + A value, containing information about the asynchronous operation. + + - + - "CSV Export Options" + Occurs when all data members have been obtained. + - + - "HTML Export Options" + Obtains the display name of a data source (asynchronously). + + + A value, specifying the data source name. + + + + A value, specifying the data member name. + + + + A value, containing information about the asynchronous operation. + + - + - "Image Export Options" + Occurs when the data source display name has been obtained. + - + - "MHT Export Options" + Obtains a report's data sources (asynchronously). + + A value, containing information about the asynchronous operation. + + - + - "Native Format Options" + Occurs when the data sources have been obtained. + - + - "PDF Export Options" + Obtains item properties from a data source (asynchronously). + + + A value, specifying the data source name. + + + + A value, specifying the data member name. + + + + A value, containing information about the asynchronous operation. + + - + - "RTF Export Options" + Occurs when the item properties have been obtained. + - + - "Text Export Options" + Obtains list item properties from a data source (asynchronously). + + + A value, specifying the data source name. + + + + A value, specifying the data member name. + + + + A value, containing information about the asynchronous operation. + + - + - "XLS Export Options" + Occurs when the list item properties have been obtained. + - + + - "XLSX Export Options" + Provides methods that return custom names for the Field List items. + + - - + - "XPS Export Options" + Returns the name displayed for a data source in a Field List. + A value specifying the data source's name. + - + - "Select a folder to save the exported document to:" + Returns the name of a table or column item displayed in a Field List. + + + An array of values, corresponding to the original data member display names. + + + A value, specifying the new data member name. + - + + - "Bottom Margin" + For internal use. A wrapper for the class that maintains the client-server interaction of the Report Service. - - + - "Inch" + Initializes a new instance of the PropertyDescriptorProxy class with the specified settings. + + A enumeration value. + + - + - "Left Margin" + Initializes a new instance of the PropertyDescriptorProxy class with default settings. - + - "mm" + For internal use. + + + + + + - + - ""Right Margin"" + For internal use. + + - + - "Top Margin" + For internal use. + + - + - "Color..." + For internal use. + + - + - "Background" + For internal use. + + - + - "Copy" - + For internal use. + + - + - "CSV File" + For internal use. + A value. + - + - "Exit" + For internal use. + + - + + - "Export To" + Stores intermediate report settings during an XPF Report Wizard session. - - + - "File" + Initializes a new instance of the ReportModel class with default settings. - + - "Image File" + Specifies whether or not the data fields' content should affect the width of corresponding report controls. + true to adjust the field width; otherwise false. + - + - "HTML File" + Creates a new ReportModel instance, which is a copy of the current instance. + A new ReportModel instance, which is a copy of the current instance. + - + - "MHT File" + Specifies the data columns that are available in the Wizard. + An array of values, specifying the columns available from the datasource. + - + - "Page Layout" + Specifies the information that is required to create a custom label report using an XPF Report Wizard. + + A object. + - + - "Page Setup..." + Specifies the data member name. + A object. + - + - "PDF File" + Specifies the data source name. + A value. + - + - "Print..." + Determines whether or not the specified object is equal to the current ReportModel instance. + + The object to compare with the current object. + + + true if the specified object is equal to the current ReportModel instance; otherwise false. + - + - "Print" + Serves as the default hash function. + An integer value, specifying the hash code for the current object. + - + - "Print..." - + Specifies the grouping levels available in a report. + An array of values. + - + - "RTF File" + Specifies whether or not null values (if occured in a datasource) should be ignored when calculating a summary function. + true to ignore null values; otherwise false. + - + - "Send As" + Specifies whether or not there are groups in the report. + true if the report contains groups; otherwise false. + + - + - "Text File" + For internal use. Specifies the ID of a product label's details. + An integer value. + - + - "View" + For internal use. Specifies the ID of a product label. + An integer value. + - + - "Continuous" + Specifies the report layout type. + A enumeration value. + - + - "Facing" + Specifies the report page orientation. + true if the page orientation is portrait; otherwise false. + - + - "Statusbar" + Specifies the report visual style. + A enumeration value. + - + - "Toolbar" + Specifies the report title (for printing on the report header). + + A value. + - + - "Watermark..." + Specifies the report type. + A enumeration value. + - + - "XLS File" + For internal use. Specifies options required to calculate a summary function in a report. + A collection of objects. + - + + - "XLSX File" + Contains information about a data source. - - + - "Page Width" + Initializes a new instance of the DataSourceInfo class with default settings. - + - "Text Width" + Creates a new DataSourceInfo instance, which is a copy of the current instance. + A new DataSourceInfo instance, which is a copy of the current instance. + - + - "Two Pages" + Determines whether or not the specified object is equal to the current DataSourceInfo instance. + + The object to compare with the current object. + + + true if the specified object is equal to the current DataSourceInfo instance; otherwise false. + - + - "Whole Page" + Serves as the default hash function. + An integer value, specifying the hash code for the current object. + - + - This field is now obsolete. Use the MPForm_Lbl_Pages field, instead. - - + For internal use. Specifies whether a datasource is table-based (e.g., a database), or object-model-based (e.g., an XPO object). + true if the datasource is table-based; otherwise false. + - + + - "Pages" + Contains data related to columns available in a datasource. - - + - "The output file is too big. Please try to reduce the image resolution,\r\nor choose another export mode." + Initializes a new instance of the ColumnInfo class with default settings. - + - "The output file is too big. Try to reduce the number of its pages, or split it into several documents." + Creates a new ColumnInfo instance, which is a copy of the current instance. + A new ColumnInfo instance, which is a copy of the current instance. + - + - "The output file is too big to create a JPEG file. Please choose another image format or another export mode." + Determines whether or not the specified object is equal to the current ColumnInfo instance. + + The object to compare with the current object. + + + true if the specified object is equal to the current ColumnInfo instance; otherwise false. + - + - "The process cannot access the file \"{0}\" because it is being used by another process." + Serves as the default hash function. + An integer value, specifying the hash code for the current object. + - + - "The specified file cannot be loaded, because it either does not contain valid XML data or exceeds the allowed size." + For internal use. Specifies the type of data column to draw an appropriate icon in the Designer's Field List. + + A enumeration value. + - + + - "Control's boundaries are too small for the barcode" + When connecting to a data source using the wizard, assigns identifiers to data tables, views and stored procedures, as well as their data members. - - + - "Printing" + Initializes a new instance of the TableInfo class with default settings. - + - "Creating the document..." + Creates a new TableInfo instance, which is a copy of the current instance. + A new TableInfo instance, which is a copy of the current instance. + - + - "Warning!" + Classifies the data member that belongs to a connected data source. + A enumeration value, classifying the data member. + - + + - "The document does not contain any pages." + Contains values that specify if filters against List properties can be created. - - + - "Error" + Allows filters to be created against properties that are List objects. - + - "The output file already exists. Click OK to overwrite." + Allows filters to be created against properties that are List objects, and against the List's children. - + - "The specified file doesn't contain valid XML data in the PRNX format. Loading is stopped." + Doesn't allow filters to be created against List properties and against their children. - - - "The specified file doesn't have a PRNX extension. Proceed anyway?" + + + Provides formatting settings. - - + - "The specified file doesn't contain valid XML data in the PRNX format. Loading is stopped." + Creates an instance of the class. - + - "The specified file doesn't have a PRNX extension. Proceed anyway?" + Initializes a new instance of the FormatInfo class with the specified settings. + + A DevExpress.Utils.IComponentLoading object. + + - + - "File \"{0}\" is set to read-only, try again with a different file name." + Initializes a new instance of the FormatInfo class. + + An object that implements the IViewBagOwner interface. + + + + The string value. + + - + - "The font size cannot be set to zero or a negative number" + Initializes a new instance of the FormatInfo class with the specified settings. + + A DevExpress.Utils.IComponentLoading object. + + + + An object that implements the IViewBagOwner interface. + + + + The string value. + + - + - "There is no page numbered {0} in this document." + Gets or sets whether a value for the property should be determined each time the property is accessed. + true if the value for the property should be determined each time the property is accessed. + - + - "This is not a valid page range" + Copies properties of the specified object to the current object. + + The object whose properties must be copied. + + - + - "The number must be between {0} and {1}." + Occurs on changing properties of the current class object. - + - "Cannot find the specified path." + Gets a object with default settings. + The object with default property values. + - + - "Binary data can't be longer than 1033 bytes." + Gets or sets the object which specifies how values should be formatted. + The IFormatProvider object which specifies how values should be formatted. + - + - "There are invalid characters in the text" + Gets the pattern for formatting values. + The string representing the format pattern. + - + - "Invalid text format" + Gets or sets the type of formatting specified by the current object. + One of values specifying the formatting type. + - + - "This is not a valid measurement." + Gets the value formatted according to the format pattern and using the format provider settings. + + The value to format. + + + The text representation of the specified value according to settings of the current object. + - + - "Invalid property name" - + Returns the actual format string. + The actual format string. + - + - "No printers installed." + Tests whether properties of the current object are set to default values. + true if the object properties are set to default values; otherwise,false. + - + - "A document can't be exported to a stream in the DifferentFiles mode. Use the SingleFile or SingleFilePageByPage mode instead." + Compares properties of the current object with settings of the specified object. + + The object whose properties are compared. + + + true if properties of the current object equal to corresponding properties of the info parameter. + - + - "The specified parameters does not exist: {0}." + The method supports the internal .NET infrastructure and you must not call it from your code. - + - "This font is not yet supported" + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + - + - "Do you want to open this file?" + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - + - "Export" + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + - + - "One or more margins are set outside the printable area of the page. Continue?" + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - + - "The path is too long.\r\nTry a shorter name." + Performs actions when the property changes. - + - "Finished searching through the document" + Reverts properties of the current object to default values. - + - "Ready" + Tests whether the object should be persisted. + true if the object should be persisted; otherwise, false. + - + - "Total found: " + Returns a string that represents the current object. + A value that represents the current object. + - + - "The separator cannot be an empty string." + The method supports the internal .NET infrastructure and you must not call it from your code. - + + - "The net printer is unavailable." + Enumerates values for the property. - - + - "The current printer doesn't support the selected paper size.\r\nProceed with printing anyway?" + +Use Custom to format string values. + + +Use Custom when assigning a custom to the property. + + +Setting to Custom does not change the and property values. + - + - "The printer name is invalid. Please check the printer settings." + Specifies that values should be formatted as the type. + +Setting to DateTime assigns the static format provider to the property. This defines the format provider for the current culture. +Also is set to "d" (short date pattern). + - + - "An error occurred during printing a document." + No formatting is performed. + +Setting the property to None clears the property and sets the object to null. + - + - "The created XLS file is too big for the XLS format, because it contains more than 256 columns.\r\nPlease try to use the XLSX format, instead." + Specifies that values should be formatted as numbers. + +Setting to Numeric assigns the static System.Globalization.NumberFormatInfo.CurrentInfo format provider to the property. This defines the format provider for the current culture. + +Also is set to an empty string. + - + + - "The created XLS file is too big for the XLS format, because it contains more than 65,536 rows.\r\nPlease try to use the XLSX format, instead." + Provides data for the and events. - - + - "The created XLSX file is too big for the XLSX format, because it contains more than 16,384 columns.\r\nPlease try to reduce the amount of columns in your report and export the report to XLSX again." + This constructor is intended for internal use. + + + + - + - "The created XLSX file is too big for the XLSX format, because it contains more than 1,048,576 rows.\r\nPlease try to reduce the amount of rows in your report and export the report to XLSX again." + Specifies whether elements retrieved by the 's queryable source are thread-safe. + true, if elements retrieved by the queryable source are thread-safe; otherwise, false. + - + - "{0} on {1}" + This property is intended for internal use. + + - + - "(none)" - + Gets or sets the name of the key property. + A value indicating the key property name. + - + - "Preview Document Files (*{0})|*{0}|All Files (*.*)|*.*" - + + - + - "Open" + Gets or sets an arbitrary object associated with a queryable source. + An object associated with a queryable source. + - + + - This field is now obsolete. Use the ScrollingInfo_Page field, instead. + Provides data for the and events. - - + - "[Date Printed]" + Initializes a new instance of the GetEnumerableEventArgs class with default settings. - + - "[Page #]" + Gets or sets the enumerable data source. + An object that implements the interface. + - + - "[Page # of Pages #]" + Gets or sets an arbitrary object associated with an enumerable source. + An object associated with an enumerable source. + - + + - "[Time Printed]" + A component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Instant Feedback Mode. Can be associated with a WCF data service. - - + - "[Pages #]" - + Initializes a new instance of the WcfInstantFeedbackSource with the specified settings. + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + - + - "[User Name]" + Initializes a new instance of the WcfInstantFeedbackSource with the specified settings. + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + - + - "No Look-Up" - + Initializes a new instance of the WcfInstantFeedbackSource with the specified settings. + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - "Parameters" - - + - + - "Reset" + Initializes a new instance of the WcfInstantFeedbackSource class. - + - "Submit" + Initializes a new instance of the WcfInstantFeedbackSource with the specified settings. + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + - + - This field is now obsolete. + Specifies whether elements retrieved by the WcfInstantFeedbackSource's queryable source are thread-safe. + true, if elements retrieved by the queryable source are thread-safe; otherwise, false. + - + - This field is now obsolete. + Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. + The string which contains the column name(s) against which data source contents are sorted and the sort order(s). + - + - This field is now obsolete. + Specifies the type of objects that will be retrieved from a data source, at design time. + A type of objects that will be retrieved from a data source. + + - + - This field is now obsolete. + Occurs when the WcfInstantFeedbackSource no longer needs the queryable source it used to retrieve objects from the WCF data service. - + - This field is now obsolete. + Specifies the criteria used to filter objects on the data store side. These criteria are never affected by bound data-aware controls. + A object specifying the filter expression applied to data on the data store side. + - + - This field is now obsolete. + Specifies a string representation of an expression used to filter objects on the data store side. This filter is never affected by bound data-aware controls. + A string specifying the filter expression applied to data on the data store side. + - + - This field is now obsolete. + Occurs when the WcfInstantFeedbackSource needs a queryable source, to retrieve objects from the WCF data service. - + - This field is now obsolete. + Specifies the name of the key property. + A value that specifies the key property name. + - + - This field is now obsolete. + Refreshes the WcfInstantFeedbackSource. - + + - This field is now obsolete. + A component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Server Mode. Can be associated with a WCF Data Service. - - + - This field is now obsolete. + Initializes a new instance of the WcfServerModeSource class. - + - This field is now obsolete. + This constructor is intended for internal use. + + + + - + - This field is now obsolete. + Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. + The string which contains the column name(s) against which data source contents are sorted and the sort order(s). + - + - This field is now obsolete. Use the PreviewForm_Caption field, instead. + This property is intended for internal use. + The type of objects retrieved from a data source. + - + - "Preview" + Enables you to manually handle the data source exception. - + - "Close Print Preview" + This property is intended for internal use. + + - + - "Close Print Preview of the document." + Specifies the criteria used to filter objects on the data store side. These criteria are never affected by bound data-aware controls. + A object specifying the filter expression applied to data on the data store side. + - + - "Close Print Preview" + Specifies a string representation of an expression used to filter objects on the data store side. This filter is never affected by bound data-aware controls. + A string specifying the filter expression applied to data on the data store side. + - + - "Options" + Enables you to manually handle the inconsistency detected during an operation on a data source. - + - "Open the Print Options dialog, in which you can change printing options." + Gets or sets the key expression. + A value that specifies the key expression. + - + - "Options" - + + - + - "Bookmarks" + Forces the bound data-aware control to reload data from the data store. - + + - "Open the Document Map, which allows you to navigate through a structural view of the document." + A component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Instant Feedback Mode. Can be associated with any enumerable source. - - + - "Document Map" + Initializes a new instance of the PLinqInstantFeedbackSource with the specified settings. + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + - + - "Header/Footer" + Initializes a new instance of the PLinqInstantFeedbackSource with the specified settings. + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + - + - "Edit the header and footer of the document." + Initializes a new instance of the PLinqInstantFeedbackSource with the specified settings. + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + - + - "Header and Footer" + Initializes a new instance of the PLinqInstantFeedbackSource with the specified settings. + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + - + - "CSV File" + Initializes a new instance of the PLinqInstantFeedbackSource class. - + - "Comma-Separated Values Text" + Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. + The string which contains the column name(s) against which data source contents are sorted and the sort order(s). + - + - "Export the document to CSV and save it to the file on a disk." + Specifies the maximum number of parallel threads that will be started to process a query. + A nullable integer that specifies the maximum number of parallel threads that will be started to process a query. + - + - "Export to CSV" + Specifies the type of objects that will be retrieved from a data source, at design time. + A type of objects that will be retrieved from a data source. + + - + - "Export To" + Occurs when the PLinqInstantFeedbackSource no longer needs the enumerable source it used for object retrieval. - + - "Export the current document in one of the available formats, and save it to the file on a disk." + Occurs when the PLinqInstantFeedbackSource needs an enumerable source, to retrieve data from it. - + - "Export To..." + Refreshes the PLinqInstantFeedbackSource. - + + - "Image File" + A component that can be used as a data source for the , and controls in Server Mode. Can be associated with any enumerable source. - - + - "BMP, GIF, JPEG, PNG, TIFF, EMF, WMF" + Initializes a new instance of the PLinqServerModeSource class. - + - "Export the document to Image and save it to the file on a disk." + Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. + The string which contains the column name(s) against which data source contents are sorted and the sort order(s). + - + - "Export to Image" + Specifies the maximum number of parallel threads that will be started to process a query. + A nullable integer that specifies the maximum number of parallel threads that will be started to process a query. + - + - "HTML File" + This property is intended for internal use. + The type of objects retrieved from a data source. + - + - "Web Page" + Enables you to manually handle the data source exception. - + - "Export the document to HTML and save it to the file on a disk." + Enables you to manually handle the inconsistency detected during an operation on a data source. - + - "Export to HTML" + Forces the bound data-aware control to reload data from the data store. - + - "MHT File" + Gets or sets the enumerable data source. + An object that implements the interface. + - + + - "Single File Web Page" + A component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Instant Feedback Mode. Can be associated with an Entity Framework 4+ queryable source. - - + - "Export the document to MHT and save it to the file on a disk." + Initializes a new instance of the EntityInstantFeedbackSource with the specified settings. + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + - + - "Export to MHT" + Initializes a new instance of the EntityInstantFeedbackSource with the specified settings. + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + - + - "PDF File" + Initializes a new instance of the EntityInstantFeedbackSource with the specified settings. + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + - + - "Adobe Portable Document Format" + Initializes a new instance of the EntityInstantFeedbackSource class. - + - "Export the document to PDF and save it to the file on a disk." + Initializes a new instance of the EntityInstantFeedbackSource with the specified settings. + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + + + An delegate, which is a method that will handle the event. The specified delegate is attached to this event. + + - + - "Export to PDF" + Specifies whether elements retrieved by the EntityInstantFeedbackSource's queryable source are thread-safe. + true, if elements retrieved by the queryable source are thread-safe; otherwise, false. + - + - "RTF File" + Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. + The string which contains the column name(s) against which data source contents are sorted and the sort order(s). + - + - "Rich Text Format" + Specifies the type of objects that will be retrieved from a data source, at design time. + A type of objects that will be retrieved from a data source. + + - + - "Export the document to RTF and save it to the file on a disk." + Occurs when the EntityInstantFeedbackSource no longer needs the queryable source it used to retrieve objects from the data store. - + - "Export to RTF" + Occurs when the EntityInstantFeedbackSource needs a queryable source, to retrieve objects from the data store. - + - "Text File" + Specifies the name of the key property. + A value that specifies the key property name. + - + - "Plain Text" + Refreshes the EntityInstantFeedbackSource. - + + - "Export the document to Text and save it to the file on a disk." + A component that can be used as a data source for the GridControl, PivotGridControl and WinForms controls in Server Mode. Can be associated with an Entity Framework 4+ queryable source. - - + - "Export to Text" + Initializes a new instance of the EntityServerModeSource class. - + - "XLS File" + Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. + The string which contains the column name(s) against which data source contents are sorted and the sort order(s). + - + - "Microsoft Excel 2000-2003 Workbook" + This property is intended for internal use. + The type of objects retrieved from a data source. + - + - "Export the document to XLS and save it to the file on a disk." + Enables you to manually handle the database exception. - + - "Export to XLS" + Enables you to manually handle the inconsistency detected during an operation on a data source. - + - "XLSX File" + Gets or sets the key expression. + A value that specifies the key expression. + - + - "Microsoft Excel 2007 Workbook" + Gets or sets the queryable data source. + An object that implements the interface. + - + - "Export the document to XLSX and save it to the file on a disk." + Forces the bound data-aware control to reload data from the data store. - + + - "Export to XLSX" + Contains values corresponding to strings that can be localized for the print preview. - - + - "XPS File" + This field is now obsolete. Use the SaveDlg_FilterBmp field, instead. - + - "XPS" + This field is now obsolete. Use the MenuItem_CsvDocument field, instead. - + - "Page Color" + This field is now obsolete. Use the SaveDlg_FilterEmf field, instead. - + - "Choose a color for the background of the document pages." + This field is now obsolete. Use the MenuItem_XlsDocument field, instead. - + - "Background Color" + This field is now obsolete. Use the SaveDlg_FilterGif field, instead. - + - "Find" + This field is now obsolete. Use the MenuItem_HtmDocument field, instead. - + - "Show the Find dialog to find text in the document." + This field is now obsolete. Use the SaveDlg_FilterJpeg field, instead. - + - "Find" + This field is now obsolete. Use the MenuItem_MhtDocument field, instead. - + - "Top:\t\t{0}\t\tBottom:\t\t{1}\r\nLeft:\t\t {2}\t\tRight:\t\t {3}" + This field is now obsolete. Use the MenuItem_PdfDocument field, instead. - + - "Moderate" + This field is now obsolete. Use the SaveDlg_FilterPng field, instead. - + - "Moderate" + This field is now obsolete. Use the MenuItem_RtfDocument field, instead. - + - "Narrow" + This field is now obsolete. Use the MenuItem_TxtDocument field, instead. - + - "Narrow" + This field is now obsolete. Use the SaveDlg_FilterTiff field, instead. - + - "Normal" + This field is now obsolete. Use the SaveDlg_FilterWmf field, instead. - + - "Normal" + "Main Menu" - + - "Wide" + "Status Bar" - + - "Wide" + "Toolbar" - + - "Landscape" + "Apply" - + - "" + "Cancel" - + - "Portrait" + "Help" - + - "" + "OK" - + - "{0} x {1}" + This field is now obsolete. Use the SaveDlg_Title field, instead. - + - "Hand Tool" + This field is now obsolete. Use the EMail_From field, instead. - + - "Invoke the Hand tool to manually scroll through pages." + "From" - + - "Hand Tool" + This field is now obsolete. - + - "Magnifier" + "Confirmation password does not match. Please start over and enter the password again." - + - "Invoke the Magnifier tool.\r\n\r\nClicking once on a document zooms it so that a single page becomes entirely visible, while clicking another time zooms it to 100% of the normal size." + "Confirm Document Open Password" - + - "Magnifier" + "Document Open Password:" - + - "Many Pages" + "Please confirm the Document Open Password. Be sure to make a note of the password. It will be required to open the document." - + - "Choose the page layout to arrange the document pages in preview." + "Confirm Permissions Password" - + - "View Many Pages" + "Permissions Password:" - + - "Open" + "Please confirm the Permissions Password. Be sure to make a note of the password. You will need it to change these settings in the future." - + - "Open a document." + "Character set:" - + - "Open (Ctrl + O)" + "Embed images in HTML" - + - "Page Background" + "Export mode:" - + - "Close" - + "Different files" - + - "Document" + "Single file" - + - "Export" + "Single file page-by-page" - + - "Navigation" + "Export watermarks" - + - "Page Setup" + "Page border color:" - + - "Show the Page Setup dialog." + "Page border width:" - + - "Page Setup" + "Page range:" - + - "Print" + "Remove carriage returns" - + - "Zoom" + "Table layout" + - + - "Margins" + "Title:" - + - "Select the margin sizes for the entire document.\r\n\r\nTo apply specific margin sizes to the document, click Custom Margins." + "Export mode:" - + - "Page Margins" + "Different files" - + - "Orientation" + "Single file" - + - "Switch the pages between portrait and landscape layouts." + "Single file page-by-page" - + - "Page Orientation" + "Image format:" - + - "Custom Margins..." + "Page border color:" - + - "Show the Page Setup dialog." + "Page border width:" - + - "Page Setup' + "Page range:" - + - "Print Preview" + "Resolution (dpi):" - + - "Size" + "Compressed" - + - "Choose the paper size of the document." + "PDF/A-2b" - + - "Page Size" + "Any except extracting pages" - + - "Parameters" + "Commenting, filling in form fields, and signing existing signature fields" - + - "Open the Parameters pane, which allows you to enter values for report parameters." + "Filling in form fields and signing existing signature fields" - + - "Parameters" + "Inserting, deleting and rotating pages" - + - "Pointer" + "None" - + - "Show the mouse pointer." + "Compressed" - + - "Mouse Pointer" + "Convert Images to Jpeg" - + - "Print" + "Application:" - + - "Select a printer, number of copies and other printing options before printing." + "Author:" - + - "Print (Ctrl+P)" + "Keywords:" - + - "Quick Print" + "Subject:" - + - "Send the document directly to the default printer without making changes." + "Title:" - + - "Quick Print" + "Images quality:" - + - "Save" + "High" - + - "Save the document." + "Highest" - + - "Save (Ctrl + S)" + "Low" - + - "Scale" + "Lowest" - + - "Stretch or shrink the printed output to a percentage of its actual size." + "Medium" - + - "Scale" + "Don't embed these fonts:" - + - "CSV File" + "Page range:" - + - "Comma-Separated Values Text" + "Password Security:" - + - "Export the document to CSV and attach it to the e-mail." + "Document Open Password" - + - "E-Mail As CSV" + "(none)" - + - "E-Mail As" + "Permissions" - + - "Export the current document in one of the available formats, and attach it to the e-mail." + "High Resolution" - + - "E-Mail As..." + "Low Resolution (150 dpi)" - + - "Image File" + "None" - + - "BMP, GIF, JPEG, PNG, TIFF, EMF, WMF" + "Show print dialog on open" - + - "Export the document to Image and attach it to the e-mail." + "None" + - + - "E-Mail As Image" + "Issuer: " + - + - "MHT File" + "Valid From: {0:d} to {1:d}" + - + - "Single File Web Page" + "Digital Signature:" + - + - "Export the document to MHT and attach it to the e-mail." + "Certificate" - + - "E-Mail As MHT" + "Contact Info" - + - "PDF File" + "Location" - + - "Adobe Portable Document Format" + "(none)" - + - "Export the document to PDF and attach it to the e-mail." + "Reason" - + - "E-Mail As PDF" + "Export mode:" - + - "RTF File" + "Single file" - + - "Rich Text Format" + "Single file page-by-page" - + - "Export the document to RTF and attach it to the e-mail." + "Export watermarks" - + - "E-Mail As RTF" + "Page range:" - + - "Text File" + "Encoding:" - + - "Plain Text" + "Text export mode:" - + - "Export the document to Text and attach it to the e-mail." + "Text" - + - "E-Mail As Text" + "Value" - + - "XLS File" + "Quote strings with separators" - + - "Microsoft Excel 2000-2003 Workbook" + "Text separator:" - + - "Export the document to XLS and attach it to the e-mail." + "TAB" - + - "E-Mail As XLS" + "Export hyperlinks" - + - "XLSX File" + "Export mode:" - + - "Microsoft Excel 2007 Workbook" + "Different files" - + - "Export the document to XLSX and attach it to the e-mail." + "Single file" - + - "E-Mail As XLSX" + "Page range:" - + - "XPS File" + "Raw data mode" + - + - "XPS" + "Sheet name:" - + - "First Page" + "Show grid lines" - + - "Navigate to the first page of the document." + "Export values using their format" - + - "First Page (Ctrl+Home)" + "Export mode:" - + - "Last Page " + "Different files" - + - "Navigate to the last page of the document." + "Single file" - + - "Last Page (Ctrl+End)" + "Single file page-by-page" - + - "Next Page " + "Page range:" - + - "Navigate to the next page of the document." + "Compression:" - + - "Next Page (PageDown)" + "Fast" - + - "Previous Page" + "Maximum" - + - "Navigate to the previous page of the document." + "Normal" - + - "Previous Page (PageUp)" + "Not compressed" - + - "Watermark" + "Super fast" - + - "Insert ghosted text or image behind the content of a page.\r\n\r\nThis is often used to indicate that a document is to be treated specially." + "Category:" - + - "Watermark" + "Creator:" - + - "Zoom" + "Description:" - + - "Change the zoom level of the document preview." + "Keywords:" - + - "Zoom" + "Subject:" - + - "Exact" + "Title:" - + - "Zoom In" + "Version:" - + - "Zoom in to get a close-up view of the document." + "Page range:" - + - "Zoom In" + "CSV Export Options" - + - "Zoom Out" + "HTML Export Options" - + - "Zoom out to see more of the page at a reduced size." + "Image Export Options" - + - "Zoom Out" + "MHT Export Options" - + - "BMP Bitmap Format" + "Native Format Options" - + - "CSV Document" + "PDF Export Options" - + - "EMF Enhanced Windows Metafile" + "RTF Export Options" - + - "GIF Graphics Interchange Format" + "Text Export Options" - + - "HTML Document" + "XLS Export Options" - + - "JPEG File Interchange Format" + "XLSX Export Options" - + - "MHT Document" + "XPS Export Options" - + - "Native Format" + "Select a folder to save the exported document to:" - + - "PDF Document" + "Bottom Margin" - + - "PNG Portable Network Graphics Format" + "Inch" - + - "Rich Text Document" + "Left Margin" - + - "TIFF Tag Image File Format" + "mm" - + - "Text Document" + ""Right Margin"" - + - "WMF Windows Metafile" + "Top Margin" - + - "XLS Document" + "Color..." - + - "XLSX Document" + "Background" - + - "XPS Document"" + "Copy" + - + - "Save As" + "CSV File" - + - This field is now obsolete. Use the SB_PageOfPages field, instead. + "Exit" - + - "{0} of {1}" + "Export To" - + - This field is now obsolete. Use the SB_PageInfo field, instead. + "File" - + - "Nothing" + "Image File" - + - "Page {0} of {1}" + "HTML File" - + - "Page number in document. Click to open the Go To Page dialog." + "MHT File" - + - This field is now obsolete. Use the SB_PageOfPages field, instead. + "Page Layout" - + - "Stop" + "Page Setup..." - + - "Zoom Factor: " + "PDF File" - + - "Adjust to:" + "Print..." - + - "Fit to" + "Print" - + - "Scaling" + "Print..." + - + - "% normal size" + "RTF File" - + - "pages wide" + "Send As" - + - "Page" + "Text File" - + - "Arrow" + "View" - + - "Backslant Line" + "Continuous" - + - "Bottom Arrow" + "Facing" - + - "Brace" + "Statusbar" - + - "Bracket" + "Toolbar" - + - "Cross" + "Watermark..." - + - "8-Point Star" + "XLS File" - + - "Ellipse" + "XLSX File" - + - "5-Point Star" + "Page Width" - + - "4-Point Star" + "Text Width" - + - "Hexagon" + "Two Pages" - + - "Horizontal Line" + "Whole Page" - + - "Left Arrow" + This field is now obsolete. Use the MPForm_Lbl_Pages field, instead. + + + - + - "Line" + "Pages" - + - "Octagon" + "The output file is too big. Please try to reduce the image resolution,\r\nor choose another export mode." - + - "Pentagon" + "The output file is too big. Try to reduce the number of its pages, or split it into several documents." - + - "Polygon" + "The output file is too big to create a JPEG file. Please choose another image format or another export mode." - + - "Rectangle" + "The process cannot access the file \"{0}\" because it is being used by another process." - + - "Right Arrow" + "The specified file cannot be loaded, because it either does not contain valid XML data or exceeds the allowed size." - + - "6-Point Star" + "Control's boundaries are too small for the barcode" - + - "Slant Line" + "Printing" - + - "Square" + "Creating the document..." - + - "Star" + "Warning!" - + - "3-Point Star" + "The document does not contain any pages." - + - "Top Arrow" + "Error" - + - "Triangle" + "Exporting the document..." - + - "Vertical Line" + "The output file already exists. Click OK to overwrite." - + - This field is now obsolete. Use the TB_TTip_Backgr field, instead. + "The specified file doesn't contain valid XML data in the PRNX format. Loading is stopped." - + - This field is now obsolete. Use the TB_TTip_Close field, instead. + "The specified file doesn't have a PRNX extension. Proceed anyway?" + - + - This field is now obsolete. Use the TB_TTip_Customize field, instead. + "The specified file doesn't contain valid XML data in the PRNX format. Loading is stopped." - + - This field is now obsolete. Use the TB_TTip_Map field, instead. + "The specified file doesn't have a PRNX extension. Proceed anyway?" - + - This field is now obsolete. Use the TB_TTip_EditPageHF field, instead. + "File \"{0}\" is set to read-only, try again with a different file name." - + - This field is now obsolete. Use the TB_TTip_Export field, instead. + "The font size cannot be set to zero or a negative number" - + - This field is now obsolete. Use the TB_TTip_FirstPage field, instead. + "There is no page numbered {0} in this document." - + - This field is now obsolete. Use the TB_TTip_HandTool field, instead. + "This is not a valid page range" - + - This field is now obsolete. Use the TB_TTip_LastPage field, instead. + "The number must be between {0} and {1}." - + - This field is now obsolete. Use the TB_TTip_Magnifier field, instead. + "Cannot find the specified path." - + - This field is now obsolete. Use the TB_TTip_MultiplePages field, instead. + "Binary data can't be longer than 1033 bytes." - + - This field is now obsolete. Use the TB_TTip_NextPage field, instead. + "There are invalid characters in the text" - + - This field is now obsolete. Use the TB_TTip_PageSetup field, instead. + "Invalid text format" - + - This field is now obsolete. Use the TB_TTip_PreviousPage field, instead. + "This is not a valid measurement." - + - This field is now obsolete. Use the TB_TTip_Print field, instead. + "Invalid property name" + - + - This field is now obsolete. Use the TB_TTip_PrintDirect field, instead. + "No printers installed." - + - This field is now obsolete. Use the TB_TTip_Search field, instead. + "A document can't be exported to a stream in the DifferentFiles mode. Use the SingleFile or SingleFilePageByPage mode instead." - + - This field is now obsolete. Use the TB_TTip_Send field, instead. + "The specified parameters does not exist: {0}." - + - "Background" + "This font is not yet supported" - + - "Close Preview" + "Do you want to open this file?" - + - "Customize" + "Export" - + - "Header And Footer" + "One or more margins are set outside the printable area of the page. Continue?" - + - "Export Document..." + "The path is too long.\r\nTry a shorter name." - + - "First Page" + "Finished searching through the document" - + - "Hand Tool" + "Ready" - + - "Last Page" + "Total found: " - + - "Magnifier" + "The separator cannot be an empty string." - + - "Document Map" + "The net printer is unavailable." - + - "Multiple Pages" + "The current printer doesn't support the selected paper size.\r\nProceed with printing anyway?" - + - "Next Page" + "The printer name is invalid. Please check the printer settings." - + - "Open a document" + "An error occurred during printing a document." - + - "Page Setup" + "The created XLS file is too big for the XLS format, because it contains more than 256 columns.\r\nPlease try to use the XLSX format, instead." - + - "Parameters" + "The created XLS file is too big for the XLS format, because it contains more than 65,536 rows.\r\nPlease try to use the XLSX format, instead." - + - "Previous Page" + "The created XLSX file is too big for the XLSX format, because it contains more than 16,384 columns.\r\nPlease try to reduce the amount of columns in your report and export the report to XLSX again." - + - "Print" + "The created XLSX file is too big for the XLSX format, because it contains more than 1,048,576 rows.\r\nPlease try to reduce the amount of rows in your report and export the report to XLSX again." - + - "Quick Print" + "{0} on {1}" - + - "Save the document" + "(none)" + - + - "Scale" + "Preview Document Files (*{0})|*{0}|All Files (*.*)|*.*" - + - "Search" + "Open" - + - "Send via E-Mail..." + This field is now obsolete. Use the ScrollingInfo_Page field, instead. - + - "Watermark" + "[Date Printed]" - + - "Zoom" + "[Page #]" - + - "Zoom In" + "[Page # of Pages #]" - + - "Zoom Out" + "[Time Printed]" - + - This field is now obsolete. Use the TB_TTip_Watermark field, instead. + "[Pages #]" + - + - This field is now obsolete. Use the TB_TTip_Zoom field, instead. + "[User Name]" - + - This field is now obsolete. Use the TB_TTip_ZoomIn field, instead. + "No Look-Up" + - + - This field is now obsolete. Use the TB_TTip_ZoomOut field, instead. + "Parameters" - + - "(Picture)" - + "Reset" - + - "(Text)" - + "Submit" - + - "Backward Diagonal" + This field is now obsolete. - + - "Forward Diagonal" + This field is now obsolete. - + - "Horizontal" + This field is now obsolete. - + - "Vertical" + This field is now obsolete. - + - "Center" + This field is now obsolete. - + - "Left" + This field is now obsolete. - + - "Right" + This field is now obsolete. - + - "Clip" + This field is now obsolete. - + - "Stretch" + This field is now obsolete. - + - "Zoom" + This field is now obsolete. - + - "All" + This field is now obsolete. - + - "Pages:" + This field is now obsolete. - + - "Select Picture" + This field is now obsolete. - + - "Bottom" + This field is now obsolete. Use the PreviewForm_Caption field, instead. - + - "Middle" + "Preview" - + - "Top" + "The printer is busy." - + - "ASAP" + "The printer door is open." - + - "CONFIDENTIAL" + "The printer driver needs to be updated." - + - "COPY" + "Error" - + - "DO NOT COPY" + "Initializing the Preview..." - + - "DRAFT" + "The printer's input/output is active." - + - "EVALUATION" + "The manual feed is enabled." - + - "ORIGINAL" + "The printer is not available." - + - "PERSONAL" + "The printer has no toner." - + - "SAMPLE" + "The printer is offline." - + - "TOP SECRET" + "The printer is out of memory." - + - "URGENT" + "The output bin is full." - + - "Behind" + "A page punt has occurred." - + - "In front" + "The paper has jammed." - - + - If implemented, provides a view for the Select Columns page of the Report Wizard for a hierarchical data source. + "The printer is out of paper." + - + - Occurs when the collection of the columns currently selected in the list of available columns is changed. + "A paper-related problem has occurred." - + - For internal use. + "The printer is paused." - - - + - If implemented, provides access to a collection of the items selected in the list of selected columns. + "Print task deletion is pending." - An array of objects. - - + - Occurs when the collection of the columns currently selected in the list of selected columns is changed. + "The power save mode is on." - + - Occurs when the Add Column button is clicked on the Select Columns page of the Report Wizard for a hierarchical data source. - + "Printing..." - + - If implemented, activates or deactivates the Add Column button on the Select Columns page of the Report Wizard for a hierarchical data source. + "Processing..." - - true to activate the button, false to deactivate the button. - - - + - If implemented, activates or deactivates the Remove All Columns button on the Select Columns page of the Report Wizard for a hierarchical data source. + "The printer is ready." - - true to activate the button, false to deactivate the button. - - - + - If implemented, activates or deactivates the Remove Columns button on the Select Columns page of the Report Wizard for a hierarchical data source. + "The server is offline." - - true to activate the button, false to deactivate the button. - - - + - If implemented, populates the list of selected columns. + "The server is unknown." - - An array of objects. - - - + - Occurs when the Remove All Columns button is clicked on the Select Columns page of the Report Wizard for a hierarchical data source. + "The toner is low." - + - Occurs when the Remove Columns button is clicked on the Select Columns page of the Report Wizard for a hierarchical data source. + "A user intervention has occurred." - + - If implemented, provides access to a collection of hierarchical data source root nodes - + "Waiting..." - An object implementing the interface. - - + - If implemented, shows or hides the wait indicator on the Select Columns page of the Report Wizard for a hierarchical data source. + "The printer is warming up." - - true to show the wait indicator, false to hide the wait indicator. - - - - + - Provides settings that are required to calculate summary functions in a report created using an XPF Report Wizard. + "Close Print Preview" + - + - Initializes a new instance of the SummaryOptions class with the specified settings. + "Close Print Preview of the document." - - A enumeration value. - - - + - Specifies whether or not the Average function should be calculated across the created report. + "Close Print Preview" - true if the Average function is enabled; otherwise false. - - + - Specifies whether or not the Count function should be calculated across the created report. + "Options" - true if the Count function is enabled; otherwise false. - - + - Specifies a summary function that should be calculated in a report created using an XPF Report Wizard. + "Open the Print Options dialog, in which you can change printing options." - A enumeration value. - - + - Specifies whether or not the Max function should be calculated across the created report. + "Options" - true if the Max function is enabled; otherwise false. - - + - Specifies whether or not the Min function should be calculated across the created report. + "Bookmarks" - true if the Min function is enabled; otherwise false. - - + - Specifies whether or not the Sum function should be calculated across the created report. + "Open the Document Map, which allows you to navigate through a structural view of the document." - true if the Sum function is enabled; otherwise false. - - - + - Lists values specifying the aggregate function types. + "Document Map" + - + - The average value of a column. + "Header/Footer" - + - The record count. - + "Edit the header and footer of the document." - + - Specifies whether calculations should be performed manually using a specially designed event. + "Header and Footer" - + - The maximum value in a column. + "CSV File" - + - The minimum value in a column. + "Comma-Separated Values Text" - + - Disables summary value calculation. + "Export the document to CSV and save it to the file on a disk." - + - The sum of all values in a column. + "Export to CSV" - - + - Lists values specifying the sort orders. + "Export To" + - + - Sorts the column in ascending order. + "Export the current document in one of the available formats, and save it to the file on a disk." - + - Sorts the columns in descending order. - + "Export To..." - + - No sorting is applied to a column. + "Image File" - - + - A constant value operand in criteria expressions. + "BMP, GIF, JPEG, PNG, TIFF, EMF, WMF" + - + - Initializes a new instance of the ConstantValue class with default settings. + "Export the document to Image and save it to the file on a disk." - + - Initializes a new instance of the ConstantValue class with the specified constant value. + "Export to Image" - - The constant value for the operand. This value is assigned to the property. - - - + - Creates a copy of the current ConstantValue instance. + "HTML File" - An ConstantValue object which represents an exact copy of the current object. - - - + - Stores the information about selected data columns while running an XPF Report Wizard. + "Web Page" + - + - Initializes a new instance of the ColumnInfoCache class with default settings. + "Export the document to HTML and save it to the file on a disk." - + - Specifies the data columns that have been selected while running an XPF Report Wizard. - + "Export to HTML" - A collection of objects. - - - + - Provides data for the corresponding events. + "MHT File" + - + - Initializes a new instance of the ScalarOperationCompletedEventArgs class with the specified settings. + "Single File Web Page" - - A value. This value is assigned to the property. - - - - A value. - - - - true if the operation has been cancelled; otherwise false. - - - - A value. - - - + - Returns the scalar operation result. + "Export the document to MHT and save it to the file on a disk." - A generic value. - - - + - Lists the values that define the order in which complex properties are shown in the Field List. + "Export to MHT" + - + - The default order of showing complex properties in the Field List is preserved. + "PDF File" - + - The complex properties are shown at the top of the Field List. + "Adobe Portable Document Format" - + - The complex properties are shown at the bottom of the Field List. + "Export the document to PDF and save it to the file on a disk." - - + - If implemented by a class, stores the information about selected data columns while running an XPF Report Wizard. + "Export to PDF" + - + - Specifies the collection of selected data columns while running an XPF Report Wizard. + "RTF File" - A collection of objects. - - - + - Represents a base for classes providing different options. + "Rich Text Format" + - + - Initializes a new instance of the ViewStatePersisterCore class with default settings. + "Export the document to RTF and save it to the file on a disk." - + - [To be supplied] + "Export to RTF" + - - [To be supplied] - - + - [To be supplied] + "Text File" + - - [To be supplied] - - - [To be supplied] - - - + - Provides formatting settings. + "Plain Text" + - + - Creates an instance of the class. + "Export the document to Text and save it to the file on a disk." - + - Initializes a new instance of the FormatInfo class with the specified settings. + "Export to Text" - - A DevExpress.Utils.IComponentLoading object. - - - + - Initializes a new instance of the FormatInfo class. + "XLS File" - - An object that implements the IViewBagOwner interface. - - - - The string value. - - - + - Initializes a new instance of the FormatInfo class with the specified settings. + "Microsoft Excel 2000-2003 Workbook" - - A DevExpress.Utils.IComponentLoading object. - - - - An object that implements the IViewBagOwner interface. - - - - The string value. - - - + - Gets or sets whether a value for the property should be determined each time the property is accessed. + "Export the document to XLS and save it to the file on a disk." - true if the value for the property should be determined each time the property is accessed. - - + - Copies properties of the specified object to the current object. + "Export to XLS" - - The object whose properties must be copied. - - - + - Occurs on changing properties of the current class object. + "XLSX File" - + - Gets a object with default settings. + "Microsoft Excel 2007 Workbook" - The object with default property values. - - + - Gets or sets the object which specifies how values should be formatted. + "Export the document to XLSX and save it to the file on a disk." - The IFormatProvider object which specifies how values should be formatted. - - + - Gets the pattern for formatting values. + "Export to XLSX" - The string representing the format pattern. - - + - Gets or sets the type of formatting specified by the current object. + "XPS File" - One of values specifying the formatting type. - - + - Gets the value formatted according to the format pattern and using the format provider settings. + "XPS" - - The value to format. - - - The text representation of the specified value according to settings of the current object. - - + - Returns the actual format string. + "Page Color" - The actual format string. - - + - Tests whether properties of the current object are set to default values. + "Choose a color for the background of the document pages." - true if the object properties are set to default values; otherwise,false. - - + - Compares properties of the current object with settings of the specified object. + "Background Color" - - The object whose properties are compared. - - - true if properties of the current object equal to corresponding properties of the info parameter. - - + - The method supports the internal .NET infrastructure and you must not call it from your code. + "Find" - + - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + "Show the Find dialog to find text in the document." - - - - - + - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + "Find" - + - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + "Top:\t\t{0}\t\tBottom:\t\t{1}\r\nLeft:\t\t {2}\t\tRight:\t\t {3}" - - - - - + - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + "Moderate" - + - Performs actions when the property changes. + "Moderate" - + - Reverts properties of the current object to default values. + "Narrow" - + - Tests whether the object should be persisted. + "Narrow" - true if the object should be persisted; otherwise, false. - - + - Returns a string that represents the current object. + "Normal" - A value that represents the current object. - - + - The method supports the internal .NET infrastructure and you must not call it from your code. + "Normal" - - + - Enumerates values for the property. + "Wide" + - + - Specifies that you assign a custom to the property. Setting to Custom does not change the and property values. - - -If you wish to use your own to format values, set the property to Custom and the property to the required format provider. - - + "Wide" - + - Specifies that values should be formatted as the type. - -Setting to DateTime assigns the static format provider to the property. This defines the format provider for the current culture. -Also is set to "d" (short date pattern). - + "Landscape" - + - No formatting is performed. - -Setting the property to None clears the property and sets the object to null. - + "" - + - Specifies that values should be formatted as numbers. - -Setting to Numeric assigns the static System.Globalization.NumberFormatInfo.CurrentInfo format provider to the property. This defines the format provider for the current culture. - -Also is set to an empty string. - + "Portrait" - - + - For internal use. Specifies the information that is required to calculate summary functions in a report created using an XPF Report Wizard. + "" + - + - Initializes a new instance of the ColumnInfoSummaryOptions class with the specified settings. + "{0} x {1}" - - A object. This value is assigned to the property. - - - - A enumeration value. - - - + - Specifies what columns are available from a datasource in an XPF Report Wizard. + "Hand Tool" - A object. - - + - Provides access to the summary options available in an XPF Report Wizard. + "Invoke the Hand tool to manually scroll through pages." - A object. - - - + - Provides data for events raised when upgrading a control's layout, allowing you to cancel the upgrade (e.g. , , etc.). + "Hand Tool" + - + - Initializes a new instance of the LayoutAllowEventArgs class with the specified previous version. + "Magnifier" - - A specifying the previous version number. This value is assigned to the property. - - - + - Gets or sets whether to allow upgrading the control layout. + "Invoke the Magnifier tool.\r\n\r\nClicking once on a document zooms it so that a single page becomes entirely visible, while clicking another time zooms it to 100% of the normal size." - true to allow the operation; otherwise, false. - - - + - Stores detailed label product settings. + "Magnifier" + - + - Initializes a new instance of the LabelDetails class with default settings. + "Many Pages" - + - Specifies the label's height. + "Choose the page layout to arrange the document pages in preview." - A value. - - + - Specifies the horizontal pitch of a label. + "View Many Pages" - A value. - - + - Specifies the Id of a label. + "Open" - An integer value. - - + - Specifies the name of a label. + "Open a document." - A value. - - + - Specifies settings of the label's paper kind. + "Open (Ctrl + O)" - A object. - - + - Specifies the label's product. + "Page Background" - An integer value specifying the product Id. - - + - Specifies the size of the label paper's side margin. + "Close" + - An integer value. - - + - Specifies the size of the label paper's top margin. + "Document" - An integer value. - - + - Specifies the vertical pitch of a label. + "Export" - A value. - - + - Specifies the label's width. + "Navigation" - A value. - - - + - Provides data for the event. + "Page Setup" + - + - Initializes a new ServerModeInconsistencyDetectedEventArgs class instance with default settings. + "Show the Page Setup dialog." - + - Initializes a new ServerModeInconsistencyDetectedEventArgs class instance with the specified setting. + "Page Setup" - - A object specifying the exception that caused the event. - - - - + - Gets the exception that caused the event. + "Print" - A object representing the exception that caused the event. - - - + - Provides data for the event. - + "Zoom" + - + - Initializes a new ServerModeExceptionThrownEventArgs class instance with the specified setting. + "Margins" - - A object specifying the exception that caused the event. - - - - + - Gets the exception that caused the event. + "Select the margin sizes for the entire document.\r\n\r\nTo apply specific margin sizes to the document, click Custom Margins." - A object representing the exception that caused the event. - - - + - If implemented by a class, provides functionality to a report parameter. + "Page Margins" + - + - Specifies the parameter value. + "Orientation" - A , specifying the parameter value. - - - + - Specifies the type of the value returned by a calculated field. - + "Switch the pages between portrait and landscape layouts." + - + - Indicates that the field returns a Boolean value (the type). + "Page Orientation" - + - Indicates that the field returns a byte value (the type). + "Custom Margins..." - + - Indicates that the field returns a date-time value (the type). + "Show the Page Setup dialog." - + - Indicates that the field returns a decimal value (the type). + "Page Setup' - + - Indicates that the field returns a double value (the type). + "Print Preview" - + - Indicates that the field returns a float value (the type). + "Size" - + - Indicates that the field returns an integer value (the type). + "Choose the paper size of the document." - + - Indicates that the field returns an integer value (the type). + "Page Size" - + - Indicates that the field's type is undefined, and it determined by evaluating the actually returned object when it is used during report generation. - + "Parameters" - + - Indicates that the field returns a string value (the type). + "Open the Parameters pane, which allows you to enter values for report parameters." - + - Indicates that the field returns a time span value (the type). + "Parameters" - - + - Represents a class implemented to load holidays from the Outlook.hol file. + "Pointer" + - + - Initializes a new instance of the OutlookHolidaysLoader class with default settings. + "Show the mouse pointer." - + - Retrieves locations for which holidays are present. + "Mouse Pointer" - - A containing holidays, as they are specified for MS Outlook. - - - - An array of strings containing location names. - - + - Retrieves locations for which holidays are present. + "Print" - - A string representing the location of the file containing holidays in MS Outlook format. - - - An array of strings containing location names. - - + - Loads holidays from the specified file. + "Select a printer, number of copies and other printing options before printing." - - A string that is the location of the file with holidays (default path for MS Office 2007 is "C:\Program Files\Microsoft Office\Office12\1033\Outlook.hol"). - - - - A collection containing holidays imported from MS Outlook. - - + - Loads holidays for specified locations from the specified file, using the specified encoding. + "Print (Ctrl+P)" - - A string that is the location of the file with holidays (default path for MS Office 2007 is "C:\Program Files\Microsoft Office\Office12\1033\Outlook.hol"). - - - - - A class representing a character encoding. - - - - An array of strings containing location names. - - - A collection containing holidays imported from MS Outlook. - - + - Loads holidays for specified locations from the specified file. + "Quick Print" - - A string that is the location of the file with holidays (default path for MS Office 2007 is "C:\Program Files\Microsoft Office\Office12\1033\Outlook.hol"). - - - - - An array of strings containing location names. - - - A collection containing holidays imported from MS Outlook. - - + - Loads holidays for specified locations from the specified stream, using the specified encoding. + "Send the document directly to the default printer without making changes." - - A containing holidays as they are represented for MS Outlook. - - - - A class representing a character encoding. - - - - An array of strings containing location names. - - - A collection containing holidays imported from MS Outlook. - - + - Loads holidays for specified locations from the specified stream. + "Quick Print" - - A containing holidays as they are represented for MS Outlook. - - - - An array of strings containing location names. - - - A collection containing holidays imported from MS Outlook. - - + - Loads holidays from the specified stream. + "Save" - - A containing holidays as they are represented for MS Outlook. - - - A collection containing holidays imported from MS Outlook. - - - + - Lists the values that are used to choose a summary function that should be calculated in a report created using an XPF Report Wizard. + "Save the document." + - + - The Average summary function is calculated. + "Save (Ctrl + S)" - + - The Count summary function is calculated. + "Scale" - + - The Max summary function is calculated. + "Stretch or shrink the printed output to a percentage of its actual size." - + - The Min summary function is calculated. + "Scale" - + - No summary function is calculated. + "CSV File" - + - The Sum summary function is calculated. + "Comma-Separated Values Text" - - + - Contains configuration settings for cached data stores. + "Export the document to CSV and attach it to the e-mail." + - + - Initializes a new instance of the DataCacheConfiguration class with specified caching scope settings. + "E-Mail As CSV" - - A enumeration value specifying the scope of tables. The specified value is used to initialize the property. - - - An array of table names used to determine the caching scope. The specified value is used to initialize the property. - + + + + "E-Mail As" + + - + - Initializes a new instance of the DataCacheConfiguration class with default settings. + "Export the current document in one of the available formats, and attach it to the e-mail." - + - Specifies the scope of table settings in the current configuration. + "E-Mail As..." - A DataCacheConfigurationCaching enumeration value which identifies if tables specified via the property are included in or excluded from the caching scope. - - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + "Image File" - - - - - - - + - Returns a shallow DataCacheConfiguration instance. + "BMP, GIF, JPEG, PNG, TIFF, EMF, WMF" - A DataCacheConfiguration object instance with no configuration settings specified. - - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + "Export the document to Image and attach it to the e-mail." - - - + - Specifies tables to be used to determine the caching scope of the current configuration. + "E-Mail As Image" - An array of table names specifying the tables to be included in or excluded from the caching scope. - - - - + - If implemented, provides a view for the Select Columns page of the Report Wizard. + "MHT File" + - + - Occurs when the collection of the currently selected columns is changed. + "Single File Web Page" - + - Occurs when the Add All Columns button is clicked on the Select Columns Report Wizard page. + "Export the document to MHT and attach it to the e-mail." - + - Occurs when the Add Columns button is clicked on the Select Columns Report Wizard page. + "E-Mail As MHT" - + - If implemented, activates or deactivates the Add All Columns button on the Select Columns page of the Report Wizard. + "PDF File" - - true to activate the button, false to deactivate the button. - - - + - If implemented, activates or deactivates the Add Columns button on the Select Columns page of the Report Wizard. + "Adobe Portable Document Format" - - true to activate the button, false to deactivate the button. - - - + - If implemented, activates or deactivates the Remove All Columns button on the Select Columns page of the Report Wizard. + "Export the document to PDF and attach it to the e-mail." - - true to activate the button, false to deactivate the button. - - - + - If implemented, activates or deactivates the Remove Columns button on the Select Columns page of the Report Wizard. + "E-Mail As PDF" - - true to activate the button, false to deactivate the button. - - - + - If implemented, populates the list of available commands. + "RTF File" - - An array of objects, specifying the columns to be added to the list. - - - - + - If implemented, populates the list of selected columns. + "Rich Text Format" - - An array of objects, specifying the columns to be added to the list. - - - + - If implemented, gets a collection of the items selected in the list of available columns. + "Export the document to RTF and attach it to the e-mail." - An array of objects. - - + - If implemented, gets a collection of the items selected in the list of selected columns. + "E-Mail As RTF" - An array of objects. - - + - Occurs when the Remove All Columns button is clicked on the Select Columns Report Wizard page. + "Text File" - + - Occurs when the Remove Columns button is clicked on the Select Columns Report Wizard page. + "Plain Text" - + - If implemented, shows or hides the wait indicator on the Select Columns page of the Report Wizard. + "Export the document to Text and attach it to the e-mail." - - true to show the wait indicator, false to hide the wait indicator. - - - - + - Represents a method that will handle the event. + "E-Mail As Text" + - + - Represents a method that will handle the event. + "XLS File" - - The event source. - - - - A object that contains data related to the event. - - - - - + - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + "Microsoft Excel 2000-2003 Workbook" + - + - When implemented by a class, creates report elements (bricks) for a specific area. + "Export the document to XLS and attach it to the e-mail." - - The name of the report area (section) for which elements should be created. - - - - An object implementing the interface, which is a graphical surface on which report elements will be drawn. - - - - + - If implemented by a class, finalizes the printing of the report. + "E-Mail As XLS" - - An object implementing the interface used to print a control. - - - - - An object implementing the interface, which refers to a control. - - - + - When implemented by a class, initializes a control for report creation. + "XLSX File" - - An object implementing the interface used to print a control. - - - - An object implementing the interface which refers to a control. - - - - + - A base class that provides necessary functionality for custom localizers of the Printing-Exporting Library. - + "Microsoft Excel 2007 Workbook" + - + - Initializes a new instance of the PreviewLocalizer class with default settings. + "Export the document to XLSX and attach it to the e-mail." - + - Specifies a localizer object providing localization of the XtraPrinting Library interface at runtime. + "E-Mail As XLSX" - An descendant, used to localize the user interface at runtime. - - + - Returns a Localizer object storing resources based on the thread's language and regional settings (culture). - + "XPS File" - An object, storing resources based on the thread's language and regional settings (culture). - - - + - For internal use. Returns a Localizer object storing resources based on the thread's language and regional settings (culture). + "XPS" - An object, storing resources based on the thread's language and regional settings (culture). - - - + - Returns a localized string for the given string identifier. + "First Page" - - A enumeration value, identifying the string to localize. - - - A value, corresponding to the specified identifier. - - - + - Represents a method that will handle the event. + "Navigate to the first page of the document." + - + - Represents a method that will handle the event. + "First Page (Ctrl+Home)" - - The event sender. - - - - A object that contains data related to the event. - - - - + - Provides data for the event. + "Last Page " + - + - Initializes a new instance of the LinqServerModeInconsistencyDetectedEventArgs class. + "Navigate to the last page of the document." - + - Gets or sets whether the inconsistency detected during an operation on a data source should be handled manually. - + "Last Page (Ctrl+End)" - true to manually handle the inconsistency; false to reload data from the data source. - - - + - Represents the XtraGrid's data source that can be associated with any queryable source. - + "Next Page " + - + - Initializes a new instance of the LinqServerModeSource class. + "Navigate to the next page of the document." - + - Specifies how data source contents are sorted by default, when sort order is not specified by the bound control. + "Next Page (PageDown)" - A String object which contains the names of the columns against which data source contents are sorted. - - + - This property is intended for internal use. + "Previous Page" - The type of objects retrieved from a data source. - - + - Enables you to manually handle the database exception. + "Navigate to the previous page of the document." - + - Enables you to manually handle the inconsistency detected during an operation on a data source. + "Previous Page (PageUp)" - + - Gets or sets the key expression. + "Thumbnails" - A value that specifies the key expression. - - + - Gets or sets the queryable data source. + "Open the Thumbnails." - An object that implements the interface. - - + - Forces the bound data-aware control to reload data from the data store. + "Thumbnails" - - + - Information on the age of tables cached via a object. + "Watermark" + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + "Insert ghosted text or image behind the content of a page.\r\n\r\nThis is often used to indicate that a document is to be treated specially." - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + "Watermark" - - - - - - - - - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + "Zoom" - - - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + "Change the zoom level of the document preview." - - - - + - If implemented, provides a view for the Welcome page of the Report Wizard. + "Zoom" - - + + - If implemented, provides a view for the Choose a Report Style page of the Report Wizard. + "Exact" + - + - If implemented, specifies the selected report style. + "Zoom In" - A enumeration value. - - - + - A data source component which acts as an asynchronous bridge between a data-aware control and rapidly changing data. + "Zoom in to get a close-up view of the document." + - + - Initializes a new instance of the RealTimeSource class. + "Zoom In" - + - Empties the changes queue, re-reads the data source and informs the bound control that the reset has occurred. - + "Zoom Out" - + - Specifies the data source from which the RealTimeSource component retrieves its data. + "Zoom out to see more of the page at a reduced size." - An IList or IListSource object that represents the data source from which the RealTimeSource component retrieves its data. - - + - Specifies a semicolon-separated list of displayable property names. + "Zoom Out" - A string which is a semicolon-separated list of displayable property names. - - + - Returns the displayable property names of an item type contained in a specified data source. - + "BMP Bitmap Format" - - The data source object to examine for property information. - - - An list of property names. - - + - Returns the list of data source records. Introduced to support IListSource in RealTimeSource. - + "CSV Document" - A object which is the list of data source records. - - - + - Returns the delay between the data source event occurrence and passing changes to the bound control (in milliseconds). - + "EMF Enhanced Windows Metafile" - An integer value that is the changes queue delay in milliseconds. - - + - Specifies whether to ignore INotifyPropertyChanged.PropertyChanged events of the data source items. - + "GIF Graphics Interchange Format" - true, if the RealTimeSource does not handle PropertyChanged events; otherwise, false. - - - + - Resumes tracking changes in the data source after tracking was suspended via the method. - + "HTML Document" - + - Specifies the timeout between the data source event occurrence and passing changes to the bound control (in milliseconds). The default timeout is 2000 ms. If the actual delay exceeds the specified timeout, the method triggers automatically. - + "JPEG File Interchange Format" - [To be supplied] - + - Suspends tracking changes in the data source. + "MHT Document" - + - Specifies whether or not the WeakReference is used to handle the data source's IBindingList.ListChanged event. + "Native Format" - true, if the weak reference is used; otherwise, false. - - - - + - Provides the base functionality of the XtraPrinting Library. + "PDF Document" + - + - Occurs after certain properties of the object have been changed. + "PNG Portable Network Graphics Format" - + - For internal use. If implemented by a class, gets or sets the number of virtual pages which should be placed on one physical page, so their total width is the same as the width of a physical page. + "Rich Text Document" - An integer value which represents the number of pages. - - + - Occurs before certain properties of the object are changed. + "TIFF Tag Image File Format" - + - If implemented by a class, creates a brick by its type name. - - + "Text Document" - - A specifying the type name of the brick to be created. - - - - An object implementing the interface. - - - + - If implemented by a class, creates an image brick. - + "WMF Windows Metafile" - An object implementing the interface. - - - + - If implemented by a class, creates a panel brick. - + "XLS Document" - An object implementing the interface. - - + - If implemented by a class, creates a progress bar brick. - + "XLSX Document" - An object implementing the interface. - - + - If implemented by a class, creates a rich text brick. - + "XPS Document"" - An object implementing the interface. - - - + - If implemented by a class, creates a text brick. - + "Save As" - An object implementing the interface. - - + - For internal use. + This field is now obsolete. Use the SB_PageOfPages field, instead. - - - + - For internal use. If implemented by a class, contains a collection of images to be cached when creating a document. - + "{0} of {1}" - A DevExpress.XtraPrinting.Native.ImagesContainer object. - - + - If implemented by a class, inserts a page break at a specified position. - + This field is now obsolete. Use the SB_PageInfo field, instead. - - A value which specifies the position to insert a page break. - - - - + - If implemented by a class, changes the visibility of the specified printing system command. - + "Nothing" - - A object specifying the command whose visibility needs to be changed. - - - - - One of the enumeration values specifying a new visibility state for the command. - - - - + - Identifies the XtraPrinting Library version. + "Page {0} of {1}" - A text string representing XtraPrinting Library's version info. - - - + - Provides the basic functionality to create documents that are ready to print. + "Page number in document. Click to open the Go To Page dialog." + - + - If implemented by a class, initiates report generation. + This field is now obsolete. Use the SB_PageOfPages field, instead. - + - If implemented by a class, creates a document from the link, so the document can be displayed or printed. Optionally, can generate pages in background. + "Stop" - - true to generate pages in background; otherwise, false. - - - + - Provides access to a link's printing system. + "Zoom Factor: " - An object implementing the interface. - - - + - Provides basic report drawing functions. + "Adjust to:" + - + - If implemented by a class, gets and sets the default style for bricks. + "Fit to" - The default style for bricks. - - + - If implemented by a class, adds a brick to a report. + "Scaling" - - The brick to be added to a report. - - - - A RectangleF structure that specifies the location and size of the current brick. - - - The brick added to a report. - - + - If implemented by a class, raises the ModifierChanged event. + "% normal size" - - + - Provides the basic functionality to draw visual bricks and specify their properties. + "pages wide" + - + - Obtains the Hashtable collection of properties for the class that implements the interface. + "Page" - A Hashtable object that contains properties of the class that implements the interface. - - + - Sets property values for the class which implements the interface based on the specified properties array. + "Arrow" - - A two-dimesional array that identifies property names and values to set. - - - + - Sets property values for the class which implements the interface -based on the specified Hashtable object. + "Backslant Line" - - Identifies the Hashtable collection of property names and values that must be set. - - - - + - Represents a method that will handle the BeforeChange and AfterChange events of the class and the interface. + "Bottom Arrow" + - + - A method that will handle the BeforeChange and AfterChange events of the class and the interface. + "Brace" - - The event source. - - - - A object that contains data related to the event. - - - - + - Provides data for the BeforeChange and AfterChange events of the class and the interface. + "Bracket" + - + - Initializes a new instance of the class and sets its property to a specified value. + "Cross" - - A value, specifying the event name. - - - + - Initializes a new instance of the DevExpress.XtraPrinting.ChangeEventArgs.EventInfo class with the specified name and value and adds it to the collection. - + "8-Point Star" - - A specifying the event's name. - - - An specifying the value of the DevExpress.XtraPrinting.ChangeEventArgs.EventInfo object. - - + + + + "Ellipse" + + - + - Gets the event name that initiated a ChangeEvent. + "5-Point Star" - The event name that initiated a ChangeEvent. - - + - Returns an object, containing information about the event with the specified name. - + "4-Point Star" - - A specifying the event name. - - A DevExpress.XtraPrinting.ChangeEventArgs.EventInfo object with the specified name. - + + + + "Hexagon" + + - - + - Represents a report drawing style. + "Horizontal Line" + - + - Initializes a new instance of the BrickStyle class with default settings. + "Left Arrow" - + - Initializes a new instance of the BrickStyle class with the specified settings. + "Line" - - A enumeration value, specifying the visible brick borders. This value is assigned to the property. - - - A value, specifying the border width. This value is assigned to the property. - - - A structure, specifying the border color. This value is assigned to the property. + + + + "Octagon" + + - - - A structure, specifying the background color. This value is assigned to the property. - - - A structure, specifying the foreground color. This value is assigned to the property. + + + + "Pentagon" + + - - - A object, specifying the font settings. This value is assigned to the property. + + + + "Polygon" + + - - - A object, specifying the text format. This value is assigned to the property. - + + + + "Rectangle" + + - + - Initializes a new instance of the class and copies the settings from the object passed as the parameter. + "Right Arrow" - - A object whose settings are used to initialize the created object's properties. - - - + - Initializes a new instance of the BrickStyle class with the specified dpi value. + "6-Point Star" - - A value which specifies the dpi value for the BrickStyle's padding. - - - + - Gets or sets the background color. + "Slant Line" - A Color representing the background color. - - + - Gets or sets the border color. + "Square" - A Color representing the border color. - - + - Specifies the dash style for the brick's border. + "Star" - A enumeration value. - - + - Gets or sets the border style of a brick. + "3-Point Star" - A enumeration value that represents the border style of a brick. - - + - Gets or sets the border width. + "Top Arrow" - A value. - - + - Gets or sets the string value used to support serialization of the property. + "Triangle" - A value. - - + - Creates a new instance, which is a copy of the current instance. - + "Vertical Line" - A new instance, which is a copy of the current instance. - - - + - Creates the BrickStyle instance with the defaul settings. + This field is now obsolete. Use the TB_TTip_Backgr field, instead. - A BrickStyle object representing a new brick style. - - + - Gets the object whose properties are set to their default values. + This field is now obsolete. Use the TB_TTip_Close field, instead. - A object representing a report drawing style. - - + - Gets the default font for a brick style. + This field is now obsolete. Use the TB_TTip_Customize field, instead. - The default font for a brick style. - - + - Deflates the specified rectangle by the width of borders represented by this brick style, and optionally applies the current border style. - + This field is now obsolete. Use the TB_TTip_Map field, instead. - - A value which specifies the rectangle to be deflated. - - - - A value which specifies the dpi value to be applied to the width of borders before deflating. - - - - - true to apply the current border style; otherwise, false. The current border style can be accessed via the property. - - - A value that represents the deflated rectangle. - - + - Deflates the specified rectangle by the width of borders represented by this brick style. + This field is now obsolete. Use the TB_TTip_EditPageHF field, instead. - - A value which specifies the rectangle to be deflated. - - - - A value which specifies the dpi value to be applied to the width of borders before deflating. - - - - A value that represents the deflated rectangle. - - + - Deflates the specified rectangle by the specified width of the specified borders using the specified border style. - - + This field is now obsolete. Use the TB_TTip_Export field, instead. - - A value which specifies the rectangle to be deflated. - - - - A enumeration value that specifies which sides of a brick have borders. - - - - A value which specifies the width of borders. - - - - A enumeration value that specifies the brick style. - - - A value that represents the deflated rectangle. - - + - Deflates the specified rectangle by the specified width of the specified borders. - - + This field is now obsolete. Use the TB_TTip_FirstPage field, instead. - - A value which specifies the rectangle to be deflated. - - - - A enumeration value that specifies which sides of a brick have borders. - - - - - A value which specifies the width of borders. - - - A value that represents the deflated rectangle. - - + - Disposes of the BrickStyle object. - + This field is now obsolete. Use the TB_TTip_HandTool field, instead. - + - Determines whether or not the specified object is equal to the current BrickStyle instance. + This field is now obsolete. Use the TB_TTip_LastPage field, instead. - - The object to compare with the current object. - - - true if the specified object is equal to the current BrickStyle instance; otherwise false. - - + - Gets or sets the Font used to display text. + This field is now obsolete. Use the TB_TTip_Magnifier field, instead. - The Font used to display text. - - + - Gets or sets the foreground color. + This field is now obsolete. Use the TB_TTip_MultiplePages field, instead. - The foreground color. - - + - Serves as the default hash function. + This field is now obsolete. Use the TB_TTip_NextPage field, instead. - An integer value, specifying the hash code for the current object. - - + - Inflates the specified rectangle by the width of borders represented by this brick style, and optionally applies the current border style. - + This field is now obsolete. Use the TB_TTip_PageSetup field, instead. - - A value which specifies the rectangle to be inflated. - - - - A value which specifies the dpi value to be applied to the width of borders before inflating. - - - - - true to apply the current border style; otherwise, false. The current border style can be accessed via the property. - - - A value that represents the inflated rectangle. - - + - Inflates the specified rectangle by the width of borders represented by this brick style. + This field is now obsolete. Use the TB_TTip_PreviousPage field, instead. - - A value which specifies the rectangle to be inflated. - - - - A value which specifies the dpi value to be applied to the width of borders before inflating. - - - - A value that represents the inflated rectangle. - - + - Inflates the specified rectangle by the specified width of specified borders using the specified border style. - + This field is now obsolete. Use the TB_TTip_Print field, instead. - - A value which specifies the rectangle to be inflated. - - - - A enumeration value that specifies which sides of a brick have borders. - - - - A value which specifies the width of borders. - - - - A enumeration value that specifies the brick style. - - - A value that represents the inflated rectangle. - - + - Inflates the specified rectangle by the specified width of specified borders. - + This field is now obsolete. Use the TB_TTip_PrintDirect field, instead. - - A value which specifies the rectangle to be inflated. - - - - A enumeration value that specifies which sides of a brick have borders. - - - - A value which specifies the width of borders. - - - A value that represents the inflated rectangle. - - + - For internal use. + This field is now obsolete. Use the TB_TTip_Search field, instead. - - A structure. - - - - A value. - - - - A Boolean value. - - - A enumeration value. - - A structure. - + + + + This field is now obsolete. Use the TB_TTip_Send field, instead. + + - + - Specifies whether or not the brick's alignment is justified. + "Background" - true is the brick has a justified alignment; otherwise false. - - + - Gets a value indicating whether the brick style paints a transparent brick. - + "Close Preview" - true if the brick will be painted as transparent; otherwise, false. - - + - Gets a value indicating whether the brick style is valid. - + "Customize" - true if the current brick style is valid; otherwise, false. - - + - Gets or sets the padding values of a brick. + "Header And Footer" - A object which contains the padding values of a brick. - - - + - Resets the property value. + "Export Document..." - + - Resets the property value. + "First Page" - + - Resets the property value. + "Hand Tool" - + - Resets all border settings. + "Last Page" - + - Resets the property value. + "Magnifier" - + - Resets the property value. + "Document Map" - + - Resets the property value. + "Multiple Pages" - + - Resets the property value. + "Next Page" - + - Resets the property value. + "Open a document" - + - Rescales the brick style to the specified ratio. + "Page Setup" - - A value specifying the ratio to rescale the brick style. - - - A object which represents the brick style with the scaling applied. - - + - Sets the brick's alignment. + "Parameters" - - A enumeration value. - - - - A enumeration value. - - - + - Gets or sets a value defining which borders of the current brick are visible. + "Previous Page" - A enumerator value, defining visible brick borders. - - + - Gets or sets a instance specifying text formatting and layout. + "Print" - A specifying text formatting and layout. - - + - Gets or sets the alignment of the text in the brick. - + "Quick Print" - One of the enumeration's values that specifies how the text is aligned in the brick. - - - + - Defines methods to print different controls using the XtraPrinting Library. + "Save the document" + - + - If implemented by a class, applies all changes made by the Property editor when implemented by a class. + "Scale" - + - If implemented by a class, determines whether the created print document contains intersected bricks. - + "Search" - true if the class creates intersected bricks; otherwise, false. - - + - If implemented by a class, determines whether the class provides the Property editor form. + "Send via E-Mail..." - true, if the class provides the Property editor; otherwise, false. - - + - If implemented by a class, returns a form which allows a user to set printing properties when implemented by a class. + "Thumbnails" - The Property editor form that allows customizing printing properties of a control. - - + - If implemented by a class, cancels changes made by a user in the Property editor when implemented by a class. + "Watermark" - + - If implemented by a class, invokes the help system for the Property editor when implemented by a class. + "Zoom" - + - If implemented by a class, determines whether the help system is available for the Property editor when implemented by a class . + "Zoom In" - true if the help system is available for the Property editor; otherwise, false. - - - + - The Customize the Label's Options page of the Report Wizard. + "Zoom Out" + - + - Initializes a new instance of the CustomizeLabelPage class with the specified settings. + This field is now obsolete. Use the TB_TTip_Watermark field, instead. - - An object implementing the interface. (Typically, it is the object.) - - - - An object implementing the interface. (Typically, it is the object.) - - - - + - Initializes controls of the Customize the Label's Options page of the Report Wizard. + This field is now obsolete. Use the TB_TTip_Zoom field, instead. - + - Saves settings specified by a wizard page to the report model. + This field is now obsolete. Use the TB_TTip_ZoomIn field, instead. - + - Specifies whether of not the Finish button is enabled on the Customize the Label's Options page of the Report Wizard. + This field is now obsolete. Use the TB_TTip_ZoomOut field, instead. - true, if the Finish button is enabled; otherwise, false. - - + - Specifies whether of not the Next button is enabled on the Customize the Label's Options page of the Report Wizard. + "Please Wait" - true, if the Next button is enabled; otherwise, false. - - - + - Lists error types found during a spell check. + "(Picture)" + - + - Erroneously spelled word. + "(Text)" + - + - Repeated word. + "Backward Diagonal" - + - Reserved for internal use. + "Forward Diagonal" - + - Error type unlisted in enumeration. Use it for custom error handling. + "Horizontal" - - + - Represents a method that will handle the AfterCheckWord event. + "Vertical" + - + - Represents a method that will handle the event. + "Center" - - An object that triggers the event. - - - - A object that provides data for the event. - - - - + - Provides data for the AfterCheckWord event. + "Left" + - + - Initializes a new AfterCheckWordEventArgs class instance with specified settings. + "Right" - - - An object, representing the control being checked. - - - - A string, representing a word before the check. - - - - A string, representing the word modified after the spell check. - - - - A enumeration value, representing the operation type. - - - - A DevExpress.XtraSpellChecker.Parser.Position object, representing the position in the text where the checked word begins. - - + - + - Gets the word which replaced the former one after the spelling check is performed. - + "Clip" - A string, representing the word modified after spelling check. - - - + - Gets the control being checked. + "Stretch" - An object representing a control being checked. - - + - Gets the type of operation performed with the word in a spell check. - + "Zoom" - A enumeration value, representing the operation type. - - + - Gets the word before the spell check is performed. - + "All" - A string, representing a word before the check. - - - + - Gets the position of a checked word in a text. - + "Pages:" - A object, representing the position in a text where the checked word begins. - - - - + - Encapsulates text layout information (such as alignment, orientation and tab stops) and display manipulations (such as ellipsis insertion and national digit substitution). - + "Select Picture" + - + - Initializes a new instance of the BrickStringFormat class with the specified text and line alignment. + "Bottom" - - A enumeration value representing text alignment settings. This value is assigned to the property. - - - - A enumeration value representing line alignment settings. This value is assigned to the property. - - - - + - Initializes a new instance of the BrickStringFormat class with the specified string alignment. - + "Middle" - - A enumeration value representing text alignment settings. This value is assigned to the property. - - - - + - Initializes a new instance of the BrickStringFormat class with the specified formatting information. + "Top" - - A enumeration value representing formatting information. This value is assigned to the property. - - - + - Initializes a new object from an existing object. + "ASAP" - - A object from which to initialize a new object. - - - + - Initializes a new instance of the BrickStringFormat class with default settings. + "CONFIDENTIAL" - + - Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. It also uses the specified text and line alignment settings. - + "COPY" - - A BrickStringFormat object whose values are used to initialize the item being created. - - - - - A enumeration value representing text alignment settings. This value is assigned to the property. - - - - - A enumeration value representing line alignment settings. This value is assigned to the property. - - - - + - Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. It also uses the specified formatting settings. - + "DO NOT COPY" - - A BrickStringFormat object whose values are used to initialize the item being created. - - - - A enumeration value that represents formatting settings. This value is assigned to the property. - - - - + - Initializes a new instance of the BrickStringFormat class with the specified text and line alignment, formatting settings, hotkey prefix and trimming mode. - + "DRAFT" - - A enumeration value representing text alignment settings. This value is assigned to the property. - - - - A enumeration value representing line alignment settings. This value is assigned to the property. - - - - - A enumeration value that represents formatting settings. This value is assigned to the property. - - - - - A enumeration value representing the hotkey prefix. This value is assigned to the property. - - - - A enumeration value representing the trimming mode. This value is assigned to the property. - - - + - Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. - + "EVALUATION" - - A BrickStringFormat object whose values are used to initialize the item being created. - - - + - Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. It also uses the specified trimming settings. - + "ORIGINAL" - - A BrickStringFormat object whose values are used to initialize the item being created. - - - - - A enumeration value representing the trimming mode. This value is assigned to the property. - - - + - Initializes a new instance of the BrickStringFormat class with the specified formatting information, text and line alignment settings. + "PERSONAL" - - A enumeration value representing formatting information. This value is assigned to the property. - - - A enumeration value representing text alignment settings. This value is assigned to the property. + + + + "SAMPLE" + + - - - A enumeration value representing line alignment settings. This value is assigned to the property. - + + + + "TOP SECRET" + + - + - Gets or sets text alignment information. + "URGENT" - A StringAlignment enumeration value that specifies text alignment information. - - + - Returns a BrickStringFormat object cloned from the current BrickStringFormat object, with the new string alignment applied. + "Behind" - - A enumeration value, representing new string alignment. - - - A cloned BrickStringFormat object. - - + - Returns a BrickStringFormat object cloned from the current BrickStringFormat object, with the new string and line alignment applied. + "In front" - - A enumeration value, representing new string alignment. - - - A enumeration value, representing new line alignment. - - A cloned BrickStringFormat object. - + + + + Lists the values that define the order in which complex properties are shown in the Field List. + + - + - Returns a object cloned from the current object. + The default order of showing complex properties in the Field List is preserved. - - A StringFormatFlags enumeration value containing formatting information. - - - A cloned object. - - + - Returns a object cloned from the current object. + The complex properties are shown at the top of the Field List. - - A StringAlignment enumeration value representing line alignment. - - A cloned object. - + + + + + The complex properties are shown at the bottom of the Field List. + + - + + - Creates an exact copy of the object. + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - A object created by this method. - - - + - Creates a new instance of the BrickStringFormat class with the specified settings. + When implemented by a class, creates report elements (bricks) for a specific area. - - A enumeration value. - + + The name of the report area (section) for which elements should be created. - - true to enable word-wrapping; otherwise, false. + + An object implementing the interface, which is a graphical surface on which report elements will be drawn. + - A new BrickStringFormat instance with the specified values. - - + - Creates a new instance of the BrickStringFormat class with the specified settings. + If implemented by a class, finalizes the printing of the report. - - A enumeration value. + + An object implementing the interface used to print a control. + - - A enumeration value that represents formatting settings. + + An object implementing the interface, which refers to a control. - A new BrickStringFormat instance with the specified values. - - + - Disposes of the BrickStringFormat object. - + When implemented by a class, initializes a control for report creation. + + An object implementing the interface used to print a control. - - - - - Determines whether or not the specified object is equal to the current BrickStringFormat instance. - - - - The object to compare with the current object. + + + An object implementing the interface which refers to a control. - true if the specified object is equal to the current BrickStringFormat instance; otherwise false. - - - - Gets or sets a StringFormatFlags enumeration that contains formatting information. - - - A StringFormatFlags enumeration that contains formatting information. - - + - - - Serves as the default hash function. + When implemented by a class, provide information about a project type. - An integer value, specifying the hash code for the current object. - - - + - Gets the object for this BrickStringFormat object. + Obtains the assembly in which the current type is defined. - A enumeration value which represents the hotkey prefix for this BrickStringFormat object. + An object containg information about the assembly in which the current type is defined. - + - Gets or sets line alignment. + Obtains the fully qualified name of the current type, including the namespace. - A StringAlignment enumeration value that represents line alignment information. + A value. - + - Gets or sets a prototype string format for the current string format. + Indicates whether a type is defined within the current solution. - A enumeration value which specifies the prototype string format. - + true, if a type is defined in the current solution; otherwise, false. - + - Gets text trimming mode. - + Obtains the name of the namespace containing the current type - A enumeration value that specifies text trimming mode. - + A value. - + - Gets the StringFormat instance representing current text formatting. + Returns the current type. - Current text formatting. - + A object. + - + + - Gets a value, specifying whether or not word-wrapping is available for the brick's text. + Provides data for the event. - true if the word-wrapping is enabled; otherwise false. - - - - + - Exposes functionality that enables you to display a progress indicator for time-consuming operations. - + Initializes a new ServerModeInconsistencyDetectedEventArgs class instance with default settings. + - + - Initializes and displays a progress indicator. + Initializes a new ServerModeInconsistencyDetectedEventArgs class instance with the specified setting. - - A string indicating what action is currently performed - - - - An integer specifying the minimum indicator value. - - - - An integer specifying the maximum indicator value. + + A object specifying the exception that caused the event. - - - An integer specifying the current indicator value. - + - Finalizes progress indication. + Gets the exception that caused the event. + A object representing the exception that caused the event. + - + + - Modifies the indicator value to track progress. + Provides data for the event. - - An integer that is the value indicating the current progress. + + + + + Initializes a new ServerModeExceptionThrownEventArgs class instance with the specified setting. + + + + A object specifying the exception that caused the event. - - + - If implemented, represents a page of the Report Wizard. + Gets the exception that caused the event. + A object representing the exception that caused the event. + + - + + - If implemented, initializes controls of a Report Wizard page. + Lists the available export formats. - - + - Occurs when settings on the current wizard page were changed. + The document is exported in the CSV format. - + - Saves settings specified by a wizard page to the report model. - + The document is exported in the HTML format. - + - Fires when an error occurs for the current report page. + The document is exported in an image format. - + - If implemented, specifies whether of not the Finish button is enabled on a wizard page . + The document is exported in the MHT format. - true, if the Finish button is enabled; otherwise, false. - - + - If implemented, returns the type of the next wizard page. + The document is exported in the PDF format. - A enumeration value. - - + - If implemented, provides access to the wizard model, which accumulates settings specified by an end-user during wizard execution. + The document is exported in the RTF format. - A TModel object containing settings specified by an end-user during wizard execution. - - + - If implemented, specifies whether of not the Next button is enabled on a wizard page. + The document is exported in the text format. - true, if the Next button is enabled; otherwise, false. - - + - If implemented, provides access to the content of a wizard page. + The document is exported in the XLS format. - A value. - - + - If implemented, validates the correctness of settings specified on a wizard page. + The document is exported in the XLSX format. - - A value specifying the text of an error message shown if the validation fails. - - - - true, if the validation succeded; otherwise, false. - - + - Specifies how content bricks are split if they are partially positioned outside the right page margin. - + Provides the base functionality of the XtraPrinting Library. - + - In this case all content bricks, which are outside the right page margin, will be split across two pages in place of a right margin line. + Occurs after certain properties of the object have been changed. - + - In this case all content bricks, which are outside the right page margin, will be entirely moved to the next page, so the appearance will be more professional. - - + For internal use. If implemented by a class, gets or sets the number of virtual pages which should be placed on one physical page, so their total width is the same as the width of a physical page. + An integer value which represents the number of pages. + - - + - Specifies how to resolve exceptions while performing an action. + Occurs before certain properties of the object are changed. + - + - Cancel the action that caused an exception. - - + If implemented by a class, creates a brick by its type name. - - - - Retry the action that caused an exception. + + A specifying the type name of the brick to be created. - - + + An object implementing the interface. + + - - Provides information for the visual representation of a paper kind in the report wizard. - - - + - Initializes a new instance of the PaperKindViewInfo class with default settings. + If implemented by a class, creates an image brick. + + An object implementing the interface. + + - + - Specifies the paper kind display name. + If implemented by a class, creates a panel brick. + - A value, specifying the name of a paper kind. - + An object implementing the interface. + - + - Specifies the paper kind Id. + If implemented by a class, creates a progress bar brick. + - An integer value, specifying the paper kind ID. - + An object implementing the interface. + - - + - Provides methods for transferring data between cached data store elements. + If implemented by a class, creates a rich text brick. + + An object implementing the interface. + + + - + - When implemented by a class, executes specified modification statements against a cached data store, notifies about affected tables and returns the operation result. + If implemented by a class, creates a text brick. + - - A Root element's state stored by a specific cache Node. - - - - An array of data modification statements. - - - A DataCacheModificationResult denoting the result of the data modifications. + An object implementing the interface. - + - When implemented by a class, informs a cached data store's Root element ( or ) about specific modified tables. + For internal use. - - A Root element's state stored by a specific cache Node. - - - - An array of table names specifying modified tables. - - - A DataCacheResult object specifying a Root element's state. + - + - When implemented by a class, synchronizes table update information with a cached data store's Root element ( or ). + For internal use. If implemented by a class, contains a collection of images to be cached when creating a document. + - - A Root element's state stored by a specific cache Node. - - - A DataCacheResult object specifying a Root element's state. - + A DevExpress.XtraPrinting.Native.ImagesContainer object. + - + - When implemented by a class, fetches data from a cached data store using specified query statements and returns the operation result. + If implemented by a class, inserts a page break at a specified position. + - - A Root element's state stored by a specific cache Node. + + A value which specifies the position to insert a page break. - - - An array of query statements. - A DataCacheSelectDataResult object denoting the result of the data fetch. - - + - When implemented by a class, updates a cached data store's schema according to specified settings and returns the operation result. + If implemented by a class, changes the visibility of the specified printing system command. + - - A Root element's state stored by a specific cache Node. + + A object specifying the command whose visibility needs to be changed. - - - An array of tables whose structure should be saved in the cached data store. - - true if the schema should not be created if the table that corresponds to the first item in the tables array doesn't exist in the cached data store; otherwise, false. + + One of the enumeration values specifying a new visibility state for the command. + - An DataCacheUpdateSchemaResult denoting the result of the update operation. - - - + - The interface for objects that need to interact with a cached data store. - + Identifies the XtraPrinting Library version. + A text string representing XtraPrinting Library's version info. + + - + - The Root element that is used to connect Node elements to a cached data store. + Provides the basic functionality to create documents that are ready to print. - + - Initializes a new instance of the DataCacheRoot class with a specified data store provider connected to a data store to be cached. + If implemented by a class, initiates report generation. - - A object which provides connection to a data store to be cached. + + + + + + If implemented by a class, creates a document from the link, so the document can be displayed or printed. Optionally, can generate pages in background. + + + + true to generate pages in background; otherwise, false. - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Provides access to a link's printing system. - + An object implementing the interface. - + + - Applies specified configuration settings to a cached data store. + Provides basic report drawing functions. - - A object containing cache configuration settings. - - - - + - Returns information that describes the structure of specified tables in a cached data store. + If implemented by a class, gets and sets the default style for bricks. - - An array of table names whose information should be retrieved. - - - An array of objects that describe the structure of the requested tables. - + The default style for bricks. + - + - Returns a list of all the tables available in a cached data store. + If implemented by a class, adds a brick to a report. - - true, to include views; otherwise, false + + The brick to be added to a report. - An array of the table names in the cached data store. + + A RectangleF structure that specifies the location and size of the current brick. + + + The brick added to a report. - - + - The Node element that is used to connect to a cached data store's Root or Node element located on the same computer. + If implemented by a class, raises the ModifierChanged event. + - + + - Initializes a new instance of the DataCacheNodeLocal class with default settings and a specified parent cache element. + Provides the basic functionality to draw visual bricks and specify their properties. - - A parent Root or Node element specifying the element (located on the same computer) to which the current Node is connected. - - - - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Obtains the Hashtable collection of properties for the class that implements the interface. - - - - - + A Hashtable object that contains properties of the class that implements the interface. - - + - The Node element that is used to connect to a cached data store's Root or Node element. + Sets property values for the class which implements the interface based on the specified properties array. + + A two-dimesional array that identifies property names and values to set. + + + - + - Initializes a new instance of the DataCacheNode class with default settings and a specified parent cache element. + Sets property values for the class which implements the interface +based on the specified Hashtable object. - - A parent Root or Node element specifying the element to which the current Node is connected. + + Identifies the Hashtable collection of property names and values that must be set. - + + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Represents a method that will handle the BeforeChange and AfterChange events of the class and the interface. - - - - + - Synchronizes the Node's table update information with the Root element ( or ). + A method that will handle the BeforeChange and AfterChange events of the class and the interface. + + The event source. + + + + A object that contains data related to the event. + + - + + - Applies specified configuration settings to a cached data store. + Provides data for the BeforeChange and AfterChange events of the class and the interface. - - A object containing cache configuration settings. - - - - + - Returns information that describes the structure of specified tables in a cached data store. + Initializes a new instance of the class and sets its property to a specified value. - - An array of table names whose information should be retrieved. + + A value, specifying the event name. - An array of objects that describe the structure of the requested tables. - - + - Returns a list of all the tables available in a cached data store. + Initializes a new instance of the DevExpress.XtraPrinting.ChangeEventArgs.EventInfo class with the specified name and value and adds it to the collection. + - - true, to include views; otherwise, false. + + A specifying the event's name. + + + + + An specifying the value of the DevExpress.XtraPrinting.ChangeEventArgs.EventInfo object. - An array of the table names in the cached data store. - - + - Specifies the amount of memory (in bytes) for an application hosting the current Node's cache, above which the automatic cache purge is initiated in all Node caches, regardless of the and field values. The default value is the maximum possible value; in the .NET Compact Framework - 32 MB (32*1024*1024 bytes). + Gets the event name that initiated a ChangeEvent. - - + The event name that initiated a ChangeEvent. + - + - Specifies the amount of memory (in bytes) for an application hosting the current Node's cache, above which the automatic cache purge is initiated in all Node caches, regardless of other memory limit properties. + Returns an object, containing information about the event with the specified name. + - - + + A specifying the event name. + + + A DevExpress.XtraPrinting.ChangeEventArgs.EventInfo object with the specified name. + + - + + - Specifies the time period (also known as latency) between regular contacts that the current Node makes to its parent element for up-to-date table update information. The default value is 30 seconds. + Represents a report drawing style. - - - - + - Specifies the minimum number of query results to retain within the current Node's cache during its automatic purge. The default value is 16. + Initializes a new instance of the BrickStyle class with default settings. - - - + - Specifies the amount of memory (in bytes) for an application hosting the current Node's cache, under which the automatic cache purge is not initiated. The default value is 64 MB (64*1024*1024 bytes); in the .NET Compact Framework - 4 MB (4*1024*1024 bytes). + Initializes a new instance of the BrickStyle class with the specified settings. - - + + A enumeration value, specifying the visible brick borders. This value is assigned to the property. + + + + A value, specifying the border width. This value is assigned to the property. + + + + A structure, specifying the border color. This value is assigned to the property. + + + + A structure, specifying the background color. This value is assigned to the property. + + + + A structure, specifying the foreground color. This value is assigned to the property. + + + + + A object, specifying the font settings. This value is assigned to the property. + + + + A object, specifying the text format. This value is assigned to the property. + + - + - Specifies the amount of memory (in bytes) for an application hosting the current Node's cache, under which the automatic cache purge is not initiated. + Initializes a new instance of the class and copies the settings from the object passed as the parameter. - - + + A object whose settings are used to initialize the created object's properties. + + - + - Specifies the amount of memory (in bytes) for an application hosting the current Node's cache, above which the automatic cache purge is initiated. The default value is the maximum possible value; in the .NET Compact Framework - 32 MB (32*1024*1024 bytes). + Initializes a new instance of the BrickStyle class with the specified dpi value. - - + + A value which specifies the dpi value for the BrickStyle's padding. + + - + - Specifies the amount of memory (in bytes) for an application hosting the current Node's cache, above which the automatic cache purge is initiated. + Gets or sets the background color. - + A Color representing the background color. - - + - Information on the last state of a cached data store's Root element ( or ), including schema update results. + Gets or sets the border color. + A Color representing the border color. + + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Specifies the dash style for the brick's border. + A enumeration value. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets the border style of a brick. - - + A enumeration value that represents the border style of a brick. + - - + - Information on the last state of a cached data store's Root element ( or ), including data modification results. + Gets or sets the border width. + A value. + + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets the string value used to support serialization of the property. + A value. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Creates a new instance, which is a copy of the current instance. + - + A new instance, which is a copy of the current instance. + - - + - Base class for classes that implement data store caching. + Creates the BrickStyle instance with the defaul settings. + A BrickStyle object representing a new brick style. + + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets the object whose properties are set to their default values. - + A object representing a report drawing style. - + - When implemented by a descendant class, applies specified configuration settings to a cached data store. + Gets the default font for a brick style. - - A object containing cache configuration settings. - - + The default font for a brick style. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - + Deflates the specified rectangle by the width of borders represented by this brick style, and optionally applies the current border style. - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - + + A value which specifies the rectangle to be deflated. - - - + + A value which specifies the dpi value to be applied to the width of borders before deflating. - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - + + true to apply the current border style; otherwise, false. The current border style can be accessed via the property. - + A value that represents the deflated rectangle. - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Deflates the specified rectangle by the width of borders represented by this brick style. - - + + A value which specifies the rectangle to be deflated. - - + + A value which specifies the dpi value to be applied to the width of borders before deflating. + - + A value that represents the deflated rectangle. - + - The name of a category used to tag data cache operations in XPO logs. The default category name is "DataCache". - - - - + Deflates the specified rectangle by the specified width of the specified borders using the specified border style. - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - + + A value which specifies the rectangle to be deflated. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - + + A enumeration value that specifies which sides of a brick have borders. - - + + A value which specifies the width of borders. - + + A enumeration value that specifies the brick style. + + + A value that represents the deflated rectangle. - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Deflates the specified rectangle by the specified width of the specified borders. + + - - + + A value which specifies the rectangle to be deflated. - - + + A enumeration value that specifies which sides of a brick have borders. + - + + A value which specifies the width of borders. + + + A value that represents the deflated rectangle. - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Disposes of the BrickStyle object. + - - - - - - - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Determines whether or not the specified object is equal to the current BrickStyle instance. - - + + The object to compare with the current object. - + true if the specified object is equal to the current BrickStyle instance; otherwise false. - + - When implemented by a descendant class, resets or clears any cached information on data store tables (such as table update information and cached query results). + Gets or sets the Font used to display text. + The Font used to display text. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets the foreground color. - - - - - - - - - - + The foreground color. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Serves as the default hash function. - - - - - + An integer value, specifying the hash code for the current object. - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Inflates the specified rectangle by the width of borders represented by this brick style, and optionally applies the current border style. + - - + + A value which specifies the rectangle to be inflated. - - + + A value which specifies the dpi value to be applied to the width of borders before inflating. + - - + + true to apply the current border style; otherwise, false. The current border style can be accessed via the property. - + A value that represents the inflated rectangle. - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Inflates the specified rectangle by the width of borders represented by this brick style. - - + + A value which specifies the rectangle to be inflated. - - + + A value which specifies the dpi value to be applied to the width of borders before inflating. + - + A value that represents the inflated rectangle. - - + - Defines server-side processing for custom functions. - - + Inflates the specified rectangle by the specified width of specified borders using the specified border style. - - - - When implemented by a custom function, formats a database-specific SQL command that corresponds to this function. - - A object specifying a data store (database) provider. For example, . + + A value which specifies the rectangle to be inflated. - - An array of operands (parameters) passed to a custom function. + + A enumeration value that specifies which sides of a brick have borders. - A String specifying a SQL command, which will substitute a custom function's calls in query statements. - + + A value which specifies the width of borders. + + + A enumeration value that specifies the brick style. - - + + A value that represents the inflated rectangle. + - - Provides additional information (a function category, function description, parameter count, etc.) on custom functions for Expression Editors. - - - + - When implemented by a custom function, designates its functional category. - - - A FunctionCategory value specifying a custom function's category. - - + Inflates the specified rectangle by the specified width of specified borders. - - - - When implemented by a custom function, returns its description. - A text describing a custom function's syntax and purpose. - + + A value which specifies the rectangle to be inflated. + + + A enumeration value that specifies which sides of a brick have borders. - - - - When implemented by a custom function, determines if it accepts a specified number of operands (parameters). - - - - An integer value specifying the number of operands (parameters) passed to a custom function. + + + A value which specifies the width of borders. - true if the number of operands (parameters) passed as the count is valid for a custom function; otherwise, false. + A value that represents the inflated rectangle. - + - When implemented by a custom function, determines if a certain type can be passed as a specified operand. + For internal use. - - A zero-based integer value specifying an operand's index among a custom function's operands. + + A structure. - - An integer value specifying the total number of operands passed to a custom function. + + A value. - - A object specifying an operand's type. + + A Boolean value. - true if a custom function accepts the type; otherwise, false. + + A enumeration value. + + + A structure. - + - When implemented by a custom function, returns the maximum number of operands (parameters) this function can accept. + Specifies whether or not the brick's alignment is justified. - An integer value specifying the maximum number of function operands (parameters) a custom function can accept. -1 indicates that a custom function accepts an infinite number of operands. + true is the brick has a justified alignment; otherwise false. - + - When implemented by a custom function, returns the minimum number of operands (parameters) required by this function. + Gets a value indicating whether the brick style paints a transparent brick. + - An integer value specifying the least possible number of function operands (parameters) required by a custom function. 0 indicates that operands can be omitted. + true if the brick will be painted as transparent; otherwise, false. - - + - Declares the base functionality for custom functions. + Gets a value indicating whether the brick style is valid. + + true if the current brick style is valid; otherwise, false. + + - + - When implemented by a custom function, evaluates it on the client. + Gets or sets the padding values of a brick. - - An array of objects specifying function operands (parameters). + A object which contains the padding values of a brick. - - An Object specifying a custom function's return value, calculated based on the operands. - + - + - When implemented by a custom function, specifies its name. + Resets the property value. - A String used to identify a custom function. - - + - When implemented by a custom function, determines its return value type based on the type of function operands (parameters). + Resets the property value. - - An array of function operator (parameter) types. - - - A Type object specifying the return value type of a custom function. - - - - + + - A method that will handle events raised when upgrading a control's layout, allowing you to cancel the upgrade (e.g. , , etc.). + Resets the property value. + - + - A method that will handle events raised when upgrading a control's layout, allowing you to cancel the upgrade (e.g. , , etc.). + Resets all border settings. - - The event sender. - - - A object that contains event data. - + + + + Resets the property value. + + - - + - Contains the values that define what kind of information is displayed in the current . + Resets the property value. + - + - Indicates that DateTime information is displayed in the current . + Resets the property value. - + - Indicates that the property value is displayed in the current . + Resets the property value. - + - Indicates that the current page number is displayed in the . + Resets the property value. - + - Indicates that both the current page number and the total number of pages in the current report are displayed in the current . + Rescales the brick style to the specified ratio. + + A value specifying the ratio to rescale the brick style. + + + A object which represents the brick style with the scaling applied. + - + - Indicates that the current page number is displayed in the using roman numerals in uppercase. + Sets the brick's alignment. + + A enumeration value. + + + + A enumeration value. + + - + - Indicates that the current page number is displayed in the using roman numerals in lowercase. + Gets or sets a value defining which borders of the current brick are visible. + A enumerator value, defining visible brick borders. + - + - Indicates that the total number of pages is displayed in the PageInfoBrick. + Gets or sets a instance specifying text formatting and layout. + A specifying text formatting and layout. + - + - Indicates that the user name for the current thread is displayed in the . + Gets or sets the alignment of the text in the brick. + + One of the enumeration's values that specifies how the text is aligned in the brick. + - + - Specifies brick alignment relative to its layout rectangle. + Defines methods to print different controls using the XtraPrinting Library. - + - Specifies whether a brick is aligned by the center of the layout rectangle. + If implemented by a class, applies all changes made by the Property editor when implemented by a class. - + - Specifies wheter a brick is aligned away from the original position of the layout rectangle. + If implemented by a class, determines whether the created print document contains intersected bricks. + + true if the class creates intersected bricks; otherwise, false. + - + - Specifies that the text shall be aligned near the layout. In a left-to-right layout, the near position is left. In a right-to-left layout, the near position is right. - + If implemented by a class, determines whether the class provides the Property editor form. + true, if the class provides the Property editor; otherwise, false. + - + - Cancels brick alignment. + If implemented by a class, returns a form which allows a user to set printing properties when implemented by a class. + The Property editor form that allows customizing printing properties of a control. + - - + - Specifies the borders displayed around a brick. + If implemented by a class, cancels changes made by a user in the Property editor when implemented by a class. + - + - Applies all borders to a brick. + If implemented by a class, invokes the help system for the Property editor when implemented by a class. - + - Applies the bottom border to a brick. + If implemented by a class, determines whether the help system is available for the Property editor when implemented by a class . + true if the help system is available for the Property editor; otherwise, false. + - + + - Applies the left border to a brick. + A result set of a stored procedure. + + + + + + + Initializes a new instance of the DBStoredProcedureResultSet class with default settings. - + - No borders are applied to a brick. + Initializes a new instance of the DBStoredProcedureResultSet class with the specified settings. + + A collection of values. + + - + - Applies the right border to a brick. + Provides access to the list of data tables included in a stored procedure's result sets. + + A collection of values. + - + - Applies the top border to a brick. + Returns a value, specifying the number of data table columns included in the stored procedure's result set. + + A value. Example: "5 columns". + - + - The Welcome page of the Report Wizard. + Encapsulates text layout information (such as alignment, orientation and tab stops) and display manipulations (such as ellipsis insertion and national digit substitution). + - + - Initializes a new instance of the WelcomePage class with the specified view. + Initializes a new instance of the BrickStringFormat class with the specified text and line alignment. - - An object implementing the interface. (Typically, it is the object.) + + A enumeration value representing text alignment settings. This value is assigned to the property. + + + + A enumeration value representing line alignment settings. This value is assigned to the property. + - + - Initializes controls of the Welcome page of the Report Wizard. + Initializes a new instance of the BrickStringFormat class with the specified string alignment. + + + A enumeration value representing text alignment settings. This value is assigned to the property. + + + - + - Saves settings specified by a wizard page to the report model. + Initializes a new instance of the BrickStringFormat class with the specified formatting information. + + A enumeration value representing formatting information. This value is assigned to the property. + + - + - Returns the type of the next wizard page. + Initializes a new instance of the BrickStringFormat class with the specified source. - A enumeration value. - + + A object from which to initialize a new object. + + - + - Specifies whether of not the Next button is enabled on the Welcome page of the Report Wizard. + Initializes a new instance of the BrickStringFormat class with default settings. - true, if the Next button is enabled; otherwise, false. - - - + - The Label Information page of the Report Wizard. + Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. It also uses the specified text and line alignment settings. + + + A BrickStringFormat object whose values are used to initialize the item being created. + + + + + A enumeration value representing text alignment settings. This value is assigned to the property. + + + + + A enumeration value representing line alignment settings. This value is assigned to the property. + + + + - + - Initializes a new instance of the SelectLabelTypePage class with the specified settings. + Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. It also uses the specified formatting settings. + - - An object implementing the interface. (Typically, it is the object.) - + + A BrickStringFormat object whose values are used to initialize the item being created. - - An object implementing the interface. (Typically, it is the object.) + + A enumeration value that represents formatting settings. This value is assigned to the property. - + - Initializes controls of the Label Information page of the Report Wizard. + Initializes a new instance of the BrickStringFormat class with the specified text and line alignment, formatting settings, hotkey prefix and trimming mode. + + + A enumeration value representing text alignment settings. This value is assigned to the property. + + + + A enumeration value representing line alignment settings. This value is assigned to the property. + + + + + A enumeration value that represents formatting settings. This value is assigned to the property. - - - - Saves settings specified by a wizard page to the report model. - - + + + A enumeration value representing the hotkey prefix. This value is assigned to the property. + + + + A enumeration value representing the trimming mode. This value is assigned to the property. + + - + - Returns the type of the next wizard page. + Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. + - A enumeration value. - + + A BrickStringFormat object whose values are used to initialize the item being created. + + - + - Specifies whether of not the Next button is enabled on the Label Information page of the Report Wizard. + Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. It also uses the specified trimming settings. + - true, if the Next button is enabled; otherwise, false. - + + A BrickStringFormat object whose values are used to initialize the item being created. - - + + + A enumeration value representing the trimming mode. This value is assigned to the property. + + - - The Choose a Datasource page of the Report Wizard. - - - + - Initializes a new instance of the SelectDataSourcePage class with the specified settings. + Initializes a new instance of the BrickStringFormat class with the specified formatting information, text and line alignment settings. - - An object implementing the interface. (Typically, it is the object.) + + A enumeration value representing formatting information. This value is assigned to the property. - - An object implementing the interface. (Typically, it is the object.) + + A enumeration value representing text alignment settings. This value is assigned to the property. + + + + + A enumeration value representing line alignment settings. This value is assigned to the property. - + - Initializes controls of the Choose a Datasource page of the Report Wizard. + Initializes a new instance of the BrickStringFormat class with the specified settings. + + A enumeration value. This value is assigned to the property. + + + A enumeration value. This value is assigned to the property. - - - - Saves settings specified by a wizard page to the report model. - - - + + + A enumeration value. This value is assigned to the property. + + + A enumeration value. This value is assigned to the property. - - - - Returns the type of the next wizard page. - - - A enumeration value. - + - + - Specifies whether of not the Next button is enabled on the Choose a Datasource page of the Report Wizard. + Gets or sets text alignment information. - true, if the Next button is enabled; otherwise, false. + A StringAlignment enumeration value that specifies text alignment information. - - + - The Choose a Table or View page of the Report Wizard. + Returns a BrickStringFormat object cloned from the current BrickStringFormat object, with the new string alignment applied. + + A enumeration value, representing new string alignment. + + + A cloned BrickStringFormat object. + + - + - Initializes a new instance of the SelectDataMemberPage class with the specified settings. + Returns a BrickStringFormat object cloned from the current BrickStringFormat object, with the new string and line alignment applied. - - An object implementing the interface. (Typically, it is the object.) + + A enumeration value, representing new string alignment. - - An object implementing the interface. (Typically, it is the object.) + + A enumeration value, representing new line alignment. + A cloned BrickStringFormat object. + - + - Initializes controls of the Choose a Table or View page of the Report Wizard. + Returns a object cloned from the current object. + + A StringFormatFlags enumeration value containing formatting information. + + + A cloned object. + - + - Saves settings specified by a wizard page to the report model. + Returns a object cloned from the current object. + + A StringAlignment enumeration value representing line alignment. + + + A cloned object. + - + - Returns the type of the next wizard page. + Creates an exact copy of the object. - A enumeration value. + A object created by this method. - + - Specifies whether of not the Next button is enabled on the Choose a Table or View page of the Report Wizard. + Creates a new instance of the BrickStringFormat class with the specified settings. - true, if the Next button is enabled; otherwise, false. - + + A enumeration value. + + + true to enable word-wrapping; otherwise, false. - - + + A new BrickStringFormat instance with the specified values. + - - The Select Columns page of the Report Wizard. - - - + - Initializes a new instance of the SelectColumnsPage class with the specified settings. + Creates a new instance of the BrickStringFormat class with the specified settings. - - An object implementing the interface. (Typically, it is the object.) + + A enumeration value. - - An object implementing the interface. (Typically, it is the object.) + + true to enable word-wrapping; otherwise, false. - - An object implementing the interface. (Typically, it is the object.) + + A enumeration value. + A new BrickStringFormat instance with the specified values. + - + - Initializes controls of the Select Columns page of the Report Wizard. + Creates a new instance of the BrickStringFormat class with the specified settings. + + A enumeration value. + + + + A enumeration value. + + + + A enumeration value. + + + A new BrickStringFormat instance with the specified values. + - + - Saves settings specified by a wizard page to the report model. - + + + + + + + + + + + + + + - + - Specifies whether of not the Finish button is enabled on the Select Columns page of the Report Wizard. + Disposes of the BrickStringFormat object. + - true, if the Finish button is enabled; otherwise, false. - - + - Returns the type of the next wizard page. + Determines whether or not the specified object is equal to the current BrickStringFormat instance. - A enumeration value. + + The object to compare with the current object. + + + true if the specified object is equal to the current BrickStringFormat instance; otherwise false. - + - Specifies whether of not the Next button is enabled on the Select Columns page of the Report Wizard. + Gets or sets a StringFormatFlags enumeration that contains formatting information. - true, if the Next button is enabled; otherwise, false. + A StringFormatFlags enumeration that contains formatting information. - - + - The base for classes providing the XPF Report Wizard functionality. + Serves as the default hash function. + An integer value, specifying the hash code for the current object. + + - + - Initializes controls of a Report Wizard page. + Gets the object for this BrickStringFormat object. + A enumeration value which represents the hotkey prefix for this BrickStringFormat object. + - + - Saves settings specified by a wizard page to the report model. + Gets or sets line alignment. + A StringAlignment enumeration value that represents line alignment information. + - - + - A page of the Report Wizard. + Gets or sets a prototype string format for the current string format. + A enumeration value which specifies the prototype string format. - - - - Initializes controls of a Report Wizard page. - - + - + - Occurs when settings on the current report wizard page were changed. - + + - + - Saves settings specified by a wizard page to the report model. + Gets text trimming mode. + + A enumeration value that specifies text trimming mode. + + - + - Fires when an error occurs for the current report wizard page. + Gets the StringFormat instance representing current text formatting. + Current text formatting. + - + - Specifies whether of not the Finish button is enabled on a page of the Report Wizard. + Gets a value, specifying whether or not word-wrapping is available for the brick's text. - true, if the Finish button is enabled; otherwise, false. + true if the word-wrapping is enabled; otherwise false. - + + - Returns the type of the next wizard page. + Contains the values that define what kind of information is displayed in the current . - A enumeration value. - - - + - Provides access to the report model, which accumulates settings specified by an end-user during wizard execution. + Indicates that DateTime information is displayed in the current . - A TModel object containing report generation settings. - - + - Specifies whether of not the Next button is enabled on a page of the Report Wizard. + Indicates that the property value is displayed in the current . - true, if the Next button is enabled; otherwise, false. - - + - Provides access to the content of a report wizard page. + Indicates that the current page number is displayed in the . - A value. - - + - Validates the correctness of settings specified on a report wizard page. + Indicates that both the current page number and the total number of pages in the current report are displayed in the current . - - A value specifying the text of an error message shown if the validation fails. - - true, if the validation succeded; otherwise, false. - + + + + Indicates that the current page number is displayed in the using roman numerals in uppercase. + + - - + - Provides data for the event. + Indicates that the current page number is displayed in the using roman numerals in lowercase. + - + - Initialize a new instance of the LinqServerModeExceptionThrownEventArgs class. + Indicates that the total number of pages is displayed in the PageInfoBrick. - - The database exception. This value is assigned to the property. - - - + - Gets the database exception. + Indicates that the user name for the current thread is displayed in the . - The database exception. - - + - Specifies the vertical alignment of an object or text in a control. + Specifies brick alignment relative to its layout rectangle. - + - Places the text to the bottom of an object. + Specifies whether a brick is aligned by the center of the layout rectangle. - + - Centers the text within an object. + Specifies wheter a brick is aligned away from the original position of the layout rectangle. - + - Places the text to its default position. The default position is in the center of an object. + Specifies that the text shall be aligned near the layout. In a left-to-right layout, the near position is left. In a right-to-left layout, the near position is right. + - + - Places the text to the top of an object. + Cancels brick alignment. - + - Specifies the horizontal alignment of an object or text in a control. + Specifies the borders displayed around a brick. - + - Centers an object or text within a region. + Applies all borders to a brick. - + - Places an object or text at the default position, which is determined by a control. + Applies the bottom border to a brick. - + - Places an object/text at a far position. + Applies the left border to a brick. - + - Places an object/text at a near position. + No borders are applied to a brick. - - + - If implemented, provides a view for the Specify the Report's Title page of the Report Wizard. + Applies the right border to a brick. + - + - If implemented, specifies the content of the report title text box. + Applies the top border to a brick. - A value. - - + - Provides data for the and events. + Provides information about a stored procedure's parameter. - + - This constructor is intended for internal use. + Initializes a new instance of the DBStoredProcedureArgument class with default settings. - - - - - + - Specifies whether elements retrieved by the 's queryable source are thread-safe. + Initializes a new instance of the DBStoredProcedureArgument class with the specified settings. - true, if elements retrieved by the queryable source are thread-safe; otherwise, false. - + + A value. + + + A enumeration value. - - - - This property is intended for internal use. - - - - + - + - Gets or sets the name of the key property. + Initializes a new instance of the DBStoredProcedureArgument class with the specified settings. - A value indicating the key property name. - + + A value. This value is assigned to the property. + + + + A enumeration value. This value is assigned to the property. + + + + A enumeration value. This value is assigned to the property. + + - + - Gets or sets the queryable data source. + A value corresponding to an appropriate object. - A DataServiceQuery object that is a query request to WCF Data Services. - + - + - Gets or sets an arbitrary object associated with a queryable source. + Returns a value, specifying the stored procedure's parameter direction (within brackets and in uppercase letters) along with the name and type of the parameter (separated by a white space). - An object associated with a queryable source. - + A value. Example: "[INOUT] OrderDate DateTime". + - + - When implemented, specifies a converter used to serialize/deserialize arbitrary objects in a custom manner. - + Specifies the vertical alignment of an object or text in a control. - + - When implemented, returns whether the converter can serialize/deserialize objects of the specified type. + Places the text to the bottom of an object. - - A that specifies the type to check. - - - true if the converter can serialize/deserialize objects of the specified type; otherwise, false. - - + - When implemented, deserializes an object of the specified type from the specified string. + Centers the text within an object. - - A that specifies the type of object to deserialize. - - - - A that represents the serialized object. - - - A deserialized object. - - + - When implemented, returns the type by its full name. + Places the text to its default position. The default position is in the center of an object. - - A that specifies the full name of the type to return. - - - A that identifies the type whose full name is specified by the typeName parameter. - - + - When implemented, serializes the specified object of the specified type. + Places the text to the top of an object. - - A that specifies the type of the object to serialize. - - - - The object to serialize. - - - A that represents the serialized object. - - + - Serves as a base class for classes that represent a day, regarding the working activity recognized for the specific date. - + Specifies the horizontal alignment of an object or text in a control. - + - Determines how to treat the specified date in terms of the work day and a holiday. + Centers an object or text within a region. - - A value, representing the date to check. - - - A enumeration member. - - + - Determines whether the specified date is treated as a working day for the current working day. + Places an object or text at the default position, which is determined by a control. - - A value representing the date to be identified. - - true if the specified date is a working day; otherwise, false. - + + + + + Places an object/text at a far position. + + - + - Gets the type of the day that the current instance of the WorkDay class descendant represents. + Places an object/text at a near position. - A enumeration member specifying the day type. - diff --git a/lib/DevExpress/DevExpress.Mvvm.v14.1.dll b/lib/DevExpress/DevExpress.Mvvm.v14.1.dll deleted file mode 100644 index b519076e..00000000 Binary files a/lib/DevExpress/DevExpress.Mvvm.v14.1.dll and /dev/null differ diff --git a/lib/DevExpress/DevExpress.Mvvm.v15.1.dll b/lib/DevExpress/DevExpress.Mvvm.v15.1.dll new file mode 100644 index 00000000..398999a4 Binary files /dev/null and b/lib/DevExpress/DevExpress.Mvvm.v15.1.dll differ diff --git a/lib/DevExpress/DevExpress.Mvvm.v14.1.xml b/lib/DevExpress/DevExpress.Mvvm.v15.1.xml similarity index 66% rename from lib/DevExpress/DevExpress.Mvvm.v14.1.xml rename to lib/DevExpress/DevExpress.Mvvm.v15.1.xml index 815bc248..1eade3be 100644 --- a/lib/DevExpress/DevExpress.Mvvm.v14.1.xml +++ b/lib/DevExpress/DevExpress.Mvvm.v15.1.xml @@ -1,7 +1,7 @@ - DevExpress.Mvvm.v14.1 + DevExpress.Mvvm.v15.1 @@ -91,18 +91,11 @@ - - - - - [To be supplied] - - - Provides bindable properties generating functionality. + Provides settings for generating bindable properties by the POCO mechanism. @@ -229,145 +222,87 @@ - + + - Creates an instance of the specified type. + Provides settings for generating POCO View models. - The created instance. - - - + - Gets the object name. + Initializes a new instance of the POCOViewModelAttribute class with default settings. - The object name. - - + - Gets the type of object to be created. + Specifies whether to implement the IDataErrorInfo interface. +The IDataErrorInfo interface provides the functionality to offer custom error information that a user interface can bind to. - The type of object to be created. - + - + - Gets a unique identifier for this attribute. - + - An object that is a unique identifier for the attribute. - + - [To be supplied] + Provides methods to show a dialog window. + - [To be supplied] + Shows a dialog window with specified parameters. + - [To be supplied] + A list of objects that are used to generate dialog buttons. + - [To be supplied] + A dialog window caption. + - [To be supplied] + A value that specifies the name of a document type to be shown in the dialog window. + + - [To be supplied] + An object that is the view model to be passed to the data context of the dialog view. + - [To be supplied] + A parameter for passing data to the passed view model. + - [To be supplied] - - [To be supplied] - - - - + The parent View model for building a parent-child view model relationship. - - Provides methods to work with a window. - - - - - - - [To be supplied] - - - - - - - Closes the current window. - - - - - - - - [To be supplied] - - - - - - - [To be supplied] - - - [To be supplied] - - - - - - [To be supplied] - - - - - - - - [To be supplied] - - - - - - [To be supplied] - - [To be supplied] + An object of the type that is the command corresponding to the button the end-user clicked. + - Provides commands generating functionality. + Provides settings for generating commands by the POCO mechanism. @@ -475,9 +410,11 @@ - [To be supplied] + Returns an object implementing the interface which is used to access services. + - [To be supplied] + An object implementing the interface. + @@ -488,6 +425,14 @@ + + + + + + + + @@ -519,12 +464,15 @@ - [To be supplied] + Configures the short display name of the property. + - [To be supplied] + The property's short display name. + - [To be supplied] + The metadata builder instance. + @@ -540,9 +488,11 @@ - [To be supplied] + Prevents the detail collection from being scaffolded. + - [To be supplied] + The metadata builder instance. + @@ -573,54 +523,191 @@ + + + + + A command that calls your parameterized delegates when Execute and CanExecute logic is invoked on the command. + + + + + + + Initializes a new instance of the DelegateCommand that can always be executed. + + + + + The execution logic. + + + + Specifies whether the command is automatically updated by the command manager. + + + + + + + + + Initializes a new instance of the DelegateCommand that can always be executed. + + + + + The execution logic. + + + + + + + + Initializes a new instance of the DelegateCommand that can always be executed. + + + + + The execution logic. + + + + The execution status logic. + + + + Specifies whether the command is automatically updated by the command manager. + + + + + + + + + Defines the method to be called when the command is invoked. + + + + Data used by the command. If the command does not require data to be passed, this object can be set to a null reference. + + + + - [To be supplied] + Provides methods to create documents and operate with them. + - [To be supplied] + Specifies the active document. + - [To be supplied] + An object implementing the interface. + - [To be supplied] + Invoked each time the active document is changed. + - [To be supplied] + Creates a document. + - [To be supplied] + A value that specifies the type of the view to be created by the IDocumentManagerService. + - [To be supplied] + An object that is assigned to the DataContext property of the created view. + - [To be supplied] + A parameter to be passed to the view model. + - [To be supplied] + An object that is passed to the view model of the created view. + - [To be supplied] + An object implementing the interface that is the created document. + - [To be supplied] + Specifies a set of created documents. + + + A set of created documents. + + + + + + + + Provides methods to work with a window. + + + + + + + Activates the window associated with the ICurrentWindowService. + + + + + + + + Closes the window associated with the ICurrentWindowService. + + + + + + + + Hides the window associated with the ICurrentWindowService. + + + + + + + + Sets the specified state for the window associated with the ICurrentWindowService. + + + + A enumeration value. + + + + + + + + Shows the window associated with the ICurrentWindowService. + - [To be supplied] @@ -678,62 +765,94 @@ - + - [To be supplied] + Gets the default service contaner. + - [To be supplied] + An implementation. + - [To be supplied] + Performs a search for a service implementing the specified service interface with a specified key. + - [To be supplied] + A service identifier. + - [To be supplied] + A enumeration value. + - [To be supplied] + An object implementing the specified service interface. + - [To be supplied] + Performs a search for a service implementing the specified service interface. + - [To be supplied] + A enumeration value. + - [To be supplied] + An object implementing the specified service interface. + - + - Adds the specified service to the current service container. + Registers the specified service. + + The service identifier. + + - A service to be added to the current service container. + The service to register. + + + + true, to allow access to the passed service from the parent service container; otherwise, false. + - + - Adds the specified service to the current service container and associates it with a specific key. + Registers the specified service. - - A key with which a service is associated. + + The service to register. + + + + true, to allow access to the passed service from the parent service container; otherwise, false. + + + + + + + Unregisters the specified service. + + - A service to be added to the service container. + The service to unregister. + @@ -757,33 +876,40 @@ - [To be supplied] + Initializes a Messenger instance. + - [To be supplied] + Initializes a Messenger instance. + - [To be supplied] + true, if the messenger can be used from multiple threads; otherwise, false. + - [To be supplied] + An object implementing the IActionInvokerFactory interface. + - [To be supplied] + Initializes a Messenger instance. + - [To be supplied] + true, if the messenger can be used from multiple threads; otherwise, false. + - [To be supplied] + An ActionReferenceType enumeration value. + @@ -798,27 +924,35 @@ - [To be supplied] + Specifies the default messenger. + - [To be supplied] + An object implementing the interface. + - [To be supplied] + Registers a handler of a specific message type. + - [To be supplied] + An object that will receive messages. + - [To be supplied] + An object (marker) that can be used to identify a specific message. null if you want to process messages without tokens. + + - [To be supplied] - + true to receive messages of the TMessage type and all derived types; false to receive messages of the TMessage type only. + + - [To be supplied] + An action that will be invoked when the specified message occurs. + @@ -833,42 +967,52 @@ - [To be supplied] + Sends the specified message. + - [To be supplied] + The message to send. + - [To be supplied] + The message target type. + - [To be supplied] + An object that separates messages. + - [To be supplied] + Unregisters the specified object from all registered message handlers. + - [To be supplied] + An object to unregister. + - [To be supplied] + Unsubscribes the specified object's action from being invoked when a specific message occurs. + - [To be supplied] + An object containing an action to be unsubscribed from receiving the messages of TMessage type. + - [To be supplied] + An object (marker) that was used to identify a specific message when subscribing to it via the Register method. null to unsubscribe from the message regardless of the token assigned to it. + - [To be supplied] + An action to be unsubscribed from receiving messages. + @@ -876,74 +1020,137 @@ - Provides support for the INotifyPropertyChanged interface. + Provides support for the INotifyPropertyChanged interface and capabilities for easy implementation of bindable properties with the GetProperty and SetProperty methods. - [To be supplied] + Returns the name of a property identified by a lambda expression. + - [To be supplied] + A lambda expression selecting the property. + - [To be supplied] + The name of the property accessed by expression. + - [To be supplied] + Occurs when a property value changes. + - + - Provides a member that allows a Main ViewModel to be passed to a Detail ViewModel. In addition, this allows the Main ViewModel's services to be used within the Detail ViewModel. - + Provides extension methods for the to integrate and control ViewModels (with their Views). - + - [To be supplied] + Injects a ViewModel (and its View) with the specified parameters. + - [To be supplied] + + The type the static extension method operates with. + + + A System.String value specifying the region name. + + + + An object specifying the identifier (key) of the View and its ViewModel. + + + + A object encapsulating the method that returns the ViewModel. + + - - + + - [To be supplied] + Static extension method that injects a ViewModel (and its View) with the specified parameters. + + + The type the static extension method operates with. + + + + A System.String value specifying the region name. + + + + An object specifying the identifier (key) of the View and its ViewModel. + + + + A object encapsulating the method that returns the ViewModel. + + + + A System.String value specifying the view that will be created using the . + + + - + - Initializes a new instance of the ToolBarItemAttribute class with default settings. + Static extension method that injects a ViewModel (and its View) with the specified parameters. + + The type the static extension method operates with. + + + + A System.String value specifying the region name. + + + + An object specifying the identifier (key) of the View and its ViewModel. + + + + A object encapsulating the method that returns the ViewModel. + + + + A System.String value specifying the view that will be created using the . + + - + + - [To be supplied] - - [To be supplied] + Provides a member that allows a Main ViewModel to be passed to a Detail ViewModel. In addition, this allows the Main ViewModel's services to be used within the Detail ViewModel. + + - + - [To be supplied] + Specifies the parent View model for building a parent-child view model relationship. + - [To be supplied] + A parent view model. + @@ -957,9 +1164,11 @@ - [To be supplied] + Specifies a parameter for passing data between view models. + - [To be supplied] + A parameter to be passed. + @@ -981,41 +1190,53 @@ - [To be supplied] + Gets whether the splash screen is currently shown. + - [To be supplied] + true, if the splash screen is currently shown; otherwise, false. + - [To be supplied] + Specifies the current progress of the splash screen. + - [To be supplied] + The current progress value. + + - [To be supplied] + The maximum progress value. + + - [To be supplied] + Specifies a data object to be passed to the splash screen service. + - [To be supplied] + A data object to be passed to the splash screen service. + - [To be supplied] + Shows the splash screen. + - [To be supplied] + A value that specifies the name of a document type to be shown in the splash screen. + + @@ -1067,242 +1288,674 @@ - + - Provides members that occur when navigating to an object and when navigating away from it. + Provides methods and properties to inject VewModels (and their Views) and operate with them. - + - [To be supplied] + Returns the key of an injected ViewModel (and its View). + + + An object representing the ViewModel. + + + An object that specifies the key of the injected ViewModel (and its View). + + - + - [To be supplied] + Injects a ViewModel (and its View) with the specified parameters. + + + An object representing the identifier (key) of the View and its ViewModel. + + + + An object representing the ViewModel. + + + + A System.String value specifying the view that will be created using the . + + + + A System.Type value specifying the view that will be created using the . + + - + + + Gets or sets the region name. + + + A System.String that specifies the region name. + + + + - Provides numeric mask attributes. + Removes the specified ViewModel (and its View) from the collection of the injected items. + + An object representing the ViewModel. + + + true if the item is successfully removed; otherwise, false. + + - + - Initializes a new instance of the NumericMaskAttribute class with default settings. + Gets or sets the selected ViewModel. + An object representing the currently selected ViewModel. + - + - Specifies the name of the culture whose settings are used by the mask. + Gets the collection of injected View Models (and their Views). - A culture's name. + A collection of injected View Models (and their Views). - + - Provides members to navigate between Views. + Provides members that occur when navigating to an object and when navigating away from it. - + - [To be supplied] + This method is called when a navigation from the current view model is performed. + - [To be supplied] - + - [To be supplied] + This method is called when navigation to the current view model is performed. + + - [To be supplied] - + + - [To be supplied] + Provides numeric mask attributes. + - [To be supplied] - - + - [To be supplied] + Initializes a new instance of the NumericMaskAttribute class with default settings. + - + - [To be supplied] + Specifies the name of the culture whose settings are used by the mask. + + A culture's name. + - + + - [To be supplied] + Provides a way to obtain the document owner (service) at the document level. + - - [To be supplied] - - - [To be supplied] - - - [To be supplied] - - - + - [To be supplied] + Closes the specified document. + - - [To be supplied] - - - [To be supplied] - - - [To be supplied] + + An implementation to be closed. + - - [To be supplied] + + true, to disable the confirmation logic; otherwise, false. + - + - Provides base mask configuration functionality. + Provides a way to obtain the document's properties at the document's ViewModel level. - + - Initializes a new instance of the MaskBuilderBase<T, TProperty, TMaskAttribute, TBuilder> class. + Gets or sets the service which owns the current document. - - A parent object. + An implementation that represents the service to which the current document belongs. + + + + + + + Invoked before a document is closed (hidden), and allows you to prevent this action. + + + + Provides data for the event handler that can be used to prevent specific operations on a document. + - + - Moves the method call chain from the mask builder to the metadata builder. + Invoked after a document has been closed (hidden). - The property metadata builder instance. - - + + + Gets a value specifying the document title. + + + The text displayed in the document title. + + + + + - Provides methods to send messages and register message handlers. + Provides extension methods for implementation to create and control a service's documents. + - + - Registers a handler of a specific message type. + Static extension method that creates and returns a IDocument descendant with the specified parameters. - - An object that will receive messages. + + - - An object (marker) that can be used to identify a specific message. null if you want to process messages without tokens. - -When sending a message, a token can be assigned to the message via the Send method's parameter. Only message recipients that registered the same token via the Register method are invoked when this message occurs. - + + - - true to receive messages of the TMessage type and all derived types; false to receive messages of the TMessage type only. + + - - An action that will be invoked when the specified message occurs. + + + + + + + + - + - Sends the specified message. + Static extension method that creates and returns a IDocument descendant with the specified View Model. + - - The message of the TMessage type to be sent. + + The type the static extension method operates with. - - - Only recipients of the messageTargetType or inherited type will receive the current message. Set this parameter to null to send a message without an addressee type. - - An object (marker) that can be used to identify a specific message. null if you want to send regular messages (without tokens). - -When sending a message, a token can be assigned to the message via the current token parameter. Only message recipients that registered the same token via the Register method are invoked when this message occurs. - + + An object specifying the document's View Models. + An object implementing the interface. + - + - Unsubscribes the specified object from receiving any messages. + Static extension method that creates and returns a IDocument descendant with the specified parameters. - - An object to be unsubscribed from receiving any messages. + + The type the static extension method operates with. + + + + A System.String value that specifies the type of the view to be created by the . + + + + An object specifying the document's View Models. + An object implementing the interface. + - + - Unsubscribes the specified object's action from being invoked when a specific message occurs. + Static extension method that creates and returns a IDocument descendant with the specified parameters. - - An object containing an action to be unsubscribed from receiving the messages of TMessage type. + + The type the static extension method operates with. + + + + A System.String value that specifies the type of the view to be created by the . + + + + A parameter passed to the view model via the property. + + + + An object that is passed to the view model of the created view via the property. + + + An object implementing the interface. + + + + + + + Static extension method that creates and displays a new document if a document with the specified parameters does not exist. Otherwise, the document with the specified parameters will be shown. + + + + + The type the static extension method operates with. + + + + An object implementing the interface that represents the document storage. + + + + A System.String value that specifies the type of the view to be created by the . + + + + A parameter passed to the view model via the property. + + + + An object that is passed to the view model of the created view via the property. + + + + A System.String value specifying the document title. + + + + + + + + Static extension method that finds and returns a document with the specified parameters. + + + + + The type the static extension method operates with. + + + + A parameter passed to the view model via the property. + + + + + An object that is passed to the view model of the view via the property. + + + An object implementing the interface. + + + + + + + Static extension method that finds and returns a document with the specified parameters. + + + + + The type the static extension method operates with. + + + + An object specifying the document's View Models. + + + An object implementing the interface. + + + + + + + Static extension method that retrieves the document by the specified identifier. + + + + + The type the static extension method operates with. + + + + An System.Object object that represents the document's . + + + An object implementing the interface. + + + + + + + Static extension method that retrieves the document by the specified identifier. If a document with such an identifier does not exist, it will be created. + + + + + The type the static extension method operates with. + + + + An System.Object object that represents the document's . + + + + A System.Func object specifying the Callback function of the document creation. + + + An object implementing the interface. + + + + + + + Static extension method that returns a collection of documents whose Parent View Model () is equal to the specified View Model. + + + + A System.Type value specifying the type of the service. + + + + An object that is passed to the view model of the created view via the property. + + + A collection of objects implementing the interface. + + + + + + + + Provides members to navigate between Views. + + + + + + + Specifies whether it is possible to perform a navigation to the previous view. + + + true, if a navigation to the previous view is allowed; otherwise, false. + + + + + + + Specifies whether it is possible to perform a navigation to the next view. + + + true, if a navigation to the next view is allowed; otherwise, false. + + + + + + + Clears the navigation history. + + + + + + + + Returns the current view. + + + A current view. + + + + + + + Performs a navigation to the previous view, if allowed. + + + + + + + + Performs a navigation to the next view, if allowed. + + + + + + + + Performs a navigation to the target view. + + + + A value that specifies the name of the target view type. + + + + A parameter for passing data to the target view model. + + + + The parent View model for building a parent-child view model relationship. + + + + + + + + Performs a navigation to the target view. + + + + A value that specifies the name of the target view type. + + + + A parameter for passing data to the target view model. + + + + The parent View model for building a parent-child view model relationship. + + + + true, to log the navigation; otherwise, false. + + + + + + + + + Provides base mask configuration functionality. + + + + + + + Initializes a new instance of the MaskBuilderBase<T, TProperty, TMaskAttribute, TBuilder> class. + + + + A parent object. + + + + + + + + Moves the method call chain from the mask builder to the metadata builder. + + + The property metadata builder instance. + + + + + + + + Provides methods to send messages and register message handlers. + + + + + + + Registers a handler of a specific message type. + + + + An object that will receive messages. + + + + An object (marker) that can be used to identify a specific message. null if you want to process messages without tokens. + + + + true to receive messages of the TMessage type and all derived types; false to receive messages of the TMessage type only. + + + + An action that will be invoked when the specified message occurs. + + + + + + + + Sends the specified message. + + + + The message of the TMessage type to be sent. + + + + Only recipients of the messageTargetType or inherited type will receive the current message. Set this parameter to null to send a message without an addressee type. + + + + An object (marker) that can be used to identify a specific message. null if you want to send regular messages (without tokens). + +When sending a message, a token can be assigned to the message via the current token parameter. Only message recipients that registered the same token via the Register method are invoked when this message occurs. + + + + + + + + + Unsubscribes the specified object from receiving any messages. + + + + An object to be unsubscribed from receiving any messages. + + + + + + + + Unsubscribes the specified object's action from being invoked when a specific message occurs. + + + + An object containing an action to be unsubscribed from receiving the messages of TMessage type. @@ -1326,32 +1979,32 @@ When sending a message, a token can be assigned to the message via the current < - + - Displays a message box and returns its result. + Shows a message box with specified parameters. - The text to be displayed within the message box. + A text shown within the message box. - The dialog's title. + A caption of the message box. - A MessageBoxButton value that specifies which button or buttons to display. + An object of the type that is the set of buttons shown within the message box. - A MessageBoxImage value that specifies the icon to display. + An object of the type that is the icon shown within the message box. - A MessageBoxResult value that specifies the default result of the message box. + An object of the type that specifies which message box button is default. A default button is highlighted when a message box is shown. - A MessageBoxResult value that specifies which button has been clicked to close the message box. + An object of the type that is the button the end-user clicked. @@ -1383,6 +2036,37 @@ When sending a message, a token can be assigned to the message via the current < + + + + + Provides data for the ViewModelClosingEvent event. + + + + + + + Initializes a new instance of the class. + + + + An object specifying the View Model that is about to be closed. + + + + + + + + + Gets or sets the View Model. + + + An object specifying the View Model. + + + @@ -1402,142 +2086,271 @@ When sending a message, a token can be assigned to the message via the current < - [To be supplied] + Returns a command metadata builder for a command property. + - [To be supplied] + A lambda expression which specifies a command property. + - [To be supplied] + The command metadata builder. + - [To be supplied] + Returns a command method metadata builder for a method from which the command property is to be generated. + - [To be supplied] + A lambda expression which specifies a command method. + + + The command method metadata builder. + + + + + + + Initializes a data form layout builder. + + + The data form layout builder instance. + + + + + + + Initializes a group builder. + + + + A group name. + + + The group builder instance. + + + + + + + Initializes a property metadata builder. + + + + A lambda expression that returns a ViewModel property. + + + The property metadata builder instance. + + + + + + + Initializes a table group container builder. + + + The table group container builder instance. + + + + + + + Initializes a toolbar layout builder instance. + + + The toolbar layout builder instance. + + + + + + + + Provides extension methods for the to integrate and control ViewModels (with their Views). + + + + + + + + Static extension method that finds and returns a ViewModel with the specified key. + + + + The type the static extension method operates with. + + + + An object representing the identifier (key) of the View and its ViewModel. + + + An object representing the ViewModel. + + + + + + + Static extension method that injects a ViewModel (and its View) with the specified parameters. + + + + + The type the static extension method operates with. + + + + An object representing the identifier (key) of the View and its ViewModel. + + + + An object representing the ViewModel. + - [To be supplied] - + - Initializes a data form layout builder. + Static extension method that injects a ViewModel (and its View) with the specified parameters. - The data form layout builder instance. - + + The type the static extension method operates with. + + + An object representing the identifier (key) of the View and its ViewModel. - - - - Initializes a group builder. - - - - A group name. + + + An object representing the ViewModel. + + + + A System.String value specifying the view that will be created using the . - The group builder instance. - - + - Initializes a property metadata builder. + Static extension method that injects a ViewModel (and its View) with the specified parameters. - - A lambda expression that returns a ViewModel property. + + The type the static extension method operates with. - The property metadata builder instance. - + + An object representing the identifier (key) of the View and its ViewModel. + + + An object representing the ViewModel. - - - - Initializes a table group container builder. - - - The table group container builder instance. - + + + A System.Type value specifying the view that will be created using the . + + - + + - [To be supplied] + Provides the base functionality for building layouts. + - [To be supplied] - - [To be supplied] + Provides methods to work with a document created with the IDocumentManagerService. + - [To be supplied] + Closes the document. + - [To be supplied] + true, to disable the confirmation logic; otherwise, false. + - [To be supplied] + Specifies the document content. + + - [To be supplied] + The document content. + + - [To be supplied] + Specifies whether to release the memory reserved for the document after it is closed. + + - [To be supplied] + true, to release the memory reserved for the document after it is closed; otherwise, false. + + - [To be supplied] + Hides the document. + - [To be supplied] + Specifies the document ID. + - [To be supplied] + The document ID. + - [To be supplied] + Shows the document. + - [To be supplied] + Specifies the document title. + - [To be supplied] + The document title. + @@ -1646,14 +2459,16 @@ When sending a message, a token can be assigned to the message via the current < - [To be supplied] + Provides the command generating functionality. + - [To be supplied] + Provides the ability to associate an image file with a data item. + @@ -1708,249 +2523,465 @@ When sending a message, a token can be assigned to the message via the current < - + + + + Provides base command generating functionality. + + + + - [To be supplied] + Moves the method call chain from the command metadata builder to the metadata builder. + + The metadata builder instance. + + - + - [To be supplied] + Configures the image name. + - - [To be supplied] + + An image name. + - [To be supplied] + The metadata builder instance. + - + + + Configures the image Uri. + + + + An image Uri. + + + The metadata builder instance. + + + + - Provides base command generating functionality. + Configures the large image Uri. + + An image Uri. + + + The metadata builder instance. + + - + - Moves the method call chain from the command metadata builder to the metadata builder. + Configures the small image Uri. + + An image Uri. + + The metadata builder instance. - + - [To be supplied] + Specifies the ViewModel property. + - - [To be supplied] + + A lambda expression that returns a ViewModel property. + + + The metadata builder instance. + + + + + + + + Provides methods for building layouts. + + + + + + + + Configures the specified ViewModel property to be displayed within the group. + + + + A lambda expression that returns a ViewModel property. + + + The data form layout builder instance. + + + + + + + Moves the method call chain from the group builder to the data form layout builder. + + + The data form layout builder instance. + + + + + + + Initializes a group builder. + + + + + A group name. + + + + A nullable value that specifies whether child items are arranged horizontally or vertically within the group. + + + The data form layout builder instance. + + + + + + + Initializes a group box builder. + + + + A group box name. + + + + A nullable value that specifies whether child items are arranged horizontally or vertically within the group. + + + The data form layout builder instance. + + + + + + + Initializes a tabbed box builder. + + + + A group name. + + + The data form layout builder instance. + + + + + + + + Provides the method to perform actions in a ViewModel using the Dispatcher. + + + + + + + Executes the specified delegate asynchronously. + + + + The delegate to execute, which takes no arguments and does not return a value. + + + + + + + + + Allows you to perform injecting and manipulation under ViewModels (and their Views) in any section of the application's code. + + + + + + + Initializes a new instance of the class. + + + + An DevExpress.Mvvm.ViewInjectionMode enumeration value that specifies the view injection mode. + + + + + + + + Gets the default view injection manager. + + + An implementation. + + + + + + + Gets the service attached to the specified control (region). + + + + A System.String value specifying the region. + + + An implementation. + + + + + + + Injects a ViewModel (and its View) with the specified parameters. + + + + A System.String value specifying the region name. + - [To be supplied] + + An object specifying the identifier (key) of the View and its ViewModel. + + + A object encapsulating the method that returns the ViewModel. - - - - [To be supplied] - - - [To be supplied] - [To be supplied] + + A System.String value specifying the view that will be created using the . + + + A System.Type value specifying the view that will be created using the . - - - - [To be supplied] - - - [To be supplied] - [To be supplied] - + - [To be supplied] + Navigates to the specified ViewModel (and its View) inside the corresponding region. + - - [To be supplied] - - [To be supplied] + + A System.String value specifying the region name. + + + An object specifying the key of the ViewModel (and its View). - - + - - [To be supplied] - - + - [To be supplied] + Gets the persistent view injection manager. + - [To be supplied] + An implementation. + - + - [To be supplied] + Raises the NavigateAway event. For internal use. + - - [To be supplied] + + + - [To be supplied] - - + - [To be supplied] + Raises the Navigated event. For internal use. + + + - - - - [To be supplied] - - - [To be supplied] - [To be supplied] - + - [To be supplied] + Raises the ViewModelClosing event. For internal use. + - - [To be supplied] + + + - [To be supplied] - - + - Provides methods for building layouts. - + Registers the NavigateAway event handler for the specified ViewModel. + + An object representing the ViewModel. + + + + A System.Action object encapsulating the event handler. + + + - + - Configures the specified ViewModel property to be displayed within the group. + Registers the Navigated event handler for the specified ViewModel. - - A lambda expression that returns a ViewModel property. + + An object representing the ViewModel. + + + + A System.Action object encapsulating the event handler. - The data form layout builder instance. - - + - Moves the method call chain from the group builder to the data form layout builder. + Register the service. For internal use. - The data form layout builder instance. - + + + + - + - Initializes a group builder. - + Registers the ViewModelClosing event handler for the specified ViewModel. - - A group name. + + An object representing the ViewModel. - - A nullable value that specifies whether child items are arranged horizontally or vertically within the group. + + A System.Action object encapsulating the event handler. - The data form layout builder instance. - - + - Initializes a group box builder. + Removes the ViewModel (and its View) from the specified region. - - A group box name. + + A System.String value specifying the region name. - - A nullable value that specifies whether child items are arranged horizontally or vertically within the group. + + An object specifying the identifier (key) of the View and its ViewModel. - The data form layout builder instance. - - + - Initializes a tabbed box builder. + Unregisters the NavigateAway event handler for the specified ViewModel. - - A group name. + + An object representing the ViewModel. - The data form layout builder instance. - + + A System.Action object encapsulating the event handler. + - - + + - [To be supplied] + Unregisters the Navigated event handler for the specified ViewModel. + + + An object representing the ViewModel. + + + + A System.Action object encapsulating the event handler. + + + - + - Initializes a new instance of the CommandParameterAttribute class with specified settings. + Unregister the service. For internal use. - - A object that is the command parameter. + + - + - [To be supplied] + Unregisters the ViewModelClosing event handler for the specified ViewModel. + - [To be supplied] + + An object representing the ViewModel. + + + + A System.Action object encapsulating the event handler. + + @@ -1986,53 +3017,6 @@ When sending a message, a token can be assigned to the message via the current < - - - - - A command that calls your parameterized delegates when Execute and CanExecute logic is invoked on the command. - - - - - - - [To be supplied] - - - [To be supplied] - - - [To be supplied] - - - - - - - [To be supplied] - - - [To be supplied] - - - [To be supplied] - - - [To be supplied] - - - - - - - [To be supplied] - - - [To be supplied] - - - @@ -2053,100 +3037,104 @@ When sending a message, a token can be assigned to the message via the current < - [To be supplied] + Performs a search for a service implementing the specified service interface with a specified key. + - [To be supplied] + A service identifier. + - [To be supplied] + A enumeration value. + - [To be supplied] + An object implementing the specified service interface. + - [To be supplied] + Performs a search for a service implementing the specified service interface. + - [To be supplied] + A enumeration value. + - [To be supplied] + An object implementing the specified service interface. + - + - Adds the specified service to the current service container. + For internal use. - - A service to be added to the current service container. + + + + + + + + + + + - + - Adds the specified service to the current service container and associates it with a specific key. + Registers the specified service. - - A key with which a service is associated. - - - A service to be added to the service container. + The service to register. + + true, to allow access to the passed service from the parent service container; otherwise, false. - - + - - [To be supplied] - - + - [To be supplied] + Registers the specified service. + - [To be supplied] + + The service identifier. + + + The service to register. - - + + + true to allow access to the passed service from the parent service container; otherwise, false. - - Contains predefined mask expressions. - - - - + - - [To be supplied] - - + - Initializes a new instance of the ContextMenuItemAttribute class with default settings. + Unregisters the specified service. + + The service to unregister. - - - - - [To be supplied] - - [To be supplied] + @@ -2160,71 +3148,54 @@ When sending a message, a token can be assigned to the message via the current < - [To be supplied] + Initializes a new instance of the DelegateCommand that can always be executed. + + - [To be supplied] + The execution logic. + - [To be supplied] - + Specifies whether the command is automatically updated by the command manager. - - - - [To be supplied] - - - [To be supplied] - - - [To be supplied] - - - [To be supplied] - - + - [To be supplied] - + Initializes a new instance of the DelegateCommand that can always be executed. - - - - [To be supplied] + - [To be supplied] - + + The execution logic. - - + - - Provides attributes for generating POCO View models. - - - + - Initializes a new instance of the POCOViewModelAttribute class with default settings. + Initializes a new instance of the DelegateCommand that can always be executed. + + + The execution logic. + + + The execution status logic. + + + + Specifies whether the command is automatically updated by the command manager. - - - - Specifies whether to implement the IDataErrorInfo interface. -The IDataErrorInfo interface provides the functionality to offer custom error information that a user interface can bind to. - - - [To be supplied] + + @@ -2256,9 +3227,11 @@ When sending a message, a token can be assigned to the message via the current < - [To be supplied] + Prevents the service property generation. + - [To be supplied] + The property metadata builder instance. + @@ -2304,15 +3277,19 @@ When sending a message, a token can be assigned to the message via the current < - [To be supplied] + Creates a property initializer. + - [To be supplied] + A function that returns a delegate of the specified type. + - [To be supplied] + A property name. + - [To be supplied] + The property metadata builder instance. + @@ -2328,7 +3305,7 @@ When sending a message, a token can be assigned to the message via the current < - Configures a custom valdiation rule for the property. + Configures a custom validation rule for the class instance. @@ -2343,6 +3320,20 @@ When sending a message, a token can be assigned to the message via the current < + + + + + + + + + + + + + + @@ -2364,7 +3355,7 @@ When sending a message, a token can be assigned to the message via the current < - Configures a custom valdiation rule for the property. + Configures a custom validation rule for the property. @@ -2512,83 +3503,103 @@ When sending a message, a token can be assigned to the message via the current < - [To be supplied] + Generates a service property. + - [To be supplied] + A enumeration value. + - [To be supplied] + The property metadata builder instance. + - [To be supplied] + Generates a service property. + - [To be supplied] + The value that is the service name. + - [To be supplied] + A enumeration value. + - [To be supplied] + The property metadata builder instance. + - [To be supplied] + Initializes a type converter builder. + - [To be supplied] + The type converter builder instance. + - [To be supplied] + Initializes a type converter builder. + - [To be supplied] + The type converter builder instance. + - [To be supplied] + + - [To be supplied] + + - [To be supplied] + + - [To be supplied] + + - [To be supplied] + + - [To be supplied] + Used to implement metadata locators. + - [To be supplied] + Returns a list of types of metadata classes for the specified type. + - [To be supplied] + A type for which to get a list of types of metadata classes. + - [To be supplied] + A list of types of metadata classes for the specified type. + @@ -2651,7 +3662,7 @@ When sending a message, a token can be assigned to the message via the current < - Provides service generating functionality. + Provides settings for generating service properties by the POCO mechanism. @@ -3175,6 +4186,28 @@ When sending a message, a token can be assigned to the message via the current < + + + + Creates a new item initializer. + + + + A property metadata builder instance. + + + + A function that creates a delegate of the specified type. + + + + An item name. + + + The property metadata builder instance. + + + @@ -3508,7 +4541,8 @@ When sending a message, a token can be assigned to the message via the current < - [To be supplied] + true, to format display values using the mask when the editor is not focused; otherwise, false. + The mask builder instance. @@ -3529,7 +4563,8 @@ When sending a message, a token can be assigned to the message via the current < - [To be supplied] + true, to format display values using the mask when the editor is not focused; otherwise, false. + The mask builder instance. @@ -3538,12 +4573,15 @@ When sending a message, a token can be assigned to the message via the current < - [To be supplied] + Scaffolds a detail collection. + - [To be supplied] + A property metadata builder instance. + - [To be supplied] + The property metadata builder instance. + @@ -3586,91 +4624,83 @@ When sending a message, a token can be assigned to the message via the current < - - - - - [To be supplied] - - - - - - [To be supplied] - - [To be supplied] - - - - - - [To be supplied] - - [To be supplied] - - - [To be supplied] + Allows to register metadata classes. + - [To be supplied] + Registers a metadata class. + - [To be supplied] + The data class. + - [To be supplied] + The metadata class. + - [To be supplied] + The metadata locator instance. + - [To be supplied] + Registers a metadata class. + - [To be supplied] + The metadata class. + - [To be supplied] + The metadata locator instance. + - [To be supplied] + Registers a metadata class. + - [To be supplied] + The metadata locator instance. + - [To be supplied] + Registers a metadata class. + - [To be supplied] + The metadata locator instance. + - [To be supplied] + Creates a metadata locator instance. + - [To be supplied] + The metadata locator instance. + - [To be supplied] + The metadata to be registered. + - [To be supplied] + @@ -3717,24 +4747,6 @@ When sending a message, a token can be assigned to the message via the current < - - - - - [To be supplied] - - - - - - [To be supplied] - - - [To be supplied] - - [To be supplied] - - @@ -3835,6 +4847,14 @@ When sending a message, a token can be assigned to the message via the current < + + + + + Contains predefined mask expressions. + + + @@ -4094,6 +5114,245 @@ When sending a message, a token can be assigned to the message via the current < + + + + + Provides methods to inject and manipulate under ViewModels (and their Views) + + + + + + + + Gets the service attached to the specified control (region). + + + + A System.String value specifying the region. + + + An implementation. + + + + + + + Injects a ViewModel (and its View) with the specified parameters. + + + + A System.String value specifying the region name. + + + + An object specifying the identifier (key) of the View and its ViewModel. + + + + A object encapsulating the method that returns the ViewModel. + + + + A System.String value specifying the view that will be created using the . + + + + A System.Type value specifying the view that will be created using the . + + + + + + + + Navigates to the specified ViewModel (and its View) inside the corresponding region. + + + + A System.String value specifying the region name. + + + + An object specifying the key of the ViewModel (and its View). + + + + + + + + Raises the NavigateAway event. For internal use. + + + + + + + + + + + + Raises the Navigated event. For internal use. + + + + + + + + + + + + Raises the ViewModelClosing event. For internal use. + + + + + + + + + + + + Registers the NavigateAway event handler for the specified ViewModel. + + + + An object representing the ViewModel. + + + + A System.Action object encapsulating the event handler. + + + + + + + + Registers the Navigated event handler for the specified ViewModel. + + + + An object representing the ViewModel. + + + + A System.Action object encapsulating the event handler. + + + + + + + + Register the service. For internal use. + + + + + + + + + + + + Registers the ViewModelClosing event handler for the specified ViewModel. + + + + An object representing the ViewModel. + + + + A System.Action object encapsulating the event handler. + + + + + + + + Removes the ViewModel (and its View) from the specified region. + + + + A System.String value specifying the region name. + + + + An object specifying the identifier (key) of the View and its ViewModel. + + + + + + + + Unregisters the NavigateAway event handler for the specified ViewModel. + + + + An object representing the ViewModel. + + + + A System.Action object encapsulating the event handler. + + + + + + + + Unregisters the Navigated event handler for the specified ViewModel. + + + + An object representing the ViewModel. + + + + A System.Action object encapsulating the event handler. + + + + + + + + Unregister the service. For internal use. + + + + + + + + + + + + Unregisters the ViewModelClosing event handler for the specified ViewModel. + + + + An object representing the ViewModel. + + + + A System.Action object encapsulating the event handler. + + + + diff --git a/lib/DevExpress/DevExpress.Printing.v14.1.Core.dll b/lib/DevExpress/DevExpress.Printing.v14.1.Core.dll deleted file mode 100644 index 3998693f..00000000 Binary files a/lib/DevExpress/DevExpress.Printing.v14.1.Core.dll and /dev/null differ diff --git a/lib/DevExpress/DevExpress.Printing.v15.1.Core.dll b/lib/DevExpress/DevExpress.Printing.v15.1.Core.dll new file mode 100644 index 00000000..3dff2dd3 Binary files /dev/null and b/lib/DevExpress/DevExpress.Printing.v15.1.Core.dll differ diff --git a/lib/DevExpress/DevExpress.Printing.v14.1.Core.xml b/lib/DevExpress/DevExpress.Printing.v15.1.Core.xml similarity index 77% rename from lib/DevExpress/DevExpress.Printing.v14.1.Core.xml rename to lib/DevExpress/DevExpress.Printing.v15.1.Core.xml index 524d57f4..04769f37 100644 --- a/lib/DevExpress/DevExpress.Printing.v14.1.Core.xml +++ b/lib/DevExpress/DevExpress.Printing.v15.1.Core.xml @@ -1,5156 +1,11901 @@ - DevExpress.Printing.v14.1.Core + DevExpress.Printing.v15.1.Core - + - If implemented by a class, provides functionality for the DevExpress Report Server authentication service. + If implemented by a class, provides a service contract for the . - + - Logins to a Report Server. + Starts obtaining the document build status. - - A value, specifying the user name. + + A object, identifying the document. - - A value, specifying the password. + + References a method to be called when a corresponding asynchronous operation is completed. - true if the attempt to login is successful; otherwise false. + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. - - + - Shares the Report Server authentication cookie between an and the to link them. + Starts obtaining the document data. + + A object, identifying the document. - - - - Initializes a new instance of the FormsAuthenticationEndpointBehavior class with default settings. - - + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + - + - Passes data to bindings (for custom behavior support). + Starts obtaining the parameter lookup values. - - A object, specifying the endpoint to modify. + + An value. - - A object, specifying the objects required by binding elements to support the behavior. + + An array of objects. + + + + An array of values, specifying the parameter paths (for example, "subreport1.subreportParameter1"). + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + An object containing information about the status of an asynchronous operation. + - + - Implements a modification or extension of the authentication service client across a contract. + Starts obtaining the document pages. - - A object, specifying the endpoint. + + A object. - - A object, specifying the client runtime. + + An array of integer values. + + + + A enumeration value. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + An object containing information about the status of an asynchronous operation. + - + - Implements a modification or extension of the authentication service across an endpoint. + Starts obtaining the printed document. - - A object, specifying the endpoint that exposes the contract. + + A object, identifying the printed document. - - An object, specifying the endpoint dispatcher to be modified or extended. + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + An object containing information about the status of an asynchronous operation. + - + - [To be supplied] + Starts obtaining the status of the printed document. + - - A object, specifying the endpoint. + + A object. + + References a method to be called when a corresponding asynchronous operation is completed. + + + A value, containing information about the asynchronous operation. - - + + An object containing information about the status of an asynchronous operation. + - - Contains information about the status of the exported document. - - - + - Identifies the exported document. + Starts obtaining the report parameters. - An object. - + + An object, identifying the report. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + - + - Details the specifics of an export service fault. + Starts the initial phase of asynchronously building the report. - A object. - + + An object, identifying the report. + + + + A object, storing the arguments required to create the report. + + + References a method to be called when a corresponding asynchronous operation is completed. - - - - Specifies the current progress of the document export. + + + A value, containing information about the asynchronous operation. - - - An integer value, specifying the progress position. - + + An object containing information about the status of an asynchronous operation. + - + - Details the current status of an exported document. + Starts the initial phase of asynchronously printing of the specified document. + - A enumeration value. - + + A object. + + + A enumeration value. - - + + + References a method to be called when a corresponding asynchronous operation is completed. - - Contains information that identifies the exported document. - - + + + A value, containing information about the asynchronous operation. - - - - Initializes a new instance of the ExportId class with default settings. - - + + An object containing information about the status of an asynchronous operation. + - + - Initializes a new instance of the ExportId class with the specified value. + Starts the terminal phase of asynchronously building the report. - - A value. It is assigned to the property. + + A object that identifies the report document. + + References a method to be called when a corresponding asynchronous operation is completed. + + + A value, containing information about the asynchronous operation. - - - - Assigns an unique ID to the exported document. - - - An object. + + An object containing information about the status of an asynchronous operation. - + - Returns the textual representation of ExportId. + Starts the terminal phase of asynchronously printing the document. - A value. + + A object. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. - + - Specifies the document ID. + Ends obtaining the document build status. + - A value. - + + An object containing information about the status of an asynchronous operation. + + + A structure. + - - + - Identifies the report document. + Ends obtaining the document data. + + An object containing information about the status of an asynchronous operation. + + + A object. + + - + - Initializes a new instance of the DocumentId class with default settings. + Ends obtaining the parameter lookup values. + + An object containing information about the status of an asynchronous operation. + + + An array of objects. + - + - Initializes a new instance of the DocumentId class with the specified value. + Ends obtaining the document pages. - - A value. It is assigned to the property. + + An object containing information about the status of an asynchronous operation. + A array. + - + - Assigns an unique ID to the document. + Ends obtaining the printed document. - A object. + + An object containing information about the status of an asynchronous operation. + + + A array. - + - Returns the textual representation of DocumentId. + Ends obtaining the status of the printed document. - A value. + + An object containing information about the status of an asynchronous operation. + + + A object. - + - Specifies the document ID. + Ends obtaining the report parameters. - A value. - + + An object containing information about the status of an asynchronous operation. + + A object. + - - + + - Contains information about the service faults. + Ends the initial phase of asynchronously building the report. + + An object containing information about the status of an asynchronous operation. + + + A object. + + - + - Initializes a new instance of the ServiceFault class with default settings. + Ends the initial phase of asynchronously printing the document. + + An object containing information about the status of an asynchronous operation. + + + A object. + - + - Initializes a new instance of the ServiceFault class with the specified exception. + Ends the terminal phase of asynchronously building the document. - - An object. + + An object containing information about the status of an asynchronous operation. - + - Specifies the full message of the service fault. + Ends the terminal phase of asynchronously printing the document. - A value. - + + An object containing information about the status of an asynchronous operation. + + - + + - Specifies the short message of the service fault. + For internal use. Provides information about the Printing System. - A value. - - - + - Returns the textual representation of ServiceFault. + For internal use. - A value. + + + + + - - + - Lists the values that describe various task statuses. + For internal use. + A object. + + - + - The task is compete. + For internal use. + + - + - The task is fault. + For internal use. + A descendant. + - + + - The task is in progress. + For internal use. - - - + - Contains the information related to the current status of a printed document. + For internal use. Intended to support exporting bricks to some formats. + + + - + - Initializes a new instance of the PrintStatus class with default settings. + For internal use. Intended to support exporting bricks to some formats. + + - + - Specifies information about the service fault that occurred while printing the document. + For internal use. Intended to support exporting bricks to some formats. - A object. + - + - Identifies the printed document. + For internal use. Intended to support exporting bricks to some formats. - A object. + A value. - + - Specifies the progress position of the current task (as percentage). + For internal use. Specifies the format settings that are applied to a document when it is exported to XLS format. - An integer value. + - + - Specifies information about the current service task status. + For internal use. Intended to support exporting bricks to some formats. - A enumeration value. + - + - Identifies the printed document. + Contains information about the status of the exported document. - + - Initializes a new instance of the PrintId class with default settings. + Identifies the exported document. + An object. + - + - Initializes a new instance of the PrintId class with the specified value. + Details the specifics of an export service fault. - - A value, specifying the document's ID. This value is assigned to the property. - - + A object. + - + - Assigns an unique ID to the printed document. + Specifies the current progress of the document export. + - A object. - + An integer value, specifying the progress position. + - + - Returns the textual representation of PrintId. + Details the current status of an exported document. - A value. - + A enumeration value. + - + + - Specifies the printed document's ID. + Contains information that identifies the exported document. - A value, identifying the document. - - - - + - If implemented by a class, provides a service contract for the . + Initializes a new instance of the ExportId class with default settings. + - + - Starts obtaining the document build status. + Initializes a new instance of the ExportId class with the specified value. - - A object, identifying the document. + + A value. It is assigned to the property. - - References a method to be called when a corresponding asynchronous operation is completed. - - - A value, containing information about the asynchronous operation. + + + + + Assigns an unique ID to the exported document. + + + An object. + + + + + + + Returns the textual representation of ExportId. + + + A value. + + + + + + + Specifies the document ID. + + + A value. + + + + + + + + Identifies the report document. + + + + + + + Initializes a new instance of the DocumentId class with default settings. + + + + + + + + Initializes a new instance of the DocumentId class with the specified value. + + + + A value. It is assigned to the property. + + + + + + + + Assigns an unique ID to the document. + + + A object. + + + + + + + Returns the textual representation of DocumentId. + + + A value. + + + + + + + Specifies the document ID. + + + A value. + + + + + + + + Contains information about the service faults. + + + + + + + Initializes a new instance of the ServiceFault class with default settings. + + + + + + + + Initializes a new instance of the ServiceFault class with the specified exception. + + + + An object. + + + + + + + + Specifies the full message of the service fault. + + + A value. + + + + + + + Specifies the short message of the service fault. + + + A value. + + + + + + + Returns the textual representation of ServiceFault. + + + A value. + + + + + + + + Lists the values that describe various task statuses. + + + + + + + The task is compete. + + + + + + + + The task is fault. + + + + + + + + The task is in progress. + + + + + + + + + Contains the information related to the current status of a printed document. + + + + + + + Initializes a new instance of the PrintStatus class with default settings. + + + + + + + + Specifies information about the service fault that occurred while printing the document. + + + A object. + + + + + + + Identifies the printed document. + + + A object. + + + + + + + Specifies the progress position of the current task (as percentage). + + + An integer value. + + + + + + + Specifies information about the current service task status. + + + A enumeration value. + + + + + + + + Identifies the printed document. + + + + + + + Initializes a new instance of the PrintId class with default settings. + + + + + + + + Initializes a new instance of the PrintId class with the specified value. + + + + A value, specifying the document's ID. This value is assigned to the property. + + + + + + + + Assigns an unique ID to the printed document. + + + A object. + + + + + + + Returns the textual representation of PrintId. + + + A value. + + + + + + + Specifies the printed document's ID. + + + A value, identifying the document. + + + + + + + + Represents a class containing information about a specific parameter and its editor. + + + + + + + + Initializes a new instance of the ParameterInfo class with the specified parameter and the editor for this parameter. + + + + + A object specifying the parameter for which an event has been raised. This value is assigned to the property. + + + + A class descendant specifying the editor for this parameter. This value is assigned to the property. + + + + + + + + Initializes a new instance of the ParameterInfo class with the specified parameter and the editor for this parameter. + + + + + A object specifying the parameter for which an event has been raised. This value is assigned to the property. + + + + A class descendant specifying the editor for this parameter. This value is assigned to the property. + + + + + + + + Gets or sets an editor, used to enter a parameter's value. + + + + A class descendant. Normally, it should be one of the DevExpress XtraEditors. + + + + + + + + + + + + + + + + + + Provides access to the parameter associated with the current ParameterInfo object. + + + A object. + + + + + + + + Lists the values used to specify the column layout direction for a multi-column report. + + + + + + + The Detail bands are printed horizontally, then vertically (in rows). + + + + + + + + The Detail bands are printed vertically, then horizontally (in columns). + + + + + + + + + Serves as a base for the class and provides properties to change cell format settings. + + + + + + + Gets or sets alignment options to be applied to the cell content. + + + An object that specifies cell alignment settings. + + + + + + + Gets or sets border settings to be applied to a cell. + + + An object that specifies a border style and color. + + + + + + + + + + + + + + + + + + Gets or sets fill settings to be applied to the cell background. + + + An object that specifies cell background characteristics. + + + + + + + Gets or sets font settings to be applied to the cell content. + + + An object that specifies cell font attributes. + + + + + + + Gets or sets a value indicating whether the format string assigned to the property is a date and time format string. + + + true, if the .NET-style format string is used to format a date and time value in a cell; otherwise, false. + + + + + + + Gets or sets the .NET-style format string that specifies how a numeric value should be displayed in a cell. + + + A value that represents the format pattern. + + + + + + + Gets or sets a number format that specifies how a numeric value should be displayed in a cell. + + + An object that specifies a cell number format. + + + + + + + + Represents a structure which stores the information about a document's build status. + + + + + + + + Identifies the document. + + + A object. + + + + + + + Specifies the service fault. + + + A object. + + + + + + + Specifies the current number of pages in the created document. + + + An integer value, specifying the number of pages. + + + + + + + Specifies the current progress of the document creation. + + + An integer value, specifying the progress position, in percents. + + + + + + + Specifies the task status. + + + A enumeration value. + + + + + + + + Provides access to cell format characteristics. + + + + + + + Initializes a new instance of the XlCellFormatting class with default settings. + + + + + + + + Returns the object that provides format characteristics corresponding to the Bad MS Excel style. + + + An object that specifies format options corresponding to the Bad style. + + + + + + + Returns the object that provides format characteristics corresponding to the Calculation MS Excel style. + + + An object that specifies format options corresponding to the Calculation style. + + + + + + + Returns the object that provides format characteristics corresponding to the Check Cell MS Excel style. + + + An object that specifies format options corresponding to the Check Cell style. + + + + + + + Creates a copy of the current XlCellFormatting object. + + + An XlCellFormatting object which is a copy of the current object. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the XlCellFormatting class. + + + + An XlCellFormatting class instance representing the source object for copying. + + + + + + + + Determines whether the specified instances of the XlCellFormatting class are considered equal. + + + + An XlCellFormatting object that is the first object to compare. + + + + An XlCellFormatting object that is the second object to compare. + + + true, if the objects are considered equal; otherwise false. If both first and second objects are null, the method returns true. + + + + + + + Returns the object that provides format characteristics corresponding to the Explanatory... MS Excel style. + + + An object that specifies format options corresponding to the Explanatory... style. + + + + + + + Specifies a number format for cell values based on the given .NET-style format string. + + + + A value that represents the format pattern. + + + + true, if the formatString parameter is a date and time format specifier; otherwise, false. + + + An object that specifies the number format options to be applied to a cell. + + + + + + + Returns the object that provides format characteristics corresponding to the Good MS Excel style. + + + An object that specifies format options corresponding to the Good style. + + + + + + + Returns the object that provides format characteristics corresponding to the Heading 1 MS Excel style. + + + An object that specifies format options corresponding to the Heading 1 style. + + + + + + + Returns the object that provides format characteristics corresponding to the Heading 2 MS Excel style. + + + An object that specifies format options corresponding to the Heading 2 style. + + + + + + + Returns the object that provides format characteristics corresponding to the Heading 3 MS Excel style. + + + An object that specifies format options corresponding to the Heading 3 style. + + + + + + + Returns the object that provides format characteristics corresponding to the Heading 4 MS Excel style. + + + An object that specifies format options corresponding to the Heading 4 style. + + + + + + + Returns the object that provides format characteristics corresponding to the Hyperlink MS Excel style. + + + An object that specifies format options corresponding to the Hyperlink style. + + + + + + + Returns the object that provides format characteristics corresponding to the Input MS Excel style. + + + An object that specifies format options corresponding to the Input style. + + + + + + + Returns the object that provides format characteristics corresponding to the Linked Cell MS Excel style. + + + An object that specifies format options corresponding to the Linked Cell style. + + + + + + + Combines formatting settings of the two specified instances of the XlCellFormatting class. + + + + An XlCellFormatting object that is the target object for merging. + + + + An XlCellFormatting object that is the source object for merging. + + + An XlCellFormatting object that is a result of merging operation. + + + + + + + Combines formatting settings of the specified XlCellFormatting object with the current instance of the XlCellFormatting class. + + + + An XlCellFormatting object that specifies the object to combine with the current XlCellFormatting instance. + + + + + + + + Returns the object that provides format characteristics corresponding to the Neutral MS Excel style. + + + An object that specifies format options corresponding to the Neutral style. + + + + + + + Returns the object that provides format characteristics corresponding to the Note MS Excel style. + + + An object that specifies format options corresponding to the Note style. + + + + + + + Returns the object that provides format characteristics corresponding to the Output MS Excel style. + + + An object that specifies format options corresponding to the Output style. + + + + + + + Creates the object that specifies themed formatting for a cell. + + + + An enumeration member that is one of the six Accent colors used to fill the cell background. +If the themeColor is other than any of the theme accent colors, the System.ArgumentException occurs. + + + + A value from -1 to 1 used to darken (negative values) or lighten (positive values) the original theme color. If a value is outside the allowable range of values, the System.ArgumentOutOfRangeException will be thrown. + + + An class instance that contains theme formatting settings. + + + + + + + Returns the object that provides format characteristics corresponding to the Title MS Excel style. + + + An object that specifies format options corresponding to the Title style. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. +Converts the current cell format to the differential formatting object. + + + An XlDifferentialFormatting object that specifies the incremental formatting to be appled. + + + + + + + Returns the object that provides format characteristics corresponding to the Total MS Excel style. + + + An object that specifies format options corresponding to the Total style. + + + + + + + Returns the object that provides format characteristics corresponding to the Warning Text MS Excel style. + + + An object that specifies format options corresponding to the Warning Text style. + + + + + + + + A visual brick containing other bricks. + + + + + + + Initializes a new instance of the PanelBrick class with default settings. + + + + + + + + + Initializes a new instance of the PanelBrick class with the specified owner. + + + + An object implementing the interface. + + + + + + + + Initializes a new instance of the PanelBrick class with the specified brick style. + + + + A object. + + + + + + + + Gets a collection of bricks which are contained in this PanelBrick. + + + + A object which contains bricks belonging to this panel brick. + + + + + + + + Gets the text string, containing the brick type information. + + + A string, characterizing the brick's type. Always returns "Panel". + + + + + + + Center-aligns child bricks contained within the current panel brick. + + + + + + + + Creates a new PanelBrick instance, which is a copy of the current instance. + + + A new PanelBrick instance, which is a copy of the current instance. + + + + + + + Disposes of the PanelBrick object. + + + + + + + + + Gets or sets a value indicating whether child bricks that are contained within the current panel brick should be merged into a single object. + + + true if child bricks should be merged; otherwise, false. + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Overrides the property to hide it. + + + A . + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + Overrides the property to hide it. + + + A value. + + + + + + + + For internal use. Contains information about the document. + + + + + + + + Initializes a new instance of the DocumentData class with default settings. + + + + + + + + For internal use. Specifies the available document export modes. + + + + + + + + + + For internal use. Checks whether or not it is possible to modify the page settings. + + + A Boolean value. + + + + + + + For internal use. Specifies the document map. + + + + + + + + + + + + + + + + + + For internal use. Specifies the document export options. + + + + + + + + + + For internal use. + + + An enumeration value. + + + + + + + For internal use. Specifies the document name. + + + + + + + + + + For internal use. Specifies the serialized page data. + + + + + + + + + + For internal use. Specifies the serialized watermark settings. + + + A array. + + + + + + + + Represents the class used to generate an UPC-E0 barcode. + + + + + + + + Initializes a new instance of the UPCE0Generator class with default settings. + + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + If implemented by a class, provides the client-side functionality for a DevExpress Report Server. + + + + + + + Creates a copy of the specified report. + + + + A System.Int32 value specifying a source report. + + + + A data transfer object specifying properties of the created report copy. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Provides the controls for the context of a channel. + + + An object implementing the System.ServiceModel.IContextChannel interface. + + + + + + + Asynchronously creates a report category. + + + + A value, specifying the report category name. + + + + A value, containing information about the asynchronous operation. + + + A , specifying the category ID. + + + + + + + Creates a copy of the specified report. + + + + A System.Int32 value specifying a source report. + + + + A data transfer object specifying properties of the created report copy. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Creates a new report category with the specified name. + + + + A System.String value specifying a category name. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be callled when the operation is complete. + + + + + + + + Asynchronously deletes a report category. + + + + An integer value, identifying the report category. + + + + A value, containing information about the asynchronous operation. + + + A , specifying an asynchronous operation. + + + + + + + Asynchronously deletes a data model. + + + + An integer value, identifying the data model. + + + + A value, containing information about the asynchronous operation. + + + A , specifying an asynchronous operation. + + + + + + + Deletes the specified report. + + + + A System.Int32 specifying a report to delete. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Deletes the specified report category. + + + + A System.Int32 value specifying a report category to delete. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Returns a collection of items to be displayed in the categories list. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Asynchronously returns a collection of report categories. + + + + A value, containing information about the asynchronous operation. + + + An asynchronous operation result, containing a collection of objects. + + + + + + + Asynchronously gets a data model. + + + + An integer value, identifying the data model. + + + + A value, containing information about the asynchronous operation. + + + An asynchronous operation result, containing a object. + + + + + + + Asynchronously gets a collection of data models. + + + + A value, containing information about the asynchronous operation. + + + An asynchronous operation result, containing a collection of objects. + + + + + + + Obtains an XML schema of the specified data source. + + + + A System.Int32 value specifying a data source. + + + + A value, containing information about the asynchronous operation. + + + A System.String containing a data source schema. + + + + + + + Gets properties of the specified report to be displayed in a report catalog. + + + + A System.Int32 value specifying a report. + + + A data transfer object containing the values of the report properties to be displayed in a report catalog. + + + + + + + Gets a collection of revisions for the specified report. + + + + A System.Int32 value specifying a report. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Gets a collection of items to be displayed in a report catalog. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Asynchronously gets a collection of reports. + + + + A value, containing information about the asynchronous operation. + + + An asynchronous operation result, containing a collection of objects. + + + + + + + Loads the specified report from the server storage. + + + + A System.Int32 specifying a report to load. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Gets the specified revision of a report layout. + + + + A System.Int32 value specifying a report. + + + + A System.Int32 value specifying a report revision. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Locks the specified report. + + + + A System.Int32 specifying the report to lock. + + + + + + + + Checks a server for availability. + + + + A System.Action delegate to be called when the operation is complete. + + + + A value, containing information about the asynchronous operation. + + + + + + + + Rolls the layout of a report back to the specified revision. + + + + A System.Int32 value specifying a report to roll back. + + + + A System.Int32 value specifying a target layout revision. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Saves the specified report to the server storage. + + + + A System.Int32 value specifying a report to save. + + + + A Data Transfer Object containing report data. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Unlocks the specified report. + + + + A System.Int32 specifying the report to unlock. + + + + + + + + Asynchronously updates a report category. + + + + An integer value, identifying the report category. + + + + A value, specifying the report category name. + + + + A value, containing information about the asynchronous operation. + + + A , specifying an asynchronous operation. + + + + + + + Asynchronously updates a data model. + + + + A object. + + + + A value, containing information about the asynchronous operation. + + + A , specifying an asynchronous operation. + + + + + + + Updates properties of the specified report. + + + + A System.Int32 value specifying a report to update. + + + + A data transfer object containing new values for report properties. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Updates properties of the specified report category. + + + + A System.Int32 value specifying a report category to update. + + + + A System.String specifying a category name. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + Uploads report layout data onto a server. + + + + A System.IO.Stream containing layout data. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + + + + + + + + Represents the base class for objects which define specific export options. + + + + + + + + Initializes a new instance of the ExportOptionsBase class with default settings. + + + + + + + + + Copies all the settings from the ExportOptionsBase object passed as a parameter. + + + + + An ExportOptionsBase object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + + Specifies how the file path to export a document is obtained, when exporting a document which is currently displayed in the Print Preview. + + + + + + + A document is exported to the path specified by the and properties. So, the Save File dialog isn't shown in this case. + + + + + + + + + A document is exported using the file path and the file name specified by an end-user in the Save File dialog, which is shown prior to exporting a document. + + + + + + + + + + Provides the basic functionality for sending documents via e-mail. + + + + + + + Sends the document(s) to the specified recipient via e-mail. + + + + An array of values specifying the file names for the documents embedded into the e-mail. + + + + A object storing the e-mail options. + + + + + + + + + Lists the values that specify the available export formats. + + + + + + + The CSV export format. + + + + + + + + The HTML export format. + + + + + + + + The image export format. + + + + + + + + The MHT export format. + + + + + + + + The PDF export format. + + + + + + + + The PRNX export format. +For internal use. + + + + + + + + The RTF export format. + + + + + + + + The TXT export format. + + + + + + + + The XLS export format. + + + + + + + + The XLSX export format. + + + + + + + + The XPS export format. + + + + + + + + + For internal use. Provides the basic functionality for the class. + + + + + + + For internal use. If implemented by a class, approves the parameters. + + + + + + + + + + + A Boolean value. + + + + + + + For internal use. If implemented by a class, stops displaying the report. + + + + + + + + For internal use. If implemented by a class, stops displaying the report. + + + + + + + + Gets the information about the report's parameters. + + + A list of the objects that contain information about a specific parameter and its editor. + + + + + + + + For internal use. If implemented by a class, prints the current document. + + + + + + + + For internal use. If implemented by a class, prints the current document to the specified printer. + + + + A representing the name of the printer on which to print the report. + + + + + + + + If implemented by a class, invokes the Print dialog. + + + true if the user clicks OK in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic). + + + + + + + If implemented by a class, invokes a Page Setup dialog + + + + A value. + + + true if the user clicks OK in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic). + + + + + + + For internal use. If implemented by a class, invokes the Print Preview Form which shows the print preview of the report document. + + + + + + + + For internal use. If implemented by a class, invokes the Print Preview Form which shows the print preview of the report document. + + + + A value. + + + + + + + + For internal use. If implemented by a class, invokes the Print Preview Form which modally shows the print preview of the report document. + + + + A value. + + + + + + + + For internal use. If implemented by a class, invokes the Print Preview Form which modally shows the print preview of the report document. + + + + + + + + For internal use. If implemented by a class, invokes the Ribbon Print Preview showing the report document. + + + + A value. + + + + + + + + For internal use. If implemented by a class, invokes the Ribbon Print Preview showing the report document. + + + + + + + + + For internal use. If implemented by a class, invokes the Ribbon Print Preview Form which modally shows the print preview of the report. + + + + + A value. + + + + + + + + For internal use. If implemented by a class, invokes the Ribbon Print Preview Form which modally shows the print preview of the report. + + + + + + + + + + Contains options which specify the Document Properties of the created PDF file. + + + + + + + Initializes a new instance of the PdfDocumentOptions class with default settings. + + + + + + + + + Gets or sets the string to be added as an Application property of the resulting PDF file. + + + + A which stores an Application name. + + + + + + + Copies all the settings from the PdfDocumentOptions object passed as a parameter. + + + + + A PdfDocumentOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Gets or sets the string to be added as an Author property of the resulting PDF file. + + + + A which stores an Author name. + + + + + + + Creates a copy of the current PdfDocumentOptions object. + + + A PdfDocumentOptions object which is a copy of the current object. + + + + + + + Gets or sets the string to be added as a Keywords property of the resulting PDF file. + + + + A which stores keywords. + + + + + + + Contains the value which is embedded as a Producer field into any PDF document created by the XtraPrinting Library. This value is usually equal to "Developer Express Inc. XtraPrinting (tm) vX.Y". + + + $ + + + + + + + Gets or sets the string to be added as a Subject property of the resulting PDF file. + + + + A which stores a Subject. + + + + + + + Gets or sets the string to be added as a Title property of the resulting PDF file. + + + + A which stores a Title. + + + + + + + + For internal use. Provides the basic functionality for the class. + + + + + + + For internal use. If implemented by a class, applies the page settings + + + + + + + + + + + + For internal use. When implemented by a class, collects all report parameters that satisfy the specified conditions. + + + + + + + A list of the objects. + + + + A Predicate object that stores the parameter conditions. + + + + + + + + For internal use. Gets a value indicating whether the control has been disposed of. + + + true if the control has been disposed of; otherwise, false. + + + + + + + For internal use. If implemented by a class, gets a value indicating whether the metric system is used for measurements in the document's preview. + + + true to use the metric system for measurements made in the document's preview; otherwise, false. The default value is set to the property value. + + + + + + + Occurs when all parameter values in the Parameters UI are entered, and the Submit button is pressed. + + + + + + + + + For internal use. If implemented by a class, specifies the associated with the current report. + + + An object implementing the interface. + + + + + + + For internal use. If implemented by a class, raises the event. + + + + + + + + + + + + For internal use. If implemented by a class, raises the event. + + + + + + + + + + + + + + + + For internal use. If implemented by a class, raises the event. + + + + + + + + + + + + + + + + + + + + + + + When implemented by a class, specifies whether the report document creation should start before all the report parameters are submitted. + + + true to start to create the report document before submitting its parameters; otherwise, false. + + + + + + + For internal use. If implemented by a class, specifies whether the report preview window shows page margin lines. + + + true to show page margin lines; otherwise false. + + + + + + + If implemented by a class, finishes generating report pages. + + + + + + + + For internal use. If implemented by a class, updates the page settings + + + + + + + + + + + + + + + + Provides access to a document's watermark. + + + A object. + + + + + + + + Provides the basic functionality for the component. + + + + + + + For internal use. + + + + + + + + + + Specifies the Printing System used to create and print a document for the link associated with the IPrintControl. + + + + A descendant. + + + + + + + If implemented by a class, provides access to the object that reflects the current state of a document's generation or export. + + + + A object which is intended to track the process of a document's creation. + + + + + + + + The base class for the class. + + + + + + + Initializes a new instance of the TreeViewLinkBase class with default settings. + + + + + + + + Initializes a new instance of the TreeViewLinkBase class with the specified printing system. + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + Gets the type of the object to be printed by the link. + + + A class descendant representing the type. + + + + + + + Sets the object to be printed by this link. + + + + A object to be printed by this link. + + + + + + + + Gets or sets a object to be printed via the current link. + + + A object to be printed. + + + + + + + + The base class for the class. + + + + + + + Initializes a new instance of the DataGridLinkBase class with default settings. + + + + + + + + Initializes a new instance of the DataGridLinkBase class with the specified container. + + + + An object implementing the interface which specifies the owner container of a DataGridLinkBase class instance. + + + + + + + + Initializes a new instance of the DataGridLinkBase class with the specified printing system. + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + Adds a subreport to the current report. + + + + A object which specifies the vertical offset of the subreport within the current report. + + + + + + + + Gets or sets a value indicating whether the height of the DataGrid to be printed should be calculated automatically. + + + true to automatically calculate a data grid's height; otherwise, false. + + + + + + + Gets or sets a object to be printed via the current link. + + + A object to be printed. + + + + + + + Gets the type of the object to be printed by the link. + + + A class descendant representing the type. + + + + + + + Gets or sets the data grid's printing style. + + + A object. + + + + + + + Sets the object to be printed by this link. + + + + A object to be printed by this link. + + + + + + + + Gets or sets a value indicating whether this class descendant should use the visual style of the DataGrid it prints. + + + true to use the DatGrid style; otherwise, false. + + + + + + + + Provides the general functionality to print controls that implement the interface. + + + + + + + Initializes a new instance of the PrintableComponentLinkBase class with default settings. + + + + + + + + Initializes a new instance of the PrintableComponentLinkBase class with the specified printing system. + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + Initializes a new instance of the PrintableComponentLinkBase class with the specified container. + + + + An object implementing the interface which specifies the owner container of a PrintableComponentLinkBase class instance. + + + + + + + + Adds a subreport to the current report. + + + + A object which specifies the vertical offset of the subreport within the current report. + + + + + + + + Gets or sets a user implementation printed via the current link. + + + An user implementation. + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + Creates a document from the object, so the document can be displayed or printed. Optionally, can generate pages in background. + + + + true to generate pages in background; otherwise, false. + + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + Gets the type of the object to be printed by the link. + + + A class descendant representing the type of object that will be printed by this link. This class should implement the interface. + + + + + + + Sets the object to be printed by this link. + + + + A object implementing the interface. + + + + + + + + + The base class for the class. + + + + + + + Initializes a new instance of the ListViewLinkBase class with default settings. + + + + + + + + Adds a subreport to the current report. + + + + A object which specifies the vertical offset of the subreport within the current report. + + + + + + + + Gets or sets a object to be printed via the current link. + + + A object to be printed. + + + + + + + Gets the type of the object to be printed by the link. + + + A class descendant representing the System.Windows.Forms.ListView type. + + + + + + + Sets the object to be printed by this link. + + + + A object to be printed by this link. + + + + + + + + + Lists values used to specify the worksheet visibility. + + + + + + + A worksheet is hidden. + + + + + + + + A worksheet is hidden and cannot be unhidden from the user interface. + + + + + + + + A worksheet is visible. + + + + + + + + + Contains options which define how a document is exported to CSV format. + + + + + + + + + Initializes a new instance of the CsvExportOptions class with default settings. + + + + + + + + + Initializes a new instance of the CsvExportOptions class with the specified separator and encoding settings. + + + + + A value, specifying the symbols that are used to separate the text elements in the created CSV file. This value is assigned to the property. + + + + A descendant, specifying the encoding of the created CSV document. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CsvExportOptions class with the specified separator, encoding and text export mode settings. + + + + + A containing symbols which will be used to separate the document's text elements in the created CSV file. This value is assigned to the property. + + + + A class descendant, specifying the encoding of the created CSV document. This value is assigned to the property. + + + + A enumeration value, specifying a format in which data values should be saved. This value is assigned to the property. + + + + + + + + Initializes a new instance of the CsvExportOptions class with the specified separator, encoding and other settings. + + + + + A value, specifying the symbols that are used to separate the text elements in the created CSV file. This value is assigned to the property. + + + + A descendant, specifying the encoding of the created CSV document. This value is assigned to the property. + + + + A enumeration value, specifying a format in which data values should be saved. This value is assigned to the property. + + + + true to include the empty rows into the resulting CSV file; otherwise false. This value is assigned to the property. + + + + true to include the empty columns into the resulting CSV file; otherwise false. This value is assigned to the property. + + + + + + + + Copies all the settings from the CsvExportOptions object passed as a parameter. + + + + + An CsvExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + For internal use. + + + A Boolean value. + + + + + + + Specifies whether or not to include the empty columns into the resulting CSV file. + + + true to omit the empty columns during export; otherwise false. + + + + + + + + Specifies whether or not to include the empty rows into the resulting CSV file. + + + true to omit the empty rows during export; otherwise false. + + + + + + + + Represents the base method for all brick-related events. + + + + + + + + Represents the base method for all brick-related events. + + + + + The event sender. + + + + A object that contains event data. + + + + + + + + + Represents the base for all classes that provide data for the brick-related events. + + + + + + + Initializes a new instance of the BrickEventArgsBase class with the specified brick. + + + + + A object specifying the brick for which an event has been raised. This value is assigned to the property. + + + + + + + + Gets a brick for which an event has been raised. + + + A class descendant. + + + + + + + + Contains options which define how a document is exported to an image. + + + + + + + + Initializes a new instance of the ImageExportOptions class with default settings. + + + + + + + + + Initializes a new instance of the ImageExportOptions class with the specified image format. + + + + + An object representing the image format. This value is assigned to the property. + + + + + + + + + Copies all the settings from the ImageExportOptions object passed as a parameter. + + + + + An ImageExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Gets or sets a value indicating how a document is exported to Image. + + + + An enumeration value which represents the Image export mode. + + + + + + + + Gets or sets an image format in which the document is exported. + + + + + A value which represents the image format. + + + + + + + + Lists the image formats available in the export options. The following values are available: ".bmp", ".gif", ".jpg", ".png", ".emf", ".wmf", ".tiff". + + + + + + + + + Gets or sets the color of page borders when a document is exported to Image page-by-page. + + + A value which represents the page border color. + + + + + + + + Gets or sets the width (in pixels) of page borders when a document is exported to Image page-by-page. + + + An integer value which represents the page border width. + + + + + + + Gets or sets the range of pages to be exported. + + + + A specifying the range of pages. + + + + + + + Gets or sets a resolution (in dpi), which should be used to create a resulting image from the current document. + + + + An integer value which represents an image resolution (in dpi). + + + + + + + + Specifies the document changing permissions. + + + + + + + Permits any changes for the PDF document, except extracting its pages. + + + + + + + + Permits commenting, filling in form fields, and signing existing signature fields for the PDF document. + + + + + + + + Permits filling in form fields and signing existing signature fields for the PDF document. + + + + + + + + Permits inserting, deleting and rotating the PDF document's pages. + + + + + + + + Specifies that no changes are permitted to the PDF document. + + + + + + + + + Specifies the document printing permissions. + + + + + + + Permits the PDF document's printing in high resolution only, unless the are accessed and modified. + + + + + + + + Permits the PDF document's printing in low resolution only (150 dpi), unless the are accessed and modified. + + + + + + + + Forbids printing of the PDF document, unless the are accessed and modified. + + + + + + + + + Defines the security access options for the exported PDF document. + + + + + + + Initializes a new instance of the PdfPasswordSecurityOptions class. + + + + + + + + Copies all the settings from the PdfPasswordSecurityOptions object passed as a parameter. + + + + + An PdfPasswordSecurityOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Creates a copy of the current PdfPasswordSecurityOptions instance. + + + A PdfPasswordSecurityOptions object which represents an exact copy of the current object. + + + + + + + Determines whether or not the specified object is equal to the current PdfPasswordSecurityOptions instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current PdfPasswordSecurityOptions instance; otherwise false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current PdfPasswordSecurityOptions object. + + + + An integer value representing the hash code for the current object. + + + + + + + Specifies the password for opening the exported PDF document. + + + A value, representing the password. + + + + + + + Provides access to the PDF permission options of the document. + + + A object, representing the security permission options for the exported PDF document. + + + + + + + + Specifies the PDF permissions password for the document. + + + A value, representing the permissions password. + + + + + + + + Contains options which define how a document is exported to HTML format. + + + + + + + + + Initializes a new instance of the HtmlExportOptions class with default settings. + + + + + + + + + Initializes a new instance of the HtmlExportOptions class with the specified settings. + + + + A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. + + + + A containing the name shown as the title of the created HTML file. This value is assigned to the property. + + + + true to remove secondary symbols; otherwise, false. This value is assigned to the property. + + + + + + + + Initializes a new instance of the HtmlExportOptions class with the specified encoding name and title. + + + + A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. + + + + A containing the name shown as the title of the created HTML file. This value is assigned to the property. + + + + + + + + Initializes a new instance of the HtmlExportOptions class with the specified encoding name. + + + + A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. + + + + + + + + + Represents the class used to generate an UPC A barcode. + + + + + + + Initializes a new instance of the UPCAGenerator class with default settings. + + + + + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + + + + + + + + Lists the values used to specify the compression level of the XPS document. + + + + + + + + XPS document is compressed fast, but with a lower level of compression. + + + + + + + + XPS document is compressed with the best level of compression, but it requires more time. + + + + + + + + XPS document is compressed with a normal level of compression. + + + + + + + + + XPS document is not compressed. + + + + + + + + + XPS document is compressed very fast, but with the lowest level of compression. + + + + + + + + + Specifies whether the resulting file should be automatically opened in the default program, after exporting a document which is currently displayed in the Print Preview. + + + + + + + + After exporting is finished, the message box with the following text is shown: "Do you want to open this file?", so that an end-user may choose whether the resulting file should be automatically opened in the default program, or not. + + + + + + + + No action is performed after exporting is finished. + + + + + + + + + After exporting is finished, the default program which is currently associated with the type of the resulting file is launched, and the file is automatically opened in this application. + + + + + + + + + Defines the security permission options for the exported PDF document. + + + + + + + Initializes a new instance of the PdfPermissionsOptions class with default settings. + + + + + + + + Copies all the settings from the PdfPermissionsOptions object passed as a parameter. + + + + An PdfPermissionsOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Specifies the permissions for changing the exported PDF document. + + + A object, that contains the changing permissions. + + + + + + + Creates a copy of the current PdfPermissionsOptions instance. + + + A PdfPermissionsOptions object which represents an exact copy of the current object. + + + + + + + Specifies the permissions for copying the exported PDF document. + + + true to enable document copying; otherwise, false. + + + + + + + Specifies the permissions for copying the exported PDF document. + + + true to enable document copying; otherwise, false. + + + + + + + Specifies the permissions for screen readers access to the exported PDF document. + + + true to enable screen readers access; otherwise, false. + + + + + + + Determines whether or not the specified object is equal to the current PdfPermissionsOptions instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current PdfPermissionsOptions instance; otherwise false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current PdfPermissionsOptions object. + + + + An integer value representing the hash code for the current object. + + + + + + + Specifies the permissions for printing the exported PDF document. + + + A object, containing the printing permissions. + + + + + + + + + Represents a method that will handle the event. + + + + + + + A method that will handle the event. + + + + + The event sender. + + + + An object that contains data related to the event. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ExceptionEventArgs class with the specified settings. + + + + A object. + + + + + + + + Provides access to the exception. + + + A object, representing errors that occur during application execution. + + + + + + + Specifies whether or not the corresponding event was handled. + + + + true if the exception was handled; otherwise, false. + + + + + + + + Contains options which specify the Document Properties of the created XPS file. + + + + + + + Initializes a new instance of the XpsDocumentOptions class with default settings. + + + + + + + + Copies all the settings from the XpsDocumentOptions object passed as a parameter. + + + + + An XpsDocumentOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Gets or sets the string to be added as a Category property of the resulting XPS file. + + + + A which stores a Category. + + + + + + + Creates a copy of the current XpsDocumentOptions object. + + + A XpsDocumentOptions object which is a copy of the current object. + + + + + + + Gets or sets the string to be added as a Creator property of the resulting XPS file. + + + + A which stores a Creator. + + + + + + + Gets or sets the string to be added as a Description property of the resulting XPS file. + + + + A which stores a Description. + + + + + + + Gets or sets the string to be added as a Keywords property of the resulting XPS file. + + + + A which stores keywords. + + + + + + + Gets or sets the string to be added as a Subject property of the resulting XPS file. + + + + A which stores a Subject. + + + + + + + Gets or sets the string to be added as a Title property of the resulting XPS file. + + + + A which stores a Title. + + + + + + + Gets or sets the string to be added as a Version property of the resulting XPS file. + + + + A which stores a Version. + + + + + + + + Specifies the XLSX export mode. + + + + + + + A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single XLSX file. + + + + + + + + A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting XLSX file only once, at the beginning and at the end of the document. + + + + + + + + A document is exported to a single file, page-by-page. In this mode, each page is exported to an individual sheet of the same XLSX file. + + + + + + + + + Specifies the XLS export mode. + + + + + + + A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single XLS file. + + + + + + + + A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting XLS file only once, at the beginning and at the end of the document. + + + + + + + + + Contains options which define how a document is exported to XPS format. + + + + + + + + + Initializes a new instance of the XpsExportOptions class with default settings. + + + + + + + + Copies all the settings from the XpsExportOptions object passed as a parameter. + + + + + An XpsExportOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + + + + + + Gets or sets a value specifying the compression level of the XPS document. + + + An enumeration level. + + + + + + + Gets the options to be embedded as Document Properties of the created XPS file. + + + An object which contains Document Properties options. + + + + + + + + Represents a single row in a worksheet. + + + + + + + Formats the given row according to the specified settings. + + + + An XlCellFormatting object that specifies format characteristics to be applied to the row cells. + + + + + + + + Creates a number of empty cells with the specified formatting. + + + + A positive integer that specifies the number of blank cells to be created. + + + + An object that specifies format characteristics to be applied to the created cells. If the object is null, an ArgumentNullException is thrown. + + + + + + + + Creates cells with the specified values and format characteristics. + + + + A list of cell values. +If the values parameter is null, an ArgumentNullException is thrown. + + + + An object that specifies format characteristics to be applied to the created cells. + + + + + + + + Creates a new cell in the row and returns the object. + + + An object that is the newly created cell. + + + + + + + Creates a new cell at the intersection of the current row and the specified column. + + + + An integer specifying the zero-based index of the column where the created cell should be located. + + + An object that is the newly created cell. + + + + + + + Gets or sets format characteristics of the row. + + + An XlCellFormatting object that specifies format characteristics of row cells. + + + + + + + Gets or sets the row height in pixels. + + + An integer value that is the row height in pixels. -1 sets the default row height. + + + + + + + + Gets or sets a value indicating whether the group located below or above the current row is collapsed. + + + true, if the group is collapsed; otherwise, false. + + + + + + + Gets or sets whether the row is visible or hidden. + + + true, if the row is hidden; otherwise, false. + + + + + + + Gets the zero-based index of the current row. + + + An integer specifying the position of the row in the worksheet. + + + + + + + Specifies the number of cells to be skipped in the row before starting to create a new cell. + + + + + An integer value that specifies the number of row cells to be skipped. + + + + + + + + + + + + + + + + Initializes a new instance of the XlPrintOptions class with default settings. + + + + + + + + + + true, to print worksheet gridlines; otherwise, false. + + + + + + + + + true, to print row and column headings; otherwise, false. + + + + + + + + + true, to center worksheet data; otherwise, false. + + + + + + + + + + + + + + + + + + + + + + Initializes a new instance of the XlPageSetup class with default settings. + + + + + + + + Gets or sets a value indicating whether the first page number should be selected automatically. + + + true, to use the default page number for the first printed page; otherwise, false. + + + + + + + Gets or sets whether to print the worksheet in black and white or in color. + + + true, to print the worksheet in black and white; otherwise, false. + + + + + + + Gets or sets how comments contained in a worksheet are printed. + + + One of the XlCommentsPrintMode enumeration values. + + + + + + + Gets or sets the number of worksheet copies to print. + + + A positive integer that is a number of copies to print. +If the number of copies is less than 1 or greater than 32767, a System.ArgumentOutOfRangeException will be thrown. + + + + + + + Gets or sets a value indicating whether the worksheet should be printed without graphics and graphic elements (such as gridlines). + + + true, to exclude graphics from the printout; otherwise, false. + + + + + + + Gets or sets how errors contained in worksheet cells are printed. + + + One of the XlErrorsPrintMode enumeration values. + + + + + + + Gets or sets the number from which pagination starts on the current worksheet. + + + An integer that is the number of the first page of the printed worksheet. + + + + + + + Gets or sets the number of pages by height in which the worksheet should fit when printed. + + + A positive integer value that specifies the number of pages that the worksheet should fit on. +This value must be between 0 and 32767; otherwise, a System.ArgumentOutOfRangeException will be thrown. + + + + + + + Gets or sets a value indicating whether the worksheet content should be scaled to fit on a specific number of pages. + + + true, if the FitToPage print option is enabled; otherwise, false. + + + + + + + Gets or sets the number of pages wide the worksheet should fit on when printed. + + + A positive integer value that specifies the number of pages that the worksheet should fit on. +This value must be between 0 and 32767; otherwise, a System.ArgumentOutOfRangeException will be thrown. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Returns the object that uses the format code to display a cell value as a date. + + + An object that specifies a cell number format. + + + + + + + Gets the format code corresponding to the current number format. + + + A value that is the format string. + + + + + + + Gets the unique identifier associated with the current number format. + + + An integer value that is the number format Id. + + + + + + + Returns the object that uses the # ?/? format code to display a cell number as a fraction. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the # ??/?? format code to display a cell number as a fraction. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the General format to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the format code to display a cell value as a date. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the h:mm:ss AM/PM format code to display a cell value as a time value. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the format code to display a cell value as a time value. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the format code to display a cell value as a time value. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the format code to display a cell value as a time value. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the format code to display a cell value as a date. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the format code to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the format code to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Gets the object that uses the format code to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the format code to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the format code to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the format code to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the format code to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the format code to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the format code to display a cell number as a percentage. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the format code to display a cell number as a percentage. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the format code to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the format code to display numeric data in a cell. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the format code to display a cell value as a date. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the m/d/yy h:mm format code to display a cell value as a date and time. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the h:mm AM/PM format code to display a cell value as a time value. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the format code to display a cell value as a time value. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the format code to display a cell value as the total amount of time elapsed. + + + An object that specifies a cell number format. + + + + + + + Returns the object that uses the character to display a cell value as a text. + + + An object that specifies a cell number format. + + + + + + + + Specifies whether to use the formatting of the data fields in the bound dataset for the cells in the exported XLS (or XLSX) document. + + + + + + + + Exports all data fields to the XLS (or XLSX) file as strings, with the corresponding formatting embedded into those strings. + + + + + + + + Exports all data fields to the XLS (or XLSX) file using the same formatting as they have in the original document. + + + + + + + + + Represents a single cell in a worksheet. + + + + + + + Formats the given cell according to the specified settings. + + + + An XlCellFormatting object that specifies format characteristics to be applied to the cell. + + + + + + + + Gets the index of the column that contains the current cell. + + + A zero-based integer value that specifies the index of the column containing the current cell. + + + + + + + Gets or sets cell format characteristics. + + + An XlCellFormatting object that specifies format characteristics of worksheet cells. + + + + + + + Gets the current cell position in a worksheet. + + + An XlCellPosition object. + + + + + + + Gets the index of the row that contains the current cell. + + + A zero-based integer value that specifies the index of the row containing the current cell. + + + + + + + Assigns the specified formula string to a cell. + + + + + + + + + + + Assigns the specified formula expression to a cell. + + + + + + + + + + + Assigns the specified formula to a cell. + + + + + + + + + + + Assigns the specified formula expression to the given cell range to create a shared formula. + + + + + + + + + + + + + + Assigns the specified formula string to the given cell range to create a shared formula. + + + + + + + + + + + + + + Creates the shared formula based on the formula contained in the host cell. + + + + + + + + + + + Gets or sets a cell value. + + + An XlVariantValue object. + + + + + + + + Provides access to a set of display options for a worksheet. + + + + + + + Gets or sets whether to display the formula in each cell instead of the formula result. + + + true, to display formulas; otherwise, false. + + + + + + + Gets or sets whether worksheet gridlines are visible. + + + true, to display worksheet gridlines; otherwise, false. + + + + + + + Gets or sets whether outline symbols are visible on the worksheet that contains outlined data. + + + true, to display outline symbols; otherwise, false. + + + + + + + Gets or sets whether row and column headers are visible on the worksheet. + + + true, to display row and column headers; otherwise, false. + + + + + + + Gets or sets whether to display zero values in worksheet cells. + + + true, to display zero values; otherwise, false. + + + + + + + + Lists values used to specify the reading order of the cell. + + + + + + + Specifies that the reading order depends on the context and is determined by the first strong character: if it is a right-to-left character, the reading order is also right-to-left; otherwise, the reading order is left-to-right. + + + + + + + + Specifies that the reading order is left-to-right. + + + + + + + + Specifies that the reading order is right-to-left. + + + + + + + + + Lists values used to specify the horizontal alignment of the cell content. + + + + + + + The cell content is centered horizontally across the cell. + + + + + + + + The cell content is centered horizontally across multiple cells. + + + + + + + + The text is wrapped to fit into the cell width and each line of text is horizontally distributed across the full width of the cell. This alignment type allows applying an indent to both the left and right sides of the cell. + + + + + + + + Repeats the cell content across the entire width of the cell. + + + + + + + + The cell content is horizontally aligned according to the data type (text is aligned to the left; numbers, date and time values are aligned to the right; boolean and error values are centered). + + + + + + + + The text is wrapped to fully fit into the cell width and each line of text (except the last line) is horizontally justified to the right and left of the cell. + + + + + + + + The cell content is horizontally aligned to the left edge of the cell. + + + + + + + + + The cell content is horizontally aligned to the right edge of the cell. + + + + + + + + + + Lists values used to specify the vertical alignment of the cell content. + + + + + + + The cell content is vertically aligned at the bottom. + + + + + + + + The cell content is centered vertically. + + + + + + + + The text is vertically distributed across the cell height. + + + + + + + + The cell content is vertically justified. + + + + + + + + The cell content is vertically aligned at the top. + + + + + + + + + Contains alignment settings for a cell. + + + + + + + Initializes a new instance of the XlCellAlignment class with default settings. + + + + + + + + Creates a copy of the current XlCellAlignment object. + + + An XlCellAlignment object which is a copy of the current object. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the XlCellAlignment class. + + + + An XlCellAlignment class instance representing the source object for copying. + + + + + + + + Determines whether the specified object is equal to the current XlCellAlignment instance. + + + + The object to compare with the current object. + + + true, if the specified object is equal to the current XlCellAlignment instance; otherwise false. + + + + + + + Creates the object using the specified horizontal and vertical alignment settings. + + + + An enumeration member specifying how cell data should be horizontally aligned. + + + + An enumeration member specifying how cell data should be vertically aligned. + + + An class instance. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current XlCellAlignment object. + + + An integer value that is the hash code for the current object. + + + + + + + Gets or sets the horizontal alignment of the cell content. + + + An enumeration member specifying how cell data should be horizontally aligned. + + + + + + + Gets or sets the cell content indention from the cell edge depending on the applied horizontal alignment. + + + An unsigned integer that specifies a space between the cell content and cell edge. An indent increment is equal to three spaces of the Normal style font. + + + + + + + Gets or sets a value indicating whether the justified or distributed alignment should be applied to the last line of the cell text. + + + true, to distribute the last line of the text in a cell; otherwise, false. The default is false. + + + + + + + Gets or sets the reading order for text in a cell. + + + One of the enumeration members that specifies the reading order. + + + + + + + Reserved for future use. +Gets or sets the additional indent value to add some extra space between the cell content and the cell edge. + + + An integer value that specifies the relative indent for text in a cell. + + + + + + + Gets or sets a value indicating whether the font size of the cell text should be automatically adjusted to fit the cell width. + + + true, if the cell text size should be shrunk; otherwise, false. + + + + + + + Gets or sets the rotation angle of the cell content. + + + An integer value that specifies the rotation angle of the cell content (in degrees). The value must be between 0 and 180; 255 changes text orientation to vertical. +If a value is outside the allowable range of values, the System.ArgumentException will be thrown. + + + + + + + Gets or sets the vertical alignment of the cell content. + + + An enumeration member specifying how cell data should be vertically aligned. + + + + + + + Gets or sets a value indicating whether the text contained in a cell should be wrapped into multiple lines. + + + true, if the cell text should be line-wrapped; otherwise, false. + + + + + + + + Provides data for events that allow cells in the export output to be customized. + + + + + + + Initializes a new instance of the CustomizeCellEventArgsBase class. + + + + + + + + Gets or sets the type of the current cell in the export document. + + + The type of the current cell in the export document. + + + + + + + Gets or sets the data source field name to which the current cell corresponds. + + + The data source field name. + + + + + + + Gets or sets the object that defines the cell's formatting settings (font, alignment, background color, format string, etc.) + + + The object that defines the cell's formatting settings. + + + + + + + + Contains cell formatting settings applied when exporting a control's data to XLS(X) format. + + + + + + + Initializes a new instance of the XlFormattingObject class. + + + + + + + + Gets or sets text alignment, wrapping, rotation, best-fit and indentation options. + + + Options that define how text is aligned, wrapped, rotated, best-fit and indented. + + + + + + + Gets or sets the cell's background color. + + + The cell's background color. + + + + + + + Copies the font, format string and background color settings from the specified object to the current object. + + + + An object whose settings are copied. + + + + A value to be assigned to the property. + + + + + + + + Gets or sets font attributes for the currently processed cell. + + + An object that contains font attributes for the currently processed cell. + + + + + + + Gets the pattern for formatting values. + + + The string representing the format pattern. + + + + + + + Gets or sets the type of formatting applied to the current value. + + + The formatting type. + + + + + + + Gets or sets the native Excel format string used to format the currently processed value. + + + A string value, representing the XLSX format string. + + + + + + + + Represents a color used to specify the cell background color, border line color and cell font color. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Determines whether the specified object is equal to the current XlColor instance. + + + + The object to compare with the current object. + + + true, if the specified object is equal to the current XlColor instance; otherwise false. + + + + + + + Creates the object from a 32-bit ARGB value. + + + + A value specifying the 32-bit ARGB value. + + + An class instance. + + + + + + + Creates the object from the specified 8-bit color values (red, green, and blue). + + + + An 8-bit integer that specifies the red component value for the new color. Valid values are 0 through 255. + + + + An 8-bit integer that specifies the green component value for the new color. Valid values are 0 through 255. + + + + An 8-bit integer that specifies the blue component value for the new color. Valid values are 0 through 255. + + + An class instance. + + + + + + + Creates the object from the theme color using the specified saturation value. + + + + An enumeration member that is one of 12 base colors used by the current document theme. + + + + A value from -1 to 1. If a value is outside the allowable range of values, the ArgumentOutOfRangeException will be thrown. + + + An class instance. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current XlColor object. + + + An integer value that is the hash code for the current object. + + + + + + + Gets a value indicating whether the is automatic or empty. + + + true, if the color is automatic or empty; otherwise, false. + + + + + + + + + + + + + + + + + + + + + + + Gets the theme color based on which the object is created. + + + An enumeration member that is one of 12 base colors used by the current document theme. + + + + + + + Gets the tint value applied to the theme color. + + + A value from -1 to 1. + + + + + + + Converts the XlColor object to a human-readable string. + + + A value, which is the textual representation of the current XlColor object. + + + + + + + + Lists values used to specify the font scheme. + + + + + + + Specifies that the given font is the major font for the current theme. + + + + + + + + Specifies that the given font is the minor font for the current theme. + + + + + + + + Specifies that the given font is not a theme font. + + + + + + + + + Represents a method for handling CustomizeCell events that take a object as a parameter. + + + + + + + + Represents a method for handling CustomizeCell events that take a object as a parameter. + + + + Data for the event. + + + + + + + + + Provides data for events that allow cells in the export output to be customized. + + + + + + + Initializes a new instance of the CustomizeCellEventArgs class. + + + + + + + + Specifies the hyperlink, which belongs to the currently processed cell. + + + + A , that specifies the processed cell's hyperlink. + + + + + + + Gets or sets information on the summary calculated in the currently processed cell. This property is in effect only for summary cells. + + + An object that contains information on the summary calculated in the currently processed cell. + + + + + + + Specifies the value of the cell currently being processed. + + + An object which represents the processed cell's value. + + + + + + + + Lists underline styles. + + + + + + + Specifies a double underline. + + + + + + + + Specifies a double accounting underline. +Adds a double-line underline that is displayed lower than the underline and fills the entire cell width if the cell contains text or date values. + + + + + + + + Specifies that the text is not underlined. + + + + + + + + Specifies a single underline. + + + + + + + + Specifies a single accounting underline. +Adds a single-line underline that is displayed lower than the underline and fills the entire cell width if the cell contains text or date values. + + + + + + + + + + Lists values used to format the text in a cell as superscript or subscript. + + + + + + + Specifies that the cell text should be located at the normal baseline and should have the same size as the surrounding text. + + + + + + + + Specifies that the cell text should be formatted as subscript. + + + + + + + + Specifies that the cell text should be formatted as superscript. + + + + + + + + + Lists the types of patterns available for cell shading. + + + + + + + Specifies a pattern that is a series of thick downward diagonal stripes. + + + + + + + + + Specifies the 75% gray pattern. + + + + + + + + + Specifies the thick grid pattern. + + + + + + + + + Specifies a pattern that is a series of thick horizontal stripes. + + + + + + + + + Specifies the thick diagonal trellis pattern. + + + + + + + + + Specifies a pattern that is a series of thick upward diagonal stripes. + + + + + + + + + Specifies a pattern that is a series of thick vertical stripes. + + + + + + + + + Specifies the 6.25% gray pattern. + + + + + + + + + Specifies the 12.5% gray pattern. + + + + + + + + + Specifies a pattern that is a series of thin downward diagonal stripes. + + + + + + + + + Specifies the 25% gray pattern. + + + + + + + + + Specifies the thin grid pattern. + + + + + + + + + Specifies a pattern that is a series of thin horizontal stripes. + + + + + + + + + Specifies the thin diagonal trellis pattern. + + + + + + + + + Specifies a pattern that is a series of thin upward diagonal stripes. + + + + + + + + + Specifies a pattern that is a series of thin vertical stripes. + + + + + + + + + Specifies the 50% gray pattern. + + + + + + + + + No background (solid color or fill pattern) is applied to a cell. + + + + + + + + Specifies that a cell is filled with a solid color. + + + + + + + + + + Serves as a base for the class and specifies the common font characteristics. + + + + + + + Gets or sets the value indicating whether the cell content is formatted as bold. + + + true, if the cell text is bold; otherwise, false. + + + + + + + Gets or sets the basic set of characters associated with the current font. + + + An integer value that represents the font character set. Valid values are 0 to 255. + + + + + + + Compatibility setting. Gets or sets a value indicating whether the cell font is condensed. + + + true, to squeeze text characters together; otherwise, false. + + + + + + + Copies the appropriate properties of the specified object into the current object of the XlFontBase type. + + + + An XlFontBase object that represents the object from which the settings will be copied. - An object containing information about the status of an asynchronous operation. + + + + + + Determines whether the specified object is equal to the current XlFontBase object. + + + + The object to compare with the current object. + + + true, if the specified object is equal to the current XlFontBase object; otherwise false. + + + + + + + Compatibility setting. Gets or sets a value indicating whether the cell font is extended. + + + true, to stretch the text; otherwise, false. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current XlFontBase object. + + + An integer value that is the hash code for the current object. + + + + + + + Gets or sets the value indicating whether the cell content is formatted as italic. + + + true, if the cell text is italic; otherwise, false. + + + + + + + Gets or sets the name of the font applied to the cell content. + + + A value that specifies the font name. + + + + + + + Compatibility setting. Gets or sets the value indicating whether the cell content is formatted as an outline. + + + + true, to display only inner and outer borders of each character; otherwise, false. + + + + + + + Gets or sets the font scheme to which the current font belongs. + + + One of the enumeration members. + + + + + + + Formats the cell content as subscript or superscript. + + + An enumeration member indicating whether the text is subscript or superscript. + + + + + + + Compatibility setting. Gets or sets a value indicating whether the cell font is formatted as shadowed. + + + true, to add a shadow to the cell text; otherwise, false. + + + + + + + Gets or sets the size of the font applied to the cell content. + + + A value specifying the font size in points. + + + + + + + Gets or sets the value indicating whether the cell content is formatted as strikethrough. + + + true, if the strikethrough formatting is applied to the cell text; otherwise, false. + + + + + + + Gets or sets the type of underline applied to the cell content. + + + An enumeration value. + + + + + + + + Contains the cell font attributes. + + + + + + + Initializes a new instance of the XlFont class with default settings. + + + + + + + + Returns the object corresponding to the body font used in the current document theme. + + + An class instance that represents the theme body font. + + + + + + + Creates a copy of the current XlFont object. + + + An XlFont object which is a copy of the current object. + + + + + + + Gets or sets the color of the font applied to the cell content. + + + An object that specifies the font color. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the XlFont class. + + + + An XlFont class instance representing the source object for copying. + + + + + + + + Creates the object that specifies a custom font with the given face name, size and color. + + + + A value that specifies the font name. + + + + A value that specifies the font size in points. + + + + An object that specifies the font color. + + + An class instance that is the custom font with specified characteristics. + + + + + + + Creates the object that specifies a custom font with the given face name and size. + + + + A value that specifies the font name. + + + + A value that specifies the font size in points. + + + An class instance that is the custom font with specified characteristics. + + + + + + + Creates the object that specifies a custom font with the given face name. + + + + A value that specifies the font name. + + + An class instance that represents the custom font. + + + + + + + Determines whether the specified object is equal to the current XlFont instance. + + + + The object to compare with the current object. + + + true, if the specified object is equal to the current XlFont instance; otherwise false. + + + + + + + Gets or sets the font family of the font applied to cell content. + + + An object that specifies the font family. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current XlFont object. + + + An integer value that is the hash code for the current object. + + + + + + + Returns the object corresponding to the heading font used in the current document theme. + + + An class instance that represents the theme heading font. + + + + + + + + Contains the cell background attributes. + + + + + + + Initializes a new instance of the XlFill class with default settings. + + + + + + + + Gets or sets the background color of the cell pattern fill. + + + An value that specifies the background color. + + + + + + + Creates a copy of the current XlFill object. + + + An XlFill object which is a copy of the current object. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the XlFill class. + + + + An XlFill class instance representing the source object for copying. + + + + + + + + Determines whether the specified object is equal to the current XlFill instance. + + + + The object to compare with the current object. + + + true, if the specified object is equal to the current XlFill instance; otherwise false. + + + + + + + Gets or sets the foreground color of the cell pattern fill. + + + An value that specifies the pattern color. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current XlFill object. + + + An integer value that is the hash code for the current object. - + - Starts obtaining the document data. + Returns the object specifying that a cell has no fill. - - A object, identifying the document. + An class instance. + - - - References a method to be called when a corresponding asynchronous operation is completed. - - - A value, containing information about the asynchronous operation. + + + + Creates the object that specifies the automatic pattern fill for a cell background. + + + + An enumeration member that is a preset type of the cell pattern fill. - An object containing information about the status of an asynchronous operation. + An object that specifies the cell background fill. - + - Starts obtaining the document pages. + Creates the object that specifies the pattern fill for a cell background. - - A object. + + An enumeration member that is a preset type of the cell pattern fill. - - An array of integer values. + + An object that specifies the background color of the pattern fill. - - A enumeration value. + + An object that specifies the foreground color of the pattern fill. - - References a method to be called when a corresponding asynchronous operation is completed. + An object that specifies the cell background fill. + - - - A value, containing information about the asynchronous operation. + + + + + Gets or sets the type of the pattern applied to a cell background. + + + An enumeration member that is a preset type of pattern fill. + + + + + + + Creates the object that specifies the solid fill for a cell background. + + + + An object that is the color used to fill a cell background. - An object containing information about the status of an asynchronous operation. + An object that specifies the cell background fill. - + + - Starts obtaining the printed document. + Contains options used to specify the summary rows and columns location. - - A object, identifying the printed document. - - - References a method to be called when a corresponding asynchronous operation is completed. + + + + Gets or sets a value indicating whether the summary rows are located below detail rows + + + true, if summary rows are below each group of detail rows; otherwise, false. + - - - A value, containing information about the asynchronous operation. - - An object containing information about the status of an asynchronous operation. - + + + + Gets or sets a value indicating whether the summary columns are located to the right of detail columns. + + + true, if summary columns are to the right of each group of detail columns; otherwise, false. + - + + - Starts obtaining the status of the printed document. + Provides access to the worksheet header and footer options. - - A object. + + + + + Initializes a new instance of the XlHeaderFooter class with default settings. + + + + + + + + Gets or sets a value indicating whether the header or footer edges should be aligned with page margins. + + + + true, to align the header or footer with page margins; otherwise, false. + + + + + + + Turns bold on or off for the characters that follows. + + + + + + + + + Prints the name of the workbook. + + + + + + + + + Prints the workbook file path. + + + + + + + + + Centers the characters that follow. + + + + + + + + + Removes headers and footers from a worksheet. + + + + + + + + Prints the current date. + + + + + + + + + Gets or sets a value indicating whether the first page of the worksheet has unique headers and footers. + + + true, to specify a unique header or footer for the first page; otherwise, false. + + + + + + + + Gets or sets a value indicating whether the odd-numbered pages have headers and footers different from those on even-numbered pages. + + + true, to specify different headers and footers for the odd-numbered and even-numbered pages; otherwise, false. + + + + + + + Turns double underline on or off for the characters that follow. + + + + + + + + + Gets or sets the text to be displayed in the footer of even-numbered pages. + + + A object that specifies the footer for even-numbered pages. + + + + + + + Gets or sets the text to be displayed in the header of even-numbered pages. + + + A object that specifies the header for even-numbered pages. + + + + + + + Gets or sets the text to be displayed in the footer of the first worksheet page. + + + A object that specifies the footer for the first page. + + + + + + + Gets or sets the text to be displayed in the header of the first worksheet page. + + + A object that specifies the header for the first page. + + + + + + + Specifies the left-aligned, centered and right-aligned text for the header of footer. + + + + A System.String that specifies the text to be displayed in the left header or footer section. - - References a method to be called when a corresponding asynchronous operation is completed. + + A System.String that specifies the text to be displayed in the center header or footer section. - - A value, containing information about the asynchronous operation. + + A System.String that specifies the text to be displayed in the right header or footer section. - An object containing information about the status of an asynchronous operation. + A System.String that represents the resulting text string included in the header or footer. - + + + Turns italic on or off for the characters that follow. + + + + + + + + + Left aligns the characters that follow. + + + + + + + + + Gets or sets the text to be displayed in the footer of odd-numbered pages. + + + A object that specifies the footer for odd-numbered pages. + + + + + + + Gets or sets the text to be displayed in the header of odd-numbered pages. + + + A object that specifies the header for odd-numbered pages. + + + + + + + Prints the current page number. + + + + + + + + + Prints the total number of pages in the document. + + + + + + + + + Right aligns the characters that follow. + + + + + + + + + Gets or sets a value indicating whether headers and footers should be scaled proportionately when print scaling is used to fit information on the specified number of pages. + + + true, to scale headers and footers with document scaling; otherwise, false. + + + + + + + Prints the name of the worksheet. + + + + + + + + + Turns strikethrough on or off for the characters that follow. + + + + + + + + + Turns subscript on or off for the characters that follow. + + + + + + + - Starts obtaining the report parameters. + Turns superscript on or off for the characters that follow. - - An object, identifying the report. - - - - References a method to be called when a corresponding asynchronous operation is completed. + - - - A value, containing information about the asynchronous operation. - - An object containing information about the status of an asynchronous operation. - + + + + Prints the current time. + + + - + - Starts the initial phase of asynchronously building the report. + Turns underline on or off for the characters that follow. - - An object, identifying the report. + - - - A object, storing the arguments required to create the report. - - - References a method to be called when a corresponding asynchronous operation is completed. + + - - - A value, containing information about the asynchronous operation. + + Lists values used to specify the document theme. + + - - An object containing information about the status of an asynchronous operation. - + + + + Theme settings are not written to a workbook. + + - + - Starts the initial phase of asynchronously printing of the specified document. - + Specifies the Office 2007 - 2010 document theme. - - A object. - - - A enumeration value. - - - References a method to be called when a corresponding asynchronous operation is completed. + + + + Specifies the Office 2013 document theme. + + - - - A value, containing information about the asynchronous operation. - - An object containing information about the status of an asynchronous operation. - + + + + Contains settings that regulate data export from controls. + + - + - Starts the terminal phase of asynchronously building the report. + Initializes a new instance of the ExportSettings class with default settings. - - A object that identifies the report document. - - - References a method to be called when a corresponding asynchronous operation is completed. - - - A value, containing information about the asynchronous operation. + + + + Gets or sets the default mode of data export to the XLS and XLSX and CSV formats. + + + The default export mode. + - - An object containing information about the status of an asynchronous operation. - + + + + + Represents a single column in a worksheet. + + - + - Starts the terminal phase of asynchronously printing the document. + Formats the given column according to the specified settings. - - A object. + + An XlCellFormatting object that specifies format characteristics to be applied to the column cells. - - References a method to be called when a corresponding asynchronous operation is completed. - - - A value, containing information about the asynchronous operation. - - An object containing information about the status of an asynchronous operation. - + + + + Gets the zero-based index of the current column. + + + An integer specifying the position of the column in the worksheet. + - + - Ends obtaining the document build status. - + Gets or sets format characteristics of the column. - - An object containing information about the status of an asynchronous operation. - - - A structure. - + An XlCellFormatting object that specifies format characteristics of column cells. + - + - Ends obtaining the document data. + Gets or sets a value indicating whether the group located to the left or to the right of the current column is collapsed. - - An object containing information about the status of an asynchronous operation. - - - A object. - + true, if the group is collapsed; otherwise, false. + - + - Ends obtaining the document pages. + Gets or sets whether the column is visible or hidden. - - An object containing information about the status of an asynchronous operation. - - - A array. - + true, if the column is hidden; otherwise, false. + - + - Ends obtaining the printed document. + Gets or sets the column width in characters of the default font specified by the Normal style. - - An object containing information about the status of an asynchronous operation. - - - A array. - + A value that is the number of characters that can be accommodated into the column width when the column is formatted with the Normal style. + - + - Ends obtaining the status of the printed document. + Gets or sets the column width in pixels. - - An object containing information about the status of an asynchronous operation. - - - A object. - + An integer value that is the column width in pixels. -1 sets the default column width. + - + + - Ends obtaining the report parameters. + Represents a worksheet in a workbook. - - An object containing information about the status of an asynchronous operation. - - A object. - + + + + Gets or sets the cell range to which the filter is applied. + + + An XlCellRange object for which the AutoFilter functionality is enabled. + - + - Ends the initial phase of asynchronously building the report. + Starts creating the new group in a worksheet. - - An object containing information about the status of an asynchronous operation. + + true, to collapse the group; otherwise, false. - A object. - + - + - Ends the initial phase of asynchronously printing the document. + Starts creating the new group in a worksheet. - - An object containing information about the status of an asynchronous operation. + + + + + true, to collapse the group; otherwise, false. - A object. - + - + - Ends the terminal phase of asynchronously building the document. + Provides access to the collection of column page breaks in a worksheet. - - An object containing information about the status of an asynchronous operation. + An object exposing the IXlPageBreaks interface. + - + + + + + + + - + - Ends the terminal phase of asynchronously printing the document. + Provides access to the collection of conditional formatting rules in a worksheet. - - An object containing information about the status of an asynchronous operation. - - + A list of XlConditionalFormatting objects which specify worksheet ranges and conditional formatting rules applied to them. + - - + - If implemented by a class, provides a service contract for the . + Creates a new column in a worksheet and returns the object. + + An object that is the newly created column. + + - + - Starts translating the uploaded resources into a document that is ready to export. + Creates a new column in a worksheet with the specified index. - - An object. + + An integer specifying the zero-based index of the created column. If it is negative or exceeds the last available index, an exception is raised. - - References a method to be called when a corresponding asynchronous operation is completed. + An object that is the newly created column. + - - - A value, containing information about the asynchronous operation. - - An object containing information about the status of an asynchronous operation. + + + + Creates a picture to be inserted into the worksheet. + + + An IXlPicture object that is the picture to insert. - + - Starts clearing the content of the specified document. + Creates a new row in a worksheet with the specified index. - - A object, identifying the document. + + An integer specifying the zero-based index of the created row. If it is negative or exceeds the last available index, an exception is raised. - - References a method to be called when a corresponding asynchronous operation is completed. + An object that is the newly created row. + - - - A value, containing information about the asynchronous operation. - - An object containing information about the status of an asynchronous operation. + + + + Creates a new row in a worksheet and returns the object. + + + + An object that is the newly created row. - + - Starts obtaining the exported document. + Gets the index of the column where the exporter is currently positioned. - - An object. - - - - References a method to be called when a corresponding asynchronous operation is completed. + A zero-based integer value that specifies the index of the current column. + - - - A value, containing information about the asynchronous operation. - - An object containing information about the status of an asynchronous operation. - + + + + + + - + - Starts obtaining the current status of the exported document. + Gets the index of the row where the exporter is currently positioned. - - An object. - - - - References a method to be called when a corresponding asynchronous operation is completed. + A zero-based integer value that specifies the index of the current row. + - - - A value, containing information about the asynchronous operation. - - An object containing information about the status of an asynchronous operation. - + + + + Gets the cell range that encompasses non-empty cells (i.e., cells containing data). + + + An XlCellRange object which encompasses all cells containing data in a worksheet. + - + - Starts the initial phase of asynchronous document export. + Provides access to the collection of XlDataValidation objects for the worksheet. - - A object. + A list of XlDataValidation objects that specify data validation rules applied to cell ranges. + - - - A object. - - - References a method to be called when a corresponding asynchronous operation is completed. + + + + Finalizes the group creation after calling the method. + + - - - A value, containing information about the asynchronous operation. - - An object containing information about the status of an asynchronous operation. - + + + + Provides access to options which determine the worksheet header and footer characteristics. + + + An object containing options specific to headers and footers. + - + - Starts the initial phase of asynchronous upload document resources onto the server. + Provides access to the collection of hyperlinks contained in a worksheet. - - References a method to be called when a corresponding asynchronous operation is completed. + A list of XlHyperlink objects contained in worksheet cells. + - - - A value, containing information about the asynchronous operation. - - An object containing information about the status of an asynchronous operation. - + + + + Gets or sets the type of a formula error to be skipped in the worksheet data range. + + + An XlIgnoreErrors enumeration value that specifies the error type to be ignored. + - + - Starts uploading a document's resources (in fragments) onto the server. + Provides access to the collection of merged cells in a worksheet. - - An object. + An IXlMergedCells object that stores all merged cells in a worksheet. + - - - A array. - - - References a method to be called when a corresponding asynchronous operation is completed. + + + + Gets or sets the name of the worksheet. + + + A value which specifies the worksheet name. + - - - A value, containing information about the asynchronous operation. - - An object containing information about the status of an asynchronous operation. - + + + + Provides access to the group settings that control the summary row and column location. + + + An object that specifies the grouping direction. + - + - Ends translation of the uploaded resources into a document that is ready to export. + Gets or sets page margins used when a worksheet is printed. - - An object containing information about the status of an asynchronous operation. - - - A object. - + An XlPageMargins object that controls the worksheet's margin settings. + - + - Ends clearing the content of a document. + Gets or sets the page layout and printing options for a worksheet. - - An object containing information about the status of an asynchronous operation. - - + An XlPageSetup object that contains page formatting options. + - + - Ends obtaining the exported document. + Gets or sets the cell range to be printed. - - An object containing information about the status of an asynchronous operation. - - - A array containing document data. - + An XlCellRange object that specifies an area on the worksheet to be printed. + - + - Ends obtaining the current status of the exported document. + Gets or sets specific options that control how the worksheet is printed. - - An object containing information about the status of an asynchronous operation. - - - An structure. - + An XlPrintOptions object that contains worksheet print options. + - + - Ends the initial phase of asynchronous document export. + Provides access to an object used to specify rows and columns to be repeated on each printed page. - - An object containing information about a status of an asynchronous operation. + An XlPrintTitles object that specifies print titles for a worksheet. + - - An object. - + + + + + Provides access to the collection of row page breaks in a worksheet. + + + An object exposing the IXlPageBreaks interface. + - + - Ends the initial phase of asynchronous document resource upload onto the server. + Specifies the number of columns to be skipped in the worksheet before starting to create a new column. + - - An object containing information about a status of an asynchronous operation. + + An integer value that specifies the number of columns to be skipped. - An object. - - + - Ends uploading a document's resources (in fragments) onto the server. + Specifies the number of rows to be skipped in the worksheet before starting to create a new row. + - - An object containing information about the status of an asynchronous operation. + + An integer value that specifies the number of rows to be skipped. + - - + - An extension for sharing the Report Server authentication cookie between an and the to link them. + Freezes the specified number of rows and columns at the top and left side of the worksheet. + An XlCellPosition object that specifies the portion of the worksheet to be frozen. + + - + - Initializes a new instance of the FormsAuthenticationBehaviorExtension class with default settings. + Provides access to an object that specifies display settings for a worksheet. + An object that contains worksheet display options. + - + - [To be supplied] + Gets or sets whether the current worksheet is visible, hidden or "very hidden". + - A enumeration value. + An enumeration member that specifies the worksheet visibility type - + - If implemented by a class, provides the client-side functionality for a WCF Export Service. + Represents an interface that exposes the specific functionality of a workbook. - + - Starts assembling the document (asynchronously). + Creates a new worksheet in a workbook and returns the object. + - - An object, identifying the document's resources. - - - - A value, containing information about the asynchronous operation. - - + An object that is the newly created worksheet. + - + - Occurs when the document has been assembled. - + Provides access to the options that contain information about document culture and format specifications. + An IXlDocumentOptions object containing workbook options. + - + - Starts clearing the document (asynchronously). + Provides access to the document properties associated with a workbook. - - A object, identifying the document. + An XlDocumentProperties object containing information about a workbook. + - - - A value, containing information about the asynchronous operation. - + + + + Gets or sets the theme to be applied to the workbook. + + + An enumeration member specifying the document theme. + - + + - Occurs when the document has been cleared. + Represents an exporter used to create a spreadsheet document and export it to a stream. - - + - Obtains the uniform resource identifier (URI) of the downloaded document. + Creates a new document and writes it to the specified stream. - - An object, identifying the exported document. + + The System.IO.Stream object to output the document to. - A object, specifying a uniform resource identifier (URI) of the downloaded document. + An object that is the newly created workbook. - + + - Starts obtaining the exported document (asynchronously). + Represents an object that creates an exporter for generating spreadsheet files of the specified format. - - An object, identifying the exported document. - - - - A value, containing information about the asynchronous operation. - - - - + - Occurs when the exported document has been obtained. - + Creates an exporter that performs data export to the specified Excel format. + + One of the enumeration members that specifies the type of the output document. + + + An object exposing the interface. + - + - Starts obtaining the exported document's status (asynchronously). + Creates an exporter that performs data export to the specified Excel format using the specified formula parser. - - An object, identifying the exported document. + + One of the enumeration members that specifies the type of the output document. - - A value, containing information about the asynchronous operation. + + An object exposing the IXlFormulaParser interface that provides the capability to parse worksheet formulas. + An object exposing the interface. + - + + - Occurs when the exported document's status has been obtained. + The base for classes that provide functionality to print reports. - - + - Starts exporting the document (asynchronously). + Applies the defined page settings. - - A object, identifying the document. + + Current page settings. - - A object, storing the arguments required to export the document. + + A enumeration value. + + + + A value which represents the size of a custom paper. + + + + A object representing the margins (in hundredths of an inch) of a report page. + + + + A object representing the minimum margins. - - A value, containing information about the asynchronous operation. + + true if the page orientation is landscape; otherwise, false. + true to apply page settings; otherwise, false. + - + - Occurs when the document export has started. - - + + + + + + + + + + + + + + + + + + + + + + + - + - Starts uploading the document (asynchronously). + Assigns the page margins, minimum margins, paper kind and page orientation of a document, simultaneously. - - A value, containing information about the asynchronous operation. + + A object that specifies the page margins. + + A object that specifies the minimum value of the document margins. + + + A value that specifies one of the standard paper sizes. - - - - Occurs when the document upload has started. + + + A object that specifies the paper size of the document pages. - - + + + true to print a page in landscape orientation; otherwise, false. + + - + - Starts uploading the document's resources (asynchronously). + Assigns the page margins, paper kind, paper size and page orientation of a document, simultaneously. - - An object, identifying the document's resources. + + A object that specifies the page margins. - - A array, containing the document data (in fragments). + + A value that specifies one of the standard paper sizes. - - A value, containing information about the asynchronous operation. + + A object that specifies the size of the document's pages. - + + + true to print a page in landscape orientation; otherwise, false. - - - - Occurs when the document fragment has been uploaded. - - + - - + - If implemented by a class, provides the client-side functionality for the DevExpress Report Server authentication service. + Assigns the page margins, paper kind and page orientation of a document, simultaneously. + + A object that specifies the page margins of the document. - - - - [To be supplied] - - - [To be supplied] - - - [To be supplied] - - [To be supplied] + + A value that specifies one of the standard paper sizes. + - - [To be supplied] + + true to print a page in landscape orientation; otherwise, false. + - - + - If implemented by a class, supports automatic creation on the client side. - + Assigns the specified page settings with the specified minimum margins. + + A object, providing the page settings. - - - - - Lists the values used to specify the type of the DataBar bar code. - - + + + A object that specifies the minimum value of the document margins. - - - - A GS1 DataBar Expanded barcode is generated. - - + - + - A GS1 DataBar Expanded Stacked barcode is generated. + Assigns the page margins, minimum margins, paper kind and page orientation of a document, simultaneously. + + A object that specifies the margins of the document. + + + A object that specifies the minimum value of the document margins. - - - - A GS1 DataBar Limited barcode is generated. - - + + + A value that specifies one of the standard paper sizes. + + + A object that specifies the paper size of the document pages. - - - - A GS1 DataBar Omnidirectional barcode is generated. - - + + + true to print a page in landscape orientation; otherwise, false. + + + A value that specifies the name of the custom paper which is used in the printer that the document is going to be printed on. - - - - A GS1 DataBar Stacked barcode is generated. - - + - + - A GS1 DataBar Stacked Omnidirectional barcode is generated. + Assigns the page margins, paper kind, paper name and page orientation of a document, simultaneously. + + A object which specifies the margins of the document. + + + A value which specifies one of the standard paper sizes. - - - - A GS1 DataBar Truncated barcode is generated. - - + + + A value which specifies the name of the custom paper which is used in the printer that the document is going to be printed on. + + + true to print a page in landscape orientation; otherwise, false. - - + - - Generates a DataBar barcode. - - - + - Initializes a new instance of the DataBarGenerator class with default settings. + For internal use. + + + + - + - Gets or sets whether or not to calculate a checksum for the barcode. + Assigns the page margins, paper kind, paper size and page orientation of a document, simultaneously. - true, if the barcode object requires a checksum calculation; otherwise, false. + + The margins (measured in 1/300 of an inch) of a report page. This value is assigned to the property. - + + + A value that specifies one of the standard paper sizes. This value is assigned to the property. + + + A object that specifies the paper size of the document pages. This value is assigned to the property. - - - - Specifies the symbol (or set of symbols) in the barcode's text that will be replaced with the FNC1 functional character when the bars are drawn. + + + true to print a page in landscape orientation; otherwise, false. This value is assigned to the property. - - - A value, specifying the symbols to be replaced. - + - + - Gets or sets the number of data segments per row in the Expanded Stacked type of a GS1 DataBar barcode. + Assigns the default page settings to a report document. - A System.Int32 value specifying a number of data segments per row. - - + - For internal use. Gets the barcode symbology for the current generator object. + Assigns the printer settings to the current page settings according to the specified value. - A enumeration value. - + + A value which specifies the name of the printer. + + + + A value which specifies the name of the custom paper which is used in the printer that the document is going to be printed on. + + + + A object specifying which of the printer settings should be assigned. + + - + - Gets or sets the type of a GS1 DataBar barcode. + Gets or sets the bottom page margin. - A value specifying the GS1 DataBar barcode's type. - + The bottom page margin, in hundredths of an inch. - - + - Generates an ITF-4 barcode. - - + Gets the bounds of a report page, taking into account the page orientation specified by the property. - - - - Initializes a new instance of the ITF14Generator class with default settings. + A that represents page length and width (in hundredths of an inch). + - + - For internal use. Gets the barcode symbology for the current generator object. + For internal use. - A enumeration value. + - + - Gets or sets the density of a barcode's bars. + Specifies the default margins for a report's pages. - A float value specifying the density of the barcode's bars. - + A object representing the default margins (in hundredths of an inch) of a report page. - - + - Lists the values used to specify the column layout direction for a multi-column report. + Specifies the default minimum margins for a report's pages. + A object representing the minimum margins (in hundredths of an inch) of a report page. + + - + - The Detail bands are printed horizontally, then vertically (in rows). + Represents the default paper type () used in a report. + A enumeration value. + - + - The Detail bands are printed vertically, then horizontally (in columns). + Disposes of the XtraPageSettingsBase object. + - - + - Provides functionality to publish objects. + Gets or sets a value indicating whether the page orientation is landscape. + true if the page orientation is landscape; otherwise, false. + + - + - Initializes a new instance of the RemoteDocumentSource class with default settings. + Gets or sets the left page margin. + The left page margin, in hundredths of an inch. + - + - Occurs when connecting to an . - + Gets the margins of a report page. + The margins (in hundredths of an inch) of a report page. + - + - Specifies the user authentication type that is appropriate to an assigned remote document source. + Gets the margins of a report page measured in three hundredths of an inch. - An enumeration value. + The margins (measured in 1/300 of an inch) of a report page. - + - Triggers the document generation. + Gets the minimum size allowed for a report's margins. + A object which represents the minimum margin size allowable (in hundredths of an inch) for a report page. + - + - Triggers the document generation with the specified settings. + Gets or sets the type of paper for the document. - - A object. - - + A enumeration value. + - + - Specifies a prefix that precedes Report Server endpoint configurations located in the Web.config file. - + Gets or sets the name of the custom paper used in the printer to be used in printing the document. - A value. + A value, specifying the name of the paper. - + - Identifies documents that are created remotely by a RemoteDocumentSource. + Gets or sets the name of the printer to use when printing the document. - An object, identifying a document. + A value which represents the name of the printer to use. - + - Specifies the name of a remotely created document. + Restores the document page settings from the specified registry. - A value, specifying the document name. + + A value. - + - + - Intended to request user credentials to login to a Report Server. + Restores the document page settings from the specified stream. + + A object. + + - + - Occurs when connecting to a report service client. + Restores the document page settings from the specified XML file. + + A value. + + - + - Specifies the uniform resource identifier (URI) of a remote document source. + Gets or sets the right page margin. - A value, specifying the document source URI. + The right page margin, in hundredths of an inch. - - - - Contains options which define how a document is exported to an image. - - - - - - + - Initializes a new instance of the ImageExportOptions class with default settings. - + Specifies whether the document is supposed to be printed on roll paper (i.e., as a single uninterrupted page). + true to provide a continuous document layout, suited for roll paper printing; otherwise false. + - + - Initializes a new instance of the ImageExportOptions class with the specified image format. - + Saves the document page settings to the specified registry. - - An object representing the image format. This value is assigned to the property. - + + A value. - + - Copies all the settings from the ImageExportOptions object passed as a parameter. - + Saves the document page settings to the specified stream. - - An ImageExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + A object. - + - Gets or sets a value indicating how a document is exported to Image. - + Saves the document page settings to the specified XML file. - An enumeration value which represents the Image export mode. + + A value. - + - + - Gets or sets an image format in which the document is exported. - - + Gets or sets the top page margin. - A value which represents the image format. - + The top page margin, in hundredths of an inch. - + - Lists the image formats available in the export options. The following values are available: ".bmp", ".gif", ".jpg", ".png", ".emf", ".wmf", ".tiff". + Gets the rectangle on the page (in hundredths of an inch) that can contain data. - [To be supplied] + A object representing the rectangle on a page which can contain data. + - + - Gets or sets the color of page borders when a document is exported to Image page-by-page. + Gets the width and height (in hundredths of an inch) of the page region that can contain data. - A value which represents the page border color. - + The width and height (in hundredths of an inch) of the page region that can contain data. - + - Gets or sets the width (in pixels) of page borders when a document is exported to Image page-by-page. + Gets the width and height (in pixels) of the page region that can contain data. - An integer value which represents the page border width. + The width and height (in pixels) of the page region that can contain data. - - - Gets or sets the range of pages to be exported. + + + Contains options which define how a document is exported to XLSX format. - A specifying the range of pages. - - - + - Gets or sets a resolution (in dpi), which should be used to create a resulting image from the current document. - + Initializes a new instance of the XlsxExportOptions class with default settings. - An integer value which represents an image resolution (in dpi). - - - + - Specifies how a control anchors to the top and/or bottom edges of its container. - - + Initializes a new instance of the XlsxExportOptions class with the specified text export mode and grid lines settings. + + A object, which specifies a format in which data values should be saved. - - - - A control is anchored to both the top and bottom edges of its container. + + + true to show the grid lines in the resulting XLSX file; otherwise, false. This value is assigned to the property. - - + - + - A control is anchored to the bottom edge of its container. + Initializes a new instance of the XlsxExportOptions class with the specified text export mode. + + A object, which specifies a format in which data values should be saved. - - - - - A control is not anchored to any edge of its container. - - - + - + - A control is anchored to the top edge of its container. + Initializes a new instance of the XlsxExportOptions class with the specified text export mode, grid lines and hyperlink settings. + + A object, which specifies a format in which data values should be saved. + + + true to show the grid lines in the resulting XLSX file; otherwise, false. This value is assigned to the property. - - + + + true to export hyperlinks; otherwise, false. This value is assigned to the property. - - Contains options which define how a document is exported to the native Printing System file format. + - - - + - Initializes a new instance of the NativeFormatOptions class with default settings. - - + + + + + + + + + + + + + - + - Copies all the settings from the NativeFormatOptions object passed as a parameter. - + Copies all the settings from the object passed as a parameter. - An NativeFormatOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a System.ArgumentNullException will be thrown. - + - Gets or sets a value indicating whether the resulting PRNX file should be compressed. + Specifies whether the document should be exported to a single XLSX file or different XLSX files, page-by-page, or not. - true to compress the resulting PRNX file; otherwise, false. + An enumeration value, representing the XLSX export mode. - + - Gets or sets a value which indicates whether a Native Format Options window should be shown when an end-user saves a document from the Print Preview. + Gets or sets the range of pages to be exported. + - true to show the Native Format Options window; otherwise, false. + A specifying the range of pages. - + - Lists the ways in which a document can be exported to Image. + Represents the base class for objects which define export options specific to XLS and XLSX formats. - + - A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single Image file. + Initializes a new instance of the XlsExportOptionsBase class with default settings. - + - A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting Image file only once, at the beginning and at the end of the document. - + Initializes a new instance of the XlsExportOptionsBase class with the specified text export mode and grid lines settings. + + A object, which specifies a format in which data values should be saved. + + + + true to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. + + - + - A document is exported to a single file, page-by-page. In this mode, all pages are exported one under another, separated by page borders (which are specified by the and properties). - + Initializes a new instance of the XlsExportOptionsBase class with the specified text export mode, grid lines and hyperlinks settings. + + A object, which specifies a format in which data values should be saved. + + + true to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. - - - - - The base for the class. + + + true to export hyperlinks; otherwise, false. This value is assigned to the property. + - - - + - Initializes a new instance of the PageInfoTextBrick class with the specified owner. - + Initializes a new instance of the XlsExportOptionsBase class with the specified text export mode. - - An object implementing the interface. - + + A object, which specifies a format in which data values should be saved. - + - Initializes a new instance of the PageInfoTextBrick class with default settings. - + + + + + + + + + + + + + - + - Initializes a new instance of the PageInfoTextBrick class with the specified visible borders, their width, color, and background and foreground colors. - - + - - A enumeration value(s) which specifies the borders displayed around the brick. - - + + - - A value which specifies the border width of the brick, measured in pixels. - + + - - A object which specifies the border color of the brick. - + + - - A object which specifies the background color of the brick. - + + - - A object which specifies the foreground color of the brick. - + + - + - Gets the text string containing the brick type information. + Copies all the settings from the object passed as a parameter. - A string, characterizing the brick's type. Always returns "PageInfo". - + + An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a System.ArgumentNullException will be thrown. + + - + - Gets or sets a value indicating whether the page number should be changed according to reordering in the Pages collection. + Gets or sets a value indicating whether hyperlinks should be exported to XLS. - A enumeration member. + true to export hyperlinks; otherwise, false. - + - Gets or sets the format string to display text information within the brick. + + + + + + + + + Enables the export mode, which when used exports only a report's actual data to XLSX (excluding all non-relevant elements, such as images, graphics, font and appearance settings). + - A string, consisting of alternating fixed text and indexed placeholders. + true to enable the raw data export mode; otherwise false. - + - Gets or sets the type of information to be displayed within the PageInfoTextBrick. + + + + + + + + + Gets or sets a name of the sheet in the created XLS file, to which a document is exported. - A enumeration member, indicating information type and its representation. + A representing the sheet name set in the resulting XLS file. - + - Gets or sets the initial value of a page counter. + Gets or sets a value indicating whether the grid lines should be visible in the resulting XLS file. - An integer value representing an initial number for pagination. - + true to show the grid lines in the resulting XLS file; otherwise, false. - + - Gets or sets the text to be displayed within the current brick. + Gets or sets a value indicating whether the cells in the resulting XLS document should use the same formatting as the original document. + - A representing the text to be displayed within the brick. + A enumeration value, specifying the text export mode in the resulting XLS document. - + - Lists the ways in which a document can be exported to RTF format. + The base for classes that provide the basic printing functionality in different environments. - + - A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting RTF file only once, at the beginning and at the end of the document. - + Initializes a new PrintingSystemBase class instance and adds it to the form's container. + + An IContainer that contains an XtraPrintingSystemBase component, if any. + + - + - A document is exported to a single file, page-by-page. + Initializes a new instance of the PrintingSystemBase class with default settings. - - + - Represents an association of a brick and a page. + Adds the specified command handler to the command handlers list for one or several of the printing system commands (listed in the enumeration). + + An object implementing the interface. + + + - + - Gets a brick object of the brick-page pair. + Adds the specified service to the service container. - A object. - + + The type of service to add. + + + + A callback object that can create the service. This allows a service to be declared as available, but delays creation of the object until the service is requested. + + + + true if this service should be added to any parent service containers; otherwise, false. + + - + - Creates a new brick-page pair with the specified brick and page. + Adds the specified service to the service container. - - - A object specifying a brick component of the pair. This value is assigned to the property. + + + The type of service to add. + + + An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter. - - A object specifying a page component of the pair. This value is assigned to the property. + + true if this service should be added to any parent service containers; otherwise, false. - A new BrickPagePair instance with the specified values. - - + - Creates a new brick-page pair with the specified string indices and page. + Adds the specified service to the service container. - - A value, which contains indices for the created object. + + The type of service to add. - - A object specifying a page component of the pair. This value is assigned to the property. + + An instance of the service to add. This object must implement or inherit from the type indicated by the serviceType parameter. - A new BrickPagePair instance with the specified values. - - + - Creates a new brick-page pair with the specified brick, page, integer indices and brick bounds. + Adds the specified service to the service container. - - A object specifying a brick component of the pair. This value is assigned to the property. + + The type of service to add. - - A object specifying a page component of the pair. This value is assigned to the property. + + A callback object that can create the service. This allows a service to be declared as available, but delays creation of the object until the service is requested. - - An array of integer values, which represent indices for the created object. - - - A object specifying the width, height and location of the brick. - - A new BrickPagePair instance with the specified values. - + + + + For internal use. Occurs after all document pages have been created. + + + - + - Creates a new brick-page pair with the specified integer indices and page. + Occurs on raising any PrintingSystem event that does not have the "Before" prefix in its name. - - An array of integer values, which specify indices for the created object. - - - A object specifying a page component of the pair. This value is assigned to the property. - - A new BrickPagePair instance with the specified values. - + + + + Occurs when page margins change. + + - + - Gets an empty brick-page pair. + Occurs after a specific page has been painted in a Print Preview. - A value, representing a brick-page pair with null components. - - + - Determines whether the specified object is equal to the current BrickPagePair instance. + Occurs after every time any page of the printing system's is printed. - - The object to compare with the current object. - - - true if the specified object is equal to the current BrickPagePair instance; otherwise false. - - + - Returns the size and location of the on the associated with the current BrickPagePair object. - + For internal use. Occurs before document pages are created. - A object representing the width, height and location of the brick. - - + - Gets the hash code (a number) that corresponds to the value of the current BrickPagePair object. + Occurs on raising any PrintingSystem event that has the "Before" prefix in its name. - An integer value representing the hash code for the current object. - - + - Gets a page object of the brick-page pair. + Occurs when page margins are about to change. - A object. - - + - Gets an index of a page, which contains a bookmark's brick. - + Occurs before a specific page has been painted in a Print Preview. - An integer value representing a page index. - - - + - Lists the acceptable line directions for HTML export. + Indicates that report generation has started. + - + - Specifies the default line direction when exported into HTML. + Must be called before subreport creation. + + The distance between the current subreport and the previously created item. + + - + - Specifies the horizontal line in HTML export. + For internal use. - + - Specifies the vertical line in HTML export. + For internal use. + A Boolean value. + - - + - A visual brick that contains a rotated text. + Clears the current document. + - + - Initializes a new instance of the LabelBrick class with the specified owner. + Gets or sets a value indicating whether pages should be renumbered following reordering in the collection. + + + true to renumber pages; otherwise, false. + + + + + + Creates a specific brick type. - - An object implementing the interface. + + The type of created brick. + The created brick. + - + - Initializes a new instance of the LabelBrick class with default settings. + Occurs when an exception is raised during document creation. + - + - Gets or sets the rotation angle of the text displayed within the brick. + Creates a new empty page using the current printing system's page settings. - A value, specifying the text angle in degrees. - + A object which represents a new empty page. + - + - Gets the text string, containing the brick type information. + Gets the current document. - A string, characterizing the brick's type. Always returns "Label". + A object. - + - Creates a new LabelBrick instance, which is a copy of the current instance. + Enables the specified printing system command. - A new LabelBrick instance, which is a copy of the current instance. - + + A enumeration value. + + + + true to enable the command; otherwise, false. + + - + - Gets a value indicating whether text within a label brick is drawn vertically. + Finishes a report's generation. + + + + + + Finishes a report's generation. - true if the text is shown in a vertical mode; otherwise, false. - + + true to generate the report document in the background thread; otherwise false. + - - + + - Represents a structure which stores the information about a document's build status. - + Occurs after the printing system's document is printed. + - + - Identifies the document. + Signals that subreport creation is completed. - A object. - - + - Specifies the service fault. + Executes the specified printing system command. - A object. - + + A enumeration value representing the command to be executed. + + - + - Specifies the current number of pages in the created document. + Executes the specified printing system command and passes the specified parameters. + - An integer value, specifying the number of pages. - + + A enumeration value representing the command to be executed. + + + + A collection of objects, representing the parameters to be passed to the executing command. + + - + - Specifies the current progress of the document creation. + Gets or sets the command to be executed as the default to export the current report. + - An integer value, specifying the progress position, in percents. + A enumeration value. - + - Specifies the task status. + Gets the settings used to specify export parameters when exporting a printing system's document. + - A enumeration value. + An object which contains the export settings for a printing system's document. - - + - If implemented by a class, provides the client-side functionality for a DevExpress Report Server. + Exports a document to the specified file path in CSV format using the defined CSV-specific options. + + A which specifies the file name (including the full path) for the created CSV file. + + + + A object which specifies the CSV export options to be applied when a document is exported. + + + - + - Creates a copy of the specified report. + Exports a document to the specified stream in CSV format. - - A System.Int32 value specifying a source report. + + A object to which the created CSV file should be sent. - - A data transfer object specifying properties of the created report copy. - - - A value, containing information about the asynchronous operation. + + + + + Exports a document to the specified stream in CSV format using the defined CSV-specific options. + + + + A object to which the created CSV file should be sent. - - A System.Action delegate to be called when the operation is complete. + + A object which specifies the CSV export options to be applied when a document is exported. - + - Provides the controls for the context of a channel. + Exports a document to the specified file path in CSV format. - An object implementing the System.ServiceModel.IContextChannel interface. - + + A which specifies the file name (including the full path) for the created CSV file. + + - + - Creates a copy of the specified report. + Exports a document to the specified file path in HTML format using the defined HTML-specific options. - - A System.Int32 value specifying a source report. - - - - A data transfer object specifying properties of the created report copy. + + A which specifies the file name (including the full path) for the created HTML file. - - A value, containing information about the asynchronous operation. + + An object which specifies the HTML export options to be applied when a document is exported. - + - Creates a new report category with the specified name. + Exports a document to the specified file path in HTML format. - - A System.String value specifying a category name. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be callled when the operation is complete. + + A which specifies the file name (including the full path) for the created HTML file. - + - Deletes the specified report. + Exports a document to the specified stream in HTML format using the defined HTML-specific options. - - A System.Int32 specifying a report to delete. - - - - A value, containing information about the asynchronous operation. + + A object to which the created HTML file should be sent. - - A System.Action delegate to be called when the operation is complete. + + A object which specifies the HTML export options to be applied when a document is exported. - + - Deletes the specified report category. + Exports a document to the specified stream in HTML format. - - A System.Int32 value specifying a report category to delete. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. + + A object to which the created HTML file should be sent. - + - Returns a collection of items to be displayed in the categories list. + Exports a document to the specified stream in Image format using the defined Image-specific options. - - A value, containing information about the asynchronous operation. + + A object to which the created Image file should be sent. - - A System.Action delegate to be called when the operation is complete. + + An object which specifies the Image export options to be applied when a document is exported. - + - Obtains an XML schema of the specified data source. + Exports a document to the specified stream in Image format. - - A System.Int32 value specifying a data source. - - - - A value, containing information about the asynchronous operation. + + A object to which the created Image file should be sent. - A System.String containing a data source schema. - - + - Gets values for a parameter's lookup editor. + Exports a document to the specified stream in the specified Image format. - - A System.Int32 specifying a data view. + + A object to which the created Image file should be sent. - - A System.String specifying a data member by its name. + + A object which specifies the image format. - - A System.String specifying a data column providing display values for a lookup editor. + + + + + + Exports a document to the specified file path in Image format using the defined Image-specific options. + + + + A which specifies the file name (including the full path) for the created Image file. - - A System.String specifying a data column providing values for a lookup editor. + + A object which specifies the Image export options to be applied when a document is exported. - An array of objects. - - + - Gets properties of the specified report to be displayed in a report catalog. + Exports a document to the specified file path in Image format. - - A System.Int32 value specifying a report. + + A which specifies the file name (including the full path) for the created Image file. - A data transfer object containing the values of the report properties to be displayed in a report catalog. - - + - Gets a collection of revisions for the specified report. + Exports a document to the specified file path using the specified image format. - - A System.Int32 value specifying a report. + + A which specifies the file name (including the full path) for the created Image file. - - A value, containing information about the asynchronous operation. + + A object which specifies the image format. - - A System.Action delegate to be called when the operation is complete. + + + + + + Exports a document to the specified file path in MHT format. + + + + A which specifies the file name (including the full path) for the created MHT file. - + - Gets a collection of items to be displayed in a report catalog. + Exports a document to the specified stream in MHT format using the defined MHT-specific options. - - A value, containing information about the asynchronous operation. + + A object to which the created MHT file should be sent. - - A System.Action delegate to be called when the operation is complete. + + An object which specifies the MHT export options to be applied when a document is exported. - + - Gets the role of the current user + Exports a document to the specified stream in MHT format. - A System.String value containing the role of the user. - + + A object to which the created MHT file should be sent. + + - + - Loads the specified report from the server storage. + Exports a document to the specified file path in MHT format using the defined MHT-specific options. - - A System.Int32 specifying a report to load. - - - - A value, containing information about the asynchronous operation. + + A which specifies the file name (including the full path) for the created MHT file. - - A System.Action delegate to be called when the operation is complete. + + An object which specifies the MHT export options to be applied when a document is exported. - + - Gets the specified revision of a report layout. + Exports a document to the specified file path in PDF format using the defined PDF-specific options. - - A System.Int32 value specifying a report. + + A which specifies the file name (including the full path) for the created PDF file. - - A System.Int32 value specifying a report revision. + + A object which specifies the PDF export options to be applied when a document is exported. - - A value, containing information about the asynchronous operation. - - - A System.Action delegate to be called when the operation is complete. + + + + + Exports a document to the specified file path in PDF format. + + + + A which specifies the file name (including the full path) for the created PDF file. - + - Locks the specified report. + Exports a document to the specified stream in PDF format. - - A System.Int32 specifying the report to lock. + + A object to which the created PDF file should be sent. - + - Checks a server for availability. + Exports a document to the specified stream in PDF format using the defined PDF-specific options. - - A System.Action delegate to be called when the operation is complete. + + A object to which the created PDF file should be sent. - - A value, containing information about the asynchronous operation. + + A object which specifies the PDF export options to be applied when a document is exported. - + - Rolls the layout of a report back to the specified revision. + Exports a document to the specified file path in RTF format. - - A System.Int32 value specifying a report to roll back. + + A which specifies the file name (including the full path) for the created RTF file. - - A System.Int32 value specifying a target layout revision. - - - A value, containing information about the asynchronous operation. + + + + + Exports a document to the specified file path in RTF format using the defined RTF-specific options. + + + + A , which specifies the file name (including the full path) for the created RTF file. - - A System.Action delegate to be called when the operation is complete. + + An object, representing options, which define how a document is exported to RTF format. - + - Saves the specified report to the server storage. + Exports a document to the specified stream in RTF format using the defined RTF-specific options. - - A System.Int32 value specifying a report to save. - - - - A Data Transfer Object containing report data. - - - - A value, containing information about the asynchronous operation. + + A to which the created RTF file should be sent. - - A System.Action delegate to be called when the operation is complete. + + An object, representing options, which define how a document is exported to RTF format. - + - Unlocks the specified report. + Exports a document to the specified stream in RTF format. - - A System.Int32 specifying the report to unlock. + + A object to which the created RTF file should be sent. - + - Updates properties of the specified report. + Exports a document to the specified file path in Text format using the defined Text-specific options. - - A System.Int32 value specifying a report to update. - - - - A data transfer object containing new values for report properties. - - - - A value, containing information about the asynchronous operation. + + A which specifies the file name (including the full path) for the created Text file. - - A System.Action delegate to be called when the operation is complete. + + A object which specifies the Text export options to be applied when a document is exported. - + - Updates properties of the specified report category. + Exports a document to the specified stream in Text format using the defined Text-specific options. - - A System.Int32 value specifying a report category to update. - - - - A System.String specifying a category name. - - - - A value, containing information about the asynchronous operation. + + A object to which the created Text file should be sent. - - A System.Action delegate to be called when the operation is complete. + + A object which specifies the Text export options to be applied when a document is exported. - + - Uploads report layout data onto a server. + Exports a document to the specified stream in Text format. - - A System.IO.Stream containing layout data. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. + + A object to which the created Text file should be sent. - - + - Represents a page's watermark. + Exports a document to the specified file path in Text format. + + A which specifies the file name (including the full path) for the created Text file. + + + - + - Initializes a new instance of the PageWatermark class with default settings. + Exports a report to the specified stream in XLS format using the defined XLS-specific options. + + A object to which the created XLS file should be sent. + + + + An object which specifies the XLS export options to be applied when a report is exported. + + - + - Disposes of the PageWatermark object. - + Exports a report to the specified file path in XLS format. + + A which specifies the file name (including the full path) for the created XLS file. + + - + - Determines whether the specified object is equal to the current PageWatermark instance. + Exports a report to the specified file path in XLS format using the defined XLS-specific options. - - The object to compare with the current object. + + A which specifies the file name (including the full path) for the created XLS file. + + + + An object which specifies the XLS export options to be applied when a report is exported. - true if the specified object is equal to the current PageWatermark instance; otherwise false. - - + - Gets or sets the font of the PageWatermark. + Exports a report to the specified stream in XLS format. - A object that defines the text's format, including font face, size, and style attributes. + + A object to which the created XLS file should be sent. - + - + - Gets or sets the foreground color of the PageWatermark's text. + Exports a report to the specified stream in XLSX format using the defined XLSX-specific options. - A object representing the foreground color of the text. - + + A object to which the created XLSX file should be sent. + + + + An object which specifies the XLSX export options to be applied when a report is exported. + + - + - Gets the hash code (a number) that corresponds to the value of the current PageWatermark object. - + Exports a report to the specified file path in XLSX format. - An integer value representing the hash code for the current object. - + + A which specifies the file name (including the full path) for the created XLSX file. + + - + - Gets or sets the PageWatermark's picture. + Exports a report to the specified file path in XLSX format using the defined XLSX-specific options. - A object specifying the watermark's picture. - + + A which specifies the file name (including the full path) for the created XLSX file. + + + + An object which specifies the XLSX export options to be applied when a report is exported. + + - + - Gets or sets the position of the PageWatermark's picture. + Exports a report to the specified stream in XLSX format. - A enumeration value specifying how a picture is aligned on the document page. - + + A object to which the created XLSX file should be sent. + + - + - Gets or sets a value indicating if a PageWatermark's picture should be tiled. + Exports a document to the specified stream in XPS format using the specified XPS-specific options. - true to tile a watermark's picture; otherwise, false. - + + A object to which the created XPS file should be sent. + + + + An object which specifies the XPS export options to be applied when a document is exported. + - - - - Gets or sets the transparency of the watermark's image. + + + + Exports a report to the specified file path in XPS format using the specified XPS-specific options. - An integer value specifying the images's transparency. It should be between 0 and 255, inclusive. - + + A which specifies the file name (including the full path) for the created XPS file. + + + + An object which specifies the XPS export options to be applied when a report is exported. + + - + - Gets or sets the mode in which a picture is displayed. + Fires after page rendering if a gap remains between the rendered areas. - An enumeration value specifying how the picture should be displayed. - - + - Gets or sets a value indicating whether a watermark should be printed behind or in front of the contents of a page. - + For internal use. - true to print a watermark behind the contents of a page; otherwise false. + + - + + + - + - Gets or sets a PageWatermark's text. + Gets the current visibility of the specified printing system command. - A specifying the text of a watermark. - + + A enumeration value which represents the visibility of the specified command. + + + A enumeration value which specifies the command whose visibility is to be determined. + - + - Gets or sets the incline of the PageWatermark's text. + Gets the intersecting bricks within the document. - A enumeration value representing the text incline. - + A collection of intersecting objects. + - + - Gets or sets the transparency of the PageWatermark's text. + Gets a object used for drawing in the current report. - An integer value specifying the text's transparency. It should be between 0 and 255, inclusive. + A object. - - + - A visual brick that contains a barcode. + Highlights the intersecting bricks within the document. + + A to paint the intersecting bricks. + + + - + - Initializes a new instance of the BarCodeBrick class with the specified owner. - + Inserts a page break at a specified position. - - An object implementing the interface. - + + A value which specified the position to insert a page break. - + - Initializes a new instance of the BarCodeBrick class with default settings. + Inserts a page break at a specified position, with the specified settings for the subsequent page. + + A value which specifies the position to insert a page break. - - - - Gets or sets the alignment of the barcode in the brick rectangle. - - - A enumeration value that specifies how the barcode is aligned within the brick. + + + A object. - + + + A enumeration value. + + + A structure. - - - - Gets or sets a value that specifies whether the property value should be calculated automatically based upon the barcode's size. + + + true to print a page in landscape orientation; otherwise, false. - - - true if the barcode's module is calculated automatically; otherwise, false. - + - + - Gets or sets the byte array to be coded into the PDF417 barcode. + Loads a document from a file in a native XML format (PRNX). - An array of values. - + + A , which specifies the file name (including the full path) of the PRNX file to be loaded. + + - + - For internal use only. + Loads a document from a object, containing data in a native XML format (PRNX). - - + + A object containing PRNX data. + + - + - Gets the text string, containing the brick type information. + Prevents the document from being modified. - A string, characterizing the brick's type. Always returns "BarCode". - - + - Specifies the default text . Currently it is set to value. + Draws a selection rectangle around the specified brick located on the specified page. - A value. - + + A object representing the brick around which a selection rectangle will be drawn. + + + A object representing the page on which the brick is located. Note that if a brick is split across two or more pages, then only the part of the brick which is located on the specified page will be selected. - - - - Specifies the default value. Currently it is set to false. - - - [To be supplied] + - + - Gets or sets the default value for the property. + Gets the bounds of a report page. - - + A that represents page length and width (in hundredths of an inch). + - + - Specifies the default value. Currently it is set to 2.0 + Gets the number of document pages. - [To be supplied] + An integer value. + - + - Specifies the default value. Currently it is set to . + For internal use. - [To be supplied] - + - Specifies the default value. Currently it is set to true. + Gets the current page margin settings. + - [To be supplied] + The current page margin. + - + - Gets or sets the symbology (code type) for the barcode and the text displayed in the BarCodeBrick. - + Provides access to a collection of pages generated for this printing system. - A object representing the symbology used in the current BarCodeBrick. + A object which represents a collection of pages. - + - Gets or sets the width of the narrowest bar or space in the current BarCodeBrick instance. + Gets the current page settings. - A value which represents the width of the narrowest bar or space. + An object containing the current page settings. - + - Gets or sets how a barcode should be rotated in a report. + Occurs when page settings change. - A enumeration value specifying the angle at which a barcode is rotated. - - - + - Gets or sets a value indicating whether the text is displayed in this BarCodeBrick. + For internal use. - true if the text is displayed; otherwise, false. + - + - Overrides the property to hide it. + Occurs before sending every document page to a printer to indicate the current printing progress. - A . - - + - Overrides the property to hide it. + Provides access to the object that reflects the current state of a document's generating or exporting. - A value. + A object which is intended to track the process of a document's creation. - + - Overrides the property to hide it. + Removes the existing command handler for one or several of the printing system commands (listed in the enumeration). - A value. - + + An object implementing the interface. + - - + + - Supports automatic creation on the client side. + Removes the specified service type from the service container. + + The type of service to remove. + + + - + - Initializes a new instance of the ReportServerClientFactory class with the specified endpoint configuration name and remote address. + Removes the specified service type from the service container. - - A value, specifying the endpoint configuration name. + + The type of service to remove. - - An object. + + true if this service should be removed from any parent service containers; otherwise, false. - + + + Resets all settings of the printing system's . + + + + + + - Initializes a new instance of the ReportServerClientFactory class with the specified endpoint configuration name. + Saves a document to a object in a native XML format (PRNX). - - A value, specifying the endpoint configuration name. + + A object to which the created PRNX file should be sent. - + - Initializes a new instance of the ReportServerClientFactory class with the specified remote address and binding. + Saves a document to the specified file path in a native XML format (PRNX) using the specified PRNX-specific options. - - An object. + + A which specifies the file name (including the full path) for the created PRNX file. - - A object. + + A object which specifies the PRNX-specific options to be applied when a document is saved. - + - Initializes a new instance of the ReportServerClientFactory class with the specified remote address. + Saves a document to the specified file path in a native XML format (PRNX). - - An object. + + A which specifies the file name (including the full path) for the created PRNX file. - + - Creates a . + Saves a document to a object in a native XML format (PRNX) using the specified PRNX-specific options. - An object implementing the interface (typically, this is a object). - + + A object to which the created PRNX file should be sent. + + + A object which specifies the PRNX-specific options to be applied when a document is saved. - - + + + + - Lists the values that indicate the document markup compatibility of various software platforms. + Gets or sets the command to be executed as the default, to export and send the current report. + A enumeration member. + + - + - XAML is Silverlight-compatible. + For internal use. + + + + + + + + - + - XAML is WPF-compatible. + Changes the visibility of the specified printing system command. + + A enumeration value which specifies the command whose visibility needs to be changed. + + + A enumeration value which specifies the new visibility state for the commands. - - + - - Represents the regular star shape type. - - - + - Initializes a new instance of the ShapeStar class with default settings. + Changes the visibility of the specified printing system command. + + An array of enumeration values which specify the commands whose visibility needs to be changed. + + + + A enumeration value which specifies the new visibility state for the commands. + + - + - Specifies the star's concavity value. + Gets or sets a value which specifies whether an error message is shown when the page margins are set outside the printable area. - A value. + true to show the margins warning dialog; otherwise false. - + - Gets or sets the number of points for the star shape. - + Specifies whether or not to show a print status dialog when printing a document. - An integer value that specifies the number of points for the star shape. - + true to show the print status dialog; otherwise false. - - + - Represents the rectangle shape type. + Occurs before the printing system's document is printed. + - + - Initializes a new instance of the ShapeRectangle class with default settings. + Unlocks a previously locked document. - - + - Represents the arrow shape type. + Removes a selection rectangle which was previously drawn around the specified brick using the method. + + A object representing the brick which should be deselected. + + + + A object representing the page on which the brick is located. Note that if a brick is split across two or more pages, then only the part of the brick which is located on the specified page will be deselected. + + + - + - Initializes a new instance of the ShapeArrow class with default settings. + Specifies the name of the user that created the document. + + A value. + - + - Gets or sets the height of an arrow (in percent). + Gets the document's watermark. - An integer value which represents the height of an arrow. This value should be from 0 to 100. + A object specifying the document's watermark. - + - Gets or sets the width of an arrow (in percent). + Occurs after the creation of an XLSX document is finished. - An integer value which represents the width of an arrow. This value should be from 0 to 100. - - + - Represents the ellipse shape type. + Specifies the amount of redundancy built into the coding of the PDF417 barcode to compensate for calculation errors. + - + - Initializes a new instance of the ShapeEllipse class with default settings. + Identifies the zero error correction level of the PDF417 barcode. - - + - Represents the regular polygon shape type. - + Identifies the first error correction level of the PDF417 barcode. + - + - Initializes a new instance of the ShapePolygon class with default settings. + Identifies the second error correction level of the PDF417 barcode. - + - Gets or sets the number of polygon sides. - + Identifies the third error correction level of the PDF417 barcode. - An integer value which represents the number of sides in a polygon. - - - + - Represents the bracket shape type. + Identifies the fourth error correction level of the PDF417 barcode. + - + - Initializes a new instance of the ShapeBracket class with default settings. + Identifies the fifth error correction level of the PDF417 barcode. - + - Gets or sets the length of a brace's tip. - + Identifies the sixth error correction level of the PDF417 barcode. - An integer value which represents a tip's length. - - - - + - Defines the base class for all the shape types whose corners can be filleted. - - + Identifies the seventh error correction level of the PDF417 barcode. + - + - Gets or sets a value specifying how shape corners are rounded (in percent). - - + Identifies the eighth error correction level of the PDF417 barcode. - An integer value which shows how corners are rounded. This value should be from 0 to 100. - - - + - Represents the cross shape type. + Specifies the kind of data that should be coded into the PDF417 barcode. - + - Initializes a new instance of the ShapeCross class with default settings. + Specifies that the byte array should be coded into the PDF417 barcode. - + - Gets or sets the horizontal line width of a cross (in percents). - + Specifies that the textual information should be coded into the PDF417 barcode. - An integer value which represents the width of a horizontal line. - - - - Gets or sets the vertical line width of a cross (in percents). + - - - An integer value which represents the width of a vertical line. - + + Generates a PDF417 barcode. - - - - Represents the line shape type. - + - Initializes a new instance of the ShapeLine class with default settings. + Initializes a new instance of the PDF417Generator class with the specified source. + + A object, which represents the source used to generate a PDF417 barcode. + - - + + - Defines the base class for all the shape types. + Initializes a new instance of the PDF417Generator class with default settings. + - + - Override this method to get the name of the shape. + Gets or sets the number of barcode columns, which allows control of the logic width of the barcode. + - A string, representing the shape's name. + An integer, specifying the logic width of the barcode. - - + - Represents the brace shape type. + Gets or sets whether textual information or a byte array should be used as the barcode's data. + A enumeration value. + + - + - Initializes a new instance of the ShapeBrace class with default settings. + Gets or sets the amount of redundancy built into the barcode's coding, to compensate for calculation errors. + An enumeration value, specifying the error correction level. + - + - Gets or sets a value which specifies how brace corners are rounded. + Gets or sets the number of barcode rows, which allows control of the logic height of the barcode. - An integer value which represents how brace corners are rounded. + An integer, specifying the logic height of the barcode. - + - Gets or sets the length of a brace's tail. - + For internal use. Gets the barcode symbology for the current generator object. - An integer value which represents a tail's length. - + A enumeration value. - - + - Defines the base class for all the shape types represented by a closed figure. + Gets or sets whether the special end-symbol should be appended to the barcode. + true if the end symbol should be appended; otherwise, false. + - - + + - Defines the base class for all the shape types based on a regular polygon. + Gets or sets the height-to-width ratio of a logical unit's graphic representation. + A value specifying the height-to-width ratio of a logical unit's graphic representation. + + - + - Represents the class used to generate an UPC Supplemental 5 barcode. + The base class for the class. - + - Initializes a new instance of the UPCSupplemental5Generator class with default settings. + Initializes a new instance of the PrintToolBase class with the specified Printing System. + + A object that represents the Print Tool's Printing System. This value is assigned to the property. + + - + - For internal use. Gets the barcode symbology for the current generator object. + Prints the current document. - A enumeration value. - - - + - Represents the class used to generate an UPC Supplemental 2 barcode. + Prints the current document on the specified printer. + + A representing the name of the printer on which the current document should be printed. + + + - + - Initializes a new instance of the UPCSupplemental2Generator class with default settings. - + + - + - For internal use. Gets the barcode symbology for the current generator object. + Provides access to the Printing System of the PrintToolBase. - A enumeration value. + A class descendant. - + - Represents the class used to generate a PostNet barcode. + Lists the values corresponding to the different export modes available when saving a document to the XLS, XLSX and CSV formats. - + - Initializes a new instance of the PostNetGenerator class with default settings. + Export mode that uses a new data export engine that features improved performance and memory usage. When exporting to XLS and XLSX formats, specific data-shaping options (e.g., summaries, filtering, sorting, data groups and lookup values) of a source control are retained in the export output. When exporting to CSV format, the control's data shaping options are not included in the export document, which simplifies subsequent analysis and processing of text data. + +The layout of control elements may not be retained in the export document. Other limitations also apply. + + +Not all controls support the DataAware export mode. + - + - Overrides the property. + The default export mode. + +For the property, the Default value is equivalent to the DataAware value. + + +If the , or property is set to Default, the actual export mode is specified by the property. + - true if the barcode object needs a checksum to be calculated; otherwise, false. - - + - For internal use. Gets the barcode symbology for the current generator object. + Export mode that uses the export engine of the XtraPrinting library. +When exporting to XLS and XLSX formats, the layout of control elements is retained in the export document; specific data shaping options are not retained, compared to the DataAware export mode. - A enumeration value. - - + - Represents the class used to generate an UPC-E1 barcode. - + Contains options that define how a document is exported to CSV format in the data-aware export mode. - + - Initializes a new instance of the UPCE1Generator class with default settings. + Initializes a new instance of the CsvExportOptionsEx class with default settings. - + - For internal use. Gets the barcode symbology for the current generator object. + Initializes a new instance of the CsvExportOptionsEx class with the specified settings. - A enumeration value. - + + A value, specifying the symbols that are used to separate the text elements in the created CSV file. This value is assigned to the property. + + + A descendant, specifying the encoding of the created CSV document. This value is assigned to the property. - - + + + A enumeration value, specifying a format in which data values should be saved. This value is assigned to the property. - - Represents the class used to generate an UPC-E0 barcode. + + + true to include the empty rows into the resulting CSV file; otherwise false. This value is assigned to the property. - - + + + true to include the empty columns into the resulting CSV file; otherwise false. This value is assigned to the property. - - - - Initializes a new instance of the UPCE0Generator class with default settings. - - + - + - For internal use. Gets the barcode symbology for the current generator object. + When exporting to CSV format, this event allows you to customize a cell in the output document. - A enumeration value. - - - + - Represents the class used to generate an MSI barcode. + Fires repeatedly while the data is being exported. + - + - Initializes a new instance of the CodeMSIGenerator class with default settings. + Gets or sets export mode. + The current export mode. + - + - Overrides the property. - + - true if the barcode object needs a checksum to be calculated; otherwise, false. - + - - - Gets or sets the checksum type for the barcode. + + + Contains options that define how a document is exported to XLSX format in the data-aware export mode. - An enumeration value which represents the checksum type. - - - - + - For internal use. Gets the barcode symbology for the current generator object. + Initializes a new instance of the XlsxExportOptionsEx class with default settings. - A enumeration value. - - - + - Represents the class used to generate an EAN 13 barcode. + Initializes a new instance of the XlsxExportOptionsEx class with the specified text export mode. + + A enumeration value, specifying a format in which data values should be saved. This value is assigned to the property. + + + - + - Initializes a new instance of the EAN13Generator class with default settings. + When exporting to XLSX format, this event fires immediately after a row has been added to the output document. - + - Overrides the property. + Gets or sets whether cell merging is enabled in the exported document. - true if the barcode object needs a checksum to be calculated; otherwise, false. + A value that specifies whether cell merging is enabled in the exported document. - + - For internal use. Gets the barcode symbology for the current generator object. + Gets or sets whether the column header panel is anchored to the top of the export document, and thus it is not scrolled vertically. - A enumeration value. + A value that specifies whether the column header panel is anchored to the top of the export document - - + - Represents the class used to generate an Interleaved 2 of 5 barcode. + Gets or sets whether left fixed columns enabled in a grid control are fixed in the exported document. + A value that specifies whether column anchoring is enabled in the exported document. + + - + - Initializes a new instance of the Interleaved2of5Generator class with default settings. + Gets or sets whether data groups are exported from the source control to the output document. + A value that specifies whether data groups are exported from the source control to the output document. + - + - For internal use. Gets the barcode symbology for the current generator object. + Gets or sets whether hyperlinks are exported. - A enumeration value. + A value that specifies whether hyperlinks are exported to the resulting document. - + - Gets or sets the density of a barcode's bars. - + Gets or sets whether lookup values of combo-box and lookup columns are exported. - A float value specifying the density of a barcode's bars. - + A value that specifies whether lookup values of combo-box and lookup columns are exported. - - + - Represents the class used to generate a Matrix 2 of 5 barcode. + Gets or sets whether the sorting and filtering functionality is enabled for columns in the exported document. + A value that specifies whether the sorting and filtering functionality is enabled for columns in the exported document. + + - + - Initializes a new instance of the Matrix2of5Generator class with default settings. + When exporting to XLSX format, this event allows you to customize a cell in the output document. - + - For internal use. Gets the barcode symbology for the current generator object. + When exporting to XLSX format, this event allows you to customize the footer in the output document. + - A enumeration value. - - - + - Defines the base class for the and classes. - + When exporting to XLSX format, this event allows you to customize the header in the output document. + - + - Overrides the property. + When exporting to XLSX format, this event allows you to customize the output document's settings. - true if the barcode object needs a checksum to be calculated; otherwise, false. - - - + - Defines the base class for the and classes. - + Fires repeatedly while the data is being exported. + - + - Overrides the property. + Gets or sets export mode. - true if the barcode object needs a checksum to be calculated; otherwise, false. + The current export mode. - - + - Represents the class used to generate an EAN 128 barcode. - + + + - + - Initializes a new instance of the EAN128Generator class with default settings. + Gets or sets whether column headers are visible in the exported document. + A value that specifies whether column headers are visible in the exported document. + - + - Gets or sets the symbol (or set of symbols) in the barcode's text that will be replaced with the FNC1 functional character when the barcode's bars are drawn. - + Gets or sets whether group summaries are enabled in the exported document. - A specifying the symbols to be replaced. + A value that specifies whether group summaries are enabled in the exported document. - + - Specifies whether or not parentheses should be included in the barcode's text. - + Gets or sets whether a title is displayed for each print preview page of the exported document. - true to insert parentheses into the barcode's printed text; otherwise, false. + A value that specifies whether a title is displayed for each print preview page of the exported document. - + - For internal use. Gets the barcode symbology for the current generator object. + Gets or sets whether total summaries are enabled in the exported document. - A enumeration value. + A value that specifies whether total summaries are enabled in the exported document. - + - Represents the class used to generate an EAN 8 barcode. + Contains options that define how a document is exported to XLS format in the data-aware export mode. - + - Initializes a new instance of the EAN8Generator class with default settings. + Initializes a new instance of the XlsExportOptionsEx class with default settings. - + - For internal use. Gets the barcode symbology for the current generator object. + Initializes a new instance of the XlsExportOptionsEx class with the specified text export mode. - A enumeration value. - + + A enumeration value, specifying a format in which data values should be saved. This value is assigned to the property. + + - + + + When exporting to XLS format, this event fires immediately after a row has been added to the output document. + + + + + - Represents the class used to generate an Industrial 2 of 5 barcode. + Gets or sets whether cell merging is enabled in the exported document. + A value that specifies whether cell merging is enabled in the exported document. + + - + - Initializes a new instance of the Industrial2of5Generator class with default settings. + Gets or sets whether the column header panel is anchored to the top of the export document, and thus is not scrolled vertically. + + A value that specifies whether the column header panel is anchored to the top of the export document + - + - For internal use. Gets the barcode symbology for the current generator object. + Gets or sets whether left fixed columns enabled in a grid control are fixed in the exported document. - A enumeration value. + A value that specifies whether column anchoring is enabled in the exported document. - + - Gets or sets the density of a barcode's bars. - + Gets or sets whether data groups are exported from the source control to the output document. - A float value specifying the density of a barcode's bars. + A value that specifies whether data groups are exported from the source control to the output document. + - - + - Represents the class used to generate an UPC A barcode. + Gets or sets whether hyperlinks are exported. + A value that specifies whether hyperlinks are exported to the resulting document. + + + + - + - Initializes a new instance of the UPCAGenerator class with default settings. + Gets or sets whether lookup values of combo-box and lookup columns are exported. + A value that specifies whether lookup values of combo-box and lookup columns are exported. + - + - For internal use. Gets the barcode symbology for the current generator object. + Gets or sets whether the sorting and filtering functionality is enabled for columns in the exported document. - A enumeration value. + A value that specifies whether the sorting and filtering functionality is enabled for columns in the exported document. - - + - Represents the class used to generate a Code 93 barcode. + When exporting to XLS format, this event allows you to customize a cell in the output document. + - + - Initializes a new instance of the Code93Generator class with default settings. + When exporting to XLS format, this event allows you to add a footer to the output document. + - + - For internal use. Gets the barcode symbology for the current generator object. + When exporting to XLS format, this event allows you to add a header to the output document. - A enumeration value. - - - + - Represents the class used to generate a Code 39 Extended barcode. - + When exporting to XLS format, this event allows you to customize the output document's settings. + - + - Initializes a new instance of the Code39ExtendedGenerator class with default settings. + Fires repeatedly while the data is being exported. - + - For internal use. Gets the barcode symbology for the current generator object. + Gets or sets export mode. - A enumeration value. + The current export mode. - - + - Represents the class used to generate a Code 128 barcode. - - + + + - + - Initializes a new instance of the Code128Generator class with default settings. + Gets or sets whether column headers are visible in the exported document. + A value that specifies whether column headers are visible in the exported document. + - + - Overrides the property. + Gets or sets whether group summaries are enabled in the exported document. - true if the barcode object needs a checksum to be calculated; otherwise, false. + A value that specifies whether group summaries are enabled in the exported document. - + - Gets or sets the charset type for the barcode. + Gets or sets whether a title is displayed for each print preview page of the exported document. - A enumeration value that specifies a charset to be used. + A value that specifies whether a title is displayed for each print preview page of the exported document. - + - For internal use. Gets the barcode symbology for the current generator object. + Gets or sets whether total summaries are enabled in the exported document. - A enumeration value. + A value that specifies whether total summaries are enabled in the exported document. + - + - Represents the class used to generate a Code 11 barcode. - + Lists values used to specify the font family to which a cell font may belong. - + - Initializes a new instance of the Code11Generator class with default settings. + Specifies that information about a font family of the given font does not exist. In this case, the default font family is used. - + - Overrides the property. + Specifies a novelty font. - true if the barcode object needs a checksum to be calculated; otherwise, false. - - + - For internal use. Gets the barcode symbology for the current generator object. + Specifies a monospace font with or without serifs. - A enumeration value. - - - + - Represents the class used to generate a Codabar barcode. - + Specifies a proportional font with serifs. + - + - Initializes a new instance of the CodabarGenerator class with default settings. + Specifies a script font that is designed to mimic the appearance of handwriting. - + - Overrides the property. + Specifies a proportional font without serifs. - true if the barcode object needs a checksum to be calculated; otherwise, false. - - + + - Gets or sets the first (start) and last (stop) symbols used to code the barcode's structure. + A collection of objects, specifying the list of recipients who are to receive an exported document via email. - A enumeration value that specifies the pair of start and stop symbols used. - + + + + Initializes a new instance of the RecipientCollection class with default settings. + + - + - For internal use. Gets the barcode symbology for the current generator object. + Appends an array of recipients to the collection. - A enumeration value. - + + An array of the class descendants to append to the collection. + + - + - Gets or sets the density of a barcode's bars. + Provides access to individual items in the collection by their address. + - A float value specifying the density of a barcode's bars. + + A value specifying the address of the recipient to get. + + + A which represents the recipient with the specified address. - + - Represents the class used to generate a Code 93 Extended barcode. + Defines the recipient settings. - + - Initializes a new instance of the Code93ExtendedGenerator class with default settings. + Initializes a new instance of the Recipient class with the specified address, contact name and the message prefix. + + + A value that specifies the recipient e-mail address. This value is assigned to the property. + + + + A value that specifies the recipient contact name. This value is assigned to the property. + + + + A value that specifies the prefix defining a way to send messages. This value is assigned to the property. + + + + A value that specifies the recipient field type. This value is assigned to the property. + + - + - For internal use. Gets the barcode symbology for the current generator object. + Initializes a new instance of the Recipient class with the specified address, contact name, field type and the message prefix. - A enumeration value. - + + A value that specifies the recipient e-mail address. This value is assigned to the property. + + + A value that specifies the recipient contact name. This value is assigned to the property. - - + + + A value that specifies the prefix defining a way to send messages. This value is assigned to the property. + + - - Represents the class used to generate a Code 39 barcode. + + + + Initializes a new instance of the Recipient class with the specified address, contact name, and field type. + + A value that specifies the recipient e-mail address. This value is assigned to the property. + + + + A value that specifies the recipient contact name. This value is assigned to the property. + + + + A value that specifies the recipient field type. This value is assigned to the property. + + + - + - Initializes a new instance of the Code39Generator class with default settings. + Initializes a new instance of the Recipient class with the specified address and contact name. + + A value that specifies the recipient e-mail address. This value is assigned to the property. + + + + A value that specifies the recipient contact name. This value is assigned to the property. + + - + - For internal use. Gets the barcode symbology for the current generator object. + Initializes a new instance of the Recipient class with the specified address and field type. - A enumeration value. - + + A value that specifies the recipient e-mail address. This value is assigned to the property. + + + + A value that specifies the recipient field type. This value is assigned to the property. + + - + - Gets or sets the density of a barcode's bars. + Initializes a new instance of the Recipient class with the specified recipient address. - A float value specifying the density of a barcode's bars. - + + A value that specifies the recipient e-mail address. This value is assigned to the property. + - - + + - Defines the base class for all the classes used to generate barcodes. + Initializes a new instance of the Recipient class with default settings. + - + - Gets or sets whether to calculate a checksum for the barcode. + Specifies the recipient's email address. - true if the barcode object needs a checksum to be calculated; otherwise, false. + A value. - + - For internal use. + Specifies the email recipient name. - - An object implementing the DevExpress.XtraPrinting.IGraphicsBase interface. - - - - A structure. - - - - An object implementing the interface. - - + A value. + - + - Gets the name of the bar code type, which is represented by a current class. + Specifies the email recipient type. - A string, which is the name of the bar code type. + A value. - + - For internal use. Gets the barcode symbology for the current generator object. + Specifies the email message prefix (e.g., "SMTP:" or "Fax:"). - A enumeration value. + A value. - - + - Specifies which formula is used to calculate the checksum for the MSI barcode. - + Returns the textual representation of the Recipient class. + A value. + + - + + - The checksum is calculated with respect to base 10 twice. + Lists the values used to specify the field type to which the current recipient belongs. - - + - The checksum is calculated with respect to base 10. + Indicates the BCC (blind carbon copy) field type. - + - The checksum is not calculated. + Indicates the CC (carbon copy) field type. - - + - Specifies the character set used for coding the Code 128 barcode structure. + Indicates the To field type (the field of primary recipients). + + + - + + - The "A" character set will be used for coding a barcode. + Lists the values used to specify the type of relationship between the document and the attachment file. + - - + - The character set will be chosen automatically according to the text assigned to a barcode. + The attachment file data is an alternative representation of the PDF content. - + - The "B" character set will be used for coding a barcode. + The attachment file contains data which is used for the visual representation in the PDF part. - + - The "C" character set will be used for coding a barcode. + The attachment file contains the source data for the visual representation derived from the PDF part. - - + - Specifies the first (start) and last (stop) symbols used to code the Codabar barcode structure. - + The attachment file contains additional information. + - + - The first element in a barcode is "A" and the last element is "T". + The relationship is unknown or does not match any relationship above. - + + - The first element in a barcode is "B" and the last element is "N". + Represents a file attached to a PDF document. + - - + - The first element in a barcode is "C" and the last element is "*". - + Initializes a new instance of the PdfAttachment class with default settings. - + - The first element in a barcode is "D" and the last element is "E". - + Specifies the date of the attachment file creation. + A value, that specifies the date of the attachment file creation. + - + - The are no start (first) and stop (last) elements used in a barcode. - + Specifies the document's attachment file as a byte array. + A array that contains the document's attachment file. + - - + - Specifies by what angle a barcode is rotated. + Specifies the name of the attachment file. + A value that specifies the name of the attachment file. + + - + - A barcode is displayed in its normal orientation. + Specifies the path to the file to be attached to the document. + A value, specifying the path to the file to be attached to the document. + - + - A barcode is rotated 90 degrees counter clockwise. - + Specifies the date of the attachment file's last modification. + A value that specifies the date of the attachment file's last modification. + - + - A barcode is rotated 90 degrees clockwise. + Specifies the relation between the document and the attachment file. + A value, specifying the relation between the document and the attachment file. +The default is .Alternative. + - + - A barcode is rotated 180 degrees. + Specifies the data type of the attachment file. + A value, specifying the data type of the attachment file. + - + - Represents a print style used to print the via the . - - + Represents the object that specifies information to be displayed in a page header area. - + - Initializes a new instance of the DataGridPrintStyle class with the specified source print style. - + Initializes a new instance of the PageHeaderArea class with default settings. - - A object whose properties are to be copied. - - - - + - Initializes a new instance of the DataGridPrintStyle class with the specified data grid. + Initializes a new instance of the PageHeaderArea class with the specified content, font and line alignment. - - A object whose print style settings are to be copied. + + An array of values, representing content strings. This value is assigned to the property. + + + + A value, which is used to draw the page area's text. This value is assigned to the property. + + + + A enumeration value specifying the content alignment. This value is assigned to the property. - + + - Initializes a new instance of the DataGridPrintStyle class with default settings. + Represents the object that specifies information to be displayed in a page footer area. - - + - Gets or sets the background color of odd-numbered rows of the grid. - + Initializes a new instance of the PageFooterArea class with default settings. - A that represents the alternating background color. - - + - Gets or sets the background color of even-numbered rows of the grid. + Initializes a new instance of the PageFooterArea class with the specified content, font and line alignment. - A that represents the color of rows in the grid. + + An array of values, representing content strings. This value is assigned to the property. - + + + A value, which is used to draw the page area's text. This value is assigned to the property. + + + + A enumeration value specifying the content alignment. This value is assigned to the property. + + - - - Gets or sets the background color of the caption area. + + + Serves as the base for classes that specify information to be displayed in page header and page footer areas. - A that represents the caption's background color. - - - - + - Gets or sets the foreground color of the caption area. - + Initializes a new instance of the PageArea class with default settings. - A that represents the foreground color of the caption area. - - - + - Duplicates the properties of the specified data grid's print style into the current DataGridPrintStyle instance. + Initializes a new instance of the PageArea class with the specified content, font and line alignment. + - - A object whose print style settings are to be copied. + + An array of values, representing content strings. This value is assigned to the property. + + A value, which is used to draw the page area's text. This value is assigned to the property. - - - - - Duplicates the properties of the specified print style into the current DataGridPrintStyle instance. - - - - A object whose properties are to be copied. - + + + A enumeration value specifying the content alignment. This value is assigned to the property. - + - Gets or sets a value indicating whether the grid is printed in flat mode. - + Provides access to a collection of strings, representing the content of a page header or page footer. - true if the grid is displayed flat; otherwise, false. + A object, containing content strings. - + - Gets or sets the foreground color (typically the color of the text) of the data grid. + Creates the page area using the specified brick graphics and image collection. - A that represents the foreground color. - - - + + A object. - - - - Gets or sets the color of the grid lines. + + + An array of objects. - - - A that represents the color of the grid lines. - + - + - Gets or sets the line style of the grid. + Gets or sets the font used to draw the page area's text. - One of the values. - + A object that defines the text's format, including font face, size, and style attributes. - + - Gets or sets the background color of all row and column headers. - + For internal use. - A that represents the background color of row and column headers. - + + A object. + + + + A array. + + + A collection of objects. + - + - Gets or sets the foreground color of headers. + Gets or sets a value specifying which edge (top, center or bottom) of the page area its content should be aligned. - A that represents the foreground color of the grid's column headers, including the column header text and the plus/minus glyphs. - + A enumeration value specifying the content alignment. - + - Returns the textual representation of the print style. + Tests whether the PageArea object should be persisted. - A value which specifies the full name of the class. + true if the object should be persisted; otherwise, false. - + - A visual brick containing a shape. + Represents the object, containing information about the page header and page footer areas. - + - Initializes a new instance of the ShapeBrick class with the specified owner. + Initializes a new instance of the PageHeaderFooter class with default settings. - - An object implementing the interface. - - - + - Initializes a new instance of the ShapeBrick class with default settings. + Initializes a new instance of the PageHeaderFooter class with the specified page header and page footer. + + + + A object representing the page header. This value is assigned to the property. + + + + + A object representing the page footer. This value is assigned to the property. + + - + - Gets or sets the angle (in degrees) by which the shape's image is rotated. + Provides access to the page footer area. - An integer value specifying the angle by which the shape's image is rotated. + A object representing the page footer. - + - Gets the text string, containing the brick type information. + Provides access to the page header area. - A string, characterizing the brick's type. Always returns "Shape". + A object representing the page header. - + - Gets or sets the color to fill the shape's contents. - + Specifies whether or not the page margin is increased if its content does not fit. - A object which represents the fill color of a shape. - + true to increase the page margin; otherwise, false. - + - Gets or sets the color of the shape displayed in the current brick. - + Returns the textual representation of the header/footer. - A which represents the shape color in the current brick. - + Always . + - + + - Gets or sets the width of the line which is used to draw the shape image. + Provides data for export specific events. - An integer value representing the width of the line. - - - + - Gets or sets an object which determines a particular shape type along with its settings. - + Initializes a new instance of the IDataAwareEventArgsBase class. - A class descendant which contains settings for a particular shape type. - - - + - Gets or sets a value indicating whether or not to stretch a shape when it's rotated. - + Gets the source control being exported. - true to stretch the shape; otherwise, false. + The control being exported. - + - Overrides the property to hide it. + Gets the data source row index to which the current cell belongs. - A value. + A zero-based index of the current row in the underlying data source. - + - Overrides the property to hide it. + Gets the index of the row in the export output to which the current cell is exported. - A . + A zero-based integer value that specifies the index of the row in the export output. - + - Overrides the property to hide it. + Gets or sets whether the event is handled, and thus your cell customizations must be applied. - A value. + true if the event is handled, and thus your cell customizations must be applied; false if your cell customizations (if any) must be ignored, and the cell is exported using the default settings. - + - Overrides the property to hide it. + Gets the handle (identifier) of the current data row in the source control. - A value. + The handle of the current data row in the source control. - + - A visual brick containing a progress bar. + Represents a method that will handle the and events. - + - Initializes a new instance of the ProgressBarBrick class with the specified position. + Represents a method that will handle the and events. - - An integer value specifying the progress bar position. This value is assigned to the property. + + The event source. This parameter identifies the which raised the event. + + A object which contains event data. - - - - - Initializes a new instance of the ProgressBarBrick class with default settings. - - + - + + - Initializes a new instance of the ProgressBarBrick class with the specified owner. + Provides data for the and events. + - - An object implementing the interface. - - - - + - Gets the text string, containing the brick type information. + Provides access to the graphics object on which the is painted. - A string, characterizing the brick's type. Always returns "ProgressBar". + An object implementing the interface. - + - Gets or sets the color of progress bars displayed in the current brick. - + Provides access to the page for which the or event is raised. - A which represents the progress bars color. - + A object. - + - Gets or sets the current position of the progress bar brick. - + Returns the bounds (size and location) of the page for which the or event is raised. - An integer value which represents the current position (0-100). + A object. - + + - Overrides the property to hide it. + Provides data for the event. - A value. - - - + - Overrides the property. + Contains information about the parameter, which value was changed. - A which represents the text value that will be shown as the brick's text. - + A object. - + + - Overrides the property to hide it. + Provides data for the and events. - A value. - - - + - Overrides the property to hide it. + Provides access to information about the requested parameters. + - A value. + An array of objects. - + - A visual brick that contains a zip code. + Lists the shapes available in an XPF Report Designer. - + - Initializes a new instance of the ZipCodeBrick class with the specified owner. + - - An object implementing the interface. - - - + - Initializes a new instance of the ZipCodeBrick class with default settings. + - + - Gets the text string, containing the brick type information. + - A string, characterizing the brick's type. Always returns "ZipCode". - - + - Gets or sets the width of the lines that the numbers in a zip code brick are drawn with. - + - An integer value specifying the width (in pixels) of a ZipCodeBrick's lines. - - + - Overrides the property to hide it. + - A . - - + - Overrides the property to hide it. + - A value. - - + - Overrides the property to hide it. + - A value. - - - - - Represents the base class for brick classes which contain text. - - - - - - + - Gets or sets the color of the text displayed in the current brick. - + - A which represents the text color in the current brick. - - - + - Gets or sets the text to be displayed within the current brick. + - A representing the text to be displayed within the brick. - @@ -5227,6 +11972,38 @@ + + + + Returns a collection of parameter values assigned to a lookup editor. + + + + An value. + + + + An array of objects. + + + + An array of values, specifying the parameter paths (for example, "subreport1.subreportParameter1"). + + + + A value, containing information about the asynchronous operation. + + + + + + + + Occurs when a lookup editor has finished obtaining the appropriate parameter values. + + + + @@ -5444,47 +12221,115 @@ - + - For internal use. + Temporarily identifies a report to provide its document for preview in an End-User Report Designer. + + + + + + + Initializes a new instance of the TransientReportId class with default settings. + + + + + + + + Initializes a new instance of the TransientReportId class with the specified report ID. + + + + An integer value, specifying the report ID. + + + + + + + + Identifies the temporary report. + + + An integer value. + + + + + + + Returns the textual representation of TransientReportId. + + + A value. + + + + + + + + A data transfer object (DTO) that provides the information about a report catalog item. + + + + + + + Initializes a new instance of the ReportCatalogItemDto class with default settings. + + + + + + + + Identifies the report catalog item's category. + An integer value. + + - + - For internal use. Intended to support exporting bricks to some formats. + Specifies the report catalog item description. - + A value. - + - For internal use. Intended to support exporting bricks to some formats. + Identifies the report category item. - + An integer value. - + - For internal use. Intended to support exporting bricks to some formats. + Specifies the user who locked the report catalog item. + - + A value. - + - For internal use. Intended to support exporting bricks to some formats. + Specifies the last user who modified the report catalog item. + A value. @@ -5492,4594 +12337,4862 @@ - + - For internal use. Specifies the format settings that are applied to a document when it is exported to XLS format. + Specifies the date and time when the report catalog item was last modified. + - + A structure. - + - For internal use. Intended to support exporting bricks to some formats. + Specifies the report catalog item name. - + A value. - + - Represents different settings used to specify how a document is exported from the Print Preview. + A data transfer object (DTO) that provides the information about a report revision layout. + - + - Initializes a new instance of the PrintPreviewOptions class with default settings. + Initializes a new instance of the LayoutRevisionDto class with default settings. - + - Gets or sets a value which indicates whether the resulting file should be automatically opened after exporting a document from the Print Preview. + Specifies the report revision commentary. - An enumeration value which specifies the action performed after export is finished. + A value. - + - Gets or sets the file path to which, by default, a document is exported from the Print Preview. - + Identifies the report revision. + + + An integer value. + + + + + Specifies the date and time of the report revision. - A which represents the default file path. - + A structure. - + - Specifies the default format to which a document is exported from the Print Preview form. + Specifies the report revision number. - A enumeration value, corresponding to the required export format. + An integer value. - + - Gets or sets the file name to which, by default, a document is exported from the Print Preview. + Specifies the author of the report revision. - A which represents the default file name. - + A value. - + + - Identifies the default file name for a document being exported from the Print Preview. + A data transfer object (DTO) that provides the information about a report category. + - - - - + - Specifies the default format to which a document is converted, when the command is executed. + Initializes a new instance of the CategoryDto class with default settings. - A enumeration value, corresponding to the required format. - - + - Gets or sets a value which specifies how the file path to export a document is obtained when exporting a document from the Print Preview. - + Identifies the category. - A enumeration value which specifies how the file path is obtained. + An integer value. - + - Gets or sets a value which indicates whether an Export Options window should be shown when an end-user exports a document from the Print Preview. + Specifies the category name. - true to show the Export Options window; otherwise, false. + A value. - + - Represents the base class for objects which define export options specific to HTML and MHT formats. + Provides information about the created report. - + - Initializes a new instance of the HtmlExportOptionsBase class with default settings. - + Initializes a new instance of the CreateReportResult class with default settings. - + - Copies all the settings from the HtmlExportOptionsBase object passed as a parameter. - + Identifies the report. - - An HtmlExportOptionsBase object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - + An integer value. + - + - Gets or sets the encoding name used when exporting a document to HTML. + Identifies the report revision. - A representing the encoding name set in the HTML file (e.g. "UTF-8"). - + An integer value. - + + - Specifies whether images are embedded in HTML content. + A data transfer object (DTO) that provides the information about a report. - true to embed images in HTML; otherwise, false. - - - + - Gets or sets a value indicating how a document is exported to HTML. - + Initializes a new instance of the ReportDto class with default settings. - An enumeration value which represents the HTML export mode. - - - + - Gets or sets the color of page borders when a document is exported to HTML page-by-page. + Identifies the report category. - A value which represents the page border color. - + An integer value. - + - Gets or sets the width (in pixels) of page borders when a document is exported to HTML page-by-page. + Specifies the report commentary. - An integer value which represents the page border width. + A value. - + - Gets or sets the range of pages to be exported. - + Specifies the report description. - A specifying the range of pages. + A value. - + - Gets or sets a value indicating whether secondary symbols should be removed from the resulting HTML file, to reduce its size. - + Identifies the report. - true to remove secondary symbols; otherwise, false. - + An integer value. - + - Determines whether to use the table or non-table layout in the resulting HTML file. + Specifies the report layout bytes. - true, to use a table layout; otherwise, false. + A array, specifying the report layout bytes. - + - Gets or sets a title of the created HTML file + Specifies the report name. - A containing the name shown as the title of the created HTML file. + A value. - - - - Represents the base class for objects which define export options specific for Text and CSV formats. - - - - - - + - Copies all the settings from the TextExportOptionsBase object passed as a parameter. - + Identifies the report revision. - - An TextExportOptionsBase object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - + An integer value. + - + + - Gets or sets the encoding of the text-based file to which a report is exported. + Specifies the type of the value that should be passed to a parameter. + - A class descendant specifying the encoding of the text-based file. - - - - + - Gets or sets a value used to serialize the property. - + The parameter returns a Boolean value, corresponding to the type. - An enumeration value which represents the encoding type of the created text-based document. - - - + - Gets or sets a value indicating whether a string with separators should be placed in quotation marks when a document is exported to a Text-based file. - - + The parameter returns a date-time value, corresponding to the type. - true to quote (place quotation marks around) text elements containing symbols which are the same as the specified separator string; otherwise, false. - - + - Gets or sets the symbol(s) to separate text elements when a document is exported to a Text-based file. + The parameter returns a decimal value, corresponding to the type. - A containing the symbol(s) which will be used to separate text elements in the created Text-based file. - - + - Gets or sets a value indicating whether to use the formatting of the data fields in the bound dataset for the cells in the exported TXT or CSV document. + The parameter returns a double-precision floating-point number, corresponding to the type. - A enumeration value. - - - - - - - Lists the types of encoding to be used when a document is exported to a Text-based format. + + + + The parameter returns a floating-point value, corresponding to the type. + - + - A document is exported using the ASCII (7-bit) character set. - + The parameter returns an integer value, corresponding to the type. - + - A document is exported using the UTF-16 format with the big-endian byte order. - + The parameter returns a 64-bit signed integer value, corresponding to the type. - + - A document is exported using the system's current ANSI code page. - + The parameter returns a string value, corresponding to the type. - + + - A document is exported using the UTF-16 format with the little-endian byte order. + Represents a collection of objects. - - + - A document is exported using the UTF-32 format with the little-endian byte order. + Initializes a new instance of the ParameterCollection class with default settings. - + - A document is exported using the UTF-7 format. - + Appends an array of parameters to the collection. + + An array of objects to append to the collection. + + - + - A document is exported using the UTF-8 format. - + Provides access to individual items in the collection by their names. + + A value specifying the name of the parameter to get. + + + A object which represents the parameter with the specified name. + - + - Specifies how images are exported to PDF format. - - + Provides functionality to a report parameter. - + - The resulting Jpeg image quality is high (the resulting PDF file size is big). - + Initializes a new instance of the Parameter class with default settings. - + - The resulting Jpeg image quality is the highest (the resulting PDF file size is the biggest). - - + Specifies a description displayed to an end-user, along with the parameter's editor in the Parameters UI, that is generated if the property is enabled. + A containing the parameter's description. + - + - The resulting Jpeg image quality is low (the resulting PDF file size is small). - + Specifies the look-up editor settings of the parameter. + A object. + - + - The resulting Jpeg image quality is the lowest (the resulting PDF file size is the smallest). - - + Specifies whether or not a parameter can have multiple values. + true, if a parameter can have multiple values; otherwise, false. + - + - The resulting Jpeg image quality is medium (the resulting PDF file size is also medium). + Specifies the name of the parameter. + A containing the name of the parameter. + - - + + - Represents the base class for objects which define specific export options for those export formats which support page-by-page export (HTML, MHT and PDF). - + For internal use. + A value. + + - + - Copies all the settings from the PageByPageExportOptionsBase object passed as a parameter. - + For internal use. Specifies the type of the value associated with the parameter. - - An PageByPageExportOptionsBase object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - + A enumeration value. + - + - Gets or sets the range of pages to be exported. - - + For internal use. - A specifying the range of pages. + A . - - + - Contains options which define how a document is exported to XLS format. - - + Specifies the parameter's type. + A object that represents type declarations. + + - + - Initializes a new instance of the XlsExportOptions class with default settings. - + Specifies the parameter's value. + A , which represents the parameter's value. + - + - Initializes a new instance of the XlsExportOptions class with the specified text export mode, grid lines and hyperlinks settings. + For internal use. Stores additional information relating to the parameter's value. - - A object, which specifies a format in which data values should be saved. - - - - true to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. - - - - true to export hyperlinks; otherwise, false. This value is assigned to the property. - - + A value. + - + - Initializes a new instance of the XlsExportOptions class with the specified text export mode. + Specifies whether a parameter's editor should be displayed in the Parameters UI, which is invoked for an end-user if the property is enabled. + - - A object, which specifies a format in which data values should be saved. - - + true to display the parameter's editor; otherwise, false. + - + + - Initializes a new instance of the XlsExportOptions class with the specified text export mode and grid lines settings. + Represents the method that will handle the event. - - A object, which specifies a format in which data values should be saved. - - - - true to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. - - - - + - Initializes a new instance of the XlsExportOptions class with the specified settings. + Represents the method that will handle the event. - - A enumeration value. This value is assigned to the property. - - - - true to display the grid lines; otherwise false. This value is assigned to the property. + + An object of any type that triggers the event. - - true to export hyperlinks; otherwise false. This value is assigned to the property. + + A object that provides data for the event. - - true to allow more than 256 columns without warning; otherwise, false. This value is assigned to the property. - - - true to allow more than 65536 rows without warning; otherwise, false. This value is assigned to the property. - - - A enumeration value. This value is assigned to the property. + + - + + Provides data for the and events. + + - + - Copies all the settings from the XlsExportOptions object passed as a parameter. + Gets the index of the current page that should be sent to a printer, next. - - An XlsExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + An integer value representing the zero-based page index. - + - + - Specifies whether the document should be exported to a single or different XLS files, page-by-page. + Gets or sets the page settings of the current page that should be sent to a printer, next. + + - An enumeration value, representing the XLS export mode. + A object, containing page settings of the current page. - + - Gets or sets the range of pages to be exported. + Gets a value indicating what type of print operation is occurring. - A specifying the range of pages. + One of the enumeration vlaues. - + + - Gets or sets a value indicating whether to suppress the warning that appears if the resulting XLS file has more than 256 columns. + Specifies whether or not the page band should be printed on the same pages with Report Header and Report Footer bands. + + + + + + + A band is printed on all report pages in the ordinary manner. + - true to allow more than 256 columns without warning; otherwise, false. - - + - Gets or sets a value indicating whether to suppress the warning that appears if the resulting XLS file has more than 65,536 rows. + A band is hidden if a page contains a Report Footer. - true to allow more than 65,536 columns without warning; otherwise, false. - - + - Specifies the color palette compatibility mode with different workbooks versions. + A band is hidden if a page contains a Report Header. + + + + + + + A band is hidden if a page contains a Report Header or Report Footer. - A enumeration value. - - + - Provides data for the event. + If implemented by a class, provides a service contract for the . + - + - Initializes a new instance of the CredentialsEventArgs class with default settings. + Starts creating a report copy. + + An integer value, identifying the report to clone. + + + A object. - - - - Initializes a new instance of the CredentialsEventArgs class with the specified user credentials. - - - - A value, specifying the user name. This value is assigned to the property. + + + References a method to be called when a corresponding asynchronous operation is completed. - - A value, specifying the password. This value is assigned to the property. + + A value, containing information about the asynchronous operation. + An object containing information about the status of an asynchronous operation. + - + - Specifies whether or not the event was handled. + Starts creating a report. - true if the event was handled; otherwise, false. - + + A object. + + + References a method to be called when a corresponding asynchronous operation is completed. - - - - Specifies the user password to login to a Report Server. - - - A value, specifying the password. - + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + - + - Specifies the user name to login to a Report Server. + Starts creating a report category. - A value, specifying the user name. - + + A value, specifying the report category name. + + + References a method to be called when a corresponding asynchronous operation is completed. - - + + + A value, containing information about the asynchronous operation. - - Represents different settings used to specify exporting parameters when a document is exported and sent via e-mail from the Print Preview. + + An object containing information about the status of an asynchronous operation. + - - - + - Initializes a new instance of the EmailOptions class with the default settings. - + Starts deleting a report category. + + An integer value, specifying the report category ID. + + + References a method to be called when a corresponding asynchronous operation is completed. - - - - Copies all the settings from the EmailOptions object passed as a parameter. - - - - - An EmailOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + A value, containing information about the asynchronous operation. + An object containing information about the status of an asynchronous operation. + - + - Gets or sets the text which is appended to an e-mail as its body, when a document is exported and sent via e-mail from its Print Preview. - - + Starts deleting a data model. - A which represents the e-mail body. - + + An integer value, identifying the data model. + + + References a method to be called when a corresponding asynchronous operation is completed. - - - - Gets or sets the text which is used as an e-mail's recipient address, when a document is exported and sent via e-mail from its Print Preview. + + + A value, containing information about the asynchronous operation. - - - A which represents the e-mail recipient address. - + + An object containing information about the status of an asynchronous operation. + - + - Gets or sets the prefix appended to the property value. + Starts deleting a report. - A value. - + + An integer value, specifying the report ID. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + - + - Gets or sets the text which is used as an e-mail's recipient name, when a document is exported and sent via e-mail from its Print Preview. - + Starts obtaining the report categories. - A which represents the e-mail recipient name. - + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + - + - Gets or sets the text which is used as an e-mail's subject, when a document is exported and sent via e-mail from its Print Preview. - + Starts obtaining the data model. - A which represents the e-mail subject. - + + An integer value, identifying the data model. + + + References a method to be called when a corresponding asynchronous operation is completed. - - + + + A value, containing information about the asynchronous operation. - - Contains options which define how a document is exported to Text format. + + An object containing information about the status of an asynchronous operation. + + + + + Starts obtaining the available data models. + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + - + - Initializes a new instance of the TextExportOptions class with default settings. - + Starts obtaining the report revisions. + + An integer value, specifying the report ID. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + - + - Initializes a new instance of the TextExportOptions class with the specified separator and encoding settings. - + Starts obtaining the reports. - - A containing symbols which will be used to separate the document's text elements in the created text file. This value is assigned to the property. - + + References a method to be called when a corresponding asynchronous operation is completed. - - A class descendant specifying the encoding of the created text document. This value is assigned to the property. + + A value, containing information about the asynchronous operation. + An object containing information about the status of an asynchronous operation. + - + - Initializes a new instance of the TextExportOptions class with the specified separator settings. + Starts loading a report. - - A containing symbols which will be used to separate the document's text elements in the created text file. This value is assigned to the property. + + An integer value, specifying the report ID. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + + A value, containing information about the asynchronous operation. + An object containing information about the status of an asynchronous operation. + - + - Initializes a new instance of the TextExportOptions class with the specified separator, encoding and text export mode settings. + Starts loading the layout of a specific report revision. - - A containing symbols which will be used to separate the document's text elements in the created text file. This value is assigned to the property. + + An integer value, specifying the report ID. - - A class descendant specifying the encoding of the created TXT document. This value is assigned to the property. + + An integer value, specifying the revision ID. - - A object, which specifies a format in which data values should be saved. + + References a method to be called when a corresponding asynchronous operation is completed. + + A value, containing information about the asynchronous operation. - - - - - Contains the default value for the property. By default, when a document is exported to a Text file, this value is equal to "\t". - - - $ + + An object containing information about the status of an asynchronous operation. - - + - A visual brick containing other bricks. + Starts pinging the Report Server facade. + + References a method to be called when a corresponding asynchronous operation is completed. - - - - Initializes a new instance of the PanelBrick class with default settings. + + + A value, containing information about the asynchronous operation. - - + + An object containing information about the status of an asynchronous operation. + - + - Initializes a new instance of the PanelBrick class with the specified owner. + Starts rolling back a report revision. - - An object implementing the interface. + + An integer value, specifying the report ID. + + An integer value, specifying the revision ID. + + + References a method to be called when a corresponding asynchronous operation is completed. - - - - Initializes a new instance of the PanelBrick class with the specified brick style. - - - - A object. + + + A value, containing information about the asynchronous operation. + An object containing information about the status of an asynchronous operation. + - + - Gets a collection of bricks which are contained in this PanelBrick. - + Starts saving the specified report. - A object which contains bricks belonging to this panel brick. + + An integer value, specifying the report ID. - + + + A object. + + + References a method to be called when a corresponding asynchronous operation is completed. - - - - Gets the text string, containing the brick type information. - - - A string, characterizing the brick's type. Always returns "Panel". - + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + - + - Center-aligns child bricks contained within the current panel brick. + Starts updating the data model. + + A object. + + + References a method to be called when a corresponding asynchronous operation is completed. - - - - Creates a new PanelBrick instance, which is a copy of the current instance. - - - A new PanelBrick instance, which is a copy of the current instance. + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. - + - Disposes of the PanelBrick object. - + Starts updating the specified report. + + An integer value, specifying the report ID. + + + + A object. + + + References a method to be called when a corresponding asynchronous operation is completed. - - - - Gets or sets a value indicating whether child bricks that are contained within the current panel brick should be merged into a single object. - - - true if child bricks should be merged; otherwise, false. - + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + - + - Overrides the property to hide it. + Starts updating the specified report category. - A value. - + + An integer value, specifying the report category ID. + + + A value, specifying the new category name. - - - - Overrides the property to hide it. - - - A . - + + + References a method to be called when a corresponding asynchronous operation is completed. + + + A value, containing information about the asynchronous operation. - - - - Overrides the property to hide it. - - - A value. - + + An object containing information about the status of an asynchronous operation. + - + - Overrides the property to hide it. + Starts uploading a report layout. - A value. - + + A object, containing the report layout. + + + References a method to be called when a corresponding asynchronous operation is completed. - - + + + A value, containing information about the asynchronous operation. - - Represents the base class for objects which define specific export options. + + An object containing information about the status of an asynchronous operation. + - - - + - Initializes a new instance of the ExportOptionsBase class with default settings. - + Ends creating a report copy. + + An object containing information about the status of an asynchronous operation. + + + A object. + - + - Copies all the settings from the ExportOptionsBase object passed as a parameter. - + Ends creating a report. - - An ExportOptionsBase object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + An object containing information about the status of an asynchronous operation. + A object. + - - + - Specifies how the file path to export a document is obtained, when exporting a document which is currently displayed in the Print Preview. + Ends creating a report category. + + An object containing information about the status of an asynchronous operation. - - - - A document is exported to the path specified by the and properties. So, the Save File dialog isn't shown in this case. - - - + + An integer value, specifying the report category ID. + - + - A document is exported using the file path and the file name specified by an end-user in the Save File dialog, which is shown prior to exporting a document. - + Ends deleting a report category. + + An object containing information about the status of an asynchronous operation. + - - - - - Contains options which specify the Document Properties of the created PDF file. - - - + - Initializes a new instance of the PdfDocumentOptions class with default settings. - + Ends deleting a data model. + + An object containing information about the status of an asynchronous operation. + + - + - Gets or sets the string to be added as an Application property of the resulting PDF file. - + Ends deleting a report. - A which stores an Application name. - + + An object containing information about the status of an asynchronous operation. + + - + - Copies all the settings from the PdfDocumentOptions object passed as a parameter. - + Ends obtaining the report categories. - - A PdfDocumentOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + An object containing information about the status of an asynchronous operation. + A collection of objects. + - + - Gets or sets the string to be added as an Author property of the resulting PDF file. - + Ends obtaining a data model. - A which stores an Author name. - + + An object containing information about the status of an asynchronous operation. + + + A object. + - + - Creates a copy of the current PdfDocumentOptions object. + Ends obtaining the available data models. - A PdfDocumentOptions object which is a copy of the current object. + + An object containing information about the status of an asynchronous operation. + + + A collection of objects. - + - Gets or sets the string to be added as a Keywords property of the resulting PDF file. - + Ends obtaining the report revisions. - A which stores keywords. - + + An object containing information about the status of an asynchronous operation. + + + A collection of objects. + - + - Contains the value which is embedded as a Producer field into any PDF document created by the XtraPrinting Library. This value is usually equal to "Developer Express Inc. XtraPrinting (tm) vX.Y". + Ends obtaining the reports. - $ + + An object containing information about the status of an asynchronous operation. + + + A collection of objects. - + - Gets or sets the string to be added as a Subject property of the resulting PDF file. - + Ends loading the reports. - A which stores a Subject. - + + An object containing information about the status of an asynchronous operation. + + + A object. + - + - Gets or sets the string to be added as a Title property of the resulting PDF file. - + Ends loading the report layout bytes. - A which stores a Title. - + + An object containing information about the status of an asynchronous operation. + + + A array, containing the report layout. + - - + - Contains options which define how a document is exported to PDF format. - - + Ends pinging the Report Server facade. + + An object containing information about the status of an asynchronous operation. + + + - + - Initializes a new instance of the PdfExportOptions class with default settings. - + Ends rolling back a report revision. + + An object containing information about the status of an asynchronous operation. + + - + - Copies all the settings from the PdfExportOptions object passed as a parameter. - + Ends saving the specified report. - - A PdfExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + An object containing information about the status of an asynchronous operation. + An integer value, specifying the report ID. + - + - Gets or sets a value indicating whether the resulting PDF file should be compressed. - + Ends updating a data model. - true to compress the resulting PDF file; otherwise, false. - + + An object containing information about the status of an asynchronous operation. + + - + - Specifies whether or not all bitmaps contained in the document should be converted to JPEG format during exporting to PDF. - + Ends updating the specified report. - true to convert images to JPEG; otherwise false. - + + An object containing information about the status of an asynchronous operation. + + + An integer value, specifying the report ID. + - + - Gets the options to be embedded as Document Properties of the created PDF file. + Ends updating a report category. - A object which contains Document Properties options. - + + An object containing information about the status of an asynchronous operation. + + - + - Gets or sets the quality of images in the resulting PDF file. - + Ends uploading a report layout. - An enumeration value which specifies the quality of images in the resulting PDF file. - + + An object containing information about the status of an asynchronous operation. + + + A object. + - + - Gets or sets a semicolon-delimited string of values with the font names which should not be embedded in the resulting PDF file. + Obtains the data source schema. - A which contains the font names delimited by a semicolon. + + An integer value, specifying the data source ID. - + + + A value, containing information about the asynchronous operation. + + + A value, containing the data source schema. + - + - Provides access to the PDF security options of the document, which require specifying a password. + Returns a data transfer object (DTO), corresponding to the report catalog item. - A object, representing the security options. - + + An integer value, specifying the report ID. + + + A value. + - + - Specifies document compatibility with the PDF/A specification. - + Locks the specified report. - A enumeration value. - + + An integer value, specifying the report ID. + + - + - Specifies whether or not the document supports the PDF/A specification. + Unlocks the specified report. - true if the document supports PDF-A; otherwise false. - + + An integer value, specifying the report ID. + + - - - Gets or sets a value indicating whether the Print dialog should be displayed when a PDF file is opened in an appropriate application. + + + If implemented by a class, provides a service contract for the . - true to open the Print dialog on open; otherwise, false. - - - + - Provides access to the digital signature options of PdfExportOptions. + Starts logging in to a Report Server. - A object. - + + A value, specifying the user name. + + + A value, specifying the password. - - + + + References a method to be called when a corresponding asynchronous operation is completed. - - Contains options which define how a document is exported to CSV format. + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + + + + + Ends logging in to a Report Server. + + An object containing information about the status of an asynchronous operation. + + + true if the user has been successfully logged in; otherwise false. + + - - - Initializes a new instance of the CsvExportOptions class with default settings. + + + Provides methods for converting components to specific types. - - + - Initializes a new instance of the CsvExportOptions class with the specified separator and encoding settings. - + Initializes a new instance of the ServiceClientFactoryConverter class with default settings. - - A containing symbols which will be used to separate the document's text elements in the created CSV file. This value is assigned to the property. - - - - - A class descendant specifying the encoding of the created CSV document. This value is assigned to the property. - - - + - Initializes a new instance of the CsvExportOptions class with the specified separator, encoding and text export mode settings. - + Checks whether or not the component can be converted to the specified type. - - A containing symbols which will be used to separate the document's text elements in the created CSV file. This value is assigned to the property. - - - - A class descendant, specifying the encoding of the created CSV document. This value is assigned to the property. + + An object implementing the interface. - - A object, which specifies a format in which data values should be saved. This value is assigned to the property. + + A enumeration value. + true if the valid conversion is possible; otherwise false. + - + - Initializes a new instance of the CsvExportOptions class with the specified separator, encoding and other settings. - + Converts the component to the specified type. - - A containing symbols which will be used to separate the document's text elements in the created CSV file. This value is assigned to the property. - - - - A class descendant, specifying the encoding of the created CSV document. This value is assigned to the property. + + An object implementing the interface. - - A object, which specifies a format in which data values should be saved. This value is assigned to the property. + + A object. - - A Boolean value. This value is assigned to the property. + + A value. - - A Boolean value. This value is assigned to the property. + + A enumeration value. + A value. + - + + - Copies all the settings from the CsvExportOptions object passed as a parameter. + Used to detect the authentication cookie by the class. + + + + + + Initializes a new instance of the FormsAuthenticationMessageInspector class with the specified cookie. - - An CsvExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + A object. - + - [To be supplied] + Initializes a new instance of the FormsAuthenticationMessageInspector class with default settings. + - [To be supplied] - + - Specifies whether or not to include the empty columns into the resulting CSV file. - + - true to omit the empty columns during export; otherwise false. - + + A reference. + + + + A value. + + - + - Specifies whether or not to include the empty rows into the resulting CSV file. - + - true to omit the empty rows during export; otherwise false. - + + A reference. + + + + An object implementing the interface. + + + A value. + - + - Contains options which define how a document is exported to MHT format. - - + Shares the Report Server authentication cookie between an and the to link them. - + - Initializes a new instance of the MhtExportOptions class with default settings. - + Initializes a new instance of the FormsAuthenticationEndpointBehavior class with default settings. - + - Initializes a new instance of the MhtExportOptions class with the specified settings. + Passes data to bindings (for custom behavior support). - - A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. - - - - A containing the name shown as the title of the created HTML file. This value is assigned to the property. + + A object, specifying the endpoint to modify. - - true to remove secondary symbols; otherwise, false. This value is assigned to the property. + + A object, specifying the objects required by binding elements to support the behavior. - + - Initializes a new instance of the MhtExportOptions class with the specified encoding name and title. + Implements a modification or extension of the authentication service client across a contract. - - A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. + + A object, specifying the endpoint. - - A containing the name shown as the title of the created HTML file. This value is assigned to the property. + + A object, specifying the client runtime. - + - Initializes a new instance of the MhtExportOptions class with the specified encoding name. + Implements a modification or extension of the authentication service across an endpoint. - - A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. + + A object, specifying the endpoint that exposes the contract. + + + + An object, specifying the endpoint dispatcher to be modified or extended. - + - Overrides the property, to hide it. - + - - + + A object, specifying the endpoint. + + - + - Contains options which define how a document is exported to HTML format. + An extension for sharing the Report Server authentication cookie between an and the to link them. + + + + + + Initializes a new instance of the FormsAuthenticationBehaviorExtension class with default settings. + - + - Initializes a new instance of the HtmlExportOptions class with default settings. + + + A enumeration value. + + + + + + + Supports automatic creation on the client side. - - + - Initializes a new instance of the HtmlExportOptions class with the specified settings. + Initializes a new instance of the AuthenticationServiceClientFactory class with the specified endpoint configuration name. - - A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. + + A value, specifying the endpoint configuration name. - - A containing the name shown as the title of the created HTML file. This value is assigned to the property. + + + + + + Initializes a new instance of the AuthenticationServiceClientFactory class with the specified settings. + + + + A value, specifying the endpoint configuration name. - - true to remove secondary symbols; otherwise, false. This value is assigned to the property. + + An object, specifying the authentication service address. - + - Initializes a new instance of the HtmlExportOptions class with the specified encoding name and title. + Initializes a new instance of the AuthenticationServiceClientFactory class with the specified settings. - - A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. + + An object, specifying the authentication service address. - - A containing the name shown as the title of the created HTML file. This value is assigned to the property. + + A object. - + - Initializes a new instance of the HtmlExportOptions class with the specified encoding name. + Initializes a new instance of the AuthenticationServiceClientFactory class with the specified settings. - - A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. + + An object, specifying the authentication service address. + + An enumeration value. + - - - - - Specifies the export options items which are displayed when an end-user exports a document from its Print Preview. - - - - + - The property of the HTML export options. + Creates a . + An object implementing the interface. + - - - The property of the HTML export options. + + + Provides the client-side functionality for the Report Server authentication service. - - + - The property of the HTML export options. - + Initializes a new instance of the AuthenticationServiceClient class with the specified channel. + + An object implementing the interface. + + - + - The property of the HTML export options. - + Logs in to a Report Server. + + A value, specifying the user name. + + + A value, specifying the password. - - - - The property of the HTML export options. + + + A value, containing information about the asynchronous operation. - - + + + + - + - The property of the HTML export options. - + Asynchronously logs in to a Report Server. + + A value, specifying the user name. + + + A value, specifying the password. - - - - The property of the HTML export options. + + + A value, containing information about the asynchronous operation. - - + + An asynchronous operation result, containing a Boolean value. + - - - The property of the HTML export options. + + + If implemented by a class, provides the client-side functionality for the DevExpress Report Server authentication service. - - + - The property of the HTML export options. - + + + A value, specifying the user name. + + + + A value, specifying the password. + + + + A value, specifying the operation state. + + + + An action delegate containing a object that returns a Boolean value, specifying the operation result. + + - + - The property of the Image export options. - + + + A value, specifying the user name. + + + A value, specifying the password. - - - - The property of the Image export options. + + + A value, containing information about the asynchronous operation. - - + + An asynchronous operation result, containing a Boolean value. + - + + - The property of the Image export options. + If implemented by a class, provides a service contract for the . - - + - The property of the Image export options. + Starts translating the uploaded resources into a document that is ready to export. + + An object. + + + References a method to be called when a corresponding asynchronous operation is completed. - - - - The property of the Image export options. - - + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + - + - The property of the Image export options. + Starts clearing the content of the specified document. + + A object, identifying the document. + + + + References a method to be called when a corresponding asynchronous operation is completed. + + + A value, containing information about the asynchronous operation. - - - - The property of the native format Save options. - - + + An object containing information about the status of an asynchronous operation. + - + - The property of the PDF export options. + Starts obtaining the exported document. + + An object. + + + References a method to be called when a corresponding asynchronous operation is completed. - - - - The property of the PDF export options. + + + A value, containing information about the asynchronous operation. - - + + An object containing information about the status of an asynchronous operation. + - + - The property of the PDF export options. - - + Starts obtaining the current status of the exported document. + + An object. + + + References a method to be called when a corresponding asynchronous operation is completed. - - - - The property of the PDF export options. + + + A value, containing information about the asynchronous operation. - - + + An object containing information about the status of an asynchronous operation. + - + - The property of the PDF export options. - + Starts the initial phase of asynchronous document export. + + A object. + + + A object. - - - - The property of the PDF export options. + + + References a method to be called when a corresponding asynchronous operation is completed. - - + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + - + - The property of the PDF export options. - + Starts the initial phase of asynchronous upload document resources onto the server. + + References a method to be called when a corresponding asynchronous operation is completed. + + + A value, containing information about the asynchronous operation. - - - - The property of the PDF export options. - - - + + An object containing information about the status of an asynchronous operation. + - + - The property of the PDF export options. + Starts uploading a document's resources (in fragments) onto the server. + + + + An object. + + + A array. + + + References a method to be called when a corresponding asynchronous operation is completed. - - + + + A value, containing information about the asynchronous operation. + + + An object containing information about the status of an asynchronous operation. + - + - The property of the PDF export options. - + Ends translation of the uploaded resources into a document that is ready to export. + + An object containing information about the status of an asynchronous operation. + + + A object. + - + - The property of the PDF export options. - + Ends clearing the content of a document. + + An object containing information about the status of an asynchronous operation. + + - + - The property of the PDF export options. - - + Ends obtaining the exported document. + + An object containing information about the status of an asynchronous operation. + + + A array containing document data. + - + - The property of the PDF export options. - + Ends obtaining the current status of the exported document. + + An object containing information about the status of an asynchronous operation. + + + An structure. + - + - The property of the PDF export options. + Ends the initial phase of asynchronous document export. + + An object containing information about a status of an asynchronous operation. + + + An object. + - + - The property of the RTF export options. + Ends the initial phase of asynchronous document resource upload onto the server. + + An object containing information about a status of an asynchronous operation. + + + An object. + - + - The property of the RTF export options. + Ends uploading a document's resources (in fragments) onto the server. + + An object containing information about the status of an asynchronous operation. + + - + + - The property of the RTF export options. + A method that will handle the event. - - + - The property of the Text export options. - + A method that will handle the event. + + The event sender. + + + + An object that contains data related to the event. + + - + + - The property of the Text export options. + Provides data for the event. - - + - The property of the Text export options. - + Initializes a new instance of the XlsxDocumentCreatedEventArgs class with the specified sheet names. + + An array of values, specifying the workbook sheet names. This value is assigned to the property. + + - + - The property of the Text export options. - + Returns an array of workbook sheet names. + An array of values, specifying the workbook sheet names. + - - - The property of the XLS export options. + + + Lists the values specifying the PDF/A compatibility mode of a document. - - + - The property of the XLS export options. + The document does not support PDF/A. - + - The property of the XLS export options. + The document supports the PDF/A-2b specification. - + + - The property of the XLS export options. + Lists the values, specifying the supported user authentication types. - - + - The property of the XLS export options. - + The remote document source is a Report Server that supports the Forms authentication type. - + - The property of the XLS export options. - + The remote document source is a Report Server that supports the Guest authentication type. - + - The property of the XLS export options. - + The remote document source is a custom WCF report service. - + - The property of the XLSX export options. + The remote document source is a Report Server that supports the Windows authentication type. - + + - The property of the XLSX export options. + Provides data for the event. - - + - The property of the XPS export options. - -This is supported only by the DXPrinting for WPF library. - + Initializes a new instance of the ReportServiceClientDemandedEventArgs class with default settings. - + - The property of the XPS export options. - -This is supported only by the DXPrinting for WPF library. - + Specifies a custom report service client. + An object implementing the interface. + - - - The property of the XPS export options. - -This is supported only by the DXPrinting for WPF library. + + + Provides data for the event. - - + - The property of the XPS export options. - -This is supported only by the DXPrinting for WPF library. + Initializes a new instance of the AuthenticationServiceClientDemandedEventArgs class with default settings. - + - The property of the XPS export options. - -This is supported only by the DXPrinting for WPF library. + Specifies the Authentication Service client. + An object implementing the interface. + - - - The property of the XPS export options. + -This is supported only by the DXPrinting for WPF library. + + For internal use. - - + - The property of the XPS export options. - -This is supported only by the DXPrinting for WPF library. + Initializes a new instance of the DefaultValueParameterContainer class with default settings. - + - The property of the XPS export options. - -This is supported only by the DXPrinting for WPF library. + For internal use. + + + + - + - The property of the XPS export options. - -This is supported only by the DXPrinting for WPF library. - - + For internal use. + + + + + - - - - - Specifies whether the resulting file should be automatically opened in the default program, after exporting a document which is currently displayed in the Print Preview. + + + - - - + - After exporting is finished, the message box with the following text is shown: "Do you want to open this file?", so that an end-user may choose whether the resulting file should be automatically opened in the default program, or not. + For internal use. + + - + - No action is performed after exporting is finished. - + For internal use. + + - + - After exporting is finished, the default program which is currently associated with the type of the resulting file is launched, and the file is automatically opened in this application. + For internal use. + + + + + + - + - For internal use. + If implemented by a class, provides functionality for the DevExpress Report Server authentication service. - + - For internal use. + Logins to a Report Server. - A descendant. - + + A value, specifying the user name. + + + + A value, specifying the password. + + + true if the attempt to login is successful; otherwise false. + - + - For internal use. + If implemented by a class, provides the client-side functionality for a WCF Report Service. - + - For internal use. + Starts obtaining the document build status (asynchronously). - - + + A object, identifying the document. + + + + A value, containing information about the asynchronous operation. + + - + - For internal use. + Occurs when the created document's status has been obtained. + - - - + - For internal use. + Starts obtaining the document data (asynchronously). - - + + A object, identifying the document. + + + + A value, containing information about the asynchronous operation. + + - + - For internal use. + Occurs when the document data has been obtained. + - - - + - For internal use. + Returns a collection of parameter values assigned to a lookup editor. - - + + An value. + + + An array of objects. - - + + + An array of values, specifying the parameter paths (for example, "subreport1.subreportParameter1"). + + + + A value, containing information about the asynchronous operation. + + - - A method that will handle the event. + + + + Occurs when a lookup editor has finished obtaining the appropriate parameter values. + - + - A method that will handle the event. + Starts obtaining the document pages (asynchronously). - - The event sender. + + A object, identifying the document. - - A object that contains data related to the event. + + An array of integer values, specifying the document pages. + + + + A enumeration value, specifying the markup compatibility. + + + + A value, containing information about the asynchronous operation. - - + - Represents a collection of objects. + Occurs when the document pages have been obtained. + + - + - Initializes a new instance of the BrickCollection class with the specified owner. + Starts obtaining the printed document (asynchronously). - - A object that represents the panel brick which owns this object. + + A object, identifying the printed document. + + + + A value, containing information about the asynchronous operation. - + - Adds the specified object to the collection. + Occurs when the printed document has been obtained. + - - A object to append to the collection. - - - - An integer value indicating the position into which the new element was inserted. - - + - Removes the specified brick from the collection. + Starts obtaining the status of the printed document (asynchronously). - - An object to be removed from the collection. + + A object, identifying the printed document. + + A value, containing information about the asynchronous operation. + - - - - - Lists the values that specify the available export formats. - - - + - The CSV export format. + Occurs when the printed document's status has been obtained. + - + - The HTML export format. + Starts obtaining the report parameters (asynchronously). + + An object, identifying the report. + + + + A value, containing information about the asynchronous operation. + + - + - The image export format. + Occurs when the report parameters have been obtained. + - + - The MHT export format. + Starts building the report (asynchronously). + + An object, identifying the report. + + + + A object, storing the arguments required to create the report. + + + + A value, containing information about the asynchronous operation. + + - + - The PDF export format. + Occurs when the document build has started. + - + - The PRNX export format. -For internal use. + Starts printing the document (asynchronously). + + A object, identifying the document. + + + + A enumeration value, specifying the markup compatibility. + + + + A value, containing information about the asynchronous operation. + + - + - The RTF export format. + Occurs when the document printing has started. + - + - The TXT export format. + Stops building the document (asynchronously). + + A object, identifying the document. + + + + A value, containing information about the asynchronous operation. + + - + - The XLS export format. + Occurs when the document build has stopped. + - + - The XLSX export format. + Stops printing the document (asynchronously). + + A object, identifying the printed document. + + + + A value, containing information about the asynchronous operation. + + - + - The XPS export format. + Occurs when the document printing has stopped. + - + - Provides functionality to reflect the current state of a document's printing, exporting, or any other process for which it is registered to reflect. - + Represents an association of a brick and a page. - + - Initializes a new instance of the ProgressReflector class with default settings. + Gets a brick object of the brick-page pair. + A object. + - + - Gets or sets a value indicating whether the 's range can be auto-created. - + - true if a range can be auto-created; otherwise, false. - + - + - Disables the progress reflector. - - + Creates a new brick-page pair with the specified brick and page. + + A object specifying a brick component of the pair. This value is assigned to the property. - - - - Enables the progress reflector. + + + A object specifying a page component of the pair. This value is assigned to the property. - - + + A new BrickPagePair instance with the specified values. + - + - For internal use. + Creates a new brick-page pair with the specified string indices and page. - - + + A value, which contains indices for the created object. + + + + A object specifying a page component of the pair. This value is assigned to the property. + A new BrickPagePair instance with the specified values. + - + - Initializes the ProgressReflector and sets its maximum value to the specified value. + Creates a new brick-page pair with the specified brick, page, integer indices and brick bounds. - - An integer value to be set to the maximum value of the ProgressReflector. + + A object specifying a brick component of the pair. This value is assigned to the property. + + A object specifying a page component of the pair. This value is assigned to the property. + + + An array of integer values, which represent indices for the created object. - - - - Initializes the ProgressReflector's range using the specified maximum value. - - - - An integer value to be set to the maximum value of the ProgressReflector. + + + A object specifying the width, height and location of the brick. + A new BrickPagePair instance with the specified values. + - + - Specifies the logic for the ProgressReflector class. For internal use only. + Creates a new brick-page pair with the specified integer indices and page. - - - - - - - - Sets the maximum value that is possible for the current range, indicating that the process has been finished. + + An array of integer values, which specify indices for the created object. + + + A object specifying a page component of the pair. This value is assigned to the property. - - + + A new BrickPagePair instance with the specified values. + - + - Sets the maximum possible value to the property, indicating that the process has been finished. - - - + Gets an empty brick-page pair. + A value, representing a brick-page pair with null components. + - + - Gets the maximum value of the current ProgressReflector. + Determines whether the specified object is equal to the current BrickPagePair instance. - An integer value. - + + The object to compare with the current object. + + + true if the specified object is equal to the current BrickPagePair instance; otherwise false. + - + - Gets the value indicating the current position of the ProgressReflector. + Returns the size and location of the on the associated with the current BrickPagePair object. + - An integer value. - + A object representing the width, height and location of the brick. + - + - Occurs after the position of the current range has been changed. + Gets the hash code (a number) that corresponds to the value of the current BrickPagePair object. + An integer value representing the hash code for the current object. + - + - Returns the number of sub-ranges for the . + Gets a page object of the brick-page pair. - An integer value, specifying the number of ranges. + A object. - + - Gets or sets a value which reflects the state of a process within the current range. + Gets an index of a page, which contains a bookmark's brick. + - A value which represents the state of a process. + An integer value representing a page index. - - - Registers the specified progress reflector as an active reflector to show current progress. + + + Serves as the base class for classes that represent collections of bricks. - - A object to register as the active reflector. - - - - - + - Sets the ranges which will be used by the ProgressReflector to reflect progress states. + Adds the specified brick to the collection. - - An array of values which represent the ranges reflecting progress states. + + A object to append to the collection. + An integer value indicating the position into which the new element was inserted. + - + - For internal use. Sets the ranges which will be used by the ProgressReflector to reflect progress states. + Provides indexed access to individual items in the collection. + - - An array of values which represent the ranges reflecting progress states. + + A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised. - - - A ProgressReflectorLogic object. + A object which represents the brick at the specified position. + - + - Sets the ranges which will be used by the ProgressReflector to reflect progress states. + Removes the specified brick from the collection. - - An array of float values which represent the ranges reflecting progress states. - + + An object to be removed from the collection. - + + - Unregisters the specified progress reflector, so it will no longer show the current progress. + Lists the available modes for color palette compatibility with different workbooks versions. - - A object to unregister. - - - - + - Gets or sets a value which reflects the state of a process being tracked by this ProgressReflector. + Degrade the color values to match the 56 standard colors of the default workbook palette. - A float value which represents the state of a process. - - - - - - - For internal use. Provides the basic functionality for the class. - - - + - For internal use. If implemented by a class, approves the parameters. + Keep the original color values, but include only the first 56 colors into the palette. - - - - - - - - - - A Boolean value. - + - + + - For internal use. If implemented by a class, stops displaying the report. + Lists the acceptable line directions for HTML export. - - + - For internal use. If implemented by a class, stops displaying the report. + Specifies the default line direction when exported into HTML. - + - Gets the information about the report's parameters. + Specifies the horizontal line in HTML export. - A list of the objects that contain information about a specific parameter and its editor. - - - + - For internal use. If implemented by a class, prints the current document. + Specifies the vertical line in HTML export. - + + - For internal use. If implemented by a class, prints the current document to the specified printer. + Stores the parameter look-up values. - - A representing the name of the printer on which to print the report. - - - - + - If implemented by a class, invokes the Print dialog. + Initializes a new instance of the ParameterLookUpValues class with default settings. - true if the user clicks OK in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic). - - + - If implemented by a class, invokes a Page Setup dialog + Specifies the collection of parameter lookup values. - - A value. - - - true if the user clicks OK in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic). - + A object. + - + - For internal use. If implemented by a class, invokes the Print Preview Form which shows the print preview of the report document. + Specifies the parameter path. + A value, specifying the parameter path. + - + + - For internal use. If implemented by a class, invokes the Print Preview Form which shows the print preview of the report document. + A data transfer object (DTO) that provides the information about a data model. + - - A value. - - - - + - For internal use. If implemented by a class, invokes the Print Preview Form which modally shows the print preview of the report document. + Initializes a new instance of the DataModelDto class with default settings. - - A value. - - - + - For internal use. If implemented by a class, invokes the Print Preview Form which modally shows the print preview of the report document. + Specifies the connection string. + A value. + - + - For internal use. If implemented by a class, invokes the Ribbon Print Preview showing the report document. + Specifies the database schema. - - A value. - - + A value. + - + - For internal use. If implemented by a class, invokes the Ribbon Print Preview showing the report document. - + Specifies the data model description. + A value. + - + - For internal use. If implemented by a class, invokes the Ribbon Print Preview Form which modally shows the print preview of the report. - + Specifies the data model ID. - - A value. - - + An integer value, identifying the data model. + - + - For internal use. If implemented by a class, invokes the Ribbon Print Preview Form which modally shows the print preview of the report. - + Specifies the data model name. + A value. + - - + - A composite brick that may contain other visual bricks and the base for the class. - + Specifies the data provider. + A value. + + - + + - Initializes a new instance of the CompositeBrick class with default settings. + Enables publishing a report in a Windows Forms application by creating a . - - + - Initializes a new instance of the CompositeBrick class, composed of specified bricks and located at specified offset on the page. + Enables publishing a report in a Windows Forms application. - - An object, implementing the interface and representing the collection of bricks. - - - - A System.Drawing.PointF object, representing coordinates adjustments for CompositeBrick location. + + An . + A . + - + + - Returns an enumerator that can iterate through the collection of bricks. + For internal use. - A object. - - - + - Provides access to the inner bricks of CompositeBrick. + Prints the specified document. - A collection of descendants. - + + A delegate of a object. + + + + A delegate of a object. + + - + - Gets or sets the amounts to adjust the location of the CompositeBrick. + Prints the specified page range. - A object, representing the adjustments of X and Y coordinates for the CompositeBrick. - + + An integer value. + + + + An integer value. + + + + A delegate. + + - + - This class is the basic class for all brick classes. + Provides data for the event. - + - Creates a new BrickBase instance, which is a copy of the current instance. + Initializes a new instance of the CredentialsEventArgs class with default settings. - A new BrickBase instance, which is a copy of the current instance. - - + - Defines the current brick's location, in GraphicsUnit.Document measurement units. + Initializes a new instance of the CredentialsEventArgs class with the specified user credentials. - A value that represents the current brick's location. + + A value, specifying the user name. This value is assigned to the property. - + + + A value, specifying the password. This value is assigned to the property. + + - + - Specifies the page area for displaying a specific brick. + Specifies whether or not the event was handled. - A enumeration value that represents the page area for displaying a specific brick. + true if the event was handled; otherwise, false. - + - Specifies whether or not a brick's bounds can be clipped. + Specifies the user password to login to a Report Server. - true to disable clipping a brick's bounds; otherwise false. - + A value, specifying the password. - + - Specifies whether the current brick will be printed. + Specifies the user name to login to a Report Server. - true, if the current brick will be printed, otherwise, false. + A value, specifying the user name. - + + - Defines the current brick's location and size, in GraphicsUnit.Document measurement units. + A method that will handle the event. + - A value that represents the current brick's location and size. - - - - + - Defines the current brick's size, in GraphicsUnit.Document measurement units. + A method that will handle the event. - A value that represents the current brick's size. + + The event sender. - + + + A object that contains data related to the event. + + - + - For internal use. Provides the basic functionality for the class. + If implemented by a class, provides the service contract to a report parameter on the client side. - + - For internal use. If implemented by a class, applies the page settings + Provides the parameter description. - - - - + A value, describing the parameter. + - + - For internal use. When implemented by a class, collects all report parameters that satisfy the specified conditions. - + + + + + + + Specifies the parameter name. - - A list of the objects. - - - - A Predicate object that stores the parameter conditions. - - + A value, identifying the parameter. + - + - For internal use. Gets a value indicating whether the control has been disposed of. + Classifies the parameter based on the data type implied in its value. + - true if the control has been disposed of; otherwise, false. + A value, specifying the parameter data type. - + - For internal use. If implemented by a class, gets a value indicating whether the metric system is used for measurements in the document's preview. + Assigns a fixed value to the parameter. - true to use the metric system for measurements made in the document's preview; otherwise, false. The default value is set to the property value. + A that is the parameter value. - + - Occurs when all parameter values in the Parameters UI are entered, and the Submit button is pressed. + Specifies whether or not the parameter is visible and its value is requested in a Document Preview. + true, to make the parameter visible; otherwise false. + - + + - For internal use. If implemented by a class, specifies the associated with the current report. + For internal use. - An object implementing the interface. - - - + - For internal use. If implemented by a class, raises the event. + For internal use. - + + + - + + - For internal use. If implemented by a class, raises the event. + Specifies how a control anchors to the top and/or bottom edges of its container. + - - - - - + + + + A control is anchored to both the top and bottom edges of its container. - + + - + - For internal use. If implemented by a class, raises the event. + A control is anchored to the bottom edge of its container. - - - - - - + + + + A control is not anchored to any edge of its container. + + + - + - When implemented by a class, specifies whether the report document creation should start before all the report parameters are submitted. + A control is anchored to the top edge of its container. - true to start to create the report document before submitting its parameters; otherwise, false. - - + + - For internal use. If implemented by a class, specifies whether the report preview window shows page margin lines. + Contains options which define how a document is exported to the native Printing System file format. + - true to show page margin lines; otherwise false. - - - + - If implemented by a class, finishes generating report pages. + Initializes a new instance of the NativeFormatOptions class with default settings. + - + - For internal use. If implemented by a class, updates the page settings + Copies all the settings from the NativeFormatOptions object passed as a parameter. + - - + + An NativeFormatOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - + + + + + Gets or sets a value indicating whether the resulting PRNX file should be compressed. + + + + true to compress the resulting PRNX file; otherwise, false. + - + - Provides access to a document's watermark. + Gets or sets a value which indicates whether a Native Format Options window should be shown when an end-user saves a document from the Print Preview. - A object. + true to show the Native Format Options window; otherwise, false. - + - For internal use. + Lists the ways in which a document can be exported to Image. - + - For internal use. + A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single Image file. - - - - - + + + + + A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting Image file only once, at the beginning and at the end of the document. + + + - + - For internal use. + A document is exported to a single file, page-by-page. In this mode, all pages are exported one under another, separated by page borders (which are specified by the and properties). + - - - - - - + + + + Lists the ways in which a document can be exported to HTML format. + + - + - For internal use. + A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single HTML file. - - - + - For internal use. + A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting HTML file only once, at the beginning and at the end of the document. + - - - + - For internal use. + A document is exported to a single file, page-by-page. In this mode, all pages are exported one under another, separated by page borders (which are specified by the and properties). + - - - + - Provides the basic functionality for the component. + The base for the class. + + - + - For internal use. + Initializes a new instance of the PageInfoTextBrick class with the specified owner. + - - + + An object implementing the interface. + + + - + - Specifies the Printing System used to create and print a document for the link associated with the IPrintControl. - + Initializes a new instance of the PageInfoTextBrick class with default settings. - A descendant. - - + - If implemented by a class, provides access to the object that reflects the current state of a document's generation or export. + Initializes a new instance of the PageInfoTextBrick class with the specified visible borders, their width, color, and background and foreground colors. - A object which is intended to track the process of a document's creation. - + + A enumeration value(s) which specifies the borders displayed around the brick. - - + + + A value which specifies the border width of the brick, measured in pixels. + + + + A object which specifies the border color of the brick. + + + + A object which specifies the background color of the brick. + + + + A object which specifies the foreground color of the brick. + + + + + - The base class for the class. + Gets the text string containing the brick type information. + A string, characterizing the brick's type. Always returns "PageInfo". + + - + - Initializes a new instance of the TreeViewLinkBase class with default settings. + Gets or sets a value indicating whether the page number should be changed according to reordering in the Pages collection. + A enumeration member. + - + - Initializes a new instance of the TreeViewLinkBase class with the specified printing system. + Gets or sets the format string to display text information within the brick. - - A object which specifies the printing system used to draw the current link. This value is assigned to the property. - - + A string, consisting of alternating fixed text and indexed placeholders. + - + - Gets the type of the object to be printed by the link. + Gets or sets the type of information to be displayed within the PageInfoTextBrick. - A class descendant representing the type. + A enumeration member, indicating information type and its representation. - + - Sets the object to be printed by this link. + Gets or sets the initial value of a page counter. - - A object to be printed by this link. + An integer value representing an initial number for pagination. - + - + - Gets or sets a object to be printed via the current link. + Gets or sets the text to be displayed within the current brick. - A object to be printed. + A representing the text to be displayed within the brick. - + - The base class for the class. + Lists the ways in which a document can be exported to RTF format. - + - Initializes a new instance of the DataGridLinkBase class with default settings. + A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting RTF file only once, at the beginning and at the end of the document. + - + - Initializes a new instance of the DataGridLinkBase class with the specified container. + A document is exported to a single file, page-by-page. - - An object implementing the interface which specifies the owner container of a DataGridLinkBase class instance. - - - + + - Initializes a new instance of the DataGridLinkBase class with the specified printing system. + A visual brick that contains a rotated text. - - A object which specifies the printing system used to draw the current link. This value is assigned to the property. - - - - + - Adds a subreport to the current report. + Initializes a new instance of the LabelBrick class with the specified owner. + - - A object which specifies the vertical offset of the subreport within the current report. + + An object implementing the interface. - + - Gets or sets a value indicating whether the height of the DataGrid to be printed should be calculated automatically. + Initializes a new instance of the LabelBrick class with default settings. - true to automatically calculate a data grid's height; otherwise, false. - - + - Gets or sets a object to be printed via the current link. + Gets or sets the rotation angle of the text displayed within the brick. - A object to be printed. + A value, specifying the text angle in degrees. - + - Gets the type of the object to be printed by the link. + Gets the text string, containing the brick type information. - A class descendant representing the type. + A string, characterizing the brick's type. Always returns "Label". - + - Gets or sets the data grid's printing style. + Creates a new LabelBrick instance, which is a copy of the current instance. - A object. - + A new LabelBrick instance, which is a copy of the current instance. + - + - Sets the object to be printed by this link. - - - - A object to be printed by this link. - - + Gets a value indicating whether text within a label brick is drawn vertically. - - - - Gets or sets a value indicating whether this class descendant should use the visual style of the DataGrid it prints. - true to use the DatGrid style; otherwise, false. + true if the text is shown in a vertical mode; otherwise, false. - + - The base class for the class. + For internal use. - + - Initializes a new instance of the ListViewLinkBase class with default settings. + For internal use. - + - Adds a subreport to the current report. + For internal use. - - A object which specifies the vertical offset of the subreport within the current report. + + + + + + + + - + - Gets or sets a object to be printed via the current link. + For internal use. - A object to be printed. - + + + + + + - + - Gets the type of the object to be printed by the link. + For internal use. - A class descendant representing the System.Windows.Forms.ListView type. - + + + + + + + + + + - + - Sets the object to be printed by this link. + For internal use. - - A object to be printed by this link. + + + + + + + - - + + - Contains options which define how a document is exported to RTF format. - - + For internal use. + + + + + + + + + + + - - - Initializes a new instance of the RtfExportOptions class with default settings. + + + A visual brick that contains a barcode. - - + - Copies all the settings from the RtfExportOptions object passed as a parameter. + Initializes a new instance of the BarCodeBrick class with the specified owner. - - An RtfExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + An object implementing the interface. + - + - Gets or sets a value indicating how a document is exported to RTF. + Initializes a new instance of the BarCodeBrick class with default settings. + + + + + + + Gets or sets the alignment of the barcode in the brick rectangle. - An enumeration value which represents the RTF export mode. + A enumeration value that specifies how the barcode is aligned within the brick. - + - Gets or sets a value indicating whether watermarks should be included into the resulting file, when a document is exported to RTF. + Gets or sets a value that specifies whether the property value should be calculated automatically based upon the barcode's size. - true to include watermarks; otherwise, false. + true if the barcode's module is calculated automatically; otherwise, false. - + - Gets or sets the range of pages to be exported. + Gets or sets the byte array to be coded into the PDF417 barcode. + + + An array of values. + + + + + + For internal use only. - A specifying the range of pages. + - + + + Gets the text string, containing the brick type information. + + + A string, characterizing the brick's type. Always returns "BarCode". + + + + - The base class for all printing links. + + + + + + + Specifies the default text . Currently it is set to value. + A value. + + - + - Initializes a new instance of the LinkBase class with the specified container. + Specifies the default value. Currently it is set to false. - - An object implementing the interface which specifies the owner container of a LinkBase class instance. + - + + + + + Gets or sets the default value for the property. + + + + - + - Initializes a new instance of the LinkBase class with the default settings. + Specifies the default value. Currently it is set to 2.0 + + + + + + + + Specifies the default value. Currently it is set to . + - + - Initializes a new instance of the class with the specified printing system. + Specifies the default value. Currently it is set to true. - - A object which specifies the printing system used to draw the current link. This value is assigned to the property. - - + - + - Gets the current document creation status. + Gets or sets the symbology (code type) for the barcode and the text displayed in the BarCodeBrick. + - A enumeration value. + A object representing the symbology used in the current BarCodeBrick. - + - Adds a subreport to the current report. + Gets or sets the width of the narrowest bar or space in the current BarCodeBrick instance. - - A value which specifies the vertical offset of the subreport within the current report. - - - + A value which represents the width of the narrowest bar or space. + - + - For internal use. Adds a subreport to the current report. + Gets or sets how a barcode should be rotated in a report. - - A band, to which the subreport should be added. - - - - A object. + A enumeration value specifying the angle at which a barcode is rotated. - + - + - Occurs after all sections of the document have been generated. + Gets or sets a value indicating whether the text is displayed in this BarCodeBrick. + true if the text is displayed; otherwise, false. + - + - Occurs before any section of the document is generated. + Overrides the property to hide it. + A . + - + - Indicates whether or not the specified Printing System command can be handled. + Overrides the property to hide it. - - A enumeration value that specifies the command. - - - - An object implementing the interface that specifies the print control (most typically, it is a class instance). - - - true if the command can be handled; otherwise, false. - + A value. + - + - Removes all pages from the current document. + Overrides the property to hide it. + A value. + - + + - Occurs when a detail section of the document is being generated. + Represents the regular star shape type. - - + - Occurs when a detail footer section of the document is being generated. + Initializes a new instance of the ShapeStar class with default settings. - + - Occurs when a detail header section of the document is being generated. + Specifies the star's concavity value. + A value. + - + - Creates a report using the current PrintingSystem. + Gets or sets the number of points for the star shape. + An integer value that specifies the number of points for the star shape. + + - + + - Creates a document from the link using the specified Printing System. + Represents the rectangle shape type. - - A class instance, specifying the printing system of the link. - - - - + - Creates a document from the link, so the document can be displayed or printed. Optionally, can generate pages in background. + Initializes a new instance of the ShapeRectangle class with default settings. - - true to generate pages in background; otherwise, false. - - - + + - Occurs when an inner page footer section of the document is being generated. + Represents the arrow shape type. - - + - Occurs when an inner page header section of the document is being generated. + Initializes a new instance of the ShapeArrow class with default settings. - + - Occurs when a marginal page footer section of the document is being generated. + Gets or sets the height of an arrow (in percent). + An integer value which represents the height of an arrow. This value should be from 0 to 100. + - + - Occurs when a marginal page header section of the document is being generated. + Gets or sets the width of an arrow (in percent). + + An integer value which represents the width of an arrow. This value should be from 0 to 100. + - + + - Occurs when a report footer section of the document is being generated. + Represents the ellipse shape type. - - + - Occurs when a report header section of the document is being generated. + Initializes a new instance of the ShapeEllipse class with default settings. - + + - Gets or sets a size of a custom paper. + Represents the regular polygon shape type. + - A value which represents the size of a custom paper. - - - + - Enables the Header and Footer dialog used for editing a document page's headers and footers. + Initializes a new instance of the ShapePolygon class with default settings. - true if the Header and Footer dialog is enabled; otherwise false. - - + - Exports a document to the specified file path in CSV format using the defined CSV-specific options. + Gets or sets the number of polygon sides. + - - A which specifies the file name (including the full path) for the created CSV file. - - - - - A object which specifies the CSV export options to be applied when a document is exported. - - + An integer value which represents the number of sides in a polygon. + - - - Exports a document to the specified file path in CSV format. + + + Represents the bracket shape type. - - A which specifies the file name (including the full path) for the created CSV file. - - - - + - Exports a document to the specified stream in CSV format. + Initializes a new instance of the ShapeBracket class with default settings. - - A object to which the created CSV file should be sent. - - - + - Exports a document to the specified stream in CSV format using the defined CSV-specific options. - + Gets or sets the length of a brace's tip. - - A object to which the created CSV file should be sent. - - - - A object which specifies the CSV export options to be applied when a document is exported. + An integer value which represents a tip's length. - + - + + - Exports a document to the specified stream in HTML format. - - - - A object to which the created HTML file should be sent. + Defines the base class for all the shape types whose corners can be filleted. - + + - + - Exports a document to the specified file path in HTML format using the defined HTML-specific options. + Gets or sets a value specifying how shape corners are rounded (in percent). - - A which specifies the file name (including the full path) for the created HTML file. - - - - An object which specifies the HTML export options to be applied when a document is exported. + An integer value which shows how corners are rounded. This value should be from 0 to 100. - + - - - Exports a document to the specified stream in HTML format using the defined HTML-specific options. - + + + Represents the cross shape type. - - A object to which the created HTML file should be sent. - - - - A object which specifies the HTML export options to be applied when a document is exported. - + + + + Initializes a new instance of the ShapeCross class with default settings. + + - + - Exports a document to the specified file path in HTML format. + Gets or sets the horizontal line width of a cross (in percents). + - - A which specifies the file name (including the full path) for the created HTML file. - - + An integer value which represents the width of a horizontal line. + - + - Exports a document to the specified file path in Image format. + Gets or sets the vertical line width of a cross (in percents). - - A which specifies the file name (including the full path) for the created Image file. - - + An integer value which represents the width of a vertical line. + - + + - Exports a document to the specified stream in Image format. + Represents the line shape type. - - A object to which the created Image file should be sent. - - - - + - Exports a document to the specified file path in Image format using the defined Image-specific options. + Initializes a new instance of the ShapeLine class with default settings. - - A which specifies the file name (including the full path) for the created Image file. - - - A object which specifies the Image export options to be applied when a document is exported. - + + + + Defines the base class for all the shape types. + + - + - Exports a document to the specified stream in Image format using the defined Image-specific options. + Override this method to get the name of the shape. - - A object to which the created Image file should be sent. + A string, representing the shape's name. + - - - An object which specifies the Image export options to be applied when a document is exported. - + + + + Represents the brace shape type. + + - + - Exports a document to the specified file path in MHT format. + Initializes a new instance of the ShapeBrace class with default settings. - - A which specifies the file name (including the full path) for the created MHT file. - - - + - Exports a document to the specified stream in MHT format. + Gets or sets a value which specifies how brace corners are rounded. + - - A object to which the created MHT file should be sent. - - + An integer value which represents how brace corners are rounded. + - + - Exports a document to the specified stream in MHT format using the defined MHT-specific options. + Gets or sets the length of a brace's tail. + - - A object to which the created MHT file should be sent. - - - - An object which specifies the MHT export options to be applied when a document is exported. + An integer value which represents a tail's length. - + - + + - Exports a document to the specified file path in MHT format using the defined MHT-specific options. + Defines the base class for all the shape types represented by a closed figure. - - A which specifies the file name (including the full path) for the created MHT file. - - - - An object which specifies the MHT export options to be applied when a document is exported. - + + + + Defines the base class for all the shape types based on a regular polygon. + + - + + - Exports a document to the specified file path in PDF format. + Represents the class used to generate an UPC Supplemental 5 barcode. - - A which specifies the file name (including the full path) for the created PDF file. - + + + + Initializes a new instance of the UPCSupplemental5Generator class with default settings. + + - + - Exports a document to the specified stream in PDF format using the defined PDF-specific options. + For internal use. Gets the barcode symbology for the current generator object. - - A object to which the created PDF file should be sent. + A enumeration value. + - - - A object which specifies the PDF export options to be applied when a document is exported. - + + + + Represents the class used to generate an UPC Supplemental 2 barcode. + + - + - Exports a document to the specified file path in PDF format using the defined PDF-specific options. + Initializes a new instance of the UPCSupplemental2Generator class with default settings. + + + + + + For internal use. Gets the barcode symbology for the current generator object. - - A which specifies the file name (including the full path) for the created PDF file. + A enumeration value. + - - - A object which specifies the PDF export options to be applied when a document is exported. - + + + + Represents the class used to generate a PostNet barcode. + + - + - Exports a document to the specified stream in PDF format. + Initializes a new instance of the PostNetGenerator class with default settings. - - A object to which the created PDF file should be sent. - - - + - Exports a document to the specified file path in RTF format using the defined RTF-specific options. + Overrides the property. - - A , which specifies the file name (including the full path) for the created RTF file. - - - - An object, representing options, which define how a document is exported to RTF format. - - + true if the barcode object needs a checksum to be calculated; otherwise, false. + - + - Exports a document to the specified stream in RTF format using the defined RTF-specific options. + For internal use. Gets the barcode symbology for the current generator object. - - A to which the created RTF file should be sent. + A enumeration value. + - - - An object, representing options, which define how a document is exported to RTF format. - + + + + + Represents the class used to generate an UPC-E1 barcode. + + - + - Exports a document to the specified stream in RTF format. + Initializes a new instance of the UPCE1Generator class with default settings. - - A object to which the created RTF file should be sent. - - - + - Exports a document to the specified file path in RTF format. + For internal use. Gets the barcode symbology for the current generator object. - - A which specifies the file name (including the full path) for the created RTF file. + A enumeration value. + - + + + + + Represents the class used to generate an MSI barcode. + + - + - Exports a document to the specified stream in Text format using the defined Text-specific options. + Initializes a new instance of the CodeMSIGenerator class with default settings. - - A object to which the created Text file should be sent. - - - A object which specifies the Text export options to be applied when a document is exported. - + + + + Overrides the property. + + + true if the barcode object needs a checksum to be calculated; otherwise, false. + - + - Exports a document to the specified stream in Text format. + Gets or sets the checksum type for the barcode. + - - A object to which the created Text file should be sent. + An enumeration value which represents the checksum type. - + - + - Exports a document to the specified file path in Text format using the defined Text-specific options. + For internal use. Gets the barcode symbology for the current generator object. - - A which specifies the file name (including the full path) for the created Text file. + A enumeration value. + - - - A object which specifies the Text export options to be applied when a document is exported. - + + + + Represents the class used to generate an EAN 13 barcode. + + - + - Exports a document to the specified file path in Text format. + Initializes a new instance of the EAN13Generator class with default settings. - - A which specifies the file name (including the full path) for the created Text file. - - - + - Exports a report to the specified stream in XLS format using the defined XLS-specific options. + Overrides the property. - - A object to which the created XLS file should be sent. - - - - An object which specifies the XLS export options to be applied when a report is exported. - - + true if the barcode object needs a checksum to be calculated; otherwise, false. + - + - Exports a report to the specified file path in XLS format. + For internal use. Gets the barcode symbology for the current generator object. - - A which specifies the file name (including the full path) for the created XLS file. - - + A enumeration value. + - + + - Exports a report to the specified stream in XLS format. + Represents the class used to generate an Interleaved 2 of 5 barcode. - - A object to which the created XLS file should be sent. - - - - + - Exports a report to the specified file path in XLS format using the defined XLS-specific options. + Initializes a new instance of the Interleaved2of5Generator class with default settings. - - A which specifies the file name (including the full path) for the created XLS file. - - - - An object which specifies the XLS export options to be applied when a report is exported. - - - + - Exports a report to the specified file path in XLSX format. + For internal use. Gets the barcode symbology for the current generator object. - - A which specifies the file name (including the full path) for the created XLSX file. - - + A enumeration value. + - + - Exports a report to the specified file path in XLSX format using the defined XLSX-specific options. + Gets or sets the density of a barcode's bars. + - - A which specifies the file name (including the full path) for the created XLSX file. - - - - An object which specifies the XLSX export options to be applied when a report is exported. + A float value specifying the density of a barcode's bars. - + - + + - Exports a report to the specified stream in XLSX format. + Represents the class used to generate a Matrix 2 of 5 barcode. - - A object to which the created XLSX file should be sent. - - - - + - Exports a report to the specified stream in XLSX format using the defined XLSX-specific options. + Initializes a new instance of the Matrix2of5Generator class with default settings. - - A object to which the created XLSX file should be sent. - - - - An object which specifies the XLSX export options to be applied when a report is exported. - - - + - Handles the specified Printing System command. + For internal use. Gets the barcode symbology for the current generator object. - - A enumeration value which specifies the command to be handled. - - - - A collection of objects representing the parameters to be passed to the handled command. + A enumeration value. + - - - An object implementing the interface (most typically, it is the class instance). - - - true if the command has been handled by a link; otherwise, false. + + - + + Defines the base class for the and classes. + + - + - Gets or sets a value indicating whether the page orientation is landscape. + Overrides the property. - true if the page orientation is landscape; otherwise, false. - + true if the barcode object needs a checksum to be calculated; otherwise, false. - + + - Gets or sets the margins of a report page. + Defines the base class for the and classes. - A object representing the margins of a report page. - - - - + - Specifies the minimum printer margin values. + Overrides the property. - A object, specifying the minimum printer margins. + true if the barcode object needs a checksum to be calculated; otherwise, false. - + + - For internal use. + Represents the class used to generate an EAN 128 barcode. - A descendant. - - - + - Gets or sets the object used to fill the document's area that is occupied by the page header and page footer. + Initializes a new instance of the EAN128Generator class with default settings. - A used to fill the document's area that is occupied by the page header and page footer. - - + - Gets or sets the type of paper for the document. + Gets or sets the symbol (or set of symbols) in the barcode's text that will be replaced with the FNC1 functional character when the barcode's bars are drawn. + - A enumeration value. + A specifying the symbols to be replaced. - + - Gets or sets the name of the custom paper which is used in the printer that the document is going to be printed on. + Specifies whether or not parentheses should be included in the barcode's text. + + - A specifying the name of the paper. + true to insert parentheses into the barcode's printed text; otherwise, false. - + - Gets the type of the object to be printed. + For internal use. Gets the barcode symbology for the current generator object. - A object representing the type of object to be printed. + A enumeration value. - + + - Gets or sets the Printing System used to create and print a document for this link. + Represents the class used to generate an EAN 8 barcode. - A object which specifies the Printing System used to create and print a document. - - - + - Loads a Page Header/Footer dialog's settings from the system registry. + Initializes a new instance of the EAN8Generator class with default settings. - - A value specifying the system registry path. - - - + - Loads a Page Header/Footer dialog's settings from the specified stream. + For internal use. Gets the barcode symbology for the current generator object. - - A object from which the header/footer's settings are read. - - + A enumeration value. + - + + - Loads a Page Header/Footer dialog's settings from the specified XML file. + Represents the class used to generate an Industrial 2 of 5 barcode. - - A value specifying the XML file from which header/footer settings are read. - + + + + Initializes a new instance of the Industrial2of5Generator class with default settings. + + - + - Gets or sets the RTF text, which will be printed as a Report Footer. + For internal use. Gets the barcode symbology for the current generator object. - A containing RTF text. + A enumeration value. - + - Gets or sets the RTF text, which will be printed as a Report Header. + Gets or sets the density of a barcode's bars. + - A containing RTF text. + A float value specifying the density of a barcode's bars. - + + - Saves the Page Header/Footer dialog's settings to the registry. + Represents the class used to generate a Code 93 barcode. - - A value specifying the registry path at which to save the header/footer. - - - - + - Saves the Page Header/Footer dialog's settings to the specified stream. + Initializes a new instance of the Code93Generator class with default settings. - - A descendant to which the header/footer is written. - - - + - Saves the Page Header/Footer dialog's settings to an XML file. + For internal use. Gets the barcode symbology for the current generator object. - - A specifying the path to the file in which the header/footer will be stored. If an empty string is specified, an exception is raised. - - + A enumeration value. + - + + - Sets the object to be printed by this link. + Represents the class used to generate a Code 39 Extended barcode. + - - A object implementing the interface. - - - - + - Gets or sets report areas that should be skipped. + Initializes a new instance of the Code39ExtendedGenerator class with default settings. - Report areas that should be skipped. - - + - Gets or sets a value indicating whether content bricks, which are outside the right page margin, should be split across pages, or moved in their entirety to the next page. - - + For internal use. Gets the barcode symbology for the current generator object. - A enumeration value, which specifies the way of splitting method of content bricks in the vertical direction. - + A enumeration value. - + - Generates a How to: Add a Bar Code of the QR Code Type to a Report barcode. - - + Represents the class used to generate a Code 128 barcode. - + - For internal use. Initializes a new instance of the QRCodeGenerator class with the specified source. + Initializes a new instance of the Code128Generator class with default settings. - - A object. - - - + - For internal use. Initializes a new instance of the QRCodeGenerator class with the default settings. - + + - + - Gets or sets whether numeric, alpha-numeric or byte information should be used as the barcode's data. + Overrides the property. - A enumeration value. + true if the barcode object needs a checksum to be calculated; otherwise, false. - + - Gets or sets the amount of redundancy built into the barcode's coding, to compensate for calculation errors. + Gets or sets the charset type for the barcode. - A enumeration value. + A enumeration value that specifies a charset to be used. - + For internal use. Gets the barcode symbology for the current generator object. @@ -10089,15797 +17202,15601 @@ This is supported only by the DXPrinting for WPF library. - + + - Gets or sets the barcode's size. + Represents the class used to generate a Code 11 barcode. + - A enumeration value. - - - - + - Used to detect the authentication cookie by the class. + Initializes a new instance of the Code11Generator class with default settings. + - + - Initializes a new instance of the FormsAuthenticationMessageInspector class with the specified cookie. + Overrides the property. - - A object. - - + true if the barcode object needs a checksum to be calculated; otherwise, false. + - + - Initializes a new instance of the FormsAuthenticationMessageInspector class with default settings. + For internal use. Gets the barcode symbology for the current generator object. + A enumeration value. + - - - [To be supplied] - - - A reference. - - - - A value. + - + + Represents the class used to generate a Codabar barcode. + + - + - [To be supplied] + Initializes a new instance of the CodabarGenerator class with default settings. + - - A reference. - - - - An object implementing the interface. - - - A value. - - - + - Contains information about a bookmark that is related to a printing brick. + Overrides the property. + true if the barcode object needs a checksum to be calculated; otherwise, false. + + - + - Initializes a new instance of the BookmarkInfo class with the specified settings. + Gets or sets the first (start) and last (stop) symbols used to code the barcode's structure. - - An object implementing the interface. This value is assigned to the property. - - - - A value. This value is assigned to the property. - - - - A object. This value is assigned to the property. + A enumeration value that specifies the pair of start and stop symbols used. - + - + - Specifies the element's bookmark. + For internal use. Gets the barcode symbology for the current generator object. - A value. + A enumeration value. - + - Provides access to the bookmark's owner brick. + Gets or sets the density of a barcode's bars. - An object implementing the interface. + A float value specifying the density of a barcode's bars. - + + - A value. + Represents the class used to generate a Code 93 Extended barcode. - [To be supplied] - - + - Specifies whether or not there are bookmarks specified for the brick. + Initializes a new instance of the Code93ExtendedGenerator class with default settings. - true, if there are bookmarks assigned to the element; otherwise false. - - + - Provides access to the bookmark's parent brick. + For internal use. Gets the barcode symbology for the current generator object. - A object. + A enumeration value. - + + - Specifies information about the bookmark's parent. + Represents the class used to generate a Code 39 barcode. - A object. - - - - + - Lists the values that specify the type of a brick owner object. + Initializes a new instance of the Code39Generator class with default settings. + - + - The brick owner is a . + For internal use. Gets the barcode symbology for the current generator object. + A enumeration value. + - + - The brick owner is an descendant. + Gets or sets the density of a barcode's bars. + A float value specifying the density of a barcode's bars. + - + + - The brick owner is an . + Defines the base class for all the classes used to generate barcodes. - - + - The brick owner is an . + Gets or sets whether to calculate a checksum for the barcode. + true if the barcode object needs a checksum to be calculated; otherwise, false. + - + - The brick owner is an . + For internal use. + + An object implementing the DevExpress.XtraPrinting.IGraphicsBase interface. + + + + A structure. + + + + An object implementing the interface. + + - + - The brick owner is an . - + + + + + - + - The brick owner is an . + Gets the name of the bar code type, which is represented by a current class. + A string, which is the name of the bar code type. + - + - The brick owner is an . + For internal use. Gets the barcode symbology for the current generator object. + A enumeration value. + - + - For internal use. + Specifies which formula is used to calculate the checksum for the MSI barcode. + - + - For internal use. + The checksum is calculated with respect to base 10 twice. - - - - - - - + - For internal use. + The checksum is calculated with respect to base 10. - - - - - - - - - + - For internal use. + The checksum is not calculated. - - - - - - - + - Provides the essential functionality for document printing. + Specifies the character set used for coding the Code 128 barcode structure. - + - For internal use. + The "A" character set will be used for coding a barcode. - A value. - - + - For internal use. + The character set will be chosen automatically according to the text assigned to a barcode. - - An integer value. - - - - A value. - - - An integer value. - - + - For internal use. + The "B" character set will be used for coding a barcode. - + - For internal use. + The "C" character set will be used for coding a barcode. - - A object. - - - + - For internal use. + Specifies the first (start) and last (stop) symbols used to code the Codabar barcode structure. + - + - For internal use. + The first element in a barcode is "A" and the last element is "T". + - A Boolean value. - - + - For internal use. + The first element in a barcode is "B" and the last element is "N". - - A object. - - - - A object. - - - + - For internal use. + The first element in a barcode is "C" and the last element is "*". + - A enumeration value. - - + - For internal use. + The first element in a barcode is "D" and the last element is "E". + - A enumeration value. - - + - For internal use. + The are no start (first) and stop (last) elements used in a barcode. + - A Boolean value. - - + + - For internal use. + Specifies by what angle a barcode is rotated. - A value. - - - + - For internal use. + A barcode is displayed in its normal orientation. - A DevExpress.XtraPrinting.Native.ConvertHelper object. - - + - For internal use. + A barcode is rotated 90 degrees counter clockwise. + - A object. - - + - For internal use. + A barcode is rotated 90 degrees clockwise. - A structure. - - + - For internal use. + A barcode is rotated 180 degrees. - A structure. - - + + - For internal use. - - - A enumeration value. - + Represents a print style used to print the via the . - - - - For internal use. - A enumeration value. - - - + - For internal use. + Initializes a new instance of the DataGridPrintStyle class with the specified source print style. + - A value. - + + A object whose properties are to be copied. + + + - + - For internal use. + Initializes a new instance of the DataGridPrintStyle class with the specified data grid. + - A object. - + + A object whose print style settings are to be copied. + + + - + - For internal use. + Initializes a new instance of the DataGridPrintStyle class with default settings. - A structure. - - + - For internal use. + Gets or sets the background color of odd-numbered rows of the grid. + - A enumeration value. - + A that represents the alternating background color. + - + - For internal use. + Gets or sets the background color of even-numbered rows of the grid. + - A Boolean value. + A that represents the color of rows in the grid. + - + - For internal use. + Gets or sets the background color of the caption area. + - A Boolean value. + A that represents the caption's background color. + - + - For internal use. + Gets or sets the foreground color of the caption area. + - A Boolean value. + A that represents the foreground color of the caption area. + - + - For internal use. + Duplicates the properties of the specified data grid's print style into the current DataGridPrintStyle instance. - A Boolean value. - + + A object whose print style settings are to be copied. + + + - + - For internal use. + Duplicates the properties of the specified print style into the current DataGridPrintStyle instance. - A Boolean value. - + + A object whose properties are to be copied. + + + - + - For internal use. + Gets or sets a value indicating whether the grid is printed in flat mode. + - A Boolean value. + true if the grid is displayed flat; otherwise, false. - + - For internal use. + Gets or sets the foreground color (typically the color of the text) of the data grid. - A Boolean value. + A that represents the foreground color. + - + - For internal use. + Gets or sets the color of the grid lines. + - - A Boolean value. + A that represents the color of the grid lines. - - A Boolean value. - + - + - For internal use. + Gets or sets the line style of the grid. + - - A Boolean value. + One of the values. - - A Boolean value. - + - + - For internal use. + Gets or sets the background color of all row and column headers. + - + A that represents the background color of row and column headers. - + - For internal use. + Gets or sets the foreground color of headers. + - A Boolean value. + A that represents the foreground color of the grid's column headers, including the column header text and the plus/minus glyphs. + - + - For internal use. + Returns the textual representation of the print style. - A value. - + A value which specifies the full name of the class. + - + + - For internal use. + A visual brick containing a shape. - A Boolean value. - - - + - For internal use. + Initializes a new instance of the ShapeBrick class with the specified owner. - - A object. - - - - An integer value. - - - - An integer value. + + An object implementing the interface. - A Boolean value. - - + - For internal use. + Initializes a new instance of the ShapeBrick class with default settings. - - A object. - - - - An object implementing the interface. - - - - A structure. - - - + - For internal use. + Gets or sets the angle (in degrees) by which the shape's image is rotated. - - - - - - - - - - - - + An integer value specifying the angle by which the shape's image is rotated. + - + - For internal use. + Gets the text string, containing the brick type information. - - A object. + A string, characterizing the brick's type. Always returns "Shape". + - - - A value. - - - A value. + + + + Gets or sets the color to fill the shape's contents. - - - A value. + + + A object which represents the fill color of a shape. - + - + - For internal use. + Gets or sets the color of the shape displayed in the current brick. + - A value. + A which represents the shape color in the current brick. - + - For internal use. + Gets or sets the width of the line which is used to draw the shape image. - A value. + An integer value representing the width of the line. - + - For internal use. + Gets or sets an object which determines a particular shape type along with its settings. + - A enumeration value. + A class descendant which contains settings for a particular shape type. + - + - For internal use. + Gets or sets a value indicating whether or not to stretch a shape when it's rotated. + - - A object. - - + true to stretch the shape; otherwise, false. + - - + - For internal use. + Overrides the property to hide it. + A value. + + - + - For internal use. Occurs after all document pages have been created. + Overrides the property to hide it. + A . + - + - For internal use. + Overrides the property to hide it. + A value. + - + - For internal use. Occurs before document pages are created. + Overrides the property to hide it. + A value. + - + + - For internal use. + A visual brick containing a progress bar. - - + - For internal use. Occurs when any exception is raised during document creation. + Initializes a new instance of the ProgressBarBrick class with the specified position. + + An integer value specifying the progress bar position. This value is assigned to the property. + + - + - For internal use. + Initializes a new instance of the ProgressBarBrick class with default settings. - + - For internal use. Occurs when a Document Viewer receives a document change notification. + Initializes a new instance of the ProgressBarBrick class with the specified owner. + + An object implementing the interface. + + - + - For internal use. Gets a value indicating whether or not the document is being created. + Gets the text string, containing the brick type information. - true if the document creation isn't finished; otherwise, false. + A string, characterizing the brick's type. Always returns "ProgressBar". - + - For internal use. Indicates whether or not the document is empty (i.e., does it contain at least one page). + Gets or sets the color of progress bars displayed in the current brick. + - true if the document is emtpy; otherwise, false. + A which represents the progress bars color. + - + - For internal use. + Gets or sets the current position of the progress bar brick. + + An integer value which represents the current position (0-100). + - + - For internal use. + Overrides the property to hide it. - A collection of objects implementing the interface. + A value. - + - For internal use. + Overrides the property. - An object implementing the interface. + A which represents the text value that will be shown as the brick's text. + - - + - Represents the base method for all brick-related events. - + Overrides the property to hide it. + A value. + + - + - Represents the base method for all brick-related events. - + Overrides the property to hide it. - - The event sender. - - - - A object that contains event data. - - + A value. + - + - Represents the base for all classes that provide data for the brick-related events. + A visual brick that contains a zip code. - + - Initializes a new instance of the BrickEventArgsBase class with the specified brick. - + Initializes a new instance of the ZipCodeBrick class with the specified owner. - - A object specifying the brick for which an event has been raised. This value is assigned to the property. + + An object implementing the interface. - + - Gets a brick for which an event has been raised. + Initializes a new instance of the ZipCodeBrick class with default settings. - A class descendant. - - - - - - - Specifies the document changing permissions. - - - + - Permits any changes for the PDF document, except extracting its pages. + Gets the text string, containing the brick type information. + A string, characterizing the brick's type. Always returns "ZipCode". + - + - Permits commenting, filling in form fields, and signing existing signature fields for the PDF document. + Gets or sets the width of the lines that the numbers in a zip code brick are drawn with. + + An integer value specifying the width (in pixels) of a ZipCodeBrick's lines. + - + - Permits filling in form fields and signing existing signature fields for the PDF document. + Overrides the property to hide it. + A . + - + - Permits inserting, deleting and rotating the PDF document's pages. + Overrides the property to hide it. + A value. + - + - Specifies that no changes are permitted to the PDF document. + Overrides the property to hide it. + A value. + - + - Specifies the document printing permissions. + Represents the base class for brick classes which contain text. + - + - Permits the PDF document's printing in high resolution only, unless the are accessed and modified. + Gets or sets the color of the text displayed in the current brick. + + A which represents the text color in the current brick. + + - + - Permits the PDF document's printing in low resolution only (150 dpi), unless the are accessed and modified. + Gets or sets the text to be displayed within the current brick. + A representing the text to be displayed within the brick. + - + + - Forbids printing of the PDF document, unless the are accessed and modified. + Represents different settings used to specify how a document is exported from the Print Preview. - - - + - Defines the security access options for the exported PDF document. + Initializes a new instance of the PrintPreviewOptions class with default settings. + - + - Initializes a new instance of the PdfPasswordSecurityOptions class. + Gets or sets a value which indicates whether the resulting file should be automatically opened after exporting a document from the Print Preview. + An enumeration value which specifies the action performed after export is finished. + - + - Copies all the settings from the PdfPasswordSecurityOptions object passed as a parameter. + Gets or sets the file path to which, by default, a document is exported from the Print Preview. + + - - An PdfPasswordSecurityOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + A which represents the default file path. - + - + - Creates a copy of the current PdfPasswordSecurityOptions instance. + Specifies the default format to which a document is exported from the Print Preview form. - A PdfPasswordSecurityOptions object which represents an exact copy of the current object. - + A enumeration value, corresponding to the required export format. + - + - Determines whether or not the specified object is equal to the current PdfPasswordSecurityOptions instance. + Gets or sets the file name to which, by default, a document is exported from the Print Preview. + - - The object to compare with the current object. + A which represents the default file name. - - true if the specified object is equal to the current PdfPasswordSecurityOptions instance; otherwise false. - + - + - Gets the hash code (a number) that corresponds to the value of the current PdfPasswordSecurityOptions object. - + Identifies the default file name for a document being exported from the Print Preview. - An integer value representing the hash code for the current object. + - + - Specifies the password for opening the exported PDF document. + Specifies the default format to which a document is converted, when the command is executed. - A value, representing the password. + A enumeration value, corresponding to the required format. - + - Provides access to the PDF permission options of the document. + Gets or sets a value which specifies how the file path to export a document is obtained when exporting a document from the Print Preview. + - A object, representing the security permission options for the exported PDF document. - + A enumeration value which specifies how the file path is obtained. - + - Specifies the PDF permissions password for the document. + Gets or sets a value which indicates whether an Export Options window should be shown when an end-user exports a document from the Print Preview. - A value, representing the permissions password. + true to show the Export Options window; otherwise, false. - + - Supports automatic creation on the client side. + Represents the base class for objects which define export options specific to HTML and MHT formats. - + - Initializes a new instance of the ExportServiceClientFactory class with the specified endpoint configuration name. - - - - A value, specifying the endpoint configuration name. - - - + Initializes a new instance of the HtmlExportOptionsBase class with default settings. - - - - Initializes a new instance of the ExportServiceClientFactory class with the specified endpoint configuration name and remote address. - - A value, specifying the endpoint configuration name. - - - - An object. - - - + - Initializes a new instance of the ExportServiceClientFactory class with the specified remote address. - - - - An object. - - - + Copies all the settings from the HtmlExportOptionsBase object passed as a parameter. - - - - Initializes a new instance of the ExportServiceClientFactory class with the specified remote address and binding. - - An object. - - - - A object. + + An HtmlExportOptionsBase object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - + - Creates an . + Gets or sets the encoding name used when exporting a document to HTML. - An object implementing the interface (typically, this is an object). - + A representing the encoding name set in the HTML file (e.g. "UTF-8"). + - - + + - Represents a method that will handle the event. + Specifies whether images are embedded in HTML content. + true to embed images in HTML; otherwise, false. + + - + - A method that will handle the event. + Gets or sets a value indicating how a document is exported to HTML. - - The event sender. - - - - An object that contains data related to the event. + An enumeration value which represents the HTML export mode. - + - - + - Provides data for the event. + Specifies whether to export watermarks to HTML along with the rest of the document content. + true to export watermarks to HTML; otherwise false. + + - + - Initializes a new instance of the ExceptionEventArgs class with the specified settings. + Gets or sets the color of page borders when a document is exported to HTML page-by-page. - - A object. + A value which represents the page border color. - + - + - Provides access to the exception. + Gets or sets the width (in pixels) of page borders when a document is exported to HTML page-by-page. - A object, representing errors that occur during application execution. + An integer value which represents the page border width. - + - Specifies whether or not the corresponding event was handled. + Gets or sets the range of pages to be exported. - true if the exception was handled; otherwise, false. + A specifying the range of pages. - - + - Lists the values used to specify the compression level of the XPS document. + Gets or sets a value indicating whether secondary symbols should be removed from the resulting HTML file, to reduce its size. + true to remove secondary symbols; otherwise, false. + + + - + - XPS document is compressed fast, but with a lower level of compression. + Determines whether to use the table or non-table layout in the resulting HTML file. + true, to use a table layout; otherwise, false. + - + - XPS document is compressed with the best level of compression, but it requires more time. + Gets or sets a title of the created HTML file + A containing the name shown as the title of the created HTML file. + - + + - XPS document is compressed with a normal level of compression. + Represents the base class for objects which define export options specific for Text and CSV formats. - - + - XPS document is not compressed. + Copies all the settings from the TextExportOptionsBase object passed as a parameter. + + An TextExportOptionsBase object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + - + - XPS document is compressed very fast, but with the lowest level of compression. + Gets or sets the encoding of the text-based file to which a report is exported. + A class descendant specifying the encoding of the text-based file. + - - + + - Specifies the kind of data that should be coded into the How to: Add a Bar Code of the QR Code Type to a Report. + Gets or sets a value used to serialize the property. + + An enumeration value which represents the encoding type of the created text-based document. + + + - + - A combination of alphabetic and numeric characters is encoded. Max. 4,296 characters. + Gets or sets a value indicating whether a string with separators should be placed in quotation marks when a document is exported to a Text-based file. + + + true to quote (place quotation marks around) text elements containing symbols which are the same as the specified separator string; otherwise, false. + - + - Binary data is encoded. Max. 2,953 bytes. + Gets or sets the symbol(s) to separate text elements when a document is exported to a Text-based file. + A containing the symbol(s) which will be used to separate text elements in the created Text-based file. + - + - Numeric data is encoded. Max. 7,089 characters. + Gets or sets a value indicating whether to use the formatting of the data fields in the bound dataset for the cells in the exported TXT or CSV document. + A enumeration value. + - + - Supports automatic creation on the client side. + Specifies how images are exported to PDF format. + + - + - Initializes a new instance of the AuthenticationServiceClientFactory class with the specified endpoint configuration name. + The resulting Jpeg image quality is high (the resulting PDF file size is big). + - - A value, specifying the endpoint configuration name. - - - + - Initializes a new instance of the AuthenticationServiceClientFactory class with the specified settings. - - - - A value, specifying the endpoint configuration name. - - - - An object, specifying the authentication service address. - - + The resulting Jpeg image quality is the highest (the resulting PDF file size is the biggest). - - - - Initializes a new instance of the AuthenticationServiceClientFactory class with the specified settings. - - An object, specifying the authentication service address. - - - - A object. - - - + - Initializes a new instance of the AuthenticationServiceClientFactory class with the specified settings. + The resulting Jpeg image quality is low (the resulting PDF file size is small). + - - An object, specifying the authentication service address. - - - - An enumeration value. - - - + - Creates a . + The resulting Jpeg image quality is the lowest (the resulting PDF file size is the smallest). + - An object implementing the interface. - - - + - Supports automatic creation on the client side. - - + The resulting Jpeg image quality is medium (the resulting PDF file size is also medium). - - - - Initializes a new instance of the ReportServiceClientFactory class with the specified endpoint configuration name. - - A value, specifying the endpoint configuration name. - - - + + - Initializes a new instance of the ReportServiceClientFactory class with the specified endpoint configuration name and remote address. + Represents the base class for objects which define specific export options for those export formats which support page-by-page export (HTML, MHT and PDF). + - - A value, specifying the endpoint configuration name. - - - - An object. - - - - + - Initializes a new instance of the ReportServiceClientFactory class with the specified remote address. + Copies all the settings from the PageByPageExportOptionsBase object passed as a parameter. + - - An object. + + An PageByPageExportOptionsBase object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - + - Initializes a new instance of the ReportServiceClientFactory class with the specified remote address and binding. - - - - An object. - - - - A object. - - + Gets or sets the range of pages to be exported. - - - - Creates a . - An object implementing the interface (typically, this is a object). - + A specifying the range of pages. + - + - Provides the client-side functionality for the Report Server authentication service. + Contains options which define how a document is exported to XLS format. + + - + - Initializes a new instance of the AuthenticationServiceClient class with the specified channel. + Initializes a new instance of the XlsExportOptions class with default settings. + - - An object implementing the interface. - - - + - [To be supplied] + Initializes a new instance of the XlsExportOptions class with the specified text export mode, grid lines and hyperlinks settings. + + - - A value, specifying the user name. + + A object, which specifies a format in which data values should be saved. - - A value, specifying the password. + + true to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. - - A value, containing information about the asynchronous operation. + + true to export hyperlinks; otherwise, false. This value is assigned to the property. - - [To be supplied] - - - + - Provides methods for converting components to specific types. + Initializes a new instance of the XlsExportOptions class with the specified text export mode. + + A object, which specifies a format in which data values should be saved. - - - - Initializes a new instance of the ServiceClientFactoryConverter class with default settings. - - + - + - Checks whether or not the component can be converted to the specified type. + Initializes a new instance of the XlsExportOptions class with the specified text export mode and grid lines settings. - - An object implementing the interface. + + A object, which specifies a format in which data values should be saved. - - A enumeration value. + + true to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. - true if the valid conversion is possible; otherwise false. - - + - Converts the component to the specified type. + Initializes a new instance of the XlsExportOptions class with the specified settings. - - An object implementing the interface. + + A enumeration value. This value is assigned to the property. - - A object. + + true to display the grid lines; otherwise false. This value is assigned to the property. - - A value. + + true to export hyperlinks; otherwise false. This value is assigned to the property. - - A enumeration value. + + true to allow more than 256 columns without warning; otherwise, false. This value is assigned to the property. - A value. - + + true to allow more than 65536 rows without warning; otherwise, false. This value is assigned to the property. + + + A enumeration value. This value is assigned to the property. - - + - - A document that is created by a remote service (a Report Server or custom WCF report service). - - - + - Initializes a new instance of the RemoteDocument class with the specified Printing System. - + - - A descendant. - + + + + + + + + + + + - + - Releases all resources used by RemoteDocument. + Copies all the settings from the XlsExportOptions object passed as a parameter. + + + An XlsExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + - + - Indicates whether or not the document is empty (i.e., does it contain at least one page). + Specifies whether the document should be exported to a single or different XLS files, page-by-page. - true if the document is emtpy; otherwise, false. + An enumeration value, representing the XLS export mode. - + - Gets the total number of pages within a report. + Gets or sets the range of pages to be exported. - An integer value, specifying the number of report pages. + A specifying the range of pages. - + - [To be supplied] - - - An object, identifying the report. - - - - An object implementing the interface, specifying the report parameters. - - - + Gets or sets a value indicating whether to suppress the warning that appears if the resulting XLS file has more than 256 columns. - - - - For internal use. - - A object. - - + true to allow more than 256 columns without warning; otherwise, false. + - - + - Defines the security permission options for the exported PDF document. - - + Gets or sets a value indicating whether to suppress the warning that appears if the resulting XLS file has more than 65,536 rows. - - - - Initializes a new instance of the PdfPermissionsOptions class with default settings. + true to allow more than 65,536 columns without warning; otherwise, false. + - + - Copies all the settings from the PdfPermissionsOptions object passed as a parameter. + Specifies the color palette compatibility mode with different workbooks versions. + - - An PdfPermissionsOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - + A enumeration value. + - + + - Specifies the permissions for changing the exported PDF document. + A document that is created by a remote service (a Report Server or custom WCF report service). - A object, that contains the changing permissions. - - - + - Creates a copy of the current PdfPermissionsOptions instance. + Initializes a new instance of the RemoteDocument class with the specified Printing System. - A PdfPermissionsOptions object which represents an exact copy of the current object. - + + A descendant. + + - + - Specifies the permissions for copying the exported PDF document. + Releases all resources used by RemoteDocument. - true to enable document copying; otherwise, false. - - + - Specifies the permissions for copying the exported PDF document. + Indicates whether or not the document is empty (i.e., does it contain at least one page). - true to enable document copying; otherwise, false. + true if the document is emtpy; otherwise, false. - + - Specifies the permissions for screen readers access to the exported PDF document. + Gets the total number of pages within a report. - true to enable screen readers access; otherwise, false. + An integer value, specifying the number of report pages. - + - Determines whether or not the specified object is equal to the current PdfPermissionsOptions instance. + Asynchronously obtains the specified report created by a remote document source. - - The object to compare with the current object. + + An object, identifying the report. - true if the specified object is equal to the current PdfPermissionsOptions instance; otherwise false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current PdfPermissionsOptions object. + + An object implementing the interface, specifying the report parameters. - - - An integer value representing the hash code for the current object. - + - + - Specifies the permissions for printing the exported PDF document. + For internal use. - A object, containing the printing permissions. + + A object. - + - - - - Specifies the XLS export mode. - - + - - - A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single XLS file. - - - + Represents different settings used to specify exporting parameters when a document is exported and sent via e-mail from the Print Preview. - - - - A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting XLS file only once, at the beginning and at the end of the document. - - - + - Stores the document export options for different export formats. + Initializes a new instance of the EmailOptions class with the default settings. + + - + - Initializes a new instance of the class with default settings. + Provides access to the collection of email recipients. + A class descendant. + - + - Copies all the settings from the ExportOptions object passed as a parameter. - + Appends a specified recipient to the end of the collection. - - An ExportOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + A to add to the collection. - + - Gets the settings used to specify exporting parameters when a document is exported to CSV format. - + Copies all the settings from the EmailOptions object passed as a parameter. - A object which contains CSV export settings. + + An EmailOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - + - + - Gets the settings used to specify exporting parameters when a document is exported and sent via e-mail from the Print Preview. + Gets or sets the text which is appended to an e-mail as its body, when a document is exported and sent via e-mail from its Print Preview. - A object which contains e-mail settings. - + A which represents the e-mail body. - + - Gets the current visibility of the specified export option in the Print Preview. - + Inserts a to the collection at the specified position. - - An enumeration value which specifies the export option whose visibility state is to be determined. + + A value that specifies the position to insert a recipient. - true if the specified export option is visible; otherwise, false. + + A to insert to the collection. - + - + - Gets the settings used to specify exporting parameters when a document is exported to HTML format. - + Gets or sets the text which is used as an e-mail's recipient address, when a document is exported and sent via e-mail from its Print Preview. - A object which contains HTML export settings. - + A which represents the e-mail recipient address. - + - Gets the settings used to specify exporting parameters when a document is exported to image. - - + Gets or sets the prefix appended to the property value. - A object which contains Image export settings. - + A value. - + - Gets the settings used to specify exporting parameters when a document is exported to MHT format. - + Gets or sets the text which is used as an e-mail's recipient name, when a document is exported and sent via e-mail from its Print Preview. - A object which contains MHT export settings. - + A which represents the e-mail recipient name. - + - Provides access to the object, which contains settings for saving the PrintingSystem document in native format. + Gets or sets the text which is used as an e-mail's subject, when a document is exported and sent via e-mail from its Print Preview. + - A class instance, containing native format save settings. + A which represents the e-mail subject. - + + - Gets the settings used to specify exporting parameters when a document is exported to PDF format. + Contains options which define how a document is exported to Text format. - A object which contains PDF export settings. - - - - + - Gets the settings used to specify how a document is exported from the Print Preview. + Initializes a new instance of the TextExportOptions class with default settings. + - A object which contains Print Preview export settings. - - - + - Loads export options from the system registry. + Initializes a new instance of the TextExportOptions class with the specified separator and encoding settings. + - - A value specifying the system registry path. + + A containing symbols which will be used to separate the document's text elements in the created text file. This value is assigned to the property. + + + + + A class descendant specifying the encoding of the created text document. This value is assigned to the property. - + - Loads export options from the specified stream. + Initializes a new instance of the TextExportOptions class with the specified separator settings. - - A object from which the export options are read. + + A containing symbols which will be used to separate the document's text elements in the created text file. This value is assigned to the property. - + - Loads export options from the specified XML file. + Initializes a new instance of the TextExportOptions class with the specified separator, encoding and text export mode settings. - - A value specifying the XML file from which export options are read. + + A containing symbols which will be used to separate the document's text elements in the created text file. This value is assigned to the property. + + A class descendant specifying the encoding of the created TXT document. This value is assigned to the property. + + + A object, which specifies a format in which data values should be saved. - - - - Gets the settings used to specify exporting parameters when a document is exported to RTF format. + + + + + Contains the default value for the property. By default, when a document is exported to a Text file, this value is equal to "\t". - A object which contains RTF export settings. - - + $ + - + + - Saves the current export options to the registry. + Contains options which define how a document is exported to RTF format. + + - - A value specifying the registry path in which to save the export options. + + + + Initializes a new instance of the RtfExportOptions class with default settings. - + + - + - Saves the current export options to the specified stream. + Copies all the settings from the RtfExportOptions object passed as a parameter. - - A descendant to which the export options are written. + + An RtfExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - + - Saves the current export options to an XML file. + Gets or sets a value indicating how a document is exported to RTF. - - A specifying the path to the file in which the export options will be stored. If an empty string is specified, an exception is raised. + An enumeration value which represents the RTF export mode. - + - + - Changes the visibility of the specified export options in the Print Preview. + Gets or sets a value indicating whether watermarks should be included into the resulting file, when a document is exported to RTF. - - An array of enumeration values specifying the export options whose visibility needs to be changed. + true to include watermarks; otherwise, false. + - - - true to make the export options visible; otherwise, false. + + + + Gets or sets the range of pages to be exported. - + + + A specifying the range of pages. + - + + - Changes the visibility of the specified export option in the Print Preview. + Contains options which define how a document is exported to PDF format. - - An enumeration value which specifies the export option whose visibility needs to be changed. + + + + Initializes a new instance of the PdfExportOptions class with default settings. - - - true to make the export option visible; otherwise, false. - - + + - + - Gets the settings used to specify exporting parameters when a document is exported to Text. - + Additional metadata that is added to the PDF document's metadata. - A object which contains Text export settings. - + A value. - + - Gets the settings used to specify exporting parameters when a document is exported to XLS format. - + Copies all the settings from the PdfExportOptions object passed as a parameter. - An object which contains XLS export settings. + + A PdfExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - + - + - Gets the settings used to specify export parameters when a document is exported to XLSX format. - + Provides access to the attachment files list of the document. - An object which contains XLSX export settings. + A collection of files to be attached to the document. - - + - Represents options that specify which of the default printer's settings should be used when printing a document. + Gets or sets a value indicating whether the resulting PDF file should be compressed. + true to compress the resulting PDF file; otherwise, false. + + - + - Initializes a new instance of the class with default settings. + Specifies whether or not all bitmaps contained in the document should be converted to JPEG format during exporting to PDF. + + true to convert images to JPEG; otherwise false. + - + - Initializes a new instance of the class with the specified values for its properties. - + Gets the options to be embedded as Document Properties of the created PDF file. - - A object specifying the initial values for the class properties. - - + A object which contains Document Properties options. + - + - Initializes a new instance of the PrinterSettingsUsing class with the specified margins, paper kind and landscape, using options. - + Gets or sets the quality of images in the resulting PDF file. - - true to use the margin values of the default printer's settings; otherwise, false. This value is assigned to the property. + An enumeration value which specifies the quality of images in the resulting PDF file. + - - - true to use the paper kind of the default printer's settings; otherwise, false. This value is assigned to the property. - - - true to use the landscape values of the default printer's settings; otherwise, false. This value is assigned to the property. + + + + Gets or sets a semicolon-delimited string of values with the font names which should not be embedded in the resulting PDF file. + + + A which contains the font names delimited by a semicolon. - + - + - Gets a value indicating if all of the default printer settings are used when a document is printed. - + Provides access to the PDF security options of the document, which require specifying a password. - true if all of the default printer settings are used for printing; otherwise, false. - + A object, representing the security options. - + - Gets a value indicating if any of the default printer settings are used when printing a document. + Specifies document compatibility with the PDF/A specification. - true if at least one of the default printer settings is used when printing; otherwise, false. - + A enumeration value. - + - Gets or sets a value specifying whether the default printer's landscape option value is used when printing a document. - - + Specifies whether or not the document supports the PDF/A specification. - true to use the landscape option of the default printer's settings; otherwise, false. - + true if the document supports PDF-A; otherwise false. - + - Gets or sets a value which specifies whether the default printer's margins value is used when printing a document. - + Gets or sets a value indicating whether the Print dialog should be displayed when a PDF file is opened in an appropriate application. - true to use the margin values of the default printer's settings; otherwise, false. - + true to open the Print dialog on open; otherwise, false. - + - Gets or sets a value indicating if the default printer's paper kind value is used when printing a document. - + Provides access to the digital signature options of PdfExportOptions. - true if the paper kind value of the default printer settings is used; otherwise, false. - + A object. - + - A document's watermark. + Contains options which define how a document is exported to MHT format. + + - + - Initializes a new instance of the class. + Initializes a new instance of the MhtExportOptions class with default settings. + - + - Duplicates the properties of the specified watermark object into the current instance of the class. + Initializes a new instance of the MhtExportOptions class with the specified settings. - - A object whose properties are to be copied. + + A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. + + + + A containing the name shown as the title of the created HTML file. This value is assigned to the property. + + + true to remove secondary symbols; otherwise, false. This value is assigned to the property. - + - Determines whether the specified object is equal to the current Watermark instance. + Initializes a new instance of the MhtExportOptions class with the specified encoding name and title. - - The object to compare with the current object. + + A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. + + + + A containing the name shown as the title of the created HTML file. This value is assigned to the property. - true if the specified object is equal to the current Watermark instance; otherwise false. - - + - Gets the hash code (a number) that corresponds to the value of the current Watermark object. - + Initializes a new instance of the MhtExportOptions class with the specified encoding name. - An integer value representing the hash code for the current object. - + + A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. + + - + - Gets or sets the range of pages which contain a watermark. - - + Overrides the property, to hide it. - A specifying the range of pages which contain a watermark. - + - + + - Loads a watermark's settings from the system registry. + Specifies the export options items which are displayed when an end-user exports a document from its Print Preview. + - - A value specifying the system registry path. - + + + + The property of the HTML export options. + + + - + - Loads a watermark's settings from the specified stream. + The property of the HTML export options. + - - A object from which the watermark's settings are read. - - - + - Loads a watermark's settings from the specified XML file. + The property of the HTML export options. + - - A value specifying the XML file from which watermark settings are read. - - - + - Saves the current watermark to the registry. + The property of the HTML export options. - - A value specifying the registry path at which to save the watermark. - - - + - Saves the current watermark to the specified stream. + The property of the HTML export options. - - A descendant to which the watermark is written. - - - + - Saves the current watermark to an XML file. + The property of the HTML export options. - - A specifying the path to the file in which the watermark will be stored. If an empty string is specified, an exception is raised. - - - - + - Specifies how an image is positioned within an image control. + The property of the HTML export options. + + - + - The image is placed in the upper-left corner of the image control. The image is clipped if it's larger than the image control which contains it. + The property of the HTML export options. + - + - The image within the image control is stretched or shrunk, as appropriate, to fit the size of the image control. + The property of the HTML export options. - + - The image is sized proportionally (without clipping), so that it best fits the image control. If the height and width ratio of the image control is the same as the image's ratio it will be resized to exactly fit into the image control. Otherwise, the closest fitting side (height or width) of the image will be sized to the control. The other side (height or width) of the image will be sized proportionally (leaving empty space). + The property of the HTML export options. - + + + The property of the Image export options. + + + + + - Specifies the incline of the 's text. + The property of the Image export options. + - + - Specifies an incline from upper left to lower right. + The property of the Image export options. - + - Specifies an incline from upper right to lower left. + The property of the Image export options. - + - Specifies an incline from left to right. + The property of the Image export options. - + - Specifies an incline from top to bottom. + The property of the Image export options. - + + + The property of the native format Save options. + + + + + - Specifies the visibility levels for the printing system commands. + The property of the PDF export options. + - + - Both the command's toolbar item and menu item are visible. + The property of the PDF export options. + - + - Deprecated; use CommandVisibility All instead. Both the command's toolbar item and menu item are visible. + The property of the PDF export options. + - + - Both the command's toolbar button and menu item are invisible. + The property of the PDF export options. + - + - Deprecated; use CommandVisibility All instead. Both the command's toolbar item and menu item are visible. + The property of the PDF export options. - - + - Lists the values specifying the PDF/A compatibility mode of a document. + The property of the PDF export options. + + - + - The document does not support PDF/A. + The property of the PDF export options. + - + - The document supports the PDF/A-2b specification. + The property of the PDF export options. + - - + - Contains options which define how a document is exported to XPS format. + The property of the PDF export options. - - - - - - Initializes a new instance of the XpsExportOptions class with default settings. - + - Copies all the settings from the XpsExportOptions object passed as a parameter. + The property of the PDF export options. - - An XpsExportOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - + - Gets or sets a value specifying the compression level of the XPS document. + The property of the PDF export options. + - An enumeration level. - - + - Gets the options to be embedded as Document Properties of the created XPS file. + The property of the PDF export options. + + - An object which contains Document Properties options. - - - + - Generates a GS1 (Data Matrix) barcode. - - + The property of the PDF export options. + - + - Initializes a new instance of the DataMatrixGS1Generator class with the specified source. + The property of the PDF export options. - - A object. - - - + - Initializes a new instance of the DataMatrixGS1Generator class with default settings. + The property of the RTF export options. - + - Specifies whether textual information or a byte array should be used as the barcode's data, as well as its encoding. + The property of the RTF export options. - A enumeration value. - - + - Specifies the symbol (or set of symbols) in the barcode's text that will be replaced with the FNC1 functional character when the barcode's bars are drawn. + The property of the RTF export options. + - A value, specifying the symbols to be replaced. - - + - Specifies whether or not parentheses should be included in the barcode's text. + The property of the Text export options. + - true to insert parentheses into the barcode's printed text; otherwise, false. - - + - For internal use. Gets the barcode symbology for the current generator object. + The property of the Text export options. - A enumeration value. - - - + - Used to apply an X.509 certificate to the resulting PDF file, to digitally sign the document. + The property of the Text export options. + + - + - Initializes a new instance of the PdfSignatureOptions class with default settings. + The property of the Text export options. + - + - Copies all the settings from the PdfSignatureOptions object passed as the parameter. + The property of the XLS export options. - - An PdfSignatureOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - + - Specifies an X.509 certificate of PdfSignatureOptions. + The property of the XLS export options. - A object. - - + - Creates a copy of the current PdfSignatureOptions object. + The property of the XLS export options. + + + + + + The property of the XLS export options. - An PdfSignatureOptions object which is a copy of the current object. - - + - Specifies the contact information of the person in charge of the certificate. + The property of the XLS export options. - A value. - - + - Determines whether or not the specified object is equal to the current PdfSignatureOptions instance. + The property of the XLS export options. - - A PdfSignatureOptions instance against which to compare with the current PdfSignatureOptions instance. - - - true if a specific PdfSignatureOptions instance equals the current PdfSignatureOptions instance; otherwise, false. - - + - Serves as the default hash function. + The property of the XLS export options. + - An integer value, specifying the hash code for the current object. - - + - Specifies the certificate's location. + The property of the XLSX export options. - A value. - - + - Specifies the reason for encrypting the file. + The property of the XLSX export options. - A value. - - - + - Specifies whether to use the formatting of the data fields in the bound dataset for the cells in the exported XLS (or XLSX) document. + The property of the XPS export options. + +This is supported only by the DXPrinting for WPF library. + - + - Exports all data fields to the XLS (or XLSX) file as strings, with the corresponding formatting embedded into those strings. + The property of the XPS export options. + +This is supported only by the DXPrinting for WPF library. + - + - Exports all data fields to the XLS (or XLSX) file using the same formatting as they have in the original document. + The property of the XPS export options. + +This is supported only by the DXPrinting for WPF library. + - - + - Represents a document map which contains a collection of all the bookmarks in a document. + The property of the XPS export options. +This is supported only by the DXPrinting for WPF library. + - + - Adds the specified object to the collection. + The property of the XPS export options. +This is supported only by the DXPrinting for WPF library. - - A object to append to the collection. - - - - + - Provides indexed access to individual items in the collection. + The property of the XPS export options. +This is supported only by the DXPrinting for WPF library. - - A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised. - - - - A object which represents the bookmark node at the specified position. - - - + - Represents a bookmark shown in the report's document map. + The property of the XPS export options. + +This is supported only by the DXPrinting for WPF library. + - + - Initializes a new instance of the BookmarkNode class with the specified text, for the specified brick on the specified page. + The property of the XPS export options. +This is supported only by the DXPrinting for WPF library. - - A specifying the bookmark's text which will be shown in the document map. This value is assigned to the property. - - - - A object representing the brick that the created bookmark will reference. This value is assigned to the property. - - - - - A object representing the page on which the brick is situated. Note that this parameter is required because a brick may be split across two pages. This value is assigned to the property. - - - + - Initializes a new instance of the BookmarkNode class with the specified text, and for the specified pair of a brick and a page. + The property of the XPS export options. + +This is supported only by the DXPrinting for WPF library. - - A specifying the bookmark's text which will be shown in the document map. This value is assigned to the property. - - - A object representing the brick-page pair, associated with the current bookmark. This value is assigned to the property. - + + + + Provides the client-side functionality for a DevExpress Report Server. + + - + - Initializes a new instance of the BookmarkNode class with the specified text. + Initializes a new instance of the ReportServerClient class with the specified settings. - - A specifying the bookmark's text which will be shown in the document map. This value is assigned to the property. + + An object implementing the interface. + + + A value, containing the address of the Report Server's REST endpoint. - + - Gets the brick which the current bookmark is associated with. + Asynchronously adds a report created by the Report Wizard to the Report Server storage. - A object representing the brick which the current bookmark references. + + A containing the results of the Report Wizard - + + + + A value, containing information about the asynchronous operation. + + - + - Gets a string value, which is intended for serialization of the bookmark's page index. + Occurs when a report has been added to a report storage. - A value. - - + - Gets the collection of child bookmarks for the current bookmark. This collection is used when creating a hierarchical document map. - + Creates a copy of the specified report. - A object representing the bookmarks which are shown as child bookmarks in a document map. - + + A System.Int32 value specifying a source report. + + + A data transfer object specifying properties of the created report copy. - - - - Gets the page which contains the brick for the current bookmark. + + + A value, containing information about the asynchronous operation. - - - A object representing the page in the document which contains the brick for the current bookmark. + + + A System.Action delegate to be called when the operation is complete. - + - + - Gets an index of a page, which contains a bookmark's brick. - + Provides the controls for the context of a channel. - An integer value representing a page index. + An object implementing the System.ServiceModel.IContextChannel interface. - + - Provides access to the brick-page pair, associated with the current bookmark. + Asynchronously creates a report category. - A object, representing a navigational brick-page pair. - + + A value, specifying the report category name. + + + + A value, containing information about the asynchronous operation. + + + A , specifying the category ID. + - + - Gets the text of a bookmark node. + Creates a new report on the server. - A specifying the text shown for a bookmark in the document map. - + + A data transfer object specifying properties of the created report. + + + A value, containing information about the asynchronous operation. - - + + + A System.Action delegate to be called when the operation is complete. + + - - Contains options which specify the Document Properties of the created XPS file. - - - + - Initializes a new instance of the XpsDocumentOptions class with default settings. + Creates a new report category with the specified name. + + A System.String value specifying a category name. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be callled when the operation is complete. + + - + - Copies all the settings from the XpsDocumentOptions object passed as a parameter. - + Asynchronously deletes a report category. - - An XpsDocumentOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + An integer value, identifying the report category. + + + + A value, containing information about the asynchronous operation. + A , specifying an asynchronous operation. + - + - Gets or sets the string to be added as a Category property of the resulting XPS file. - + Asynchronously deletes a data model. - A which stores a Category. - + + An integer value, identifying the data model. + + + + A value, containing information about the asynchronous operation. + + + A , specifying an asynchronous operation. + - + - Creates a copy of the current XpsDocumentOptions object. + Deletes the specified report. - A XpsDocumentOptions object which is a copy of the current object. - + + A System.Int32 specifying a report to delete. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + - + - Gets or sets the string to be added as a Creator property of the resulting XPS file. - + Deletes the specified report category. - A which stores a Creator. - + + A System.Int32 value specifying a report category to delete. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + - + - Gets or sets the string to be added as a Description property of the resulting XPS file. - + Returns a collection of items to be displayed in the categories list. - A which stores a Description. - + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + - + - Gets or sets the string to be added as a Keywords property of the resulting XPS file. - + Asynchronously returns a collection of report categories. - A which stores keywords. - + + A value, containing information about the asynchronous operation. + + + An asynchronous operation result, containing a collection of objects. + - + - Gets or sets the string to be added as a Subject property of the resulting XPS file. - + Asynchronously obtains a collection of columns available in the specified data member. - A which stores a Subject. - + + A System.String value, specifying a data source. + + + + A System.String value, specifying a data member. + + + + A value, containing information about the asynchronous operation. + + - + - Gets or sets the string to be added as a Title property of the resulting XPS file. - + Occurs when data member columns have been obtained. - A which stores a Title. - - + - Gets or sets the string to be added as a Version property of the resulting XPS file. - + Asynchronously obtains a collection of data members available in the specified data source. - A which stores a Version. - + + A System.String value, specifying a data source. + + + + A value, containing information about the asynchronous operation. + + - - + - For internal use. Contains an 's description for passing it to a Report Designer. + Occurs when a collection of data members has been obtained. + - + - Initializes a new instance of the XRBindingProxy class with default settings. + Asynchronously gets a data model. + + An integer value, identifying the data model. + + + + A value, containing information about the asynchronous operation. + + + An asynchronous operation result, containing a object. + - + - Specifies the report's data member. + Asynchronously gets a collection of data models. - A value. - + + A value, containing information about the asynchronous operation. + + + An asynchronous operation result, containing a collection of objects. + - + - Specifies the report's data source. + Asynchronously gets the display name of the specified data source. - A object, identifying the data source. - + + A System.String value, specifying the data source name. + + + A System.String value, specifying the data member name. - - + + + A System.Action delegate to be called when the operation is complete. - - For internal use. Provides information about a 's data item. + - - - + - Initializes a new instance of the FieldInfo class with default settings. + Occurs when a display name of a data source has been obtained. - + - For internal use. Provides information about a field's data bindings. + Asynchronously obtains a collections of data sources available on a server. - An object. - + + A value, containing information about the asynchronous operation. + + - + - Provides additional information about a Field List item. + Obtains an XML schema of the specified data source. - A enumeration value. - + + A System.Int32 value specifying a data source. + + + + A value, containing information about the asynchronous operation. + + A System.String containing a data source schema. + - - + + - Lists the values specifying the information related to a Field List node. + Occurs when a collection of data sources has been obtained. + - + - The Array item kind. + Asynchronously obtains item properties from a data member. + + A System.String value, specifying the data source name. + + + + A System.String value, specifying the data member. + + + + A value, containing information about the asynchronous operation. + + - + - The Boolean item kind. + Occurs when item properties have been obtained. - + - The Boolean Calculated Field item kind. + Asynchronously obtains list item properties from a data member. + + A System.String value, specifying the data source name. + + + + A System.String value, specifying the data member. + + + + A value, containing information about the asynchronous operation. + + - + - The Date-Time Calculated Field item kind. + Occurs when a list of data member item properties has been obtained. - + - The Default Calculated Field item kind. + Gets properties of the specified report to be displayed in a report catalog. + + A System.Int32 value specifying a report. + + + A data transfer object containing the values of the report properties to be displayed in a report catalog. + - + - The Float Calculated Field item kind. + Gets a collection of revisions for the specified report. + + + A System.Int32 value specifying a report. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + - + - The Integer Calculated Field item kind. + Gets a collection of items to be displayed in a report catalog. + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + - + - The String Calculated Field item kind. + Asynchronously gets a collection of reports. + + A value, containing information about the asynchronous operation. + + + An asynchronous operation result, containing a collection of objects. + - + - The CheckBox Control item kind. + Loads the specified report from the server storage. + + A System.Int32 specifying a report to load. + + + + A value, containing information about the asynchronous operation. + + + + +A System.Action delegate to be called when the operation is complete. + + - + - The Label Control item kind. + Gets the specified revision of a report layout. + + A System.Int32 value specifying a report. + + + + A System.Int32 value specifying a report revision. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + - + - The Line Control item kind. + Locks the specified report. + + A System.Int32 specifying the report to lock. + + + - + - The PictureBox Control item kind. + Checks a server for availability. + + A System.Action delegate to be called when the operation is complete. + + + + A value, containing information about the asynchronous operation. + + - + - The Shape Control item kind. + Rolls the layout of a report back to the specified revision. + + A System.Int32 value specifying a report to roll back. + + + + A System.Int32 value specifying a target layout revision. + + + + A value, containing information about the asynchronous operation. + + + + A System.Action delegate to be called when the operation is complete. + + - + - The Date item kind. + Saves the specified report to the server storage. + + A System.Int32 value specifying a report to save. + + + + A Data Transfer Object containing report data. + + + + A value, containing information about the asynchronous operation. + + + A System.Action delegate to be called when the operation is complete. - - - - The Default item kind. - - + - + - The Float item kind. + Unlocks the specified report. + + A System.Int32 specifying the report to unlock. - - - - The Integer item kind. - - + - + - The List item kind. + Asynchronously updates a report category. + + An integer value, identifying the report category. + + + A value, specifying the report category name. - - - - The List of Parameters item kind. - - + + + A value, containing information about the asynchronous operation. + + + A , specifying an asynchronous operation. + - + - The List Datasource item kind. + Asynchronously updates a data model. + + A object. + + + A value, containing information about the asynchronous operation. - - - - The None item kind. - - + + A , specifying an asynchronous operation. + - + - The String item kind. + Updates properties of the specified report. + + A System.Int32 value specifying a report to update. + + + A data transfer object containing new values for report properties. - - + + + A value, containing information about the asynchronous operation. - - Stores the arguments required to export a document (its format and export options). - - + + + A System.Action delegate to be called when the operation is complete. - - - - Initializes a new instance of the DocumentExportArgs class with default settings. - - + - + - Provides the information about a request to export a document on the server. + Updates the name of the specified report category. - A value. - + + A System.Int32 specifying the report category to update. - - - - Specifies the document's export format. - - - An enumeration value. - + + + A System.String value specifying a new name for the report category. - - - - Specifies the export options of a document, serialized to a array. - - - An array of values. - + + + A value, containing information about the asynchronous operation. + + + A System.Action delegate to be called when the operation is complete. - - + - - Stores the arguments required to create a report (its watermark and page settings, as well as parameters). - - - + - Initializes a new instance of the ReportBuildArgs class with default settings. + Uploads report layout data onto a server. + + A System.IO.Stream containing layout data. + + + + A value, containing information about the asynchronous operation. + + + A System.Action delegate to be called when the operation is complete. - - - - Provides the information about a request to export a document on the server. - - - A value. - + - + + - Specifies the report parameters, serialized to a array. + Supports automatic creation on the client side. - An array of objects. - - - + - Specifies the contents of a page, serialized to a array. + Initializes a new instance of the ExportServiceClientFactory class with the specified endpoint configuration name. - A array. - + + A value, specifying the endpoint configuration name. + + - + - Specifies the watermark settings of a page, serialized to a array. + Initializes a new instance of the ExportServiceClientFactory class with the specified endpoint configuration name and remote address. - A array. - + + A value, specifying the endpoint configuration name. + + + An object. - - + - - Lists the values that specify the compatibility mode of a document. - - - + - The document is HTML-compatible. + Initializes a new instance of the ExportServiceClientFactory class with the specified remote address. + + An object. + + - + - The document is PRNX-compatible. + Initializes a new instance of the ExportServiceClientFactory class with the specified remote address and binding. + + An object. + + + A object. - - - - The document is Silverlight-compatible. - - + - + - The document is WPF-compatible. + Creates an . + An object implementing the interface (typically, this is an object). + - + - The report identifier. + Supports automatic creation on the client side. - - + - Defines the common properties representing the view data of a brick. + Initializes a new instance of the ReportServiceClientFactory class with the specified endpoint configuration name. + + A value, specifying the endpoint configuration name. + + + - + - For internal use. Initializes a new instance of the BrickViewData class with the specified settings. + Initializes a new instance of the ReportServiceClientFactory class with the specified endpoint configuration name and remote address. - - A object. + + A value, specifying the endpoint configuration name. - - A structure. + + An object. - - An object implementing the interface. + + + + + + Initializes a new instance of the ReportServiceClientFactory class with the specified remote address. + + + + An object. - + - For internal use. + Initializes a new instance of the ReportServiceClientFactory class with the specified remote address and binding. - - A structure. + + An object. - - - A Boolean value. + + + A object. - + - Gets or sets a rectangle object specifying the height, width and location of the brick. - + Creates a . - A object representing a rectangular region by its height, width and location. - + An object implementing the interface (typically, this is a object). + - - - Gets or sets a rectangle object specifying the height, width and location of the brick. - + + + If implemented by a class, provides information about report parameters. - A object representing a rectangular region by its height, width and location. + + + + Counts the parameters that are available in a collection. + + + An integer value, specifying the parameter count. - + - Gets or sets the height of the brick. - + Obtains an individual parameter by its path. - An integer value representing the height of the brick. + + A value. + + An object implementing the interface. - + + - For internal use. Intended to support exporting bricks to some formats. + Represents a collection of objects. - - - - + - Gets the original bounds of the brick view data. - - + Initializes a new instance of the BrickCollection class with the specified owner. - A value. - + + A object that represents the panel brick which owns this object. + + - + - Gets the original bounds of the brick view data. - - + Adds the specified object to the collection. - A value. - + + A object to append to the collection. - - - - Gets or sets the instance used to render a brick in an appropriate format. + + An integer value indicating the position into which the new element was inserted. + + + + + Removes the specified brick from the collection. - A instance to render a brick. - + + An object to be removed from the collection. + + - - - For internal use. Intended to support exporting bricks to some formats. + + + Provides the client-side functionality for a WCF Export Service. - - - - + - For internal use. Intended to support exporting bricks to some formats. + Initializes a new instance of the ExportServiceClient class with the specified settings. - - + + An object implementing the interface. + + + + A value. + + - + - Gets or sets the width of the brick. - + Starts assembling the document (asynchronously). - An integer value representing the width of the brick. + + An object, identifying the document's resources. - + + + A value, containing information about the asynchronous operation. + + - - + - A visual brick containing a line. + Occurs when the document has been assembled. + + - + - Initializes a new instance of the LineBrick class with the specified owner. + Starts clearing the document (asynchronously). - - An object implementing the interface. + + A object, identifying the document. + + + + A value, containing information about the asynchronous operation. - + - Initializes a new instance of the LineBrick class with default settings. + Occurs when the document has been cleared. - + - Gets the text string, containing the brick type information. + Obtains the uniform resource identifier (URI) of the downloaded document. - A string, characterizing the brick's type. Always returns "Line". - + + An object, identifying the exported document. + + + A object, specifying a uniform resource identifier (URI) of the downloaded document. + - + - Creates a new LineBrick instance, which is a copy of the current instance. + Starts obtaining the exported document (asynchronously). - A new LineBrick instance, which is a copy of the current instance. - + + An object, identifying the exported document. + + + + A value, containing information about the asynchronous operation. + + - + - Gets or sets the color of the line displayed in the current line brick. + Occurs when the exported document has been obtained. + - A object specifying the foreground color of the line. - - + - Gets or sets the line direction in HTML output. + Starts obtaining the exported document's status (asynchronously). - An enumeration value. - + + An object, identifying the exported document. + + + + A value, containing information about the asynchronous operation. + + - + - Gets or sets the line direction. + Occurs when the exported document's status has been obtained. + - A enumeration value, which determines the current line direction. - - + - Gets or sets the style used for a dashed line. + Starts exporting the document (asynchronously). - A enumeration value that represents the style used for a dashed line. - + + A object, identifying the document. + + + + A object, storing the arguments required to export the document. + + + + A value, containing information about the asynchronous operation. + + - + - Gets or sets the width of the line displayed in the line brick. + Occurs when the document export has started. + - An integer value representing the width of the line. - - + - Overrides the property to change its return value. + Starts uploading the document (asynchronously). - Always true. - + + A value, containing information about the asynchronous operation. + + - + - Overrides the property to hide it. + Occurs when the document upload has started. + - A value. - - + - Overrides the property to hide it. + Starts uploading the document's resources (asynchronously). - A . - + + An object, identifying the document's resources. + + + + A array, containing the document data (in fragments). + + + + A value, containing information about the asynchronous operation. + + - + - Overrides the property to hide it. + Occurs when the document fragment has been uploaded. - A value. - - + + - Overrides the property to hide it. + If implemented by a class, provides the client-side functionality for a WCF Export Service. - A value. - - - - + - A collection of objects. + Starts assembling the document (asynchronously). + + An object, identifying the document's resources. + + + + A value, containing information about the asynchronous operation. + + + - + - Initializes a new instance of the LookUpValueCollection class with default settings. + Occurs when the document has been assembled. + - + - Appends an array of look-up values to the collection. + Starts clearing the document (asynchronously). - - An array of objects to append to the collection. + + A object, identifying the document. + + A value, containing information about the asynchronous operation. + - - + + - A parameter's value that is shown in its look-up editor for end-users. + Occurs when the document has been cleared. + - + - Initializes a new instance of the LookUpValue class with default settings. + Obtains the uniform resource identifier (URI) of the downloaded document. + + An object, identifying the exported document. + + + A object, specifying a uniform resource identifier (URI) of the downloaded document. + - + - Initializes a new instance of the LookUpValue class with the specified settings. + Starts obtaining the exported document (asynchronously). - - A value. + + An object, identifying the exported document. - - A value. + + A value, containing information about the asynchronous operation. - + - Specifies the parameter value description. - - - A value. - - + Occurs when the exported document has been obtained. - - - - "Description" - [To be supplied] - + - Determines whether or not the specified object is equal to the current LookUpValue instance. + Starts obtaining the exported document's status (asynchronously). - - The object to compare with the current object. + + An object, identifying the exported document. + + + + A value, containing information about the asynchronous operation. - true if the specified object is equal to the current LookUpValue instance; otherwise false. - - + - Serves as the default hash function. + Occurs when the exported document's status has been obtained. + - An integer value, specifying the hash code for the current object. - - + - For internal use. + Starts exporting the document (asynchronously). - A value. - + + A object, identifying the document. + + + + A object, storing the arguments required to export the document. + + + + A value, containing information about the asynchronous operation. + + - + - Specifies the parameter value. + Occurs when the document export has started. + - A value. - - + - "Value" + Starts uploading the document (asynchronously). - [To be supplied] + + A value, containing information about the asynchronous operation. + - - + + - For internal use. + Occurs when the document upload has started. + + - + - For internal use. + Starts uploading the document's resources (asynchronously). - - A object. + + An object, identifying the document's resources. - - A DevExpress.Data.Browsing.DataContext object. + + A array, containing the document data (in fragments). - A object. - + + A value, containing information about the asynchronous operation. + - - + + - Provides the look-up editor settings for report parameters that are bound to a datasource. - + Occurs when the document fragment has been uploaded. + - + + - Initializes a new instance of the DynamicListLookUpSettings class with default settings. + Provides functionality to reflect the current state of a document's printing, exporting, or any other process for which it is registered to reflect. + - - + - Specifies the data adapter for the report parameter. + Initializes a new instance of the ProgressReflector class with default settings. - A value. - - + - Specifies the data member name for the report parameter. + Gets or sets a value indicating whether the 's range can be auto-created. - A value. + true if a range can be auto-created; otherwise, false. - + - Specifies the data source for the report parameter. + Disables the progress reflector. + + - A value. - - + - Specifies the data member for the report parameter's display name. + Enables the progress reflector. + - A value. - - + - Specifies the data member for the report parameter's value. + For internal use. - A value. - + + + - - + + - Provides the look-up editor settings for report parameters that are not bound to a datasource. - + Initializes the ProgressReflector and sets its maximum value to the specified value. + + An integer value to be set to the maximum value of the ProgressReflector. + + + - + - Initializes a new instance of the StaticListLookUpSettings class with default settings. + Initializes the ProgressReflector's range using the specified maximum value. + + An integer value to be set to the maximum value of the ProgressReflector. + + - + - Provides access to the list of static values for the report parameter. + Specifies the logic for the ProgressReflector class. For internal use only. - A object. + - - + - The base class for classes that provide the look-up editor settings for report parameters. + Sets the maximum value that is possible for the current range, indicating that the process has been finished. + + - + - For internal use. + Sets the maximum possible value to the property, indicating that the process has been finished. + + + - - A value. - + - + - Specifies the report parameter, with which the LookUpSettings object is associated. + Gets the maximum value of the current ProgressReflector. - A object. + An integer value. - - + - Generates an How to: Add a Bar Code of the Intelligent Mail Type to a Report barcode. - - + Gets the value indicating the current position of the ProgressReflector. + An integer value. + + - + - Initializes a new instance of the IntelligentMailGenerator class with default settings. + Occurs after the position of the current range has been changed. - + - For internal use. + Returns the number of sub-ranges for the . - A Boolean value. + An integer value, specifying the number of ranges. - + - For internal use. Gets the barcode symbology for the current generator object. + Gets or sets a value which reflects the state of a process within the current range. - A enumeration value. + A value which represents the state of a process. - + - For internal use. + Registers the specified progress reflector as an active reflector to show current progress. + + - - A value. + + A object to register as the active reflector. - - - A array. - - + - Represents the method that will handle the event. + Sets the ranges which will be used by the ProgressReflector to reflect progress states. + + An array of values which represent the ranges reflecting progress states. + + + - + - Represents the method that will handle the event. + For internal use. Sets the ranges which will be used by the ProgressReflector to reflect progress states. - - An object of any type that triggers the event. + + An array of values which represent the ranges reflecting progress states. - - A object that provides data for the event. + + A ProgressReflectorLogic object. - - + - Provides data for the event. - + Sets the ranges which will be used by the ProgressReflector to reflect progress states. + + An array of float values which represent the ranges reflecting progress states. + + + + - + - Gets the object that sends the document's output to a printer. + Unregisters the specified progress reflector, so it will no longer show the current progress. - A object representing the printing settings of the document. + + A object to unregister. + + + + + + + Gets or sets a value which reflects the state of a process being tracked by this ProgressReflector. + + + A float value which represents the state of a process. - + - If implemented by a class, provides methods for handling commands in Print Preview. + A composite brick that may contain other visual bricks and the base for the class. + - + - Indicates whether or not the specified Printing System command can be handled. + Initializes a new instance of the CompositeBrick class with default settings. - - A enumeration value. - - - - An object implementing the interface (typically, this is a instance). - - - true if the command can be handled; otherwise false. - - + - If implemented by a class, allows you to handle Printing System commands (listed in the enumeration). + Initializes a new instance of the CompositeBrick class, composed of specified bricks and located at specified offset on the page. - - A enumeration value. + + An object, implementing the interface and representing the collection of bricks. - - An array of values, specifying the command arguments. + + A System.Drawing.PointF object, representing coordinates adjustments for CompositeBrick location. - - An object implementing the interface (typically, this is a instance). - - - true if the command has been handled; otherwise false. - + + + + Returns an enumerator that can iterate through the collection of bricks. + + + A object. + - - + - The base for classes that provide functionality to print reports. - + Provides access to the inner bricks of CompositeBrick. + A collection of descendants. + + - + - Applies the defined page settings. + Gets or sets the amounts to adjust the location of the CompositeBrick. - - Current page settings. + A object, representing the adjustments of X and Y coordinates for the CompositeBrick. + - - - A enumeration value. - - - A value which represents the size of a custom paper. + + - - - A object representing the margins (in hundredths of an inch) of a report page. + + This class is the basic class for all brick classes. + + - - - A object representing the minimum margins. + + + + Specifies whether or not a brick is displayed in a printed or exported document. + + + true, to display a brick in a printed or exported document; false, to display a brick only in a preview. + - - - true if the page orientation is landscape; otherwise, false. - - true to apply page settings; otherwise, false. + + + + Creates a new BrickBase instance, which is a copy of the current instance. + + + A new BrickBase instance, which is a copy of the current instance. - + - Assigns the page margins, minimum margins, paper kind and page orientation of a document, simultaneously. + Defines the current brick's location, in GraphicsUnit.Document measurement units. - - A object that specifies the page margins. - - - - A object that specifies the minimum value of the document margins. - - - - A value that specifies one of the standard paper sizes. + A value that represents the current brick's location. - - - A object that specifies the paper size of the document pages. + - - - true to print a page in landscape orientation; otherwise, false. - + + + + Specifies the page area for displaying a specific brick. + + + A enumeration value that represents the page area for displaying a specific brick. + - + - Assigns the page margins, paper kind, paper size and page orientation of a document, simultaneously. + Specifies whether or not a brick's bounds can be clipped. - - A object that specifies the page margins. + true to disable clipping a brick's bounds; otherwise false. - - - A value that specifies one of the standard paper sizes. + - - - A object that specifies the size of the document's pages. + + + + + Specifies whether the current brick will be printed. + + + true, if the current brick will be printed, otherwise, false. + - - - true to print a page in landscape orientation; otherwise, false. + + + + Defines the current brick's location and size, in GraphicsUnit.Document measurement units. + + + A value that represents the current brick's location and size. - + - + - Assigns the page margins, paper kind and page orientation of a document, simultaneously. + Defines the current brick's size, in GraphicsUnit.Document measurement units. - - A object that specifies the page margins of the document. + A value that represents the current brick's size. - - - A value that specifies one of the standard paper sizes. + - - - true to print a page in landscape orientation; otherwise, false. - + + + + For internal use. + + - + - Assigns the specified page settings with the specified minimum margins. + For internal use. - - A object, providing the page settings. + + - - - A object that specifies the minimum value of the document margins. - + + + + For internal use. + + + + - + - Assigns the page margins, minimum margins, paper kind and page orientation of a document, simultaneously. + For internal use. - - A object that specifies the margins of the document. + + - - - A object that specifies the minimum value of the document margins. - - - A value that specifies one of the standard paper sizes. + + + + For internal use. + + + + - - - A object that specifies the paper size of the document pages. - - - true to print a page in landscape orientation; otherwise, false. + + + + For internal use. + + + + - - - A value that specifies the name of the custom paper which is used in the printer that the document is going to be printed on. - + + + + For internal use. + + - + - Assigns the page margins, paper kind, paper name and page orientation of a document, simultaneously. + For internal use. Occurs after all document pages have been created. - - A object which specifies the margins of the document. - - - - A value which specifies one of the standard paper sizes. - - - A value which specifies the name of the custom paper which is used in the printer that the document is going to be printed on. + + + + + + + - - true to print a page in landscape orientation; otherwise, false. - + + - + - For internal use. + For internal use. Occurs before document pages are created. - - + + + + + + + + - + - Assigns the page margins, paper kind, paper size and page orientation of a document, simultaneously. + For internal use. Occurs when any exception is raised during document creation. - - The margins (measured in 1/300 of an inch) of a report page. - - - A value that specifies one of the standard paper sizes. - - - A object that specifies the paper size of the document pages. + + + + For internal use. + + - - - true to print a page in landscape orientation; otherwise, false. - + + + + For internal use. Occurs when a Document Viewer receives a document change notification. + + - + - Assigns the default page settings to a report document. + For internal use. Gets a value indicating whether or not the document is being created. + true if the document creation isn't finished; otherwise, false. + - + - Assigns the printer settings to the current page settings according to the specified value. + For internal use. Indicates whether or not the document is empty (i.e., does it contain at least one page). - - A value which specifies the name of the printer. - - - - A value which specifies the name of the custom paper which is used in the printer that the document is going to be printed on. + true if the document is emtpy; otherwise, false. + - - - A object specifying which of the printer settings should be assigned. - + + + + For internal use. + + - + - Gets or sets the bottom page margin. + For internal use. - The bottom page margin, in hundredths of an inch. + A collection of objects implementing the interface. - + - Gets the bounds of a report page, taking into account the page orientation specified by the property. - + For internal use. - A that represents page length and width (in hundredths of an inch). + An object implementing the interface. - + + For internal use. - - + + + + + For internal use. + + + + + + + + - + - Specifies the default margins for a report's pages. + For internal use. - A object representing the default margins (in hundredths of an inch) of a report page. - + + + + + + + + - + - Specifies the default minimum margins for a report's pages. + For internal use. - A object representing the minimum margins (in hundredths of an inch) of a report page. + - + - Represents the default paper type () used in a report. + For internal use. - A enumeration value. - + + - + - Disposes of the XtraPageSettingsBase object. - + For internal use. + + - + + - Gets or sets a value indicating whether the page orientation is landscape. + Renders documents that are generated by remote sources (i.e., by a report service or Report Server). + + + + + + + Initializes a new instance of the RemotePrintingSystem class with the specified settings. - true if the page orientation is landscape; otherwise, false. - + + An object implementing the interface. (Typically, this is a object.) + + - + - Gets or sets the left page margin. + Obtains the specified report created by a remote document source. - The left page margin, in hundredths of an inch. - + + An object, identifying the report. + + + + An object implementing the interface, specifying the report parameters. + + - + - Gets the margins of a report page. + Passes the entered values to the report parameters and triggers document creation based on these values. - The margins (in hundredths of an inch) of a report page. - - + + - Gets the margins of a report page measured in three hundredths of an inch. + Provides functionality to publish objects. - The margins (measured in 1/300 of an inch) of a report page. - - - + - Gets the minimum size allowed for a report's margins. + Initializes a new instance of the RemoteDocumentSource class with default settings. - A object which represents the minimum margin size allowable (in hundredths of an inch) for a report page. - - + - Gets or sets the type of paper for the document. + Occurs when connecting to an . + - A enumeration value. - - + - Gets or sets the name of the custom paper used in the printer to be used in printing the document. + Specifies the user authentication type that is appropriate to an assigned remote document source. - A value, specifying the name of the paper. + An enumeration value. - + - Gets or sets the name of the printer to use when printing the document. + Triggers the document generation. - A value which represents the name of the printer to use. - - + - Restores the document page settings from the specified registry. + Triggers the document generation with the specified settings. - - A value. + + A object. - + - Restores the document page settings from the specified stream. + Specifies a prefix that precedes Report Server endpoint configurations located in the Web.config file. + - - A object. - - + A value. + - + - Restores the document page settings from the specified XML file. - + - - A value. - - - + - Gets or sets the right page margin. - + - The right page margin, in hundredths of an inch. - - + - Saves the document page settings to the specified registry. + Identifies documents that are created remotely by a RemoteDocumentSource. - - A value. - - + An object, identifying a document. + - + - Saves the document page settings to the specified stream. + Specifies the name of a remotely created document. - - A object. + A value, specifying the document name. - + - + - Saves the document page settings to the specified XML file. + Intended to request user credentials to login to a Report Server. - - A value. - - - + - Gets or sets the top page margin. + Occurs when connecting to a report service client. - The top page margin, in hundredths of an inch. - - + - Gets the rectangle on the page (in hundredths of an inch) that can contain data. + Specifies the uniform resource identifier (URI) of a remote document source. - A object representing the rectangle on a page which can contain data. + A value, specifying the document source URI. - + + - Gets the width and height (in hundredths of an inch) of the page region that can contain data. + The base class for all printing links. + + - The width and height (in hundredths of an inch) of the page region that can contain data. - - - + - Gets the width and height (in pixels) of the page region that can contain data. + Initializes a new instance of the LinkBase class with the specified container. - The width and height (in pixels) of the page region that can contain data. - + + An object implementing the interface which specifies the owner container of a LinkBase class instance. + - - + + - A method that will handle the event. + Initializes a new instance of the LinkBase class with the default settings. + - + - A method that will handle the event. + Initializes a new instance of the class with the specified printing system. - - The event sender. - - - - An object that contains data related to the event. + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. - - + - Contains options which define how a document is exported to XLSX format. + Gets the current document creation status. + A enumeration value. + + - + - Initializes a new instance of the XlsxExportOptions class with default settings. + Adds a subreport to the current report. + + A value which specifies the vertical offset of the subreport within the current report. + + + - + - Initializes a new instance of the XlsxExportOptions class with the specified text export mode and grid lines settings. + For internal use. Adds a subreport to the current report. - - A object, which specifies a format in which data values should be saved. + + A band, to which the subreport should be added. - - true to show the grid lines in the resulting XLSX file; otherwise, false. This value is assigned to the property. + + A object. - + - Initializes a new instance of the XlsxExportOptions class with the specified text export mode. + Occurs after all sections of the document have been generated. - - A object, which specifies a format in which data values should be saved. - - - + - Initializes a new instance of the XlsxExportOptions class with the specified text export mode, grid lines and hyperlink settings. + Occurs before any section of the document is generated. - - A object, which specifies a format in which data values should be saved. - - - true to show the grid lines in the resulting XLSX file; otherwise, false. This value is assigned to the property. + + + + + Indicates whether or not the specified Printing System command can be handled. + + + + A enumeration value that specifies the command. - - true to export hyperlinks; otherwise, false. This value is assigned to the property. + + An object implementing the interface that specifies the print control (most typically, it is a class instance). + true if the command can be handled; otherwise, false. + - + - Copies all the settings from the object passed as a parameter. + Removes all pages from the current document. - - An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a System.ArgumentNullException will be thrown. - - - + - Specifies whether the document should be exported to a single XLSX file or different XLSX files, page-by-page, or not. - + Occurs when a detail section of the document is being generated. - An enumeration value, representing the XLSX export mode. - - + - Gets or sets the range of pages to be exported. - + Occurs when a detail footer section of the document is being generated. - A specifying the range of pages. - - - + - Represents the base class for objects which define export options specific to XLS and XLSX formats. + Occurs when a detail header section of the document is being generated. + - + - Initializes a new instance of the XlsExportOptionsBase class with default settings. + Creates a report using the current PrintingSystem. + - + - Initializes a new instance of the XlsExportOptionsBase class with the specified text export mode and grid lines settings. + Creates a document from the link using the specified Printing System. - - A object, which specifies a format in which data values should be saved. - - - - true to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. + + A class instance, specifying the printing system of the link. - + - Initializes a new instance of the XlsExportOptionsBase class with the specified text export mode, grid lines and hyperlinks settings. + Creates a document from the link, so the document can be displayed or printed. Optionally, can generate pages in background. - - A object, which specifies a format in which data values should be saved. + + true to generate pages in background; otherwise, false. - - true to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. - - - true to export hyperlinks; otherwise, false. This value is assigned to the property. - + + + + Occurs when an inner page footer section of the document is being generated. + + - + - Initializes a new instance of the XlsExportOptionsBase class with the specified text export mode. + Occurs when an inner page header section of the document is being generated. - - A object, which specifies a format in which data values should be saved. - - - + - Copies all the settings from the object passed as a parameter. + Occurs when a marginal page footer section of the document is being generated. - - An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a System.ArgumentNullException will be thrown. - - - + - Gets or sets a value indicating whether hyperlinks should be exported to XLS. + Occurs when a marginal page header section of the document is being generated. - true to export hyperlinks; otherwise, false. - - + - Enables the export mode, which when used exports only a report's actual data to XLSX (excluding all non-relevant elements, such as images, graphics, font and appearance settings). - + Occurs when a report footer section of the document is being generated. - true to enable the raw data export mode; otherwise false. - - + - Gets or sets a name of the sheet in the created XLS file, to which a document is exported. + Occurs when a report header section of the document is being generated. - A representing the sheet name set in the resulting XLS file. - - + - Gets or sets a value indicating whether the grid lines should be visible in the resulting XLS file. + Gets or sets a size of a custom paper. - true to show the grid lines in the resulting XLS file; otherwise, false. + A value which represents the size of a custom paper. - + - Gets or sets a value indicating whether the cells in the resulting XLS document should use the same formatting as the original document. - + Enables the Header and Footer dialog used for editing a document page's headers and footers. - A enumeration value, specifying the text export mode in the resulting XLS document. + true if the Header and Footer dialog is enabled; otherwise false. - - + - The base for classes that provide the basic printing functionality in different environments. + Exports a document to the specified file path in CSV format using the defined CSV-specific options. + + A which specifies the file name (including the full path) for the created CSV file. + + + + + A object which specifies the CSV export options to be applied when a document is exported. + + + - + - Initializes a new PrintingSystemBase class instance and adds it to the form's container. + Exports a document to the specified file path in CSV format. + - - An IContainer that contains an XtraPrintingSystemBase component, if any. + + A which specifies the file name (including the full path) for the created CSV file. - + - Initializes a new instance of the PrintingSystemBase class with default settings. + Exports a document to the specified stream in CSV format. + + A object to which the created CSV file should be sent. + + - + - Adds the specified command handler to the command handlers list for one or several of the printing system commands (listed in the enumeration). + Exports a document to the specified stream in CSV format using the defined CSV-specific options. + + - - An object implementing the interface. + + A object to which the created CSV file should be sent. + + + + A object which specifies the CSV export options to be applied when a document is exported. - + - Adds the specified service to the service container. + Exports a document to the specified stream in HTML format. - - The type of service to add. + + A object to which the created HTML file should be sent. - - A callback object that can create the service. This allows a service to be declared as available, but delays creation of the object until the service is requested. + + + + + + Exports a document to the specified file path in HTML format using the defined HTML-specific options. + + + + + + A which specifies the file name (including the full path) for the created HTML file. - - true if this service should be added to any parent service containers; otherwise, false. + + An object which specifies the HTML export options to be applied when a document is exported. - + - Adds the specified service to the service container. + Exports a document to the specified stream in HTML format using the defined HTML-specific options. + + - - The type of service to add. + + A object to which the created HTML file should be sent. - - An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter. + + A object which specifies the HTML export options to be applied when a document is exported. - - true if this service should be added to any parent service containers; otherwise, false. + + + + + + Exports a document to the specified file path in HTML format. + + + + A which specifies the file name (including the full path) for the created HTML file. - + - Adds the specified service to the service container. + Exports a document to the specified file path in Image format. + - - The type of service to add. + + A which specifies the file name (including the full path) for the created Image file. - - An instance of the service to add. This object must implement or inherit from the type indicated by the serviceType parameter. + + + + + + Exports a document to the specified stream in Image format. + + + + A object to which the created Image file should be sent. - + - Adds the specified service to the service container. + Exports a document to the specified file path in Image format using the defined Image-specific options. - - The type of service to add. + + A which specifies the file name (including the full path) for the created Image file. - - A callback object that can create the service. This allows a service to be declared as available, but delays creation of the object until the service is requested. + + A object which specifies the Image export options to be applied when a document is exported. - + - For internal use. Occurs after all document pages have been created. - + Exports a document to the specified stream in Image format using the defined Image-specific options. + + A object to which the created Image file should be sent. + + + + An object which specifies the Image export options to be applied when a document is exported. + + - + - Occurs on raising any PrintingSystem event that does not have the "Before" prefix in its name. + Exports a document to the specified file path in MHT format. + + A which specifies the file name (including the full path) for the created MHT file. + + - + - Occurs when page margins change. + Exports a document to the specified stream in MHT format. + + A object to which the created MHT file should be sent. + + - + - Occurs after a specific page has been painted in a Print Preview. + Exports a document to the specified stream in MHT format using the defined MHT-specific options. + + A object to which the created MHT file should be sent. + + + + An object which specifies the MHT export options to be applied when a document is exported. + + - + - Occurs after every time any page of the printing system's is printed. + Exports a document to the specified file path in MHT format using the defined MHT-specific options. + + A which specifies the file name (including the full path) for the created MHT file. + + + An object which specifies the MHT export options to be applied when a document is exported. - - - - For internal use. Occurs before document pages are created. - - + - + - Occurs on raising any PrintingSystem event that has the "Before" prefix in its name. + Exports a document to the specified file path in PDF format. + + A which specifies the file name (including the full path) for the created PDF file. + + - + - Occurs when page margins are about to change. + Exports a document to the specified stream in PDF format using the defined PDF-specific options. + + A object to which the created PDF file should be sent. + + + + A object which specifies the PDF export options to be applied when a document is exported. + + - + - Occurs before a specific page has been painted in a Print Preview. + Exports a document to the specified file path in PDF format using the defined PDF-specific options. + + + + A which specifies the file name (including the full path) for the created PDF file. + + + + A object which specifies the PDF export options to be applied when a document is exported. + + - + - Indicates that report generation has started. + Exports a document to the specified stream in PDF format. + + A object to which the created PDF file should be sent. + + - + - Must be called before subreport creation. + Exports a document to the specified file path in RTF format using the defined RTF-specific options. - - The distance between the current subreport and the previously created item. + + A , which specifies the file name (including the full path) for the created RTF file. + + + + An object, representing options, which define how a document is exported to RTF format. - + - For internal use. + Exports a document to the specified stream in RTF format using the defined RTF-specific options. + + A to which the created RTF file should be sent. + + + + An object, representing options, which define how a document is exported to RTF format. + + - + - For internal use. + Exports a document to the specified stream in RTF format. - A Boolean value. - + + A object to which the created RTF file should be sent. + + - + - Clears the current document. + Exports a document to the specified file path in RTF format. + + A which specifies the file name (including the full path) for the created RTF file. + + - + - Gets or sets a value indicating whether pages should be renumbered following reordering in the collection. + Exports a document to the specified stream in Text format using the defined Text-specific options. - true to renumber pages; otherwise, false. - + + A object to which the created Text file should be sent. + + + + A object which specifies the Text export options to be applied when a document is exported. + + - + - Creates a specific brick type. + Exports a document to the specified stream in Text format. - - The type of created brick. + + A object to which the created Text file should be sent. - The created brick. - - + - Occurs when an exception is raised during document creation. - + Exports a document to the specified file path in Text format using the defined Text-specific options. + + A which specifies the file name (including the full path) for the created Text file. + + + + A object which specifies the Text export options to be applied when a document is exported. + + - + - Creates a new empty page using the current printing system's page settings. + Exports a document to the specified file path in Text format. - A object which represents a new empty page. - + + A which specifies the file name (including the full path) for the created Text file. + + - + - Gets the current document. + Exports a report to the specified stream in XLS format using the defined XLS-specific options. - A object. - + + A object to which the created XLS file should be sent. + + + + An object which specifies the XLS export options to be applied when a report is exported. + + - + - Enables the specified printing system command. + Exports a report to the specified file path in XLS format. - - A enumeration value. - - - - true to enable the command; otherwise, false. + + A which specifies the file name (including the full path) for the created XLS file. - + - Finishes a report's generation. + Exports a report to the specified stream in XLS format. + + A object to which the created XLS file should be sent. + + - + - Finishes a report's generation. + Exports a report to the specified file path in XLS format using the defined XLS-specific options. - - true to generate the report document in the background thread; otherwise false. + + A which specifies the file name (including the full path) for the created XLS file. + + + + An object which specifies the XLS export options to be applied when a report is exported. - + - Occurs after the printing system's document is printed. + Exports a report to the specified file path in XLSX format. + + A which specifies the file name (including the full path) for the created XLSX file. + + - + - Signals that subreport creation is completed. + Exports a report to the specified file path in XLSX format using the defined XLSX-specific options. + + A which specifies the file name (including the full path) for the created XLSX file. + + + + An object which specifies the XLSX export options to be applied when a report is exported. + + - + - Executes the specified printing system command. + Exports a report to the specified stream in XLSX format. - - A enumeration value representing the command to be executed. + + A object to which the created XLSX file should be sent. - + - Executes the specified printing system command and passes the specified parameters. - + Exports a report to the specified stream in XLSX format using the defined XLSX-specific options. - - A enumeration value representing the command to be executed. + + A object to which the created XLSX file should be sent. - - A collection of objects, representing the parameters to be passed to the executing command. + + An object which specifies the XLSX export options to be applied when a report is exported. - + - Gets or sets the command to be executed as the default to export the current report. - + Handles the specified Printing System command. - A enumeration value. - + + A enumeration value which specifies the command to be handled. + + + A collection of objects representing the parameters to be passed to the handled command. - - - - Gets the settings used to specify export parameters when exporting a printing system's document. + + + An object implementing the interface (most typically, it is the class instance). + + + + true if the command has been handled by a link; otherwise, false. - - - An object which contains the export settings for a printing system's document. - + - + - Exports a document to the specified file path in CSV format using the defined CSV-specific options. + Gets or sets a value indicating whether the page orientation is landscape. - - A which specifies the file name (including the full path) for the created CSV file. - - - - A object which specifies the CSV export options to be applied when a document is exported. + true if the page orientation is landscape; otherwise, false. - + - + - Exports a document to the specified stream in CSV format. + Gets or sets the margins of a report page. + - - A object to which the created CSV file should be sent. + A object representing the margins of a report page. - + - + - Exports a document to the specified stream in CSV format using the defined CSV-specific options. + Specifies the minimum printer margin values. - - A object to which the created CSV file should be sent. - - - - A object which specifies the CSV export options to be applied when a document is exported. - - + A object, specifying the minimum printer margins. + - + - Exports a document to the specified file path in CSV format. + For internal use. - - A which specifies the file name (including the full path) for the created CSV file. - - + A descendant. + - + - Exports a document to the specified file path in HTML format using the defined HTML-specific options. + Gets or sets the object used to fill the document's area that is occupied by the page header and page footer. - - A which specifies the file name (including the full path) for the created HTML file. - - - - An object which specifies the HTML export options to be applied when a document is exported. - - + A used to fill the document's area that is occupied by the page header and page footer. + - + - Exports a document to the specified file path in HTML format. + Gets or sets the type of paper for the document. - - A which specifies the file name (including the full path) for the created HTML file. - - + A enumeration value. + - + - Exports a document to the specified stream in HTML format using the defined HTML-specific options. + Gets or sets the name of the custom paper which is used in the printer that the document is going to be printed on. - - A object to which the created HTML file should be sent. - - - - A object which specifies the HTML export options to be applied when a document is exported. - - + A specifying the name of the paper. + - + - Exports a document to the specified stream in HTML format. + Gets the type of the object to be printed. - - A object to which the created HTML file should be sent. - - + A object representing the type of object to be printed. + - + - Exports a document to the specified stream in Image format using the defined Image-specific options. + Gets or sets the Printing System used to create and print a document for this link. - - A object to which the created Image file should be sent. - - - - An object which specifies the Image export options to be applied when a document is exported. - - + A object which specifies the Printing System used to create and print a document. + - + - Exports a document to the specified stream in Image format. + Loads a Page Header/Footer dialog's settings from the system registry. - - A object to which the created Image file should be sent. + + A value specifying the system registry path. - + - Exports a document to the specified stream in the specified Image format. + Loads a Page Header/Footer dialog's settings from the specified stream. - A object to which the created Image file should be sent. - - - - A object which specifies the image format. + A object from which the header/footer's settings are read. - + - Exports a document to the specified file path in Image format using the defined Image-specific options. + Loads a Page Header/Footer dialog's settings from the specified XML file. - - A which specifies the file name (including the full path) for the created Image file. - - - - A object which specifies the Image export options to be applied when a document is exported. + + A value specifying the XML file from which header/footer settings are read. - + - Exports a document to the specified file path in Image format. + Gets or sets the RTF text, which will be printed as a Report Footer. - - A which specifies the file name (including the full path) for the created Image file. - - + A containing RTF text. + - + - Exports a document to the specified file path using the specified image format. + Gets or sets the RTF text, which will be printed as a Report Header. - - A which specifies the file name (including the full path) for the created Image file. - - - - A object which specifies the image format. - - + A containing RTF text. + - + - Exports a document to the specified file path in MHT format. + Saves the Page Header/Footer dialog's settings to the registry. - - A which specifies the file name (including the full path) for the created MHT file. + + A value specifying the registry path at which to save the header/footer. - + - Exports a document to the specified stream in MHT format using the defined MHT-specific options. + Saves the Page Header/Footer dialog's settings to the specified stream. - A object to which the created MHT file should be sent. - - - - An object which specifies the MHT export options to be applied when a document is exported. + A descendant to which the header/footer is written. - + - Exports a document to the specified stream in MHT format. + Saves the Page Header/Footer dialog's settings to an XML file. - - A object to which the created MHT file should be sent. + + A specifying the path to the file in which the header/footer will be stored. If an empty string is specified, an exception is raised. - + - Exports a document to the specified file path in MHT format using the defined MHT-specific options. + Sets the object to be printed by this link. - - A which specifies the file name (including the full path) for the created MHT file. - - - - An object which specifies the MHT export options to be applied when a document is exported. + + A object implementing the interface. - + - Exports a document to the specified file path in PDF format using the defined PDF-specific options. + Gets or sets report areas that should be skipped. - - A which specifies the file name (including the full path) for the created PDF file. - - - - A object which specifies the PDF export options to be applied when a document is exported. - - + Report areas that should be skipped. + - + - Exports a document to the specified file path in PDF format. + Gets or sets a value indicating whether content bricks, which are outside the right page margin, should be split across pages, or moved in their entirety to the next page. + + - - A which specifies the file name (including the full path) for the created PDF file. + A enumeration value, which specifies the way of splitting method of content bricks in the vertical direction. - + - + + - Exports a document to the specified stream in PDF format. + Contains information about a bookmark that is related to a printing brick. - - A object to which the created PDF file should be sent. - - - - + - Exports a document to the specified stream in PDF format using the defined PDF-specific options. + Initializes a new instance of the BookmarkInfo class with the specified settings. - - A object to which the created PDF file should be sent. + + An object implementing the interface. This value is assigned to the property. - - A object which specifies the PDF export options to be applied when a document is exported. + + A value. This value is assigned to the property. + + + + A object. This value is assigned to the property. - + - Exports a document to the specified file path in RTF format. + Specifies the element's bookmark. - - A which specifies the file name (including the full path) for the created RTF file. - - + A value. + - + - Exports a document to the specified file path in RTF format using the defined RTF-specific options. + Provides access to the bookmark's owner brick. - - A , which specifies the file name (including the full path) for the created RTF file. - - - - An object, representing options, which define how a document is exported to RTF format. - - + An object implementing the interface. + - + - Exports a document to the specified stream in RTF format using the defined RTF-specific options. + A value. - - A to which the created RTF file should be sent. - - - - An object, representing options, which define how a document is exported to RTF format. - - + - + - Exports a document to the specified stream in RTF format. + Specifies whether or not there are bookmarks specified for the brick. - - A object to which the created RTF file should be sent. - - + true, if there are bookmarks assigned to the element; otherwise false. + - + - Exports a document to the specified file path in Text format using the defined Text-specific options. + Provides access to the bookmark's parent brick. - - A which specifies the file name (including the full path) for the created Text file. - - - - A object which specifies the Text export options to be applied when a document is exported. - - + A object. + - + - Exports a document to the specified stream in Text format using the defined Text-specific options. + Specifies information about the bookmark's parent. + - - A object to which the created Text file should be sent. + A object. + - - - A object which specifies the Text export options to be applied when a document is exported. - + + + + Lists the values that specify the type of a brick owner object. + + - + - Exports a document to the specified stream in Text format. + The brick owner is a . - - A object to which the created Text file should be sent. - - - + - Exports a document to the specified file path in Text format. + The brick owner is an descendant. - - A which specifies the file name (including the full path) for the created Text file. - - - + - Exports a report to the specified stream in XLS format using the defined XLS-specific options. + The brick owner is an . - - A object to which the created XLS file should be sent. - - - - An object which specifies the XLS export options to be applied when a report is exported. - - - + - Exports a report to the specified file path in XLS format. + The brick owner is an . - - A which specifies the file name (including the full path) for the created XLS file. - - - + - Exports a report to the specified file path in XLS format using the defined XLS-specific options. + The brick owner is an . - - A which specifies the file name (including the full path) for the created XLS file. - - - An object which specifies the XLS export options to be applied when a report is exported. - + + + + The brick owner is an . + + - + - Exports a report to the specified stream in XLS format. + The brick owner is an . - - A object to which the created XLS file should be sent. - - - + - Exports a report to the specified stream in XLSX format using the defined XLSX-specific options. + The brick owner is an . - - A object to which the created XLSX file should be sent. - - - An object which specifies the XLSX export options to be applied when a report is exported. - + + + + For internal use. + + - + - Exports a report to the specified file path in XLSX format. + For internal use. - - A which specifies the file name (including the full path) for the created XLSX file. + + + + - + - Exports a report to the specified file path in XLSX format using the defined XLSX-specific options. + For internal use. - - A which specifies the file name (including the full path) for the created XLSX file. + + - - An object which specifies the XLSX export options to be applied when a report is exported. + + - + - Exports a report to the specified stream in XLSX format. + For internal use. - - A object to which the created XLSX file should be sent. + + + + - + + - Exports a document to the specified stream in XPS format using the specified XPS-specific options. + Provides the essential functionality for document printing. - - A object to which the created XPS file should be sent. - - - - An object which specifies the XPS export options to be applied when a document is exported. - + + + + For internal use. + + + A value. + - + - Exports a report to the specified file path in XPS format using the specified XPS-specific options. + For internal use. - - A which specifies the file name (including the full path) for the created XPS file. + + An integer value. - - An object which specifies the XPS export options to be applied when a report is exported. + + A value. + An integer value. + - + - Fires after page rendering if a gap remains between the rendered areas. + For internal use. - + For internal use. - - + + A object. - - - - - Gets the current visibility of the specified printing system command. - - - - A enumeration value which represents the visibility of the specified command. - - - A enumeration value which specifies the command whose visibility is to be determined. - - + - - - Gets the intersecting bricks within the document. + For internal use. - - A collection of intersecting objects. - - + - + - Gets a object used for drawing in the current report. + For internal use. - A object. + A Boolean value. - + - Highlights the intersecting bricks within the document. + For internal use. - - A to paint the intersecting bricks. + + A object. + + + + A object. - + - Inserts a page break at a specified position. + For internal use. - - A value which specified the position to insert a page break. - - + A enumeration value. + - + - Inserts a page break at a specified position, with the specified settings for the subsequent page. + For internal use. - - A value which specifies the position to insert a page break. - - - - - A object. - - - - A enumeration value. - - - - A structure. - - - - true to print a page in landscape orientation; otherwise, false. - - + A enumeration value. + - + - Loads a document from a file in a native XML format (PRNX). + For internal use. - - A , which specifies the file name (including the full path) of the PRNX file to be loaded. - - + A Boolean value. + - + - Loads a document from a object, containing data in a native XML format (PRNX). + For internal use. - - A object containing PRNX data. - - + A value. + - + - Prevents the document from being modified. + For internal use. + A DevExpress.XtraPrinting.Native.ConvertHelper object. + - + - Draws a selection rectangle around the specified brick located on the specified page. + For internal use. - - A object representing the brick around which a selection rectangle will be drawn. + A object. + - - - A object representing the page on which the brick is located. Note that if a brick is split across two or more pages, then only the part of the brick which is located on the specified page will be selected. - + + + + For internal use. + + + A structure. + - + - Gets the bounds of a report page. + For internal use. - A that represents page length and width (in hundredths of an inch). - + A structure. + - + - Gets the number of document pages. + For internal use. - An integer value. - + A enumeration value. + - + For internal use. + A enumeration value. + - + - Gets the current page margin settings. - + For internal use. - The current page margin. - + A value. + - + - Provides access to a collection of pages generated for this printing system. + For internal use. - A object which represents a collection of pages. - + A object. + - + - Gets the current page settings. + For internal use. - An object containing the current page settings. - + A structure. + - + - Occurs when page settings change. + For internal use. + A enumeration value. + - + For internal use. - + A Boolean value. - + - Occurs before sending every document page to a printer to indicate the current printing progress. + For internal use. + A Boolean value. + - + - Provides access to the object that reflects the current state of a document's generating or exporting. + For internal use. - A object which is intended to track the process of a document's creation. + A Boolean value. - + - Removes the existing command handler for one or several of the printing system commands (listed in the enumeration). + For internal use. - - An object implementing the interface. - - + A Boolean value. + - + - Removes the specified service type from the service container. + For internal use. - - The type of service to remove. - - + A Boolean value. + - + - Removes the specified service type from the service container. + For internal use. - - The type of service to remove. - - - - true if this service should be removed from any parent service containers; otherwise, false. - - + A Boolean value. + - + - Resets all settings of the printing system's . + For internal use. + A Boolean value. + - + - Saves a document to a object in a native XML format (PRNX). + For internal use. - - A object to which the created PRNX file should be sent. + + A Boolean value. + A Boolean value. + - + - Saves a document to the specified file path in a native XML format (PRNX) using the specified PRNX-specific options. + For internal use. - - A which specifies the file name (including the full path) for the created PRNX file. - - - - A object which specifies the PRNX-specific options to be applied when a document is saved. + + A Boolean value. + A Boolean value. + - + - Saves a document to the specified file path in a native XML format (PRNX). + For internal use. - - A which specifies the file name (including the full path) for the created PRNX file. - - + + - + - Saves a document to a object in a native XML format (PRNX) using the specified PRNX-specific options. + For internal use. - - A object to which the created PRNX file should be sent. - - - - A object which specifies the PRNX-specific options to be applied when a document is saved. - - + A Boolean value. + - + - Gets or sets the command to be executed as the default, to export and send the current report. - + For internal use. - A enumeration member. + A value. - + For internal use. - - - - - - - - + A Boolean value. + - + - Changes the visibility of the specified printing system command. + For internal use. - - A enumeration value which specifies the command whose visibility needs to be changed. + + A object. - - A enumeration value which specifies the new visibility state for the commands. + + An integer value. + + An integer value. + + + A Boolean value. + - + - Changes the visibility of the specified printing system command. + For internal use. - - An array of enumeration values which specify the commands whose visibility needs to be changed. + + A object. - - A enumeration value which specifies the new visibility state for the commands. + + An object implementing the interface. + + A structure. - - - - - Gets or sets a value which specifies whether an error message is shown when the page margins are set outside the printable area. - - - true to show the margins warning dialog; otherwise false. - + - + - Specifies whether or not to show a print status dialog when printing a document. + For internal use. - true to show the print status dialog; otherwise false. - - + + - - - - Occurs before the printing system's document is printed. - - + + + + + + - - - - Unlocks a previously locked document. - - + - + - Removes a selection rectangle which was previously drawn around the specified brick using the method. + For internal use. - A object representing the brick which should be deselected. + A object. - - A object representing the page on which the brick is located. Note that if a brick is split across two or more pages, then only the part of the brick which is located on the specified page will be deselected. + + A value. + + + + A value. + + + + A value. - + - Specifies the name of the user that created the document. - + For internal use. - A value. + A value. - + - Gets the document's watermark. + For internal use. - A object specifying the document's watermark. + A value. - + - Occurs after the creation of an XLSX document is finished. - + For internal use. + A enumeration value. + - - + - Specifies the amount of redundancy built into the coding of the PDF417 barcode to compensate for calculation errors. - + For internal use. + + A object. - - - - Identifies the zero error correction level of the PDF417 barcode. - - + - + + - Identifies the first error correction level of the PDF417 barcode. + The base for the and classes. - - + - Identifies the second error correction level of the PDF417 barcode. + Initializes a new instance of the PageInfoTextBrickBase class with the specified settings. + + A enumeration value. + + + + A structure. + + + + A structure. + + + + A structure. + + + + A structure. + + - + - Identifies the third error correction level of the PDF417 barcode. + Initializes a new instance of the PageInfoTextBrickBase class with default settings. - + - Identifies the fourth error correction level of the PDF417 barcode. + For internal use. Initializes a new instance of the PageInfoTextBrickBase class with the specified brick owner. + + + An object implementing the interface. + + - + - Identifies the fifth error correction level of the PDF417 barcode. + Specifies the format string to display text information within the brick. + A value, consisting of alternating fixed text and indexed placeholders. + - + - Identifies the sixth error correction level of the PDF417 barcode. + Specifies the type of information to be displayed within the brick. + A enumeration value, specifying information type and its representation. + - + - Identifies the seventh error correction level of the PDF417 barcode. + Specifies the initial value of a page counter. + An integer value, specifying an initial number for pagination. + - + - Identifies the eighth error correction level of the PDF417 barcode. + For internal use. Specifies the format settings that are applied to a document when it is exported to XLS format. + A enumeration value. + - + - Specifies the kind of data that should be coded into the PDF417 barcode. + Supports automatic creation on the client side. - + - Specifies that the byte array should be coded into the PDF417 barcode. + Initializes a new instance of the ReportServerClientFactory class with the specified endpoint configuration name and remote address. + + A value, specifying the endpoint configuration name. + + + + An object. + + - + - Specifies that the textual information should be coded into the PDF417 barcode. + Initializes a new instance of the ReportServerClientFactory class with the specified endpoint configuration name. + + A value, specifying the endpoint configuration name. + - - + + - Generates a PDF417 barcode. + Initializes a new instance of the ReportServerClientFactory class with the specified remote address and binding. + + + + An object. + + + A object. + - - - + - Initializes a new instance of the PDF417Generator class with the specified source. + Initializes a new instance of the ReportServerClientFactory class with the specified remote address. - - A object, which represents the source used to generate a PDF417 barcode. + + An object. - + - Initializes a new instance of the PDF417Generator class with default settings. + Creates a . + An object implementing the interface (typically, this is a object). + - + + - Gets or sets the number of barcode columns, which allows control of the logic width of the barcode. + Serves as a base for the class and specifies the border line style options. + + + + + + Gets or sets the line style of the cell's bottom border. - An integer, specifying the logic width of the barcode. + An enumeration member that specifies the line style of a border. - + - Gets or sets whether textual information or a byte array should be used as the barcode's data. + Copies the appropriate properties of the specified object into the current object of the XlBordersBase type. - A enumeration value. - + + An XlBordersBase object that represents the object from which the settings will be copied. + + - + - Gets or sets the amount of redundancy built into the barcode's coding, to compensate for calculation errors. + Gets or sets a value indicating whether the downward diagonal border should be displayed in a cell. - An enumeration value, specifying the error correction level. + true, to display a downward diagonal border; otherwise, false. - + - Gets or sets the number of barcode rows, which allows control of the logic height of the barcode. - + Gets or sets the line style of the cell's downward diagonal border. - An integer, specifying the logic height of the barcode. + An enumeration member that specifies the line style of a border. - + - For internal use. Gets the barcode symbology for the current generator object. + Gets or sets the line style of the cell's diagonal borders. - A enumeration value. + An enumeration member that specifies the line style of borders. - + - Gets or sets whether the special end-symbol should be appended to the barcode. + Gets or sets a value indicating whether the upward diagonal border should be displayed in a cell. - true if the end symbol should be appended; otherwise, false. + true, to display an upward diagonal border; otherwise, false. - + - Gets or sets the height-to-width ratio of a logical unit's graphic representation. + Gets or sets the line style of the cell's upward diagonal border. - A value specifying the height-to-width ratio of a logical unit's graphic representation. + An enumeration member that specifies the line style of a border. - - + - Specifies the XLSX export mode. + Determines whether the specified object is equal to the current XlBordersBase object. + + The object to compare with the current object. + + + true, if the specified object is equal to the current XlBordersBase object; otherwise false. + + - + - A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single XLSX file. + Gets the hash code (a number) that corresponds to the value of the current XlBordersBase object. + An integer value that is the hash code for the current object. + - + - A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting XLSX file only once, at the beginning and at the end of the document. + This member supports the internal infrastructure and is not intended to be used directly from your code. +Gets or sets the line style for the horizontal inner borders of a cell range. + An enumeration member that specifies the border line style. + - + - A document is exported to a single file, page-by-page. In this mode, each page is exported to an individual sheet of the same XLSX file. + Gets or sets the line style of the cell's left border. + An enumeration member that specifies the line style of a border. + - - + - Renders documents that are generated by remote sources (i.e., by a report service or Report Server). + This member supports the internal infrastructure and is not intended to be used directly from your code. +Gets or sets a value indicating whether the left, right, top and bottom borders should be applied only to the outside borders of a cell range. + + The default is true. + + - + - Initializes a new instance of the RemotePrintingSystem class with the specified settings. + Gets or sets the line style of the cell's right border. - - An object implementing the interface. (Typically, this is a object.) - - + An enumeration member that specifies the line style of a border. + - + - [To be supplied] + Gets or sets the line style of the cell's top border. + - - An object, identifying the report. - - - - An object implementing the interface, specifying the report parameters. - - + An enumeration member that specifies the line style of a border. + - + - Passes the entered values to the report parameters and triggers document creation based on these values. + This member supports the internal infrastructure and is not intended to be used directly from your code. +Gets or sets the line style for the vertical inner borders of a cell range. + An enumeration member that specifies the border line style. + - + - For internal use. + If implemented by a class, provides methods for handling commands in Print Preview. - + - Prints the specified document. + Indicates whether or not the specified Printing System command can be handled. - - A delegate of a object. + + A enumeration value. - - A delegate of a object. + + An object implementing the interface (typically, this is a instance). + true if the command can be handled; otherwise false. + - + - Prints the specified page range. + If implemented by a class, allows you to handle Printing System commands (listed in the enumeration). - - An integer value. + + A enumeration value. - - An integer value. + + An array of values, specifying the command arguments. - - A delegate. + + An object implementing the interface (typically, this is a instance). + + + + true if the command has been handled; otherwise false. - + - For internal use. Contains information about a datasource. + Stores the document export options for different export formats. - + - Initializes a new instance of the DataSourceInformation class with default settings. + Initializes a new instance of the class with default settings. - + - Determines whether or not the specified object is equal to the current DataSourceInformation instance. + Copies all the settings from the ExportOptions object passed as a parameter. + - - The object to compare with the current object. + + An ExportOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - true if the specified object is equal to the current DataSourceInformation instance; otherwise false. - - + - Serves as the default hash function. - - - An integer value, specifying the hash code for the current object. - + Gets the settings used to specify exporting parameters when a document is exported to CSV format. - - - - Identifies the data source. - A object, identifying the data source. - - + A object which contains CSV export settings. - - - - Specifies the data type supported by a data source member. - - - A enumeration value, specifying the data member type. - - - - Identifies a report editing session for a End-User Report Designer for Silverlight. - - - - - + - Initializes a new instance of the ReportSessionId class with default settings. - - + Gets the settings used to specify exporting parameters when a document is exported and sent via e-mail from the Print Preview. - - - - Initializes a new instance of the ReportSessionId class with the specified ID. - - A value, identifying the report editing session. This setting is assigned to the property. + A object which contains e-mail settings. - + - + - Determines whether or not the specified object is equal to the current ReportSessionId instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current ReportSessionId instance; otherwise false. - - + Gets the current visibility of the specified export option in the Print Preview. - - - - Generates a unique report editing session ID. - A object. - + + An enumeration value which specifies the export option whose visibility state is to be determined. - - - - Serves as the default hash function. - - - An integer value, specifying the hash code for the current object. + + true if the specified export option is visible; otherwise, false. + - + - Specifies the report session ID. - - - A value, identifying the report editing session. - - - - - + Gets the settings used to specify exporting parameters when a document is exported to HTML format. - - The base class for classes that provide the composite link functionality. - - - - - - Initializes a new instance of the CompositeLinkBase class with the specified Printing System. - - A object which specifies the printing system used to draw the current link. This value is assigned to the property. + A object which contains HTML export settings. - + - + - Initializes a new instance of the CompositeLinkBase class with the specified container. - - - - An object implementing the interface which specifies the owner container of a CompositeLinkBase class instance. - - + Gets the settings used to specify exporting parameters when a document is exported to image. - - - - Initializes a new instance of the CompositeLinkBase class with default settings. + A object which contains Image export settings. + + - + - Specifies the indent between the printed content of individual links. + Gets the settings used to specify exporting parameters when a document is exported to MHT format. + + - An integer value, specifying the blank space between the links' content. + A object which contains MHT export settings. + - + - Used to export each link contained in the Composite Link to a separate page. + Provides access to the object, which contains settings for saving the PrintingSystem document in native format. + A class instance, containing native format save settings. + - + - Gets a collection of links of a CompositeLinkBase object. + Gets the settings used to specify exporting parameters when a document is exported to PDF format. + + - A object. + A object which contains PDF export settings. + - + - Gets or sets the Printing System used to create and print a document for this link. + Gets the settings used to specify how a document is exported from the Print Preview. - A class descendant. + A object which contains Print Preview export settings. + - - + - Provides data for the and events. - + Loads export options from the system registry. + + A value specifying the system registry path. + + + - + - Provides access to the graphics object on which the is painted. + Loads export options from the specified stream. - An object implementing the interface. - + + A object from which the export options are read. + + - + - Provides access to the page for which the or event is raised. + Loads export options from the specified XML file. - A object. - + + A value specifying the XML file from which export options are read. + + - + - Returns the bounds (size and location) of the page for which the or event is raised. + Gets the settings used to specify exporting parameters when a document is exported to RTF format. + + - A object. + A object which contains RTF export settings. + - - + - Provides the client-side functionality for a WCF Export Service. + Saves the current export options to the registry. + + A value specifying the registry path in which to save the export options. + + + + - + - Initializes a new instance of the ExportServiceClient class with the specified settings. + Saves the current export options to the specified stream. + - - An object implementing the interface. - - - - A value. + + A descendant to which the export options are written. - + - Starts assembling the document (asynchronously). + Saves the current export options to an XML file. + - - An object, identifying the document's resources. - - - - A value, containing information about the asynchronous operation. + + A specifying the path to the file in which the export options will be stored. If an empty string is specified, an exception is raised. - + - Occurs when the document has been assembled. + Changes the visibility of the specified export options in the Print Preview. + + An array of enumeration values specifying the export options whose visibility needs to be changed. + + + + + true to make the export options visible; otherwise, false. + + - + - Starts clearing the document (asynchronously). + Changes the visibility of the specified export option in the Print Preview. + + - - A object, identifying the document. + + An enumeration value which specifies the export option whose visibility needs to be changed. + - - A value, containing information about the asynchronous operation. + + true to make the export option visible; otherwise, false. - + - Occurs when the document has been cleared. + Gets the settings used to specify exporting parameters when a document is exported to Text. + + + A object which contains Text export settings. + + - + - Obtains the uniform resource identifier (URI) of the downloaded document. + Gets the settings used to specify exporting parameters when a document is exported to XLS format. + + - - An object, identifying the exported document. + An object which contains XLS export settings. - - A object, specifying a uniform resource identifier (URI) of the downloaded document. - + - + - Starts obtaining the exported document (asynchronously). + Gets the settings used to specify export parameters when a document is exported to XLSX format. + - - An object, identifying the exported document. - - - - A value, containing information about the asynchronous operation. - - + An object which contains XLSX export settings. + - + + - Occurs when the exported document has been obtained. + Represents options that specify which of the default printer's settings should be used when printing a document. - - + - Starts obtaining the exported document's status (asynchronously). + Initializes a new instance of the class with default settings. - - An object, identifying the exported document. - - - - A value, containing information about the asynchronous operation. - - - + - Occurs when the exported document's status has been obtained. + Initializes a new instance of the class with the specified values for its properties. + + A object specifying the initial values for the class properties. + + - + - Starts exporting the document (asynchronously). + Initializes a new instance of the PrinterSettingsUsing class with the specified margins, paper kind and landscape, using options. + + - - A object, identifying the document. + + true to use the margin values of the default printer's settings; otherwise, false. This value is assigned to the property. - - A object, storing the arguments required to export the document. + + true to use the paper kind of the default printer's settings; otherwise, false. This value is assigned to the property. - - A value, containing information about the asynchronous operation. + + true to use the landscape values of the default printer's settings; otherwise, false. This value is assigned to the property. - + - Occurs when the document export has started. + Gets a value indicating if all of the default printer settings are used when a document is printed. + true if all of the default printer settings are used for printing; otherwise, false. + + - + - Starts uploading the document (asynchronously). + Gets a value indicating if any of the default printer settings are used when printing a document. + - - A value, containing information about the asynchronous operation. + true if at least one of the default printer settings is used when printing; otherwise, false. - + - + - Occurs when the document upload has started. + Gets or sets a value specifying whether the default printer's landscape option value is used when printing a document. + + true to use the landscape option of the default printer's settings; otherwise, false. + + - + - Starts uploading the document's resources (asynchronously). - - - - An object, identifying the document's resources. + Gets or sets a value which specifies whether the default printer's margins value is used when printing a document. - - - A array, containing the document data (in fragments). - - - A value, containing information about the asynchronous operation. + + + true to use the margin values of the default printer's settings; otherwise, false. - + - + - Occurs when the document fragment has been uploaded. + Gets or sets a value indicating if the default printer's paper kind value is used when printing a document. + + true if the paper kind value of the default printer settings is used; otherwise, false. + + - + - Represents the object that specifies information to be displayed in a page header area. + Provides access to the line characteristics of a cell border. - + - Initializes a new instance of the PageHeaderArea class with default settings. + Initializes a new instance of the XlBorder class with default settings. - + - Initializes a new instance of the PageHeaderArea class with the specified content, font and line alignment. - + Returns the object that specifies all outside borders of a cell. +This method is equivalent to the method and is reserved for future use. - - An array of values, representing content strings. This value is assigned to the property. - - - - - A value, which is used to draw the page area's text. This value is assigned to the property. + + An object that defines the line color of borders. - - A enumeration value specifying the content alignment. This value is assigned to the property. + + An enumeration member that specifies the line style of borders. + An class instance. + - - + - Represents the object that specifies information to be displayed in a page footer area. + Returns the object that specifies all outside borders of a cell. +This method is equivalent to the method and is reserved for future use. + + An object that defines the line color of borders. + + + An class instance. + + - + - Initializes a new instance of the PageFooterArea class with default settings. + Gets or sets the line color of the cell's bottom border. + An object that specifies the border line color. + - + - Initializes a new instance of the PageFooterArea class with the specified content, font and line alignment. - + Creates a copy of the current XlBorder object. - - An array of values, representing content strings. This value is assigned to the property. - - - - A value, which is used to draw the page area's text. This value is assigned to the property. - - - - A enumeration value specifying the content alignment. This value is assigned to the property. - - + An XlBorder object which is a copy of the current object. + - - + - Represents the object, containing information about the page header and page footer areas. + Copies the appropriate properties of the specified object into the current instance of the XlBorder class. + + An XlBorder class instance representing the source object for copying. + + + - + - Initializes a new instance of the PageHeaderFooter class with default settings. + Gets or sets the line color of the cell's diagonal borders. + A object that specifies the border line color. + - + - Initializes a new instance of the PageHeaderFooter class with the specified page header and page footer. - - + Determines whether the specified object is equal to the current XlBorder instance. - - A object representing the page header. This value is assigned to the property. - - - - - A object representing the page footer. This value is assigned to the property. + + The object to compare with the current object. + true, if the specified object is equal to the current XlBorder instance; otherwise false. + - + - Provides access to the page footer area. + Gets the hash code (a number) that corresponds to the value of the current XlBorder object. - A object representing the page footer. - + An integer value that is the hash code for the current object. + - + - Provides access to the page header area. + This member supports the internal infrastructure and is not intended to be used directly from your code. +Gets or sets the line color of the horizontal inner borders of a cell range. - A object representing the page header. + An object that specifies the border line color. - + - Specifies whether or not the page margin is increased if its content does not fit. + This member supports the internal infrastructure and is not intended to be used directly from your code. +Specifies all inside borders of a cell range. - true to increase the page margin; otherwise, false. - + + An object that defines the line color of borders. + + + + An enumeration member that specifies the line style of borders. + + + An class instance. + - + - Returns the textual representation of the header/footer. + This member supports the internal infrastructure and is not intended to be used directly from your code. +Specifies all inside borders of a cell range. - Always . + + An object that defines the line color of borders. + + + An class instance. - - + - If implemented by a class, provides the service contract to a report parameter on the client side. + Gets or sets the line color of the cell's left border. + An object that specifies the border line color. + + - + - Provides the parameter description. + Returns the object specifying that a cell has no visible borders. + - A value, describing the parameter. - + An class instance. + - + - Specifies the parameter name. + Returns the object that specifies the outside borders of a cell. + - A value, identifying the parameter. - + + An object that defines the line color of borders. + + + + An enumeration member that specifies the line style of borders. + + + An class instance. + - + - Classifies the parameter based on the data type implied in its value. + Returns the object that specifies the outside borders of a cell. + + + + An object that defines the line color of borders. + + + An class instance. + + + + + + Gets or sets the line color of the cell's right border. - A value, specifying the parameter data type. + An object that specifies the border line color. - + - Assigns a fixed value to the parameter. + Gets or sets the line color of the cell's top border. - A that is the parameter value. + An object that specifies the border line color. - + - Specifies whether or not the parameter is visible and its value is requested in a Document Viewer. - + This member supports the internal infrastructure and is not intended to be used directly from your code. +Gets or sets the line color of the vertical inner borders of a cell range. - true, to make the parameter visible; otherwise false. + An object that specifies the border line color. - + - Temporarily identifies a report to provide its document for preview in an End-User Report Designer. + A document's watermark. - + - Initializes a new instance of the TransientReportId class with default settings. + Initializes a new instance of the class. - + - Initializes a new instance of the TransientReportId class with the specified report ID. + Duplicates the properties of the specified watermark object into the current instance of the class. - - An integer value, specifying the report ID. + + A object whose properties are to be copied. + - + - Identifies the temporary report. + Determines whether the specified object is equal to the current Watermark instance. - An integer value. - + + The object to compare with the current object. + + + true if the specified object is equal to the current Watermark instance; otherwise false. + - + - Returns the textual representation of TransientReportId. + Gets the hash code (a number) that corresponds to the value of the current Watermark object. + - A value. + An integer value representing the hash code for the current object. - - + - A data transfer object (DTO) that provides the information about a report catalog item. + For internal use. + + An integer value. - - - - Initializes a new instance of the ReportCatalogItemDto class with default settings. - - + + + An integer value. + + + A Boolean value. + - + - Identifies the report catalog item's category. + Gets or sets the range of pages which contain a watermark. + + - An integer value. + A specifying the range of pages which contain a watermark. + - + - Specifies the report catalog item description. + Loads a watermark's settings from the system registry. - A value. - + + A value specifying the system registry path. + + - + - Identifies the report category item. + Loads a watermark's settings from the specified stream. - An integer value. - + + A object from which the watermark's settings are read. + + - + - Specifies the user who locked the report catalog item. - + Loads a watermark's settings from the specified XML file. - A value. - + + A value specifying the XML file from which watermark settings are read. + + - + - Specifies the last user who modified the report catalog item. - + Saves the current watermark to the registry. - A value. - + + A value specifying the registry path at which to save the watermark. + + - + - Specifies the date and time when the report catalog item was last modified. + Saves the current watermark to the specified stream. + + + + + A descendant to which the watermark is written. - - - A structure. - + - + - Specifies the report catalog item name. + Saves the current watermark to an XML file. + - A value. - + + A specifying the path to the file in which the watermark will be stored. If an empty string is specified, an exception is raised. + + - + - For internal use. Lists the available text editing modes. + Specifies how an image is positioned within an image control. - + - Multi-line text. + The image is placed in the upper-left corner of the image control. The image is clipped if it's larger than the image control which contains it. - + - No text. + The image within the image control is stretched or shrunk, as appropriate, to fit the size of the image control. + - + - Plain text. + The image is sized proportionally (without clipping), so that it best fits the image control. If the height and width ratio of the image control is the same as the image's ratio it will be resized to exactly fit into the image control. Otherwise, the closest fitting side (height or width) of the image will be sized to the control. The other side (height or width) of the image will be sized proportionally (leaving empty space). + - + + - Text editing is not available. + Specifies the incline of the 's text. - - - + - Provides information about the created report. + Specifies an incline from upper left to lower right. + - + - Initializes a new instance of the CreateReportResult class with default settings. + Specifies an incline from upper right to lower left. - + - Identifies the report. + Specifies an incline from left to right. - An integer value. - - + - Identifies the report revision. + Specifies an incline from top to bottom. - An integer value. - - + - Specifies the direction of a line drawn inside an control. + Specifies the visibility levels for the printing system commands. - + - A line is drawn between the upper-left and bottom-right corners of the rectangle occupied by the control. + Both the command's toolbar item and menu item are visible. - + - A line is drawn horizontally. + Deprecated; use CommandVisibility All instead. Both the command's toolbar item and menu item are visible. + - + - A line is drawn between the bottom-left and upper-right corners of the rectangle occupied by the control. + Both the command's toolbar button and menu item are invisible. - + - A line is drawn vertically. + Deprecated; use CommandVisibility All instead. Both the command's toolbar item and menu item are visible. + - + - Represents a method that will handle the and events. + Lists the values that indicate the document markup compatibility of various software platforms. + - + - Represents a method that will handle the and events. + XAML is Silverlight-compatible. - - The event source. This parameter identifies the which raised the event. - - - A object which contains event data. - + + + + XAML is WPF-compatible. + + - + - Identifies the datasource in a End-User Report Designer for Silverlight. + Lists values used to specify the line styles for cell borders. - + - Initializes a new instance of the DataSourceId class with the specified ID. + Specifies the thin dash-dotted border line. + - - A value, specifying the data source ID. This setting is assigned to the property. - - - + - Initializes a new instance of the DataSourceId class with default settings. + Specifies the thin dash-dot-dotted border line. + - + - Determines whether or not the specified object is equal to the current DataSourceId instance. + Specifies the thin dashed border line. + - - The object to compare with the current object. - - - true if the specified object is equal to the current DataSourceId instance; otherwise false. - - + - Generates a unique data source ID. + Specifies the thin dotted border line. + - A object. - - + - Serves as the default hash function. + Specifies the double border line. + - An integer value, specifying the hash code for the current object. - - + - Specifies the data source ID. + Specifies the hair border line. + - A value, identifying the data source. - - - + - The base for classes that correspond to an end-user's actions in a client-side Report Designer. + Specifies the medium solid border line. + + - + - Specifies the name of a control that is being edited in the End-User Report Designer for Silverlight. + Specifies the medium dash-dotted border line. + - A value, identifying the currently selected report control. - - - + - For internal use. + Specifies the medium dash-dot-dotted border line. + + - + - Initializes a new instance of the ReportParameter class with default settings. + Specifies the medium dashed border line. + - + - For internal use. + Specifies that a border is not painted. - - a DevExpress.XtraReports.Native.ParameterPath object. - - - - A object. - - - + - For internal use. Specifies the parameter description. + Specifies the medium slanted dash-dotted border line. + - A value. - - + - Specifies the collection of values for the parameter's look-up editor. + Specifies the thick solid border line. + - A object. - - + - For internal use. Specifies the parameter name. + Specifies the thin solid border line. + - A value. - - + + - For internal use. Specifies the parameter path. + Represents a document map which contains a collection of all the bookmarks in a document. + - A value. - - - + - For internal use. Specifies the parameter value. + Adds the specified object to the collection. + - A type. - + + A object to append to the collection. + + + - + - For internal use. Specifies the parameter visibility. + Provides indexed access to individual items in the collection. + - A Boolean value. + + A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised. + + + + A object which represents the bookmark node at the specified position. - + - Stores the report layout settings during a design session. + Represents a bookmark shown in the report's document map. - + - Initializes a new instance of the ReportDesignerPage class with default settings. + Initializes a new instance of the BookmarkNode class with the specified text, for the specified brick on the specified page. + + + A specifying the bookmark's text which will be shown in the document map. This value is assigned to the property. + + + A object representing the brick that the created bookmark will reference. This value is assigned to the property. - - - - Specifies the data settings of an edited report page. - - - A array. - + + + + A object representing the page on which the brick is situated. Note that this parameter is required because a brick may be split across two pages. This value is assigned to the property. + + - + - Identifies the report editing session. + Initializes a new instance of the BookmarkNode class with the specified text, and for the specified pair of a brick and a page. + + - A object. - + + A specifying the bookmark's text which will be shown in the document map. This value is assigned to the property. + + + + A object representing the brick-page pair, associated with the current bookmark. This value is assigned to the property. + + - + - Specifies the watermark settings of an edited report page. + Initializes a new instance of the BookmarkNode class with the specified text. - A array, specifying the report watermark settings. - + + A specifying the bookmark's text which will be shown in the document map. This value is assigned to the property. + + + - + - Specifies the layout settings of an edited report page. + Gets the brick which the current bookmark is associated with. + - A value, specifying the page XAML. + A object representing the brick which the current bookmark references. + - - + - If implemented by a class, provides information about report parameters. + Gets a string value, which is intended for serialization of the bookmark's page index. + A value. + + - + - Counts the parameters that are available in a collection. + Gets the collection of child bookmarks for the current bookmark. This collection is used when creating a hierarchical document map. + - An integer value, specifying the parameter count. + A object representing the bookmarks which are shown as child bookmarks in a document map. - + - Obtains an individual parameter by its path. + Gets the page which contains the brick for the current bookmark. + - - A value. + A object representing the page in the document which contains the brick for the current bookmark. - - An object implementing the interface. - - + - Identifies the uploaded document resources, stored in the PRNX format. - - + Gets an index of a page, which contains a bookmark's brick. - - - - Initializes a new instance of the UploadingResourceId class with default settings. + An integer value representing a page index. + - + - Initializes a new instance of the UploadingResourceId class with the specified resources. + Provides access to the brick-page pair, associated with the current bookmark. - - A value. - - + A object, representing a navigational brick-page pair. + - + - Assigns an unique ID to the uploaded resources. + Gets the text of a bookmark node. - An object. - + A specifying the text shown for a bookmark in the document map. + - + + - Returns the textual representation of UploadingResourceId. + If implemented by a class, supports automatic creation on the client side. + - A value. - - - + + - Specifies the document resources. + Lists the base colors of the document theme. - A value, specifying the document resources. - - - - + - Provides the basic functionality for sending documents via e-mail. + Specifies the Accent 1 theme color. + - + - Sends the document(s) to the specified recipient via e-mail. + Specifies the Accent 2 theme color. - - An array of values specifying the file names for the documents embedded into the e-mail. - - - - A object storing the e-mail options. - - - - + - If implemented by a class, provides a service contract for the . - + Specifies the Accent 3 theme color. + - + - Starts creating a report copy. + Specifies the Accent 4 theme color. - - An integer value, identifying the report to clone. - - - - A object. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - + - Starts creating a report. + Specifies the Accent 5 theme color. - - A object. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - + - Starts creating a report category. + Specifies the Accent 6 theme color. - - A value, specifying the report category name. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - + - Starts deleting a report category. + Specifies the Dark 1 text/background color. - - An integer value, specifying the report category ID. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - + - Starts deleting a report. + Specifies the Dark 2 text/background color. - - An integer value, specifying the report ID. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - + - Starts obtaining the report categories. + Specifies the theme color used to highlight the visited hyperlink. - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - + - Starts obtaining the report revisions. + Specifies the theme color used to highlight the inserted hyperlink. - - An integer value, specifying the report ID. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - + - Starts obtaining the reports. + Specifies the Light 1 text/background color. - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - + - Starts loading a report. + Specifies the Light 2 text/background color. - - An integer value, specifying the report ID. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - + - Starts loading the layout of a specific report revision. + Specifies that theme colors are not used to set a foreground or background color. - - An integer value, specifying the report ID. - - - An integer value, specifying the revision ID. - - - References a method to be called when a corresponding asynchronous operation is completed. + + + + + Generates a GS1 (Data Matrix) barcode. - - - A value, containing information about the asynchronous operation. - - An object containing information about the status of an asynchronous operation. - + + - + - Starts pinging the Report Server facade. + Initializes a new instance of the DataMatrixGS1Generator class with the specified source. - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. + + A object. - An object containing information about the status of an asynchronous operation. - - + - Starts rolling back a report revision. + Initializes a new instance of the DataMatrixGS1Generator class with default settings. - - An integer value, specifying the report ID. - - - An integer value, specifying the revision ID. - - - References a method to be called when a corresponding asynchronous operation is completed. + + + + Specifies whether textual information or a byte array should be used as the barcode's data, as well as its encoding. + + + A enumeration value. + - - - A value, containing information about the asynchronous operation. - - An object containing information about the status of an asynchronous operation. - + + + + Specifies the symbol (or set of symbols) in the barcode's text that will be replaced with the FNC1 functional character when the barcode's bars are drawn. + + + A value, specifying the symbols to be replaced. + - + - Starts saving the specified report. + Specifies whether or not parentheses should be included in the barcode's text. - - An integer value, specifying the report ID. + true to insert parentheses into the barcode's printed text; otherwise, false. + - - - A object. - - - References a method to be called when a corresponding asynchronous operation is completed. + + + + For internal use. Gets the barcode symbology for the current generator object. + + + A enumeration value. + - - - A value, containing information about the asynchronous operation. - - An object containing information about the status of an asynchronous operation. - + + + + Defines the common properties representing the view data of a brick. + + - + - Starts updating the specified report. + For internal use. Initializes a new instance of the BrickViewData class with the specified settings. - - An integer value, specifying the report ID. - - - - A object. + + A object. - - References a method to be called when a corresponding asynchronous operation is completed. + + A structure. - - A value, containing information about the asynchronous operation. + + An object implementing the interface. - An object containing information about the status of an asynchronous operation. - - + - Starts updating the specified report category. + For internal use. - - An integer value, specifying the report category ID. - - - - A value, specifying the new category name. - - - - References a method to be called when a corresponding asynchronous operation is completed. + + A structure. - - A value, containing information about the asynchronous operation. + + A Boolean value. - An object containing information about the status of an asynchronous operation. - - + - Starts uploading a report layout. + Gets or sets a rectangle object specifying the height, width and location of the brick. + - - A object, containing the report layout. + A object representing a rectangular region by its height, width and location. + - - - References a method to be called when a corresponding asynchronous operation is completed. - - - A value, containing information about the asynchronous operation. + + + + Gets or sets a rectangle object specifying the height, width and location of the brick. - - An object containing information about the status of an asynchronous operation. - + + + + A object representing a rectangular region by its height, width and location. + + - + - Ends creating a report copy. + Gets or sets the height of the brick. + - - An object containing information about the status of an asynchronous operation. + An integer value representing the height of the brick. - - A object. - + - + - Ends creating a report. + For internal use. Intended to support exporting bricks to some formats. - - An object containing information about the status of an asynchronous operation. - - - A object. - + + - + - Ends creating a report category. + Gets the original bounds of the brick view data. + + - - An object containing information about the status of an asynchronous operation. - - - An integer value, specifying the report category ID. - + A value. + - + - Ends deleting a report category. + Gets the original bounds of the brick view data. + + - - An object containing information about the status of an asynchronous operation. + A value. + - + + + + + Gets or sets the instance used to render a brick in an appropriate format. + + + + + A instance to render a brick. + - + - Ends deleting a report. + For internal use. Intended to support exporting bricks to some formats. + - - An object containing information about the status of an asynchronous operation. + + - + + + + + For internal use. Intended to support exporting bricks to some formats. + + + + - + - Ends obtaining the report categories. + Gets or sets the width of the brick. + - - An object containing information about the status of an asynchronous operation. + An integer value representing the width of the brick. + + - - A collection of objects. - + + + + + A visual brick containing a line. + + - + - Ends obtaining the report revisions. + Initializes a new instance of the LineBrick class with the specified owner. - - An object containing information about the status of an asynchronous operation. + + An object implementing the interface. - A collection of objects. - - + - Ends obtaining the reports. + Initializes a new instance of the LineBrick class with default settings. - - An object containing information about the status of an asynchronous operation. - - - A collection of objects. - - + - Ends loading the reports. + Gets the text string, containing the brick type information. - - An object containing information about the status of an asynchronous operation. - - - A object. - + A string, characterizing the brick's type. Always returns "Line". + - + - Ends loading the report layout bytes. + Creates a new LineBrick instance, which is a copy of the current instance. - - An object containing information about the status of an asynchronous operation. - - - A array, containing the report layout. + A new LineBrick instance, which is a copy of the current instance. - + - Ends pinging the Report Server facade. + Gets or sets the color of the line displayed in the current line brick. - - An object containing information about the status of an asynchronous operation. - - + A object specifying the foreground color of the line. + - + - Ends rolling back a report revision. + Gets or sets the line direction in HTML output. - - An object containing information about the status of an asynchronous operation. - - + An enumeration value. + - + - Ends saving the specified report. + Gets or sets the line direction. - - An object containing information about the status of an asynchronous operation. - - - An integer value, specifying the report ID. - + A enumeration value, which determines the current line direction. + - + - Ends updating the specified report. + Gets or sets the style used for a dashed line. - - An object containing information about the status of an asynchronous operation. - - - An integer value, specifying the report ID. - + A enumeration value that represents the style used for a dashed line. + - + - Ends updating a report category. + Gets or sets the width of the line displayed in the line brick. - - An object containing information about the status of an asynchronous operation. - - + An integer value representing the width of the line. + - + - Ends uploading a report layout. + Overrides the property to change its return value. - - An object containing information about the status of an asynchronous operation. - - - A object. - + Always true. + - + - Obtains the data source schema. + Overrides the property to hide it. - - An integer value, specifying the data source ID. - - - - A value, containing information about the asynchronous operation. - - - A value, containing the data source schema. - + A value. + - + - Obtains the lookup values of report parameters. + Overrides the property to hide it. - - An integer value, specifying the data view ID. - - - - A value, specifying the data source member. - - - - A value, specifying the column that provides the displayed data. - - - - A value, specifying the column that provides the data values. - - - A array. - + A . + - + - Returns a data transfer object (DTO), corresponding to the report catalog item. + Overrides the property to hide it. - - An integer value, specifying the report ID. - - - A value. - + A value. + - + - Obtains the current user role. + Overrides the property to hide it. - A value, specifying the user role. - + A value. + - + + - Locks the specified report. + Represents the method that will handle the event. - - An integer value, specifying the report ID. - - - - + - Unlocks the specified report. + Represents the method that will handle the event. - - An integer value, specifying the report ID. + + An object of any type that triggers the event. + + + + A object that provides data for the event. - + - If implemented by a class, provides a service contract for the . + Provides data for the event. + - + - [To be supplied] - - - A value, specifying the user name. + Gets the object that sends the document's output to a printer. - - - A value, specifying the password. + + + A object representing the printing settings of the document. - - - References a method to be called when a corresponding asynchronous operation is completed. + - - - A value, containing information about the asynchronous operation. - - [To be supplied] + + + + Used to apply an X.509 certificate to the resulting PDF file, to digitally sign the document. + + - + - [To be supplied] + Initializes a new instance of the PdfSignatureOptions class with default settings. + - - [To be supplied] - - [To be supplied] - - + - Lists the values used to specify the How to: Add a Bar Code of the QR Code Type to a Report barcode's size. + Copies all the settings from the PdfSignatureOptions object passed as the parameter. + + + An PdfSignatureOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. + + + - + - The version is auto-calculated. + Specifies an X.509 certificate of PdfSignatureOptions. + A object. + - + - 21x21 + Creates a copy of the current PdfSignatureOptions object. + + + An PdfSignatureOptions object which is a copy of the current object. + - + - 57x57 + Specifies the contact information of the person in charge of the certificate. + + A value. + - + - 61x61 + Determines whether or not the specified object is equal to the current PdfSignatureOptions instance. + + + A PdfSignatureOptions instance against which to compare with the current PdfSignatureOptions instance. + + + true if a specific PdfSignatureOptions instance equals the current PdfSignatureOptions instance; otherwise, false. + - + - 65x65 + Serves as the default hash function. + An integer value, specifying the hash code for the current object. + - + - 69x69 + Specifies the certificate's location. + A value. + - + - 73x73 + Specifies the reason for encrypting the file. + A value. + - + + - 77x77 + For internal use. Contains an 's description for passing it to a Report Designer. - - + - 81x81 + Initializes a new instance of the XRBindingProxy class with default settings. - + - 85x85 + Specifies the report's data member. + A value. + - + - 89x89 + Specifies the report's data source. + A object, identifying the data source. + - + + - 93x93 + For internal use. Provides information about a 's data item. + - - + - 25x25 + Initializes a new instance of the FieldInfo class with default settings. - + - 97x97 + For internal use. Provides information about a field's data bindings. + An object. + - + - 101x101 + Provides additional information about a Field List item. + A enumeration value. + - + + - 105x105 + Lists the values specifying the information related to a Field List node. - - + - 109x109 + The Array item kind. - + - 113x113 + The Boolean item kind. - + - 117x117 + The Boolean Calculated Field item kind. - + - 121x121 + The Date-Time Calculated Field item kind. - + - 125x125 + The Default Calculated Field item kind. - + - 129x129 + The Float Calculated Field item kind. - + - 133x133 + The Integer Calculated Field item kind. - + - 29x29 + The String Calculated Field item kind. - + - 137x137 + The CheckBox Control item kind. - + - 141x141 + The Label Control item kind. - + - 145x145 + The Line Control item kind. - + - 149x149 + The PictureBox Control item kind. - + - 153x153 + The Shape Control item kind. - + - 157x157 + The Date item kind. - + - 161x161 + The Default item kind. - + - 165x165 + The Float item kind. - + - 169x169 + The Integer item kind. - + - 177x177 + The List item kind. - + - 33x33 + The List of Parameters item kind. - + - 177x177 + The List Datasource item kind. - + - 37x37 + The None item kind. - + - 41x41 + The String item kind. - + + - 45x45 + Stores the arguments required to export a document (its format and export options). - - + - 49x49 + Initializes a new instance of the DocumentExportArgs class with default settings. - + - 53x53 + Provides the information about a request to export a document on the server. + A value. + - - + - Specifies the amount of redundancy built into the coding of the How to: Add a Bar Code of the QR Code Type to a Report to compensate for calculation errors. - + Specifies the document's export format. + An enumeration value. + + - + - 30% codewords can be restored. - + Specifies the export options of a document, serialized to a array. + An array of values. + - - - 7% codewords can be restored. + + + Stores the arguments required to create a report (its watermark and page settings, as well as parameters). - - + - 15% codewords can be restored. - + Initializes a new instance of the ReportBuildArgs class with default settings. - + - 25% codewords can be restored. - + Provides the information about a request to export a document on the server. + A value. + - - + - Provides the general functionality to print controls that implement the interface. - + + + - + - Initializes a new instance of the PrintableComponentLinkBase class with default settings. + Specifies the report parameters, serialized to a array. + An array of objects. + - + - Initializes a new instance of the PrintableComponentLinkBase class with the specified printing system. + Specifies the contents of a page, serialized to a array. - - A object which specifies the printing system used to draw the current link. This value is assigned to the property. - - + A array. + - + - Initializes a new instance of the PrintableComponentLinkBase class with the specified container. + Specifies the watermark settings of a page, serialized to a array. - - An object implementing the interface which specifies the owner container of a PrintableComponentLinkBase class instance. - - + A array. + - + + - Adds a subreport to the current report. + Lists the values that specify the compatibility mode of a document. - - A object which specifies the vertical offset of the subreport within the current report. - - - - + - Gets or sets a user implementation printed via the current link. + The document is HTML-compatible. - An user implementation. - - + - For internal use. - + - + - For internal use. + The document is PRNX-compatible. - + - For internal use. + The document is Silverlight-compatible. - + - Creates a document from the object, so the document can be displayed or printed. Optionally, can generate pages in background. + The document is WPF-compatible. - - true to generate pages in background; otherwise, false. - - - + + - For internal use. + The report identifier. - - + + - For internal use. + A collection of objects. - - + - Gets the type of the object to be printed by the link. + Initializes a new instance of the LookUpValueCollection class with default settings. - A class descendant representing the type of object that will be printed by this link. This class should implement the interface. - - + - Sets the object to be printed by this link. + Appends an array of look-up values to the collection. - - A object implementing the interface. + + An array of objects to append to the collection. - + - Provides data for the event. + A parameter's value that is shown in its look-up editor for end-users. - + - Contains information about the parameter, which value was changed. + Initializes a new instance of the LookUpValue class with default settings. - A object. - - - + - Provides data for the and events. + Initializes a new instance of the LookUpValue class with the specified settings. + + A value. - - - - Provides access to information about the requested parameters. + + + A value. - - - An array of objects. - + - - + - Provides data for the event. + Creates a new LookUpValue instance, which is a copy of the current instance. + A new LookUpValue instance, which is a copy of the current instance. + + - + - Initializes a new instance of the XlsxDocumentCreatedEventArgs class with the specified sheet names. + For internal use. - - An array of values, specifying the workbook sheet names. This value is assigned to the property. - - + + - + - Returns an array of workbook sheet names. + Specifies the parameter value description. - An array of values, specifying the workbook sheet names. + A value. - - + - Represents a class containing information about a specific parameter and its editor. - + "Description" + + - + - Initializes a new instance of the ParameterInfo class with the specified parameter and the editor for this parameter. - + For internal use. - - A object specifying the parameter for which an event has been raised. This value is assigned to the property. - - - - A class descendant specifying the editor for this parameter. This value is assigned to the property. - - + A value. + - + - Initializes a new instance of the ParameterInfo class with the specified parameter and the editor for this parameter. - + Specifies the parameter value. - - A object specifying the parameter for which an event has been raised. This value is assigned to the property. - - - - A class descendant specifying the editor for this parameter. This value is assigned to the property. - - + A value. + - + - Gets or sets an editor, used to enter a parameter's value. - + "Value" - A class descendant. Normally, it should be one of the DevExpress XtraEditors. - + - + + - Provides access to the parameter associated with the current ParameterInfo object. + For internal use. - A object. - - - - + For internal use. + + A object. + + + + A DevExpress.Data.Browsing.DataContext object. + + + A object. + + - + - Initializes a new instance of the ReportParameterContainer class with default settings. + Returns a collection of objects associated with the report parameter. + + A object. + + + + A object. + + + + An object implementing the interface. + + + A object. + - + + - Specifies the parameters available in a report. + Provides the look-up editor settings for report parameters that are bound to a datasource. + - An array of objects. - - - + - For internal use. Specifies whether ReportParameterContainer should wait for a user to submit parameter values, or pass the default values to the report. + Initializes a new instance of the DynamicListLookUpSettings class with default settings. - true to wait until a user submits parameter value(s); otherwise false. - - - + - Lists the values, specifying the supported user authentication types. + Specifies the data adapter for the report parameter. + A value. + + - + - The remote document source is a Report Server that supports the Forms authentication type. + Specifies the data member name for the report parameter. + A value. + - + - The remote document source is a Report Server that supports the Guest authentication type. + Specifies the data source for the report parameter. + A value. + - + - The remote document source is a custom WCF report service. + Specifies the data member for the report parameter's display name. + A value. + - + - The remote document source is a Report Server that supports the Windows authentication type. + Specifies the data member for the report parameter's value. + A value. + - + - Provides data for the event. + Provides the look-up editor settings for report parameters that are not bound to a datasource. + - + - Initializes a new instance of the ReportServiceClientDemandedEventArgs class with default settings. + Initializes a new instance of the StaticListLookUpSettings class with default settings. - + - Specifies a custom report service client. + Overrides the property to hide it. - An object implementing the interface. + A value. - - + - Provides data for the event. + Overrides the property to hide it. + A value. + + - + - Initializes a new instance of the AuthenticationServiceClientDemandedEventArgs class with default settings. + Overrides the property to hide it. + A value. + - + - Specifies the Authentication Service client. + Provides access to the list of static values for the report parameter. - An object implementing the interface. + A object. - + - For internal use. + The base class for classes that provide the look-up editor settings for report parameters. + - + - Initializes a new instance of the DefaultValueParameterContainer class with default settings. + Specifies the data adapter that is used to provide parameter values to the lookup editor. + A value. + - + - For internal use. + Specifies the data member that is used to provide parameter values to the lookup editor. - - - - + A value. + - + - For internal use. + Specifies the data source that is used to provide parameter values to the lookup editor. - - - - - - - - - - + A value. + - + - For internal use. + Specifies the filter criteria applied to the LookUpSettings object. - + A value, specifying the filter string. - + For internal use. - - + A value. + - + - For internal use. + Specifies the report parameter, with which the LookUpSettings object is associated. - - - - - + A object. - + - Lists the ways in which a document can be exported to HTML format. - + - + - A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single HTML file. + Initializes a new instance of the XlPageMargins class with default settings. - + - A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting HTML file only once, at the beginning and at the end of the document. - + Gets or sets the size of the bottom margin of a printed page. + A value that specifies the bottom margin in a unit of measurement defined by the property. + - + - A document is exported to a single file, page-by-page. In this mode, all pages are exported one under another, separated by page borders (which are specified by the and properties). - + Gets or sets the space between a footer and the bottom edge of a printed page. + A value that specifies the footer margin in a unit of measurement defined by the property. + - - + - Lists the available export formats. - + + A value that specifies the header margin in a unit of measurement defined by the property. + + - + - The document is exported in the CSV format. - + + - + - The document is exported in the HTML format. - + + - + - The document is exported in an image format. - + + - + - The document is exported in the MHT format. - + + - + + - The document is exported in the PDF format. + Generates an How to: Add a Bar Code of the Intelligent Mail Type to a Report barcode. + + - - + - The document is exported in the RTF format. + Initializes a new instance of the IntelligentMailGenerator class with default settings. - + - The document is exported in the text format. + For internal use. + A Boolean value. + - + - The document is exported in the XLS format. + For internal use. Gets the barcode symbology for the current generator object. + A enumeration value. + - + - The document is exported in the XLSX format. + For internal use. + + A value. + + + + A array. + + - + - Lists the available page view modes. + For internal use. - + - The document is re-sized to fit the page width into the Print Preview's dimensions. + For internal use. + A descendant. + - + + - The document is re-sized to fit the specified number of page rows and columns. + Lists values used to specify the document format. - - + - The document zooming is adjusted so as to fit the whole page width. - + The CSV format (Comma-Separated Values) - the file format to store tabular data as plain text using commas as separators between cells. - + - The document is re-sized to fit the entire page within the Print Preview's dimensions. + MS Excel 97-2003 binary file format. + + + + + + + The OpenXML file format for the workbook (default MS Excel 2007 format). File extension - .xlsx. - + - For internal use. Provides options that are used to manage a barcode's content. + Lists the types of encoding to be used when a document is exported to a Text-based format. + - + - Gets the barcode's alignment settings. + A document is exported using the ASCII (7-bit) character set. + - A enumeration value. - - + - Gets the value indicating whether or not the barcode's auto-module setting is enabled. + A document is exported using the UTF-16 format with the big-endian byte order. + + - true if the property is enabled; otherwise false. - - + - Gets the barcode's module setting. + A document is exported using the system's current ANSI code page. + - A value of the property. - - + - Gets the barcode's orientation setting. + A document is exported using the UTF-16 format with the little-endian byte order. - A enumeration value. - - + - Gets the value indicating whether or not the barcode shows its text. + A document is exported using the UTF-32 format with the little-endian byte order. - true if the property is enabled; otherwise false. - - + - Gets the barcode's style settings. + A document is exported using the UTF-7 format. + - A object that is assigned to the property. - - + - Gets the barcode's text. + A document is exported using the UTF-8 format. + - A value. - - + - Generates a How to: Add a Bar Code of the ECC200 (Data Matrix) Type to a Report barcode. + For internal use. - + - Initializes a new instance of the DataMatrixGenerator class with default settings. + For internal use. + + + + + + - + + - Initializes a new instance of the DataMatrixGenerator class with the specified source. + Specifies the direction of a line drawn inside an control. - - A object. - - - - + - Gets or sets whether textual information or a byte array should be used as the barcode's data, as well as its encoding. - + A line is drawn between the upper-left and bottom-right corners of the rectangle occupied by the control. - A enumeration value. - - + - Gets or sets the barcode matrix size. - + A line is drawn horizontally. - A enumeration value. - - + - For internal use. Gets the barcode symbology for the current generator object. + A line is drawn between the bottom-left and upper-right corners of the rectangle occupied by the control. - A enumeration value. - - - + - The base class for generators of 2D barcodes. + A line is drawn vertically. + - + + - Initializes a new instance of the BarCode2DGenerator class with the specified source. + Represents a page's watermark. - - A object. - - - - + - Initializes a new instance of the BarCode2DGenerator class with default settings. + Initializes a new instance of the PageWatermark class with default settings. - + - For internal use. + Disposes of the PageWatermark object. + - A Boolean value. - - + - For internal use. + Determines whether the specified object is equal to the current PageWatermark instance. - - A value. + + The object to compare with the current object. - - A array. + true if the specified object is equal to the current PageWatermark instance; otherwise false. + + + + + + + Gets or sets the font of the PageWatermark. + + + A object that defines the text's format, including font face, size, and style attributes. - + - - + - Lists the available data matrix size options related to the How to: Add a Bar Code of the ECC200 (Data Matrix) Type to a Report barcode. + Gets or sets the foreground color of the PageWatermark's text. + A object representing the foreground color of the text. + + - + - The barcode matrix size is 104x104. + Gets the hash code (a number) that corresponds to the value of the current PageWatermark object. + + An integer value representing the hash code for the current object. + - + - The barcode matrix size is 10x10. + Gets or sets the PageWatermark's picture. + A object specifying the watermark's picture. + - + - The barcode matrix size is 120x120. + Gets or sets the position of the PageWatermark's picture. + A enumeration value specifying how a picture is aligned on the document page. + - + - The barcode matrix size is 12x12. + Gets or sets a value indicating if a PageWatermark's picture should be tiled. + true to tile a watermark's picture; otherwise, false. + - + - The barcode matrix size is 12x26. + Gets or sets the transparency of the watermark's image. + + An integer value specifying the images's transparency. It should be between 0 and 255, inclusive. + - + - The barcode matrix size is 12x36. + Gets or sets the mode in which a picture is displayed. + An enumeration value specifying how the picture should be displayed. + - + - The barcode matrix size is 132x132. + Gets or sets a value indicating whether a watermark should be printed behind or in front of the contents of a page. + + true to print a watermark behind the contents of a page; otherwise false. + + - + - The barcode matrix size is 144x144. + Gets or sets a PageWatermark's text. + A specifying the text of a watermark. + - + - The barcode matrix size is 14x14. + Gets or sets the incline of the PageWatermark's text. + A enumeration value representing the text incline. + - + - The barcode matrix size is 16x16. + Gets or sets the transparency of the PageWatermark's text. + An integer value specifying the text's transparency. It should be between 0 and 255, inclusive. + - + + - The barcode matrix size is 16x36. + For internal use. Contains information about a datasource. - - + - The barcode matrix size is 16x48. + Initializes a new instance of the DataSourceInformation class with default settings. - + - The barcode matrix size is 18x18. + Determines whether or not the specified object is equal to the current DataSourceInformation instance. + + The object to compare with the current object. + + + true if the specified object is equal to the current DataSourceInformation instance; otherwise false. + - + - The barcode matrix size is 20x20. + Serves as the default hash function. + An integer value, specifying the hash code for the current object. + - + - The barcode matrix size is 22x22. + Identifies the data source. + A object, identifying the data source. + - + - The barcode matrix size is 24x24. + Specifies the data type supported by a data source member. + A enumeration value, specifying the data member type. + - + + - The barcode matrix size is 26x26. + Identifies a report editing session for a End-User Report Designer for Silverlight. - - + - The barcode matrix size is 32x32. + Initializes a new instance of the ReportSessionId class with default settings. - + - The barcode matrix size is 36x36. + Initializes a new instance of the ReportSessionId class with the specified ID. + + A value, identifying the report editing session. This setting is assigned to the property. + + - + - The barcode matrix size is 40x40. + Determines whether or not the specified object is equal to the current ReportSessionId instance. + + The object to compare with the current object. + + + true if the specified object is equal to the current ReportSessionId instance; otherwise false. + - + - The barcode matrix size is 44x44. + Generates a unique report editing session ID. + A object. + - + - The barcode matrix size is 48x48. + Serves as the default hash function. + An integer value, specifying the hash code for the current object. + - + - The barcode matrix size is 52x52. + Specifies the report session ID. + A value, identifying the report editing session. + - + + - The barcode matrix size is 64x64. + The base class for classes that provide the composite link functionality. - - + - The barcode matrix size is 72x72. + Initializes a new instance of the CompositeLinkBase class with the specified Printing System. + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + - + - The barcode matrix size is 80x80. + Initializes a new instance of the CompositeLinkBase class with the specified container. + + An object implementing the interface which specifies the owner container of a CompositeLinkBase class instance. + + - + - The barcode matrix size is 88x88. + Initializes a new instance of the CompositeLinkBase class with default settings. - + - The barcode matrix size is 8x18. + Specifies the indent between the printed content of individual links. + An integer value, specifying the blank space between the links' content. + - + - The barcode matrix size is 8x32. + Used to export each link contained in the Composite Link to a separate page. - + - The barcode matrix size is 96x96. + Gets a collection of links of a CompositeLinkBase object. + A object. + - + - The barcode matrix size is auto-adjusted, depending on the quantity of encoded data. + Gets or sets the Printing System used to create and print a document for this link. + A class descendant. + - + - Specifies the kind of data that should be coded into the How to: Add a Bar Code of the ECC200 (Data Matrix) Type to a Report and How to: Add a Bar Code of the PDF-417 Type to a Report barcodes. - + Lists the values used to specify the type of the DataBar bar code. - + - Data is encoded into text using the ASCII standard, which uses 4 bits (for double digits), 8 bits (for ASCII 0-127 symbols), or 16 bits (for ASCII 128-255 symbols). + A GS1 DataBar Expanded barcode is generated. - + - Data is encoded into a binary array, using 8 bits per symbol. + A GS1 DataBar Expanded Stacked barcode is generated. - + - Data is encoded into text using the C40 standard, which uses 5.33 bits (for upper register characters and digits) or 10.66 bits (for lower register and special characters) per symbol. + A GS1 DataBar Limited barcode is generated. - + - Data is encoded into text using the EDIFACT standard, which uses 6 bits per symbol. + A GS1 DataBar Omnidirectional barcode is generated. - + - Data is encoded into text, which uses 5.33 bits (for upper register characters and digits) or 10.66 bits (for lower register and special characters) per symbol. + A GS1 DataBar Stacked barcode is generated. - + - Data is encoded into text using the X12 standard, which uses 5.33 bits per symbol. + A GS1 DataBar Stacked Omnidirectional barcode is generated. - - + - Lists the available activity modes that relate to a link's property. + A GS1 DataBar Truncated barcode is generated. + - + + - The document is being exported. + For internal use. Lists the available text editing modes. - - - - The document creation process is idle. - + + + Multi-line text. - + - The document creation process is being prepared. + No text. - + - The document is being printed. + Plain text. - - + - Specifies the type of the value that should be passed to a parameter. + Text editing is not available. + - + + - Indicates that the parameter returns a Boolean value (the type). + Generates a DataBar barcode. - - + - Indicates that the parameter returns a date-time value (the type). + Initializes a new instance of the DataBarGenerator class with default settings. - + - Indicates that the parameter returns a decimal value (the type). + Gets or sets whether or not to calculate a checksum for the barcode. + true, if the barcode object requires a checksum calculation; otherwise, false. + + - + - Indicates that the parameter returns a double value (the type). + Specifies the symbol (or set of symbols) in the barcode's text that will be replaced with the FNC1 functional character when the bars are drawn. + + A value, specifying the symbols to be replaced. + - + - Indicates that the parameter returns a float value (the type). + Gets or sets the number of data segments per row in the Expanded Stacked type of a GS1 DataBar barcode. + A System.Int32 value specifying a number of data segments per row. + - + - Indicates that the parameter returns an integer value (the type). + For internal use. Gets the barcode symbology for the current generator object. + A enumeration value. + - + - Indicates that the field returns a string value (the type). + Gets or sets the type of a GS1 DataBar barcode. + A value specifying the GS1 DataBar barcode's type. + + - + - Represents a collection of objects. + Identifies the datasource in a End-User Report Designer for Silverlight. - + - Initializes a new instance of the ParameterCollection class with default settings. + Initializes a new instance of the DataSourceId class with the specified ID. + + A value, specifying the data source ID. This setting is assigned to the property. + + - + - Appends an array of parameters to the collection. + Initializes a new instance of the DataSourceId class with default settings. - - An array of objects to append to the collection. - - - + - Provides access to individual items in the collection by their names. + Determines whether or not the specified object is equal to the current DataSourceId instance. - - A value specifying the name of the parameter to get. + + The object to compare with the current object. - A object which represents the parameter with the specified name. - + true if the specified object is equal to the current DataSourceId instance; otherwise false. + - - + - Provides functionality to a report parameter. + Generates a unique data source ID. + A object. + + - + - Initializes a new instance of the Parameter class with default settings. + Serves as the default hash function. + An integer value, specifying the hash code for the current object. + - + - Specifies a description displayed to an end-user, along with the parameter's editor in the Parameters UI, that is generated if the property is enabled. + Specifies the data source ID. - A containing the parameter's description. + A value, identifying the data source. - + + - Specifies the look-up editor settings of the parameter. + The base for classes that correspond to an end-user's actions in a client-side Report Designer. - A object. - - - + - Specifies the name of the parameter. - + Specifies the name of a control that is being edited in the End-User Report Designer for Silverlight. - A containing the name of the parameter. - + A value, identifying the currently selected report control. - + + For internal use. - A value. - - - + - For internal use. Specifies the type of the value associated with the parameter. + Initializes a new instance of the ReportParameter class with default settings. - A enumeration value. - - + For internal use. - A . - + + A ParameterPath object. + + + A object. - - - - Specifies the parameter's type. - - - A object that represents type declarations. - + - + - Specifies the parameter's value. + Initializes a new instance of the ReportParameter class with the specified settings. - A , which represents the parameter's value. - + + A ParameterPath value. + + + A object. - - - - For internal use. Stores additional information relating to the parameter's value. + + + A Boolean value. - - - A value. - + - + - Specifies whether a parameter's editor should be displayed in the Parameters UI, which is invoked for an end-user if the property is enabled. - + For internal use. Specifies the parameter description. - true to display the parameter's editor; otherwise, false. + A value. - - + - A data transfer object (DTO) that provides the information about a report revision layout. - + For internal use. + + + - + - Initializes a new instance of the LayoutRevisionDto class with default settings. + For internal use. Specifies the collection of values for the parameter's look-up editor. + A object. + - + - Specifies the report revision commentary. - + - A value. - + - + - Identifies the report revision. + For internal use. Specifies the parameter name. - An integer value. + A value. - + - Specifies the date and time of the report revision. + For internal use. Specifies the parameter path. - A structure. + A value. - + - Specifies the report revision number. + For internal use. Specifies the parameter value. - An integer value. + A type. - + - Specifies the author of the report revision. - + For internal use. Specifies the parameter visibility. - A value. + A Boolean value. - + - Represents the method that will handle the event. + Stores the report layout settings during a design session. - + - Represents the method that will handle the event. + Initializes a new instance of the ReportDesignerPage class with default settings. - - An object of any type that triggers the event. - - - - A object that provides data for the event. - - - - + - Provides data for the and events. - + Specifies the data settings of an edited report page. + A array. + + - + - Gets the index of the current page that should be sent to a printer, next. - + Identifies the report editing session. - An integer value representing the zero-based page index. - + A object. - - - Gets or sets the page settings of the current page that should be sent to a printer, next. - - + + + Specifies the watermark settings of an edited report page. - A object, containing page settings of the current page. + A array, specifying the report watermark settings. - + - Gets a value indicating what type of print operation is occurring. + Specifies the layout settings of an edited report page. - One of the enumeration vlaues. + A value, specifying the page XAML. - + - Specifies whether or not the page band should be printed on the same pages with Report Header and Report Footer bands. + Identifies the uploaded document resources, stored in the PRNX format. - + - A band is printed on all report pages in the ordinary manner. + Initializes a new instance of the UploadingResourceId class with default settings. + + + + + + Initializes a new instance of the UploadingResourceId class with the specified resources. + + A value. + + - + - A band is hidden if a page contains a Report Footer. - + Assigns an unique ID to the uploaded resources. + An object. + - + - A band is hidden if a page contains a Report Header. + Returns the textual representation of UploadingResourceId. + A value. + - + - A band is hidden if a page contains a Report Header or Report Footer. + Specifies the document resources. + A value, specifying the document resources. + - + - A data transfer object (DTO) that provides the information about a report. + Generates a How to: Add a Bar Code of the QR Code Type to a Report barcode. + + + - + - Initializes a new instance of the ReportDto class with default settings. + For internal use. Initializes a new instance of the QRCodeGenerator class with the specified source. + + A object. + + - + - Identifies the report category. + For internal use. Initializes a new instance of the QRCodeGenerator class with the default settings. - An integer value. - - + - Specifies the report commentary. + Gets or sets whether numeric, alpha-numeric or byte information should be used as the barcode's data. - A value. + A enumeration value. - + - Specifies the report description. + Gets or sets the amount of redundancy built into the barcode's coding, to compensate for calculation errors. - A value. + A enumeration value. - + - Identifies the report. + For internal use. Gets the barcode symbology for the current generator object. - An integer value. + A enumeration value. - + - Specifies the report layout bytes. + Gets or sets the barcode's size. - A array, specifying the report layout bytes. + A enumeration value. - + + - Specifies the report name. + Lists the values used to specify the How to: Add a Bar Code of the QR Code Type to a Report barcode's size. - A value. - - - + - Identifies the report revision. + The version is auto-calculated. - An integer value. - - - + - Represents a collection of rows owned by the . + 21x21 + - + - Initializes a new instance of the class that is empty and has the default initial capacity. + 57x57 - + - Adds the specified object to the collection. + 61x61 - - A object to add to the collection. - - - An integer value indicating the position into which the new element was inserted. - - + - Initializes a new instance of the class and adds it to the collection. - + 65x65 - The object added to the collection of rows. - + + + + 69x69 + + - + - Provides indexed access to individual items in the collection. - + 73x73 - - A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised. - - A object which represents the table row at the specified position. - + + + + 77x77 + + - - + - Represents a row in the . + 81x81 + - + - Initializes an instance of the class. - + 85x85 - + - Gets the array of bricks held by the . - + 89x89 - A BrickList object which represents the array of bricks held by the . - - - - + - A visual brick comprised of rows and columns. + 93x93 + - + - Initializes a new instance of the PageTableBrick class with default settings. - + 25x25 - + - Gets or sets the alignment of brick within the page layout rectangle. + 97x97 - A enumeration, specifying the alignment. - - + - Gets a collection of bricks which are contained in this PageTableBrick. + 101x101 - A object, which contains bricks belonging to this table brick. - - + - Gets the text string, containing the brick type information. + 105x105 - A string, characterizing the brick's type. Always returns "PageTable". - - + - Gets or sets the brick alignment related to the top of the parent area. - + 109x109 - A enumeration member, specifying the alignment. - - + - Gets the collection of rows owned by the object. - + 113x113 - A object representing the collection of rows. - - - + - Refreshes the size of the entire . - + 117x117 - - + - Lists the available modes for color palette compatibility with different workbooks versions. - + 121x121 + - + - Degrade the color values to match the 56 standard colors of the default workbook palette. + 125x125 - + - Keep the original color values, but include only the first 56 colors into the palette. + 129x129 - - + - A data transfer object (DTO) that provides the information about a report category. - + 133x133 + - + - Initializes a new instance of the CategoryDto class with default settings. + 29x29 - + - Identifies the category. + 137x137 - An integer value. - - + - Specifies the category name. + 141x141 - A value. - - - + - A method that handles all page events within the XtraPrinting Library. + 145x145 + - + - A method that handles all page events within the XtraPrinting Library. + 149x149 - - The event source. - - - - A object that contains data related to the event. - - - - + - Provides data for the event. + 153x153 + - + - Gets a collection of document bands. + 157x157 - A generic list of objects. - - + - Gets a report page. + 161x161 - A report page. - - - + - This class supports the .NET Framework infrastructure and is not intended to be used directly from your code. + 165x165 + - + - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + 169x169 - + - For internal use. + 177x177 - - - - - - - - - - - - - - - + - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + 33x33 - - - - - - - - - - - - - - - + - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + 177x177 - - - - - - - - - + - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + 37x37 - - - - - - - - - - - + - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + 41x41 - - - - - - - - - - - - - - - + - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + 45x45 - - - - - - - - - + - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + 49x49 - - - - - - - - - + - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + 53x53 - - - - - - - - - - - - - - - + - A visual brick that is drawn on a page by an object implementing the interface. + Specifies the amount of redundancy built into the coding of the How to: Add a Bar Code of the QR Code Type to a Report to compensate for calculation errors. - + - Gets the text string, containing the brick type information. + 30% codewords can be restored. + - A string, characterizing the brick's type. Always returns "Default". - - + - Gets a user implementation of the interface drawn via the method. + 7% codewords can be restored. + - User implementation of the interface. - - + - For internal use. Checks whether the specified brick fits the empty space on the bottom of the page, and if it doesn't, moves it (or part of it) to the next page. + 15% codewords can be restored. - - A object value specifying the bottom of the current page. - - - true to forcibly split non-separable bricks; otherwise, false. - - - A object specifying the suggested new end position of the current page. + + + + 25% codewords can be restored. - - - A DevExpress.XtraPrinting.IPrintingSystemContext interface, used to access page settings. + + - - A value specifying the new location of the empty space on the bottom of the page. In an instance where the brick on the page has to be moved to the next page, the new bottom position of the current page will be returned. - + + + + Specifies the kind of data that should be coded into the How to: Add a Bar Code of the QR Code Type to a Report. + + - + - Checks whether the specified brick fits the empty space on the right side of the page and if it doesn't, moves it (or part of it) to the next page. + A combination of alphabetic and numeric characters is encoded. Max. 4,296 characters. - - A value specifying the right edge of the current page. - - - - - A object specifying the suggested new right position of the current page. - - A value specifying the new location of the empty space on the right side of the page. In an instance where the brick on the page has to be moved to the next page, the new right position of the current page will be returned. - - + + + + Binary data is encoded. Max. 2,953 bytes. + + - - + - An object implementing the interface that is drawn using the method. + Numeric data is encoded. Max. 7,089 characters. + - + + - Initializes a new instance of the UserPageBrick class with default settings. + Generates an ITF-4 barcode. - - + - Gets or sets the alignment of brick within the page layout rectangle. + Initializes a new instance of the ITF14Generator class with default settings. - A enumeration, specifying the alignment. - - + - Gets the text string, containing the brick type information. + For internal use. Gets the barcode symbology for the current generator object. - A string, characterizing the brick's type. Always returns "PageUser". + A enumeration value. - + - Gets or sets the brick alignment related to the top of the parent area. - + Gets or sets the density of a barcode's bars. - A enumeration member, specifying the alignment. + A float value specifying the density of the barcode's bars. + - + - Represents a method that will handle all area creation events of the class. + Represents a collection of rows owned by the . - + - A method that will handle all creation events of the class. + Initializes a new instance of the class that is empty and has the default initial capacity. - - The event source. - - - - A that contains event data. - - - - + - Provides data for all area creation events. + Adds the specified object to the collection. + + A object to add to the collection. + + + An integer value indicating the position into which the new element was inserted. + + - + - Gets a object used to draw in the current report. + Initializes a new instance of the class and adds it to the collection. + - A object. - + The object added to the collection of rows. - - + - - Lists the shapes available in an XPF Report Designer. - - - + - + Provides indexed access to individual items in the collection. + + + A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised. + + + + A object which represents the table row at the specified position. + - + + - + Represents a row in the . - - + - + Initializes an instance of the class. + - + - + Gets the array of bricks held by the . + + A BrickList object which represents the array of bricks held by the . + + - + + - + A visual brick comprised of rows and columns. - - + - + Initializes a new instance of the PageTableBrick class with default settings. + - + - + Gets or sets the alignment of brick within the page layout rectangle. + A enumeration, specifying the alignment. + - + - + Gets a collection of bricks which are contained in this PageTableBrick. + A object, which contains bricks belonging to this table brick. + - + - + Gets the text string, containing the brick type information. + A string, characterizing the brick's type. Always returns "PageTable". + - - + - The rendered and ready-to-print report document. + Gets or sets the brick alignment related to the top of the parent area. + + A enumeration member, specifying the alignment. + + - + - Gets or sets the number of virtual pages which should be placed on one physical page, so their total width is the same as the width of a physical page. + Gets the collection of rows owned by the object. - An integer value which represents the number of pages. + A object representing the collection of rows. - + - Gets or sets the base offset point for the created document. + Refreshes the size of the entire . - A value representing the offset point. - - - - Gets or sets the text of a root bookmark in the Document Map. + + + For internal use. - A which represents the text of a root bookmark. - - - + - Gets the collection of bookmarks contained in the document map of the current Document. - + Initializes a new instance of the ReportParameterContainer class with default settings. - A object representing the collection of bookmarks. - - + - Gets or sets a value indicating whether the document's page settings can be changed. + Specifies the parameters available in a report. - true if page settings can be changed; otherwise, false. + An array of objects. - + - For internal use. + For internal use. Specifies whether ReportParameterContainer should wait for a user to submit parameter values, or pass the default values to the report. - + true to wait until a user submits parameter value(s); otherwise false. - - - Disposes of the Document object. - + + + Lists the available page view modes. - - + - Gets a value indicating whether or not the document is being created. + The document is re-sized to fit the page width into the Print Preview's dimensions. - true if the document creation isn't finished; otherwise, false. - - + - Indicates whether or not the document is empty (i.e., does it contain at least one page). + The document is re-sized to fit the specified number of page rows and columns. - true, if the document is empty; otherwise false. - - + - Gets a value indicating whether a class instance is locked. + The document zooming is adjusted so as to fit the whole page width. + - true if a class instance is locked; otherwise false. - - + - Gets a value indicating whether the current Document was modified after it was originally generated. + The document is re-sized to fit the entire page within the Print Preview's dimensions. - true if the document was modified; otherwise, false. - - + + - Gets or sets the name of the printing system's document. + For internal use. Provides options that are used to manage a barcode's content. - A representing the name of the document. - - - + - Gets the total number of pages within a report. + Gets the barcode's alignment settings. - An integer value, specifying the number of report pages. + A enumeration value. - + - Provides access to a collection of pages within the curent document. - + Gets the value indicating whether or not the barcode's auto-module setting is enabled. - A object which represents a collection of pages. + true if the property is enabled; otherwise false. - + - Gets the Printing System for the current document. + Gets the barcode's module setting. - A object representing the Printing System for the current document. + A value of the property. - + - Gets or sets the scale factor (in fractions of 1), by which a document is scaled. + Gets the barcode's orientation setting. - A value which represents the current scale factor. + A enumeration value. - + - For internal use. + Gets the value indicating whether or not the barcode shows its text. - - - - - - - - - - - - - - - - - + + true if the property is enabled; otherwise false. + - + - Override this method to draw the specified brick on a new page. - + Gets the barcode's style settings. - - A object. - - + A object that is assigned to the property. + - + - Updates the value of the base offset point indicating the position where the new brick will be inserted into the document. - - + Gets the barcode's text. + A value. + - + - Represents a method that will handle the and events of the class. + Generates a How to: Add a Bar Code of the ECC200 (Data Matrix) Type to a Report barcode. - + - A method that will handle the and events of the class. + Initializes a new instance of the DataMatrixGenerator class with default settings. - - The event source. - - - A object that contains data related to the event. + + + + + Initializes a new instance of the DataMatrixGenerator class with the specified source. + + + + A object. - - + - Provides data for the and events. + Gets or sets whether textual information or a byte array should be used as the barcode's data, as well as its encoding. + + A enumeration value. + + - + - Gets changed page margins. + Gets or sets the barcode matrix size. + - The changed page margin. + A enumeration value. - + - Gets or sets the changed margin size in hundredths of an inch. + For internal use. Gets the barcode symbology for the current generator object. - The changed margin size in hundredths of an inch. + A enumeration value. - + - A visual brick that is rendered on a page as a simple rectangle and the base for all other visual bricks. + The base class for generators of 2D barcodes. - + - Initializes a new instance of the VisualBrick class with default settings. + Initializes a new instance of the BarCode2DGenerator class with the specified source. + + A object. + + - + - Initializes a new instance of the class. + Initializes a new instance of the BarCode2DGenerator class with default settings. + + + + + + + For internal use. - - A enumeration value(s) which specifies the borders displayed around the brick. + A Boolean value. + - - - A value which specifies the border width of the brick, measured in pixels. - - - A object which specifies the border color of the brick. + + + + For internal use. + + + + A value. - - A object which specifies the background color of the brick. + + A array. - - - Initializes a new instance of the VisualBrick class with the specified brick style. + + + Lists the available data matrix size options related to the How to: Add a Bar Code of the ECC200 (Data Matrix) Type to a Report barcode. - - A object specifying the brick style. This value is assigned to the property. - - - - + - Initializes a new instance of the VisualBrick class with the specified owner. + The barcode matrix size is 104x104. - - An object implementing the interface. - - - + - Gets or sets an anchor name assigned to the VisualBrick object. + The barcode matrix size is 10x10. - A value. - - + - Defines the background color for the current . + The barcode matrix size is 120x120. - The background color for the current . - - + - Gets an object containing information about the bookmark for this VisualBrick. + The barcode matrix size is 12x12. - A object. - - - + - Defines the border color for the current . + The barcode matrix size is 12x26. - The border color for the current . - - + - Specifies the dash style for the brick's border. + The barcode matrix size is 12x36. - A enumeration value. - - + - Gets or sets the border style of a brick. + The barcode matrix size is 132x132. - A enumeration value that represents the border style of a brick. - - + - Specifies the border width of the current VisualBrick object. + The barcode matrix size is 144x144. - A value representing the border width, measured in units. - - + - Gets the owner of this brick. + The barcode matrix size is 14x14. - An object, which implements the interface. - - - + - Gets the text string, containing the brick type information. + The barcode matrix size is 16x16. - A string, characterizing the brick's type. Always returns "Visual". - - + - Creates a new VisualBrick instance, which is a copy of the current instance. + The barcode matrix size is 16x36. - A new VisualBrick instance, which is a copy of the current instance. - - + - This method is intended for internal use only. Normally, you don't need to use it. - - - + The barcode matrix size is 16x48. - - A float value specifying the dpi for the created layout data object. - - - An object implementing the interface. - - - + - Returns the client rectangle of this VisualBrick. + The barcode matrix size is 18x18. - - A object, representing the brick layout rectangle. - - - - A value, specifying the printing resolution. - - - A object, representing the brick's client rectangle. - - + - For internal use. + The barcode matrix size is 20x20. - - An object implementing the interface. - - - A value. - - + - Defines the text displayed as the current brick hint. + The barcode matrix size is 22x22. - A value that represents the hint text of the brick. - - + - Gets a string value, which is intended for serialization of the brick's bookmark. + The barcode matrix size is 24x24. - A value. - - + - Gets an index of a page, which contains a bookmark's brick. - + The barcode matrix size is 26x26. - An integer value representing a page index. - - + - Provides access to the brick-page pair, associated with the current brick. + The barcode matrix size is 32x32. - - A object. - + - + - Gets or sets the padding values of a brick. + The barcode matrix size is 36x36. - A object which contains the padding values of a brick (measured in pixels). - - - + - Gets or sets the Printing System used to create and print this brick. + The barcode matrix size is 40x40. - A object which specifies the Printing System used to create and print this brick. - - + - Determines whether the current brick can be divided into several parts horizontally. + The barcode matrix size is 44x44. - true if the current brick can be split horizontally; otherwise, false. - - - + - Determines whether the current brick can be divided into several parts vertically. + The barcode matrix size is 48x48. - true if the current brick can be split vertically; otherwise, false. - - + - Defines the border settings for the current . + The barcode matrix size is 52x52. - The border settings for the current . - - + - Gets or sets the instance used to render a brick in an appropriate format. - - + The barcode matrix size is 64x64. - A instance to render a brick. - - + - Gets or sets the target attribute assigned to this VisualBrick and used when a property is specified. - + The barcode matrix size is 72x72. - A value. - - + - Gets or sets the text associated with the VisualBrick. + The barcode matrix size is 80x80. - Always returns . - - - + - Override this property to get or set the object that represents a text value for the VisualBrick descendant. - + The barcode matrix size is 88x88. - A value. - - + - Override this property to get or set the format string which is applied to the . + The barcode matrix size is 8x18. - A value. - - + - Specifies whether the brick hint's content corresponds to the brick's text. + The barcode matrix size is 8x32. - true to use the brick's text for the hint; otherwise, false. - - + - Checks whether the specified brick fits the empty space on the right side of the page and if it doesn't, moves it (or part of it) to the next page. + The barcode matrix size is 96x96. - - A value specifying the right edge of the current page. - - - - A object specifying the suggested new right position of the current page. - - - A value specifying the new location of the empty space on the right side of the page. In an instance where the brick on the page has to be moved to the next page, the new right position of the current page will be returned. - - + - Specifies the native XLSX format string, to accompany the VisualBrick instance. + The barcode matrix size is auto-adjusted, depending on the quantity of encoded data. - A value, representing the XLSX format string. - - + - For internal use. Intended to create indivisible brick groups. + Specifies the kind of data that should be coded into the How to: Add a Bar Code of the ECC200 (Data Matrix) Type to a Report and How to: Add a Bar Code of the PDF-417 Type to a Report barcodes. + - + - Initializes a new instance of the EmptyBrick class with default settings. + Data is encoded into text using the ASCII standard, which uses 4 bits (for double digits), 8 bits (for ASCII 0-127 symbols), or 16 bits (for ASCII 128-255 symbols). - + - Gets the text string, containing the brick type information. + Data is encoded into a binary array, using 8 bits per symbol. - A string, characterizing the brick's type. Always returns "Empty". - - + - Includes a brick specified via the parameter in the layout rectangle of the previously created . + Data is encoded into text using the C40 standard, which uses 5.33 bits (for upper register characters and digits) or 10.66 bits (for lower register and special characters) per symbol. - - The brick included in the layout rectangle of the previously created . - - - - + - Specifies page margin(s). + Data is encoded into text using the EDIFACT standard, which uses 6 bits per symbol. + - + - Specifies all report page margins. + Data is encoded into text, which uses 5.33 bits (for upper register characters and digits) or 10.66 bits (for lower register and special characters) per symbol. - + - Specifies the bottom report page margin. + Data is encoded into text using the X12 standard, which uses 5.33 bits per symbol. - + + - Specifies the left report page margin. + A method that handles all page events within the XtraPrinting Library. - - + - Specifies no report page margin. + A method that handles all page events within the XtraPrinting Library. + + The event source. + + + + A object that contains data related to the event. + + - + + - Specifies the right report page margin. + Provides data for the event. + + + + + + + Gets a collection of document bands. + A generic list of objects. + - + - Specifies the top report page margin. + Gets a report page. + A report page. + - + - For internal use. Contains information about the document. - + Lists the available activity modes that relate to a link's property. - + - Initializes a new instance of the DocumentData class with default settings. + The document is being exported. - + - For internal use. Specifies the available document export modes. + The document creation process is idle. + - - - + - For internal use. Checks whether or not it is possible to modify the page settings. + The document creation process is being prepared. - A Boolean value. - - + - For internal use. Specifies the document map. + The document is being printed. - - - + + - For internal use. Specifies the document export options. + This class supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - + For internal use. - An enumeration value. - + + + + + + + + + + + + + + - + - For internal use. Specifies the document name. + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - + + + + + + + + + + + + + + - + - For internal use. Specifies the serialized page data. + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - + + + + + + + + - + - For internal use. Specifies the serialized watermark settings. + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - A array. - + + + + + - - + + + - - A visual brick that contains text. - - - + - Initializes a new instance of the TextBrick class with default settings. + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + - + - Initializes a new instance of the TextBrick class with the specified owner. + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - An object implementing the interface. + + + + + + - + - Initializes a new instance of the TextBrick class with the specified brick style. + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - A object. + + + + + + - + - Initializes a new instance of the TextBrick class with the specified settings. + This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - A enumeration value, specifying the visibility of the brick's borders. + + - - A value, specifying the brick's border width. + + - - - A structure, specifying the color of the brick's borders. - - A structure, specifying the brick's background color. + + - - - A structure, specifying the brick's foreground color. - - - Gets the text string, containing the brick type information. - - - A string, characterizing the brick's type. Always returns "Text". - - + - - - Creates a new TextBrick instance, which is a copy of the current instance. + A visual brick that is drawn on a page by an object implementing the interface. + - A new TextBrick instance, which is a copy of the current instance. - - - + - Defines the font used to draw text within the current brick. + Gets the text string, containing the brick type information. - The text font within the current brick. + A string, characterizing the brick's type. Always returns "Default". - + - Gets or sets the horizontal alignment of the text. - + Gets a user implementation of the interface drawn via the method. - A value that specifies the horizontal alignment of the text. - + User implementation of the interface. - + - Gets or sets the formatting string applied to the brick's text. + For internal use. Checks whether the specified brick fits the empty space on the bottom of the page, and if it doesn't, moves it (or part of it) to the next page. + - A object which represents the formatting string for the brick's text. + + A object value specifying the bottom of the current page. - + + + true to forcibly split non-separable bricks; otherwise, false. + + + A object specifying the suggested new end position of the current page. - - - - Gets an object which represents the value that will be shown as the brick's text. + + + A DevExpress.XtraPrinting.IPrintingSystemContext interface, used to access page settings. - - - A which represents the text value that will be shown as the brick's text. + + A value specifying the new location of the empty space on the bottom of the page. In an instance where the brick on the page has to be moved to the next page, the new bottom position of the current page will be returned. - + - + - Gets or sets the format string which is applied to the . + Checks whether the specified brick fits the empty space on the right side of the page and if it doesn't, moves it (or part of it) to the next page. - A value. - + + A value specifying the right edge of the current page. - - - - Gets or sets the vertical alignment of the text. + + + A object specifying the suggested new right position of the current page. - - - A value that specifies the vertical alignment of the text. - + + A value specifying the new location of the empty space on the right side of the page. In an instance where the brick on the page has to be moved to the next page, the new right position of the current page will be returned. + + - - - For internal use. Specifies the format settings that are applied to a document when it is exported to XLS format. + + + An object implementing the interface that is drawn using the method. - A enumeration value. - - - + - Gets or sets the format settings used when a document is exported to XLSX format. + Initializes a new instance of the UserPageBrick class with default settings. - A value, representing the format string. - - - + - A collection of objects. + Gets or sets the alignment of brick within the page layout rectangle. + A enumeration, specifying the alignment. + + - + - Initializes a new instance of the PageList class with default settings. + Gets the text string, containing the brick type information. + A string, characterizing the brick's type. Always returns "PageUser". + - + - Initializes a new instance of the PageList class with the specified document. + Gets or sets the brick alignment related to the top of the parent area. - - A object which specifies the document which contains this page list. The created PageList is assigned to the property of the specified document. - - + A enumeration member, specifying the alignment. + - + + - Adds the specified object to the collection. + Represents a method that will handle all area creation events of the class. - - A object to add to the collection. - - - An integer value indicating the position into which the new element was inserted. - - - + - Appends an array of pages to the collection. + A method that will handle all creation events of the class. - - An array of the objects to append to the collection. + + The event source. + + + A that contains event data. - - - Clears the collection. - - - + - - - Counts the number of items in the collection. + Provides data for all area creation events. - An integer value. - - - + - Gets the first page within the collection. + Gets a object used to draw in the current report. - An object of the class. + A object. - + + - Obtains the collection's enumerator. + The rendered and ready-to-print report document. - An object implementing the interface. - - - + - Returns the zero-based index of the specified page in the collection. + Specifies the number of virtual pages which should be placed on one physical page, so their total width is the same as the width of a physical page. + - - The object to locate in the collection. + An integer value which represents the number of pages. - - An integer value representing the position of the specified page in the collection. - + - + - Inserts the specified page into the list at the specified position. + Gets or sets the base offset point for the created document. - - An integer value which represents the zero-based index at which the page should be inserted. - - - - A object to insert into the list. - - - + A value representing the offset point. + - + - Gets or sets an item within the collection at a specific index. + Gets or sets the text of a root bookmark in the Document Map. + - - The zero-based index of the item to get or set. - - - An item at a specific index. + A which represents the text of a root bookmark. - + - Gets the last page in the collection. + Gets the collection of bookmarks contained in the document map of the current Document. - An object of the class. + A object representing the collection of bookmarks. - + - Removes the specified page from the collection. + Gets or sets a value indicating whether the document's page settings can be changed. - - The object to remove from the collection of pages. - - + true if page settings can be changed; otherwise, false. + - + - Removes the collection's item at the specified position. + For internal use. - - An integer value. - - + + - + - Copies the elements of the PageList to a new array of objects. + Disposes of the Document object. + + - An array of objects containing the copies of the elements of the PageList. - - - + - A visual brick which is displayed in the page header or page footer sections, and contains information specific to the current page. - + Gets a value indicating whether or not the document is being created. + true if the document creation isn't finished; otherwise, false. + + - + - Initializes a new instance of the PageInfoBrick class with default settings. + Indicates whether or not the document is empty (i.e., does it contain at least one page). + true, if the document is empty; otherwise false. + - + - Initializes a new instance of the PageInfoBrick class with the specified settings. + Gets a value indicating whether a class instance is locked. - - A enumeration value, specifying the brick's border settings. - - - - A value, specifying the border width. - - - - A structure, specifying the border color. - - - - A structure, specifying the background color. - - - - A structure, specifying the foreground color. - - + true if a class instance is locked; otherwise false. + - + - Gets or sets the alignment of brick within the page layout rectangle. + Gets a value indicating whether the current Document was modified after it was originally generated. + - A enumeration, specifying the alignment. + true if the document was modified; otherwise, false. - + - Determines whether the current brick is resized in order to display the entire text of a brick. + Gets or sets the name of the printing system's document. - true, if brick width changes in order to display the entire brick text, otherwise, false. + A representing the name of the document. - + - Gets the text string, containing the brick type information. + Gets the total number of pages within a report. - A string, characterizing the brick's type. Always returns "PageInfo". + An integer value, specifying the number of report pages. - + - Gets or sets the brick alignment related to the top of the parent area. + Provides access to a collection of pages within the curent document. - A enumeration member, specifying the alignment. + A object which represents a collection of pages. - - + - A visual brick within the page header or page footer section, containing an image. - + Gets the Printing System for the current document. + A object representing the Printing System for the current document. + + - + - Initializes a new instance of the PageImageBrick class with default settings. + Gets or sets the scale factor (in fractions of 1), by which a document is scaled. + A value which represents the current scale factor. + - + - Initializes a new instance of the class. - + For internal use. - - A BorderSide enumeration value which specifies the borders displayed around the . + + - - A float value which specifies the border width of the , measured in pixels. + + - - A object which specifies the border color of the . + + - - A object which specifies the background color of the current . + + - + - Gets or sets the alignment of brick within the page layout rectangle. + Override this method to draw the specified brick on a new page. + - A enumeration, specifying the alignment. - + + A object. + + - + - Gets the text string, containing the brick type information. + Updates the value of the base offset point indicating the position where the new brick will be inserted into the document. + + - A string, characterizing the brick's type. Always returns "PageImage". - - + + - Gets or sets the brick alignment related to the top of the parent area. + Represents a method that will handle the and events of the class. + + + + + + A method that will handle the and events of the class. - A enumeration member, specifying the alignment. - + + The event source. + + + + A object that contains data related to the event. + + - + - A single document page. + Provides data for the and events. - + - Assigns a new watermark to a page's property. - + Gets changed page margins. - - A object which specifies a new watermark for a page. + The changed page margin. + - + + + + Gets or sets the changed margin size in hundredths of an inch. + + + The changed margin size in hundredths of an inch. + - + + - Gets the document which contains the page. + A visual brick that is rendered on a page as a simple rectangle and the base for all other visual bricks. + + + + + + + Initializes a new instance of the VisualBrick class with default settings. - A object representing the document containing the current page. - - + - Returns the size and location of the specified brick in the current page. + Initializes a new instance of the class. - - A object representing the brick whose size and location should be returned. + + A enumeration value(s) which specifies the borders displayed around the brick. + + + A value which specifies the border width of the brick, measured in pixels. - A object specifying the width, height and location of the brick. + + A object which specifies the border color of the brick. - + + + A object which specifies the background color of the brick. + + - + - Gets the page index within the collection. + Initializes a new instance of the VisualBrick class with the specified brick style. + - The page index within the collection. - + + A object specifying the brick style. This value is assigned to the property. + + - + - Provides access to the inner bricks of Page. + Initializes a new instance of the VisualBrick class with the specified owner. - A collection of descendants. - + + An object implementing the interface. + + - + - Gets the margins value (measured in three hundredths of an inch) of the current page. - + Gets or sets an anchor name assigned to the VisualBrick object. - A object which represents the margins (measured in 1/300 of an inch) of the current page. - + A value. - + - Gets or sets the page index within the page collection when the document is created. + Defines the background color for the current . - An integer, representing a page number in a document. + The background color for the current . - + - Gets or sets the page count when the document is created. + Gets an object containing information about the bookmark for this VisualBrick. - An integer, representing the number of pages in a document. + A object. + - + - Gets the size of the current page. - + Defines the border color for the current . - A value. + The border color for the current . - + - Gets or sets the scale factor (in fractions of 1), by which a page is scaled. + Specifies the dash style for the brick's border. - A value, which represents the current scale factor. + A enumeration value. - + - Provides access to the current watermark on this page. + Gets or sets the border style of a brick. - A object which represents the current watermark. + A enumeration value that represents the border style of a brick. - - + - A collection of objects. + Specifies the border width of the current VisualBrick object. + A value representing the border width, measured in units. + + - + - Adds the specified object to the collection. + Gets the owner of this brick. - - A object to add to the collection. + An object, which implements the interface. - - An integer value indicating the position into which the new element was inserted. - + - + - Adds the elements of a to the end of the . + Gets the text string, containing the brick type information. - - An array of objects to be added to the end of the . - - + A string, characterizing the brick's type. Always returns "Visual". + - + - Determines whether the specified object is a member of the collection. + Creates a new VisualBrick instance, which is a copy of the current instance. - - The object to locate in the collection. - - - true if the link is a member of the collection; otherwise, false. + A new VisualBrick instance, which is a copy of the current instance. - + - Copies the elements of a from a compatible one-dimensional collection. - - - - - An object which the links will be copied from. - + This method is intended for internal use only. Normally, you don't need to use it. - - - - - Returns the zero-based index of the specified link in the collection. - - The object to locate in the collection. + + A float value specifying the dpi for the created layout data object. - An integer value representing the position of the specified link in the collection. + An object implementing the interface. + - + - Inserts the specified object into the collection at the specified position. + Returns the client rectangle of this VisualBrick. - - The zero-based index at which the link should be inserted. + + A object, representing the brick layout rectangle. - - The object to insert into the collection. + + A value, specifying the printing resolution. + A object, representing the brick's client rectangle. + - + - Provides indexed access to individual items in the collection. + For internal use. - - A zero-based integer, specifying the desired item's position within the collection. If it is negative or exceeds the last available index, a is thrown. - + + An object implementing the interface. - A class descendant representing the link at the specified position. - + A value. + - + - Removes the specified object from the collection. + Defines the text displayed as the current brick hint. - - The object to remove from the collection of links. - - - - - - + A value that represents the hint text of the brick. + - - A visual brick containing an image. - - - + - Initializes a new instance of the ImageBrick class with default settings. + Gets a string value, which is intended for serialization of the brick's bookmark. + A value. + - + - Initializes a new instance of the class. + Gets an index of a page, which contains a bookmark's brick. - - A BorderSide enumeration value which specifies the borders displayed around the . - - - - A float value which specifies the border width of the , measured in pixels. - - - - A object which specifies the border color of the . - - - - A object which specifies the background color of the current . - - + An integer value representing a page index. + - + - Initializes a new instance of the ImageBrick class with the specified owner. + Provides access to the brick-page pair, associated with the current brick. - - An object implementing the interface. - - + A object. + - + - Initializes a new instance of the ImageBrick class with the specified brick style. + Gets or sets the padding values of a brick. - - A object. + A object which contains the padding values of a brick (measured in pixels). - + - + - Gets the text string, containing the brick type information. + Gets or sets the Printing System used to create and print this brick. - A string, characterizing the brick's type. Always returns "Image". + A object which specifies the Printing System used to create and print this brick. - + - Creates a new ImageBrick instance, which is a copy of the current instance. + Determines whether the current brick can be divided into several parts horizontally. - A new ImageBrick instance, which is a copy of the current instance. - - + true if the current brick can be split horizontally; otherwise, false. - - - - Disposes of the ImageBrick object. - - + - + - Gets or sets a value indicating whether it is necessary to dispose of an image assigned to the property, when disposing the ImageBrick object. - - + Determines whether the current brick can be divided into several parts vertically. - true to dispose of the image; otherwise, false. + true if the current brick can be split vertically; otherwise, false. - + - Gets or sets the path to the image to display in the ImageBrick. + Defines the border settings for the current . - A which represents the path to an image. + The border settings for the current . - + - Defines the image displayed within the current brick. + Gets or sets the instance used to render a brick in an appropriate format. + + - The image displayed within a brick. + A instance to render a brick. - + - Gets or sets the value used to support serialization of the property. + Gets or sets the target attribute assigned to this VisualBrick and used when a property is specified. + - A object. + A value. - + - Specifies the size mode for the ImageBrick. + Gets or sets the text associated with the VisualBrick. - An enumeration value. + Always returns . + - + - Overrides the property to hide it. + Override this property to get or set the object that represents a text value for the VisualBrick descendant. + - A value. + A value. - + - Overrides the property to hide it. + Override this property to get or set the format string which is applied to the . - A . + A value. - + - Overrides the property to hide it. + Specifies whether the brick hint's content corresponds to the brick's text. - A value. + true to use the brick's text for the hint; otherwise, false. - + - Gets or sets a value indicating whether to use the initial resolution of the image shown within this ImageBrick. - - + Checks whether the specified brick fits the empty space on the right side of the page and if it doesn't, moves it (or part of it) to the next page. - true to use the initial resolution; otherwise, false. + + A value specifying the right edge of the current page. - + + + A object specifying the suggested new right position of the current page. + + + A value specifying the new location of the empty space on the right side of the page. In an instance where the brick on the page has to be moved to the next page, the new right position of the current page will be returned. + - + - Overrides the property to hide it. + Specifies the native XLSX format string, to accompany the VisualBrick instance. - A value. + A value, representing the XLSX format string. - + - A visual brick containing a check box. + For internal use. Intended to create indivisible brick groups. - + - Initializes a new instance of the CheckBoxBrick class with default settings. + Initializes a new instance of the EmptyBrick class with default settings. - + - Initializes a new instance of the CheckBoxBrick class with the specified visible borders, their width, color, and the background color of a check box brick. - + Gets the text string, containing the brick type information. - - A enumeration value(s) which specifies the borders displayed around the brick. - - - - A value which specifies the border width of the brick, measured in pixels. - - - - A object which specifies the border color of the brick. - - - - A object which specifies the background color of the brick. - - + A string, characterizing the brick's type. Always returns "Empty". + - + - Initializes a new instance of the CheckBoxBrick class with the specified owner. + Includes a brick specified via the parameter in the layout rectangle of the previously created . - - An object implementing the interface. + + The brick included in the layout rectangle of the previously created . - + + - Initializes a new instance of the CheckBoxBrick class with the specified settings. + Specifies page margin(s). - - A enumeration value. - - - A value, specifying the border width. + + + + Specifies all report page margins. + + - - - A value, specifying the border color. - - - A value, specifying the background color. + + + + Specifies the bottom report page margin. + + - - - A value, specifying the foreground color. - + + + + Specifies the left report page margin. + + - + - Initializes a new instance of the CheckBoxBrick class with the specified brick style. + Specifies no report page margin. - - A object. - - - + - Gets the text string, containing the brick type information. + Specifies the right report page margin. - A string, characterizing the brick's type. Always returns "CheckBox". - - + - Gets or sets a value indicating whether the check box can be set to the value. - + Specifies the top report page margin. - true if the value can be used for setting the property; otherwise, false. - - + + - Gets the size of a check image shown within a check box brick. + A visual brick that contains text. + + + + + + Initializes a new instance of the TextBrick class with default settings. - A value which represents the size of a check image. - - + - Gets or sets the current state of the CheckBoxBrick object. + Initializes a new instance of the TextBrick class with the specified owner. - A enumeration value which determines the state of a checkbox. - + + An object implementing the interface. + + - + - Gets or sets the text associated with the CheckBoxBrick object. - + Initializes a new instance of the TextBrick class with the specified brick style. - A value. - + + A object. + + - + - Returns the check box birck's state. + Initializes a new instance of the TextBrick class with the specified settings. - A nullable Boolean value. - + + A enumeration value, specifying the visibility of the brick's borders. + + + A value, specifying the brick's border width. - - + + + A structure, specifying the color of the brick's borders. + + + A structure, specifying the brick's background color. + + + + A structure, specifying the brick's foreground color. + + + + + + - Implements report drawing functions. + Gets the text string, containing the brick type information. + A string, characterizing the brick's type. Always returns "Text". + + - + - Initializes a new instance of the class with the specified printing system. + Creates a new TextBrick instance, which is a copy of the current instance. - - A object which specifies the printing system used for the current graphics object. This value is assigned to the property. - - + A new TextBrick instance, which is a copy of the current instance. + - + - Defines the background color for the current object. + Defines the font used to draw text within the current brick. - The background color for the current object. + The text font within the current brick. - + - Starts to calculate the size of the rectangle required for all the bricks being added to the document. + Gets or sets the horizontal alignment of the text. + A value that specifies the horizontal alignment of the text. + + - + - Must be called before the creation of a brick group. + Gets or sets the formatting string applied to the brick's text. + A object which represents the formatting string for the brick's text. + + - + - Specifies the border color for the current object. + Gets an object which represents the value that will be shown as the brick's text. + - The border color for the current object. + A which represents the text value that will be shown as the brick's text. + - + - Specifies the border width of the current BrickGraphics object. + Gets or sets the format string which is applied to the . - A value representing the border width, measured in units. + A value. - + - Returns the dimensions of a report page without margins. + Gets or sets the vertical alignment of the text. + - Page dimensions without margins. + A value that specifies the vertical alignment of the text. + - + - Gets or sets the default . + For internal use. Specifies the format settings that are applied to a document when it is exported to XLS format. + - The default . + A enumeration value. - + - Specifies the default font for a report. + Gets or sets the format settings used when a document is exported to XLSX format. - The default report font. + A value, representing the format string. - + + - [To be supplied] + A collection of objects. + - [To be supplied] - - + - Converts a value specified via the parameter to GraphicsUnit.Document measurement units. + Initializes a new instance of the PageList class with default settings. - - The value to convert. - - - A value in GraphicsUnit.Document measurement units. - - + - Adds a brick to a report. + Initializes a new instance of the PageList class with the specified document. + - - The brick to be added to a report. - - - - A RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + + A object which specifies the document which contains this page list. The created PageList is assigned to the property of the specified document. - The brick added to a report. - - + - Adds a brick to a report. + Adds the specified object to the collection. - - The brick to be added to a report. + + A object to add to the collection. - The brick added to a report. + An integer value indicating the position into which the new element was inserted. - + - Adds a specific to a report. + Appends an array of pages to the collection. - - The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + + An array of the objects to append to the collection. - - - Border settings for a specific . - - The color to fill the background of a specific . - - - true, if the checkbox is in a checked state, otherwise, false. - - The added to a report. - + + + + Clears the collection. + + - + - Adds a specific to a report. + Counts the number of items in the collection. + + + An integer value. + + + + + + Gets the first page within the collection. - - The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + An object of the class. + - - - true, if the checkbox is in a checked state, otherwise, false. - - The added to a report. + + + + Obtains the collection's enumerator. + + + An object implementing the interface. - + - Adds a specific to a report. + Returns the zero-based index of the specified page in the collection. - - The location and size of the . + + The object to locate in the collection. - The added to a report. + An integer value representing the position of the specified page in the collection. - + - Adds a specific brick to a report. + Inserts the specified page into the list at the specified position. + - - The image to draw within a specifc brick. - - - - The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + + An integer value which represents the zero-based index at which the page should be inserted. - - Border settings for a specific . + + A object to insert into the list. - - - The color to be displayed in the transparent image. - The added to a report. - - + - Adds a specific brick to a report. - + Gets or sets an item within the collection at a specific index. - - The image to draw within a specifc brick. - - - - The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + + The zero-based index of the item to get or set. - The added to a report. - - + An item at a specific index. + - + - Adds a specific object to a document. + Gets the last page in the collection. - - A object specifying where the line starts. + An object of the class. + - - - A object specifying where the line ends. + + + + Removes the specified page from the collection. + + + + The object to remove from the collection of pages. - - A object specifying the line's color. - - - - A float value specifying the line's width. + + + + Removes the collection's item at the specified position. + + + + An integer value. - A object that represents the line drawn in the document. - - - + - Adds a specific to a report. + Copies the elements of the PageList to a new array of objects. - - The image to draw in a specific brick. + An array of objects containing the copies of the elements of the PageList. + - - - The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. - - - Border settings for a specific . + + - - - The color to be displayed in the transparent portions of an image. + + A visual brick which is displayed in the page header or page footer sections, and contains information specific to the current page. + + + - - The added to a report. - + + + + Initializes a new instance of the PageInfoBrick class with default settings. + + - + - Adds a specific to a report. + Initializes a new instance of the PageInfoBrick class with the specified settings. - - The type of infomation, displayed in the . + + A enumeration value, specifying the brick's border settings. - - The text to display in the . + + A value, specifying the border width. - - The text color for the added . + + A structure, specifying the border color. - - The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + + A structure, specifying the background color. - - Border settings for the . + + A structure, specifying the foreground color. - The added to a report. - - + - Adds a specific to a report. + Gets or sets the alignment of brick within the page layout rectangle. - - The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + A enumeration, specifying the alignment. + - - - Border settings for the current . - - - The background color for a brick. + + + + Determines whether the current brick is resized in order to display the entire text of a brick. + + + true, if brick width changes in order to display the entire brick text, otherwise, false. + - - - The color of the brick's border. - - The added to a report. - + + + + Gets the text string, containing the brick type information. + + + A string, characterizing the brick's type. Always returns "PageInfo". + - + - Adds a specific to a report. + Gets or sets the brick alignment related to the top of the parent area. + - - The text displayed in a specific . + A enumeration member, specifying the alignment. + - - - The color used to draw text. - - - The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + + - - - Border settings for a specific . + + A visual brick within the page header or page footer section, containing an image. - - The added to a report. - + + + + + + + Initializes a new instance of the PageImageBrick class with default settings. + + - + - Adds a specific to a report. + Initializes a new instance of the class. - - The text displayed in a specific . + + A BorderSide enumeration value which specifies the borders displayed around the . - - The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + + A float value which specifies the border width of the , measured in pixels. - The added to a report. + + A object which specifies the border color of the . - + + + A object which specifies the background color of the current . + + - + - Finishes calculating the size of the rectangle required for all the bricks being added to the document. - + Gets or sets the alignment of brick within the page layout rectangle. - A object representing the rectangle containing all the bricks added after calling the method. - - + A enumeration, specifying the alignment. + - + - Indicates the completion of brick group creation. - + Gets the text string, containing the brick type information. + A string, characterizing the brick's type. Always returns "PageImage". + - + - Specifies the font of the current object. - + - The font of the current object. - + - + - Defines the foreground color of the current object. + Gets or sets the brick alignment related to the top of the parent area. + - The foreground color of the current object. + A enumeration member, specifying the alignment. - + + - Measures the specified string when drawn. + A single document page. - - String to measure. - - - This method returns a structure that represents the size, measured in pixels. - - - + - Measures the specified string when drawn with the specified maximum width. + Assigns a new watermark to a page's property. + - - String to measure. + + A object which specifies a new watermark for a page. - - - An integer value specifying the maximum width of the measured string. - This method returns a structure that represents the size, measured in pixels. - - + - Measures the specified string when drawn with the specified maximum width and format. + Gets the document which contains the page. - - String to measure. + A object representing the document containing the current page. + - - - An integer value specifying the maximum width of the measured string. - - - The formatting settings for the measured string. + + + + Returns the size and location of the specified brick in the current page. + + + + + A object representing the brick whose size and location should be returned. + - This method returns a structure that represents the size, measured in pixels. + A object specifying the width, height and location of the brick. + - + - Measures the height and width of the specified text string. - + Gets the page index within the collection. - - String to measure. + The page index within the collection. + - - - A object that defines the text format of the string. - - - An integer value specifying the maximum width of the measured string. + + + + Provides access to the inner bricks of Page. + + + A collection of descendants. + - - - A object that represents the string's formatting. + + + + Gets the margins value (measured in three hundredths of an inch) of the current page. + + + A object which represents the margins (measured in 1/300 of an inch) of the current page. - - - A enumeration value that specifies the unit of measurement for the return value. + - - This method returns a structure that represents the size, measured in pixels. - + + + + Gets or sets the page index within the page collection when the document is created. + + + An integer, representing a page number in a document. + - + - Specifies the page area for displaying a specific brick. + Gets or sets the page count when the document is created. - A enumerator value that defines the page area for displaying a specific brick. + An integer, representing the number of pages in a document. - + - Defines the background color for all report pages. + Gets the size of the current page. + - The background color of report pages. + A value. - + - Defines graphic measurement units. + Gets or sets the scale factor (in fractions of 1), by which a page is scaled. - The type of drawing units. + A value, which represents the current scale factor. - + - Gets the owner of the current object. + Provides access to the current watermark on this page. - The owner of the current object. + A object which represents the current watermark. - + + - Gets or sets text layout information (such as alignment, orientation and tab stops) and display manipulations (such as ellipsis insertion and national digit substitution). + A collection of objects. + + + + + + Adds the specified object to the collection. - A object containing text information. - + + A object to add to the collection. + + + An integer value indicating the position into which the new element was inserted. + - + - Adds a new rectangle item to the rectangle that was calculated after the method was called. - + Adds the elements of a to the end of the . - - A object representing the rectangle to be added. + + An array of objects to be added to the end of the . - + - Converts the value specified via a parameter to the value that uses the current measurement units. + Determines whether the specified object is a member of the collection. - The value to convert. + The object to locate in the collection. - The obtained value in current measurement units. + true if the link is a member of the collection; otherwise, false. - - + - The base for all visual brick classes, except for the . + Copies the elements of a from a compatible one-dimensional collection. + + + An object which the links will be copied from. + + + + - + - Initializes a new instance of the Brick class with default settings. + Returns the zero-based index of the specified link in the collection. + + The object to locate in the collection. + + + An integer value representing the position of the specified link in the collection. + - + - Gets a collection of bricks which are contained in this Brick. - + Inserts the specified object into the collection at the specified position. - Always returns the empty collection of bricks. - + + The zero-based index at which the link should be inserted. + + + + The object to insert into the collection. + + - + - Override this property to get the text string, containing the brick type information. + Provides indexed access to individual items in the collection. - $ + + A zero-based integer, specifying the desired item's position within the collection. If it is negative or exceeds the last available index, a is thrown. + + + + A class descendant representing the link at the specified position. - + - Releases all resources used by . + Removes the specified object from the collection. + + The object to remove from the collection of links. + + - + + - Returns an enumerator that can iterate through the collection of bricks. + A visual brick containing an image. - An object implementing the interface. - - - + - Defines the text displayed as the current brick hint. + Initializes a new instance of the ImageBrick class with default settings. - A value that represents the current brick hint text. - - + - Identifies the current brick. + Initializes a new instance of the class. + - A used to identify a specific brick. - + + A BorderSide enumeration value which specifies the borders displayed around the . + + + + A float value which specifies the border width of the , measured in pixels. + + + + A object which specifies the border color of the . + + + + A object which specifies the background color of the current . + + - + - Initializes a new instance of the Brick class with the specified settings. + Initializes a new instance of the ImageBrick class with the specified owner. - - A object which specifies the printing system used for the current graphics object. + + An object implementing the interface. - - A value which specifies the rectangle to be deflated. + + + + + + Initializes a new instance of the ImageBrick class with the specified brick style. + + + + A object. - + - Specifies the visibility of Brick. + Gets the text string, containing the brick type information. - true if the brick is visible; otherwise false. + A string, characterizing the brick's type. Always returns "Image". - + - Gets or sets the parent document band for the current brick. - + Creates a new ImageBrick instance, which is a copy of the current instance. - A object which is the parent for this brick. + A new ImageBrick instance, which is a copy of the current instance. + - + + + + + Disposes of the ImageBrick object. + + - + - Specifies whether the current brick will be shown in the printout. + Gets or sets a value indicating whether it is necessary to dispose of an image assigned to the property, when disposing the ImageBrick object. + + - true, if the current brick will be printed; otherwise, false. + true to dispose of the image; otherwise, false. - + - Gets or sets the Printing System used to create and print this brick. + Gets or sets the path to the image to display in the ImageBrick. - A object which specifies the Printing System used to create and print this brick. + A which represents the path to an image. - + - Defines the current brick's location and size, in GraphicsUnit.Document measurement units. + Defines the image displayed within the current brick. - A rectangle representing the current brick location and size. + The image displayed within a brick. - + - For internal use. - + - - A value. + - - - A value. - - A value. - + + + + Gets or sets the value used to support serialization of the property. + + + A object. + - + - For internal use. + Specifies the size mode for the ImageBrick. - - A value. + An enumeration value. + - - - + + + + + Overrides the property to hide it. + + + A value. + - + - Override this property to specify whether the current brick can be divided into multiple parts when a document is repaginated. + Overrides the property to hide it. - true if the current brick can be split; otherwise, false. + A . - + - Override this property to get or set the setting specifying whether the brick can be split horizontally on repagination. - + Overrides the property to hide it. - true if a brick can be divided horizontally; otherwise, false. + A value. - + - Override this property to get or set the setting specifying whether the brick can be split vertically on repagination. + Gets or sets a value indicating whether to use the initial resolution of the image shown within this ImageBrick. + - true if a brick can be divided vertically; otherwise, false. + true to use the initial resolution; otherwise, false. + - + - For internal use. + Overrides the property to hide it. - - A value. - - - - An value. - - + A value. + - + + - For internal use. + A visual brick containing a check box. - - A value. - - - - An value. - - - A Boolean value. - - - + - Specifies the link to an external resource. + Initializes a new instance of the CheckBoxBrick class with default settings. - A value representing the link to a resource. - - + - For internal use. Checks whether the specified brick fits the empty space on the bottom of the page, and if it doesn't, moves it (or part of it) to the next page. + Initializes a new instance of the CheckBoxBrick class with the specified visible borders, their width, color, and the background color of a check box brick. - - A object specifying the new position of the current page. + + A enumeration value(s) which specifies the borders displayed around the brick. - - true to forcibly split non-separable bricks; otherwise, false. + + A value which specifies the border width of the brick, measured in pixels. - - A object specifying the suggested new bottom position of the current page. + + A object which specifies the border color of the brick. - - A DevExpress.XtraPrinting.IPrintingSystemContext interface, used to access page settings. + + A object which specifies the background color of the brick. - A value specifying the new location of the empty space on the bottom of the page. In an instance where the brick on the page has to be moved to the next page, the new bottom position of the current page will be returned. - - - + - Checks whether the specified brick fits the empty space on the right side of the page and if it doesn't, moves it (or part of it) to the next page. - + Initializes a new instance of the CheckBoxBrick class with the specified owner. - - A value specifying the right edge of the current page. - - - - A object specifying the suggested new right position of the current page. + + An object implementing the interface. - A value specifying the new location of the empty space on the right side of the page. In an instance where the brick on the page has to be moved to the next page, the new right position of the current page will be returned. - - - + - Gets or sets an object, containing additional information on the current brick. + Initializes a new instance of the CheckBoxBrick class with the specified settings. - Additional information on the current brick. - + + A enumeration value. + + + A value, specifying the border width. - - + + + A value, specifying the border color. - - Specifies the report section's modifiers. + + + A value, specifying the background color. - - + + + A value, specifying the foreground color. - - - - Represents the detail section of the document. - - + - + - Represents the detail footer section of the document. + Initializes a new instance of the CheckBoxBrick class with the specified brick style. + + A object. + + - + - Represents the detail header section of the document. + Gets the text string, containing the brick type information. + A string, characterizing the brick's type. Always returns "CheckBox". + - + - Represents the inner page footer section of the document. + Gets or sets a value indicating whether the check box can be set to the value. + true if the value can be used for setting the property; otherwise, false. + - + - Represents the inner page header section of the document. - - + Gets the size of a content shown within a check box brick. - - - - - Represents the marginal page footer section of the document. + A value, specifying the size of a check box content. + - + - Represents the marginal page header section of the document. + Gets or sets the current state of the CheckBoxBrick object. + A enumeration value which determines the state of a checkbox. + - + - This value doesn't represent any section of the document. It is used when specifying the property, to specify that no section should be skipped when creating a document. Note that you can't create a document using this brick modifier value. - + Gets or sets the text associated with the CheckBoxBrick object. + A value. + - + - Represents the report footer section of the document. - - - + Creates a new object that is a copy of the current CheckBoxBrick instance. - - - - Represents the report header section of the document. + A new CheckBoxBrick instance, which is a copy of the current instance. + - - - - Serves as the base class for classes that represent collections of bricks. - - - - - - + - Adds the specified brick to the collection. + Returns the check box birck's state. - - A object to append to the collection. - - - An integer value indicating the position into which the new element was inserted. + A nullable Boolean value. - - - Provides indexed access to individual items in the collection. + + + Implements report drawing functions. - - A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised. - - - - A object which represents the brick at the specified position. - - - + - Removes the specified brick from the collection. + Initializes a new instance of the class with the specified printing system. - - An object to be removed from the collection. + + A object which specifies the printing system used for the current graphics object. This value is assigned to the property. - - - - The base for the and classes. - - - - - + - Initializes a new instance of the PageInfoTextBrickBase class with the specified settings. + Defines the background color for the current object. - - A enumeration value. - - - - A structure. - - - - A structure. - - - - A structure. - - - - A structure. - - + The background color for the current object. + - + - Initializes a new instance of the PageInfoTextBrickBase class with default settings. + Starts to calculate the size of the rectangle required for all the bricks being added to the document. + - + - For internal use. Initializes a new instance of the PageInfoTextBrickBase class with the specified brick owner. - + Must be called before the creation of a brick group. - - An object implementing the interface. - - - + - Specifies the format string to display text information within the brick. + Specifies the border color for the current object. - A value, consisting of alternating fixed text and indexed placeholders. + The border color for the current object. - + - Specifies the type of information to be displayed within the brick. + Specifies the border width of the current BrickGraphics object. - A enumeration value, specifying information type and its representation. + A value representing the border width, measured in units. - + - Specifies the initial value of a page counter. + Returns the dimensions of a report page without margins. - An integer value, specifying an initial number for pagination. + Page dimensions without margins. - + - For internal use. Specifies the format settings that are applied to a document when it is exported to XLS format. + Gets or sets the default . - A enumeration value. + The default . - - + - If implemented by a class, provides the client-side functionality for a WCF Report Service. + Specifies the default font for a report. + The default report font. + + - + - Starts obtaining the document build status (asynchronously). + For internal use. - - A object, identifying the document. - - - - A value, containing information about the asynchronous operation. - - + + - + - Occurs when the created document's status has been obtained. - + Converts a value specified via the parameter to GraphicsUnit.Document measurement units. + + The value to convert. + + + A value in GraphicsUnit.Document measurement units. + - + - Starts obtaining the document data (asynchronously). + Adds a brick to a report. - - A object, identifying the document. + + The brick to be added to a report. - - A value, containing information about the asynchronous operation. + + A RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + The brick added to a report. + - + - Occurs when the document data has been obtained. - + Adds a brick to a report. + + The brick to be added to a report. + + + The brick added to a report. + - + - Starts obtaining the document pages (asynchronously). + Adds a specific to a report. - - A object, identifying the document. + + The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. - - An array of integer values, specifying the document pages. + + Border settings for a specific . - - A enumeration value, specifying the markup compatibility. + + The color to fill the background of a specific . - - A value, containing information about the asynchronous operation. + + true, if the checkbox is in a checked state, otherwise, false. + The added to a report. + - + - Occurs when the document pages have been obtained. - - - - + Adds a specific to a report. - - - - Starts obtaining the printed document (asynchronously). - - A object, identifying the printed document. + + The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. - - A value, containing information about the asynchronous operation. + + true, if the checkbox is in a checked state, otherwise, false. + The added to a report. + - + - Occurs when the printed document has been obtained. - + Adds a specific to a report. + + The location and size of the . + + + The added to a report. + - + - Starts obtaining the status of the printed document (asynchronously). + Adds a specific brick to a report. - - A object, identifying the printed document. + + The image to draw within a specifc brick. - - A value, containing information about the asynchronous operation. + + The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + + Border settings for a specific . + + + The color to be displayed in the transparent image. - - - - Occurs when the printed document's status has been obtained. - - - + + The added to a report. + - + - Starts obtaining the report parameters (asynchronously). + Adds a specific brick to a report. + - - An object, identifying the report. + + The image to draw within a specifc brick. - - A value, containing information about the asynchronous operation. + + The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + The added to a report. + + - + - Occurs when the report parameters have been obtained. + Adds a specific object to a document. + + A object specifying where the line starts. + + + A object specifying where the line ends. - - - - Starts building the report (asynchronously). - - - - An object, identifying the report. - - A object, storing the arguments required to create the report. + + A object specifying the line's color. + - - A value, containing information about the asynchronous operation. + + A float value specifying the line's width. + + A object that represents the line drawn in the document. + + - + - Occurs when the document build has started. - + Adds a specific to a report. + + The image to draw in a specific brick. + + + + The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + + + + Border settings for a specific . + + + + The color to be displayed in the transparent portions of an image. + + + The added to a report. + - + - Starts printing the document (asynchronously). + Adds a specific to a report. - - A object, identifying the document. - - - - A enumeration value, specifying the markup compatibility. + + The type of infomation, displayed in the . - - A value, containing information about the asynchronous operation. + + The text to display in the . + + The text color for the added . + + + The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. - - - - Occurs when the document printing has started. + + + Border settings for the . - - + + The added to a report. + - + - Stops building the document (asynchronously). + Adds a specific to a report. - - A object, identifying the document. + + The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. - - A value, containing information about the asynchronous operation. + + Border settings for the current . + + The background color for a brick. + + + The color of the brick's border. - - - - Occurs when the document build has stopped. - - - + + The added to a report. + - + - Stops printing the document (asynchronously). + Adds a specific to a report. - - A object, identifying the printed document. + + The text displayed in a specific . - - A value, containing information about the asynchronous operation. + + The color used to draw text. + + The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + + + Border settings for a specific . - - - - Occurs when the document printing has stopped. - - - + + The added to a report. + - - + - Provides the client-side functionality for a DevExpress Report Server. - - + Adds a specific to a report. - - - - Initializes a new instance of the ReportServerClient class with the specified settings. - - An object implementing the IReportServerFacadeAsync interface. + + The text displayed in a specific . - - A value, containing the address of the Report Server's REST endpoint. + + The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. + The added to a report. + + - + - Adds a report created by the Report Wizard to the Report Server storage. + Finishes calculating the size of the rectangle required for all the bricks being added to the document. - - A containing the results of the Report Wizard - - - - - A value, containing information about the asynchronous operation. + A object representing the rectangle containing all the bricks added after calling the method. - + - + - Occurs when a report has been added to a report storage. + Indicates the completion of brick group creation. + - + - Creates a copy of the specified report. + Specifies the font of the current object. - - A System.Int32 value specifying a source report. - - - - A data transfer object specifying properties of the created report copy. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - + The font of the current object. + - + - Provides the controls for the context of a channel. + Defines the foreground color of the current object. - An object implementing the System.ServiceModel.IContextChannel interface. + The foreground color of the current object. - + - Creates a new report on the server. + Measures the specified string when drawn. - - A data transfer object specifying properties of the created report. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. + + String to measure. + This method returns a structure that represents the size, measured in pixels. + - + - Creates a new report category with the specified name. + Measures the specified string when drawn with the specified maximum width. - - A System.String value specifying a category name. - - - - A value, containing information about the asynchronous operation. + + String to measure. - - A System.Action delegate to be callled when the operation is complete. + + An integer value specifying the maximum width of the measured string. + This method returns a structure that represents the size, measured in pixels. + - + - Deletes the specified report. + Measures the specified string when drawn with the specified maximum width and format. - - A System.Int32 specifying a report to delete. + + String to measure. - - A value, containing information about the asynchronous operation. + + An integer value specifying the maximum width of the measured string. - - A System.Action delegate to be called when the operation is complete. + + The formatting settings for the measured string. + This method returns a structure that represents the size, measured in pixels. + - + - Deletes the specified report category. + Measures the height and width of the specified text string. + - - A System.Int32 value specifying a report category to delete. + + String to measure. - - A value, containing information about the asynchronous operation. + + A object that defines the text format of the string. - - A System.Action delegate to be called when the operation is complete. + + An integer value specifying the maximum width of the measured string. + + + + + A object that represents the string's formatting. + + + + + A enumeration value that specifies the unit of measurement for the return value. + + This method returns a structure that represents the size, measured in pixels. + - + - Returns a collection of items to be displayed in the categories list. - + - - A value, containing information about the asynchronous operation. - + + - - A System.Action delegate to be called when the operation is complete. - + + + - + - Obtains a collection of columns available in the specified data member. - + - - A System.String value, specifying a data source. - + + - - A System.String value, specifying a data member. - + + - - A value, containing information about the asynchronous operation. - + + + + + + - + - Occurs when data member columns have been obtained. + Specifies the page area for displaying a specific brick. + A enumerator value that defines the page area for displaying a specific brick. + - + - Asynchronously obtains a collection of data members available in the specified data source. + Defines the background color for all report pages. - - A System.String value, specifying a data source. - - - - A value, containing information about the asynchronous operation. - - + The background color of report pages. + - + - Occurs when a collection of data members has been obtained. + Defines graphic measurement units. + The type of drawing units. + - + - Gets the display name of the specified data source. + Gets the owner of the current object. - - A System.String value, specifying the data source name. - - - - A System.String value, specifying the data member name. - - - - A System.Action delegate to be called when the operation is complete. - - + The owner of the current object. + - + - Occurs when a display name of a data source has been obtained. + Gets or sets text layout information (such as alignment, orientation and tab stops) and display manipulations (such as ellipsis insertion and national digit substitution). + + A object containing text information. + - + - Obtains a collections of data sources available on a server. + Adds a new rectangle item to the rectangle that was calculated after the method was called. + - - A value, containing information about the asynchronous operation. + + A object representing the rectangle to be added. - + - Obtains an XML schema of the specified data source. + Converts the value specified via a parameter to the value that uses the current measurement units. - - A System.Int32 value specifying a data source. - - - - A value, containing information about the asynchronous operation. + + The value to convert. - A System.String containing a data source schema. + The obtained value in current measurement units. - + + - Occurs when a collection of data sources has been obtained. + The base for all visual brick classes, except for the . - - + - Obtains item properties from a data member. + Initializes a new instance of the Brick class with default settings. - - A System.String value, specifying the data source name. - - - A System.String value, specifying the data member. - - - A value, containing information about the asynchronous operation. + + + + Gets a collection of bricks which are contained in this Brick. - + + + Always returns the empty collection of bricks. + - + - Occurs when item properties have been obtained. + Override this property to get the text string, containing the brick type information. + $ + - + - Obtains list item properties from a data member. + Releases all resources used by . - - A System.String value, specifying the data source name. - - - - A System.String value, specifying the data member. - - - A value, containing information about the asynchronous operation. - + + + + Returns an enumerator that can iterate through the collection of bricks. + + + An object implementing the interface. + - + - Occurs when a list of data member item properties has been obtained. + Defines the text displayed as the current brick hint. + A value that represents the current brick hint text. + - + - Gets values for a parameter's lookup editor. + Identifies the current brick. - - A System.Int32 specifying a data view. + A used to identify a specific brick. + - - - A System.String specifying a data member by its name. - - - A System.String specifying a data column providing display values for a lookup editor. + + + + Initializes a new instance of the Brick class with the specified settings. + + + + A object which specifies the printing system used for the current graphics object. - - A System.String specifying a data column providing values for a lookup editor. + + A value which specifies the rectangle to be deflated. - An array of objects. - - + - Gets properties of the specified report to be displayed in a report catalog. + Specifies the visibility of Brick. - - A System.Int32 value specifying a report. - - - A data transfer object containing the values of the report properties to be displayed in a report catalog. - + true if the brick is visible; otherwise false. + - + - Gets a collection of revisions for the specified report. + Gets or sets the parent document band for the current brick. - - A System.Int32 value specifying a report. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. + A object which is the parent for this brick. - + - + - Gets a collection of items to be displayed in a report catalog. + Gets or sets the Printing System used to create and print this brick. - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - + A object which specifies the Printing System used to create and print this brick. + - + - Gets the role of the current user + Defines the current brick's location and size, in GraphicsUnit.Document measurement units. - A System.String value containing the role of the user. - - + A rectangle representing the current brick location and size. + - + - Loads the specified report from the server storage. + For internal use. - - A System.Int32 specifying a report to load. - - - - A value, containing information about the asynchronous operation. + + A value. - - -A System.Action delegate to be called when the operation is complete. + + A value. + A value. + - + - Gets the specified revision of a report layout. + For internal use. - - A System.Int32 value specifying a report. - - - - A System.Int32 value specifying a report revision. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. + + A value. + + - + - Locks the specified report. + Override this property to specify whether the current brick can be divided into multiple parts when a document is repaginated. - - A System.Int32 specifying the report to lock. + true if the current brick can be split; otherwise, false. + + + + + + Override this property to get or set the setting specifying whether the brick can be split horizontally on repagination. - + + + true if a brick can be divided horizontally; otherwise, false. + - + - Checks a server for availability. + Override this property to get or set the setting specifying whether the brick can be split vertically on repagination. + - - A System.Action delegate to be called when the operation is complete. - - - - A value, containing information about the asynchronous operation. - - + true if a brick can be divided vertically; otherwise, false. + - + - Rolls the layout of a report back to the specified revision. + For internal use. - - A System.Int32 value specifying a report to roll back. - - - - A System.Int32 value specifying a target layout revision. - - - - A value, containing information about the asynchronous operation. + + A value. - - A System.Action delegate to be called when the operation is complete. + + An value. - + - Saves the specified report to the server storage. + For internal use. - - A System.Int32 value specifying a report to save. - - - - A Data Transfer Object containing report data. - - - - A value, containing information about the asynchronous operation. + + A value. - - A System.Action delegate to be called when the operation is complete. + + An value. + A Boolean value. + - + - Unlocks the specified report. + Specifies the link to an external resource. - - A System.Int32 specifying the report to unlock. - - - + A value representing the link to a resource. + - + - Updates properties of the specified report. + For internal use. Checks whether the specified brick fits the empty space on the bottom of the page, and if it doesn't, moves it (or part of it) to the next page. + - - A System.Int32 value specifying a report to update. + + A object specifying the new position of the current page. - - A data transfer object containing new values for report properties. + + true to forcibly split non-separable bricks; otherwise, false. - - A value, containing information about the asynchronous operation. + + A object specifying the suggested new bottom position of the current page. - - A System.Action delegate to be called when the operation is complete. + + A DevExpress.XtraPrinting.IPrintingSystemContext interface, used to access page settings. + A value specifying the new location of the empty space on the bottom of the page. In an instance where the brick on the page has to be moved to the next page, the new bottom position of the current page will be returned. + + - + - Updates the name of the specified report category. + Checks whether the specified brick fits the empty space on the right side of the page and if it doesn't, moves it (or part of it) to the next page. + - - A System.Int32 specifying the report category to update. - - - - - A System.String value specifying a new name for the report category. - + + A value specifying the right edge of the current page. - - A value, containing information about the asynchronous operation. + + A object specifying the suggested new right position of the current page. - - A System.Action delegate to be called when the operation is complete. + A value specifying the new location of the empty space on the right side of the page. In an instance where the brick on the page has to be moved to the next page, the new right position of the current page will be returned. - + - + - Uploads report layout data onto a server. + Gets or sets an object, containing additional information on the current brick. - - A System.IO.Stream containing layout data. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - + Additional information on the current brick. + - + - For internal use. Provides information about the Printing System. + Specifies the report section's modifiers. + - + - For internal use. + Represents the detail section of the document. - A object. - - + - For internal use. + Represents the detail footer section of the document. - - - + - For internal use. + Represents the detail header section of the document. - A descendant. - - - + - Serves as the base for classes that specify information to be displayed in page header and page footer areas. + Represents the inner page footer section of the document. + + - + - Initializes a new instance of the PageArea class with default settings. + Represents the inner page header section of the document. - + - Initializes a new instance of the PageArea class with the specified content, font and line alignment. - + Represents the marginal page footer section of the document. - - An array of values, representing content strings. This value is assigned to the property. - - - - - A value, which is used to draw the page area's text. This value is assigned to the property. - - - - A enumeration value specifying the content alignment. This value is assigned to the property. - - - + - Provides access to a collection of strings, representing the content of a page header or page footer. + Represents the marginal page header section of the document. - A object, containing content strings. - - + - Creates the page area using the specified brick graphics and image collection. - - - - A object. - - - - An array of objects. + This value doesn't represent any section of the document. It is used when specifying the property, to specify that no section should be skipped when creating a document. Note that you can't create a document using this brick modifier value. - + + - + - Gets or sets the font used to draw the page area's text. - + Represents the report footer section of the document. - A object that defines the text's format, including font face, size, and style attributes. - - + - For internal use. + Represents the report header section of the document. - - A object. - - - A array. - - A collection of objects. - + + + + Lists the horizontal anchoring styles available for a report control. + + - + - Gets or sets a value specifying which edge (top, center or bottom) of the page area its content should be aligned. - + A control is anchored to both the left and right edges of its container. - A enumeration value specifying the content alignment. - - + - Tests whether the PageArea object should be persisted. + A control is anchored to the left edge of its container. - true if the object should be persisted; otherwise, false. - - - + - Enables publishing a report in a Windows Forms application by creating a . + A control is not anchored to any edge of its container. + - + - Enables publishing a report in a Windows Forms application. + A control is anchored to the right edge of its container. - - An . - - - A . - diff --git a/lib/DevExpress/DevExpress.RichEdit.v14.1.Core.dll b/lib/DevExpress/DevExpress.RichEdit.v14.1.Core.dll deleted file mode 100644 index 17a7d1ad..00000000 Binary files a/lib/DevExpress/DevExpress.RichEdit.v14.1.Core.dll and /dev/null differ diff --git a/lib/DevExpress/DevExpress.RichEdit.v15.1.Core.dll b/lib/DevExpress/DevExpress.RichEdit.v15.1.Core.dll new file mode 100644 index 00000000..f9f510a2 Binary files /dev/null and b/lib/DevExpress/DevExpress.RichEdit.v15.1.Core.dll differ diff --git a/lib/DevExpress/DevExpress.RichEdit.v15.1.Core.xml b/lib/DevExpress/DevExpress.RichEdit.v15.1.Core.xml new file mode 100644 index 00000000..cc7cadd5 --- /dev/null +++ b/lib/DevExpress/DevExpress.RichEdit.v15.1.Core.xml @@ -0,0 +1,48921 @@ + + + + DevExpress.RichEdit.v15.1.Core + + + + + + Prevents table column widths from changing to accommodate cell content. + + + + + + + + Initializes a new instance of the ToggleTableFixedColumnWidthCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableFixedColumnWidthCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableFixedColumnWidthCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableFixedColumnWidthCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Lists repeated characters used to fill in the space created by a tab which ends at the tab stop. + + + + + + + The dot is used as a tab leader character. + + + + + + + + The equal sign is used as a tab leader character. + + + + + + + + The hyphen is used as a tab leader character. + + + + + + + + The middle dot (interpunct) is used as a tab leader character. + + + + + + + + No leader characters are used. + + + + + + + + The underscore is used as a tab leader character. + + + + + + + + + Updates a Table of Contents. + + + + + + + Initializes a new instance of the UpdateTableOfContentsCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the UpdateTableOfContentsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to UpdateTableOfContentsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to UpdateTableOfContentsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Reverts line numbering for the current section to the start value when a new section begins. + + + + + + + Initializes a new instance of the SetSectionLineNumberingRestartNewSectionCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetSectionLineNumberingRestartNewSectionCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetSectionLineNumberingRestartNewSectionCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Reverts line numbering for the current section to the start value on a new page. + + + + + + + Initializes a new instance of the SetSectionLineNumberingRestartNewPageCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetSectionLineNumberingRestartNewPageCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetSectionLineNumberingRestartNewPageCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Suppresses line numbering for the current section. + + + + + + + + Initializes a new instance of the SetSectionLineNumberingNoneCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetSectionLineNumberingNoneCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetSectionLineNumberingNoneCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Continues line numbering for the current section from the line number at the end of the previous section. + + + + + + + + Initializes a new instance of the SetSectionLineNumberingContinuousCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetSectionLineNumberingContinuousCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetSectionLineNumberingContinuousCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Inserts a Table of Contents. + + + + + + + Initializes a new instance of the InsertTableOfContentsCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertTableOfContentsCommand. + + + A member, identifying the command. + + + + + + + + Changes shading applied to the selected table cells. + + + + + + + Initializes a new instance of the ChangeTableCellsShadingCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Creates an object specifying the user interface state for the command. + + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ChangeTableCellsShadingCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ChangeTableCellsShadingCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeTableCellsShadingCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Changes paper size for the current section pages. + + + + + + + Initializes a new instance of the ChangeSectionPaperKindCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Initializes a new instance of the ChangeSectionPaperKindCommand class with the specified owner and paper kind to be selected. + + + + An object exposing the interface specifying the owner of the command. + + + + A enumeration value that specifies the paper size of the section page. + + + + + + + + Creates an object specifying the user interface state for the command. + + + + An interface, providing information on the UI state. + + + + + + + Gets a list of enumerations specifying standard paper sizes which are used by default. + + + A System.Collections.Generic.List<> object that is the generic list containing default paper sizes. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets a list of enumerations specifying all available standard paper sizes. + + + A System.Collections.Generic.List object that is the generic list containing all available standard paper sizes. + + + + + + + Gets the ID of the ChangeSectionPaperKindCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeSectionPaperKindCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets or sets the size of a piece of paper. + + + A enumeration value. + + + + + + + + Deletes the currently selected comment from a document. + + + + + + + Initializes a new instance of the DeleteOneCommentCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeleteOneCommentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to DeleteOneCommentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteOneCommentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies the Heading 9 built-in style to the text so it is shown at the ninth level of the Table of Contents. + + + + + + + + Initializes a new instance of the SetParagraphHeading9LevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the SetParagraphHeading9LevelCommand. + + + A member, identifying the command. + + + + + + + + Applies the Heading 8 built-in style to the text so it is shown at the eighth level of the Table of Contents. + + + + + + + + Initializes a new instance of the SetParagraphHeading8LevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the SetParagraphHeading8LevelCommand. + + + A member, identifying the command. + + + + + + + + Applies the Heading 7 built-in style to the text so it is shown at the seventh level of the Table of Contents. + + + + + + + + Initializes a new instance of the SetParagraphHeading7LevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the SetParagraphHeading7LevelCommand. + + + A member, identifying the command. + + + + + + + + Applies the Heading 6 built-in style to the text so it is shown at the sixth level of the Table of Contents. + + + + + + + + Initializes a new instance of the SetParagraphHeading6LevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the SetParagraphHeading6LevelCommand. + + + A member, identifying the command. + + + + + + + + Applies the Heading 5 built-in style to the text so it is shown at the fifth level of the Table of Contents. + + + + + + + + Initializes a new instance of the SetParagraphHeading5LevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the SetParagraphHeading5LevelCommand. + + + A member, identifying the command. + + + + + + + + Applies the Heading 4 built-in style to the text so it is shown at the fourth level of the Table of Contents. + + + + + + + + Initializes a new instance of the SetParagraphHeading4LevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the SetParagraphHeading4LevelCommand. + + + A member, identifying the command. + + + + + + + + Applies the Heading 3 built-in style to the text so it is shown at the third level of the Table of Contents. + + + + + + + + Initializes a new instance of the SetParagraphHeading3LevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the SetParagraphHeading3LevelCommand. + + + A member, identifying the command. + + + + + + + + Applies the Heading 2 built-in style to the text so it is shown at the second level of the Table of Contents. + + + + + + + Initializes a new instance of the SetParagraphHeading2LevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the SetParagraphHeading2LevelCommand. + + + A member, identifying the command. + + + + + + + + Applies the Heading 1 built-in style to the text so it is shown at the first level of the Table of Contents. + + + + + + + + + + Initializes a new instance of the SetParagraphHeading1LevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the SetParagraphHeading1LevelCommand. + + + A member, identifying the command. + + + + + + + + Applies the body (default) style to the text so it is not shown in the Table of Contents. + + + + + + + Initializes a new instance of the SetParagraphBodyTextLevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the text description of a command. + + + A string containing the command's description. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetParagraphBodyTextLevelCommand. + + + A member, identifying the command. + + + + + + + Gets the menu caption associated with the current command. + + + A string representing the text of the menu item. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetParagraphBodyTextLevelCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Creates a field in a document. + + + + + + + Initializes a new instance of the InsertFieldCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets or sets the field code for the field that the command inserts. + + + A string that is the field code. + + + + + + + + Inserts a section break and starts a new section on the next odd-numbered page. + + + + + + + Initializes a new instance of the InsertSectionBreakOddPageCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertSectionBreakOddPageCommand. + + + A member, identifying the command. + + + + + + + + Inserts a section break and starts a new section on the next page. + + + + + + + + Initializes a new instance of the InsertSectionBreakNextPageCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertSectionBreakNextPageCommand. + + + A member, identifying the command. + + + + + + + + Inserts a section break and starts a new section on the next even-numbered page. + + + + + + + Initializes a new instance of the InsertSectionBreakEvenPageCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertSectionBreakEvenPageCommand. + + + A member, identifying the command. + + + + + + + + This command is currently unavailable. + + + + + + + Initializes a new instance of the InsertSectionBreakContinuousCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertSectionBreakContinuousCommand. + + + A member, identifying the command. + + + + + + + + Invokes the Table Properties dialog. + + + + + + + Initializes a new instance of the ShowTablePropertiesFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowTablePropertiesFormCommand. + + + A member that specifies the command identifier. + + + + + + + + Gets the name of the resource image corresponding to ShowTablePropertiesFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowTablePropertiesFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Invokes the Line Numbers dialog. + + + + + + + Initializes a new instance of the ShowLineNumberingFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Creates an object that is the user interface state for the command. + + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ShowLineNumberingFormCommand. + + + A member that specifies the command identifier. + + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowLineNumberingFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Page Setup dialog. + + + + + + + Initializes a new instance of the ShowPageSetupFormCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowPageSetupFormCommand. + + + A member that specifies the command identifier. + + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowPageSetupFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Paste Special dialog. + + + + + + + Initializes a new instance of the ShowPasteSpecialFormCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the owner of the command. + + + + + + + + Creates an object which is the user interface state for the command. + + + + An interface, providing information on the UI state. + + + + + + + Gets the text description of a command. + + + A string containing the command's description. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ShowPasteSpecialFormCommand. + + + A member that specifies the command identifier. + + + + + + + + Gets the name of the resource image corresponding to ShowPasteSpecialFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets the menu caption associated with the current command. + + + A string representing the text of the menu item. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowPasteSpecialFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Maps a data source field name and its display name for use in a bar or Ribbon editor UI. + + + + + + + + + Initializes a new instance of the MergeFieldName class with the specified field name. + + + + A string that is the name of the field for which a mapping object is created. + + + + + + + + Initializes a new instance of the MergeFieldName class with the specified field name and display name. + + + + A string that is the name of the field for which a mapping object is created. + + + + A string that is the name of the field displayed within the drop-down merge field list in the editor. + + + + + + + + Initializes a new instance of the MergeFieldName class with default settings. + + + + + + + + Compares the current field name with another and returns an integer that indicates whether the current name is before another name, after it or in the same position in the sort order. + + + + + A object to compare with the current instance. + + + A value that indicates the relative order of the field names. If the value is less than zero, the current name precedes another. If the value is zero, the names are equal. If the value is more than zero, the current name follows another. + + + + + + + Gets or sets the name of the field for display in a drop-down list of merged fields available in a Rich Editor's bar or Ribbon UI. + + + + + A string that is the display name of the field. + + + + + + + Gets the name of the field for which display name mapping is established. + + + A string that is the data field name in the MERGEFIELD. + + + + + + + Returns the field display name. + + + A string value that is the field name to display in a drop-down list of merged fields. + + + + + + + + A method that will handle the CustomizeMergeFields event. + + + + + + + + A method that will handle the event. + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the CustomizeMergeFields event. + + + + + + + Initializes a new instance of the CustomizeMergeFieldsEventArgs class with the specified settings. + + + + An array of objects that map data field names to display names. + + + + + + + + Initializes a new instance of the CustomizeMergeFieldsEventArgs class with default settings. + + + + + + + + Gets or sets a list of fields shown by the InsertMergeField command with their display names. + + + An array of objects. + + + + + + + + Contains options specifying what autocorrect features are enabled. + + + + + + + Initializes a new instance of the AutoCorrectOptions class with default settings. + + + + + + + + Gets or sets whether AutoCorrect should change the second of two initial capitals to lowercase . + + + + true to switch this functionality on; otherwise, false. + + + + + + + Gets or sets whether AutoCorrect should detect URI strings and format them as hyperlinks. + + + true to switch this functionality on; otherwise, false. + + + + + + + Gets or sets whether AutoCorrect should scan for entries as you type and replace them with designated text or image. + + + true to switch this functionality on; otherwise, false. + + + + + + + Gets or sets whether AutoCorrect should correct misspelled words that are similar to words in the dictionary that the spelling checker uses. + + + true to switch this functionality on; otherwise, false. + + + + + + + + Provides data and methods that enable you to process input text and calculate the replacement object when handling the event. + + + + + + + + Initializes a new instance of the AutoCorrectInfo class with the specified setting. + + + + An object exposing the interface. + + + + + + + + Gets whether the text range can be extended by moving its start. + + + true if you can decrement the start position of a text range being analyzed; otherwise, false. + + + + + + + + Narrow text range being analyzed by moving its end by one position. + + + + + + + + Extend text range being analyzed by moving its start by one position. + + + true if the text range has been changed; otherwise, false. + + + + + + + Extend text range being analyzed by moving its end by one position. + + + + + + + + Narrow text range being analyzed by moving its start by one position. + + + true if the text range has been changed; otherwise, false. + + + + + + + Gets or sets the object used to replace the input string in the document. + + + An object that is inserted in the document. + + + + + + + Gets the input string to check whether it should be replaced. + + + A string that can be replaced. + + + + + + + + A method that will handle the event. + + + + + + + + A method that will handle the AutoCorrect event of the RichEditControl. + + + + The event source. This parameter identifies the RichEditControl, which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Gets or sets the AutoCorrectInfo object that provides methods to analyze input text and contains a replacement object. + + + An object. + + + + + + + Allows you to create a new AutoCorrectInfo instance for use within the event handler. + + + A new instance. + + + + + + + + Defines the corrections provider for the . + + + + + + + Creates the AutoCorrectInfo object from input text for further analysis. + + + An object providing input text and methods to analyze it. + + + + + + + + Defines a service that performs auto correction. + + + + + + + Performs a specified replacement. + + + + An object containing the text and its replacement. + + + + + + + + + Consistently calls the corresponding methods of registered AutoCorrect providers to create an AutoCorrectInfo object. + + + An object providing input text and methods to analyze it. + + + + + + + Registers the provider and makes it available to clients of the service. + + + + + An object which exposes the interface. + + + + + + + + Provides a table containing input strings and their replacements. + + + + An object composed of strings and objects specified to replace those strings. + + + + + + + + Cancels the provider registration and makes it unavailable for the clients of the service. + + + + + An object which exposes the interface. + + + + + + + + + A collection of objects. + + + + + + + Initializes a new instance of the AutoCorrectReplaceInfoCollection class with default settings. + + + + + + + + Creates a new object and adds it to the collection. + + + + A string that has to be replaced. + + + + An object that replaces a specified string. + + + + + + + + Adds an autocorrect info item to the collection. + + + + An object specifying a string and an object that replaces the string. + + + + + + + + Creates a new object and adds it to the collection. + + + + A string that has to be replaced. + + + + An object that replaces a specified string. + + + + Specifies whether the replacement should be performed immediately after a what string is entered. Otherwise a delimiter character (separator symbol) is required to start the replacement. + + + + + + + + + + Contains the text to find and the object to replace it. Used for the table-based autocorrect functionality. + + + + + + + Initializes a new instance of the AutoCorrectReplaceInfo class with the specified settings. + + + + A string that has to be replaced. + + + + An object that replaces a specified string. + + + + + + + + Initializes a new instance of the AutoCorrectReplaceInfo class with default values. + + + + + + + + Initializes a new instance of the AutoCorrectReplaceInfo class with the specified settings. + + + + A string that has to be replaced. + + + + An object that replaces a specified string. + + + + Specifies whether a separator is required to stop searching. + + + + + + + + Gets or sets whether an autoreplacement requires a delimiter to start. + + + true if a replacement is performed immediately when a match is found and does not require a delimiter to start; otherwise, false. + + + + + + + + Returns a string in which the character order of a specified string is reversed. Intended for COM clients. + + + + A string whose characters shall be reversed. + + + + A reversed string. + + + + + + + Returns a string in which the character order of a specified string is reversed. Intended for COM clients. + + + + A string whose characters shall be reversed. + + + + A reversed string. + + + + + + + Gets the text to be replaced. + + + A string containing the text that should be replaced as this AutoCorrect entry suggests. + + + + + + + Gets the replacement text. + + + A string containing the text that substitutes the What text as this AutoCorrect entry suggests. + + + + + + + + A range of text with format settings. + + + + + + + + Initializes a new instance of the SyntaxHighlightToken class with the specified settings. + + + + An integer that is the start position of a document range to which the token refers. + + + + An integer that is the length of the document range to which the token refers. + + + + A instance containing format settings used to highlight the text in a range. + + + + + + + + + Initializes a new instance of the SyntaxHighlightToken class with default settings. + + + + + + + + Gets the final position of the document range corresponding to a token. + + + An integer representing the end of a range. + + + + + + + Gets the length of the document range that the token represents. + + + An integer that is the document range length. + + + + + + + Provides access to format settings used to highlight the token text. + + + + A instance containing format settings. + + + + + + + + Gets the start position of the document range corresponding to a token. + + + An integer representing the start of a range. + + + + + + + + Contains format settings for a token. + + + + + + + + Initializes a new instance of the SyntaxHighlightProperties class with default settings. + + + + + + + + Gets or sets the background color of a character(s). + + + + A value representing the background color or null for mixed colors. + + + + + + + Determines whether the specified object is equal to the current SyntaxHighlightProperties instance. + + + + An object to compare with the current object. + + + + true if the specified object is equal to the current SyntaxHighlightProperties instance; otherwise false. + + + + + + + Gets or sets the foreground color of characters. + + + A value representing the foreground color, or null for a mixture of values. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current SyntaxHighlightProperties object. + + + + An integer value that is the hash code for the current object. + + + + + + + Gets or sets a value indicating whether characters are strikeout. + + + A enumeration value or null, for a mixture of strikeout types. + + + + + + + Gets or sets the type of underline applied to the character(s). + + + An enumeration value or null, for a mixture of underline types. + + + + + + + Gets or sets the color of the underline for the specified characters. + + + A value or null, for a mixture of underline colors. + + + + + + + + Enables you to implement the text highlighting functionality. + + + + + + + This method is called if the text content of the control is modified. + + + + + + + + Reserved for future use. + + + + + + + + + Provides a list of user groups to fill the Editing Permissions form. + + + + + + + Provides a list of groups for the Editing Permissions form. + + + A list of strings (the object) containing group names. + + + + + + + + Lists criteria used to decide whether to add a final paragraph mark to exported content. + + + + + + + Always adds the '\par' tag to the end of exported RTF content. + + + + + + + + Never adds the '\par' tag to the end of exported RTF content. + + + + + + + + Adds the '\par' tag to the end of exported RTF content if the last character in the selection being exported is the carriage return. + + + + + + + + + Invokes the Edit Hyperlink dialog window for the selected hyperlink. + + + + + + + Initializes a new instance of the EditHyperlinkCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the EditHyperlinkCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to EditHyperlinkCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles CheckAsYouType mode for a spell checker - on/off. + + + + + + + Initializes a new instance of the ToggleSpellCheckAsYouTypeCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleSpellCheckAsYouTypeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleSpellCheckAsYouTypeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleSpellCheckAsYouTypeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Splits the table at the selected row. + + + + + + + Initializes a new instance of the SplitTableCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SplitTableCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SplitTableCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SplitTableCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the 'Split Cells' form (the command is intended for popup menus). + + + + + + + + Initializes a new instance of the ShowSplitTableCellsFormMenuCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets the ID of the ShowSplitTableCellsFormMenuCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowSplitTableCellsFormMenuCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Inserts the MERGEFIELD field at the selection. + + + + + + + Initializes a new instance of the InsertMergeFieldCommand class with the specified owner and field argument. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + A string containing the name of the data column. + + + + + + + + + Initializes a new instance of the InsertMergeFieldCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets or sets the name of the data column providing data for the field. + + + A string containing the data column name. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the InsertMergeFieldCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to InsertMergeFieldCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents a command that starts the spell check in the current document. + + + + + + + + Initializes a new instance of the CheckSpellingCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the CheckSpellingCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to CheckSpellingCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to CheckSpellingCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles case for each character - upper case becomes lower, lower case becomes upper. + + + + + + + Initializes a new instance of the ToggleTextCaseCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTextCaseCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTextCaseCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies top-right alignment for selected cells. + + + + + + + Initializes a new instance of the ToggleTableCellsTopRightAlignmentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsTopRightAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsTopRightAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsTopRightAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies top-left alignment for selected cells. + + + + + + + Initializes a new instance of the ToggleTableCellsTopLeftAlignmentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsTopLeftAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsTopLeftAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsTopLeftAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies top-center alignment for selected cells. + + + + + + + Initializes a new instance of the ToggleTableCellsTopCenterAlignmentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsTopCenterAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsTopCenterAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsTopCenterAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles top borders for selected cells on/off. + + + + + + + Initializes a new instance of the ToggleTableCellsTopBorderCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsTopBorderCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsTopBorderCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsTopBorderCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles right borders for selected cells on/off. + + + + + + + Initializes a new instance of the ToggleTableCellsRightBorderCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsRightBorderCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsRightBorderCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsRightBorderCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles outer borders for selected cells on/off. + + + + + + + Initializes a new instance of the ToggleTableCellsOutsideBorderCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsOutsideBorderCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsOutsideBorderCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsOutsideBorderCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies middle-right alignment for selected cells. + + + + + + + Initializes a new instance of the ToggleTableCellsMiddleRightAlignmentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsMiddleRightAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsMiddleRightAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsMiddleRightAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies middle-left alignment for selected cells. + + + + + + + Initializes a new instance of the ToggleTableCellsMiddleLeftAlignmentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsMiddleLeftAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsMiddleLeftAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsMiddleLeftAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies middle-center alignment for selected cells. + + + + + + + Initializes a new instance of the ToggleTableCellsMiddleCenterAlignmentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsMiddleCenterAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsMiddleCenterAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsMiddleCenterAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles left borders for selected cells on/off. + + + + + + + Initializes a new instance of the ToggleTableCellsLeftBorderCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsLeftBorderCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsLeftBorderCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsLeftBorderCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles inner vertical borders for selected cells on/off. + + + + + + + Initializes a new instance of the ToggleTableCellsInsideVerticalBorderCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsInsideVerticalBorderCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsInsideVerticalBorderCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsInsideVerticalBorderCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles inner horizontal borders for selected cells on/off. + + + + + + + Initializes a new instance of the ToggleTableCellsInsideHorizontalBorderCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsInsideHorizontalBorderCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsInsideHorizontalBorderCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsInsideHorizontalBorderCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles all inner borders for selected cells on/off. + + + + + + + Initializes a new instance of the ToggleTableCellsInsideBorderCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsInsideBorderCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsInsideBorderCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsInsideBorderCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies bottom-right alignment for selected cells. + + + + + + + Initializes a new instance of the ToggleTableCellsBottomRightAlignmentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsBottomRightAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsBottomRightAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsBottomRightAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies bottom-left alignment for selected cells. + + + + + + + Initializes a new instance of the ToggleTableCellsBottomLeftAlignmentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsBottomLeftAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsBottomLeftAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsBottomLeftAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies bottom-center alignment for selected cells. + + + + + + + Initializes a new instance of the ToggleTableCellsBottomCenterAlignmentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsBottomCenterAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsBottomCenterAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsBottomCenterAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles bottom borders for selected cells on/off. + + + + + + + Initializes a new instance of the ToggleTableCellsBottomBorderCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsBottomBorderCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsBottomBorderCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsBottomBorderCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles all borders for selected cells on/off. + + + + + + + Initializes a new instance of the ToggleTableCellsAllBordersCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableCellsAllBordersCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableCellsAllBordersCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsAllBordersCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles vertical ruler visibility on/off. + + + + + + + Initializes a new instance of the ToggleShowVerticalRulerCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleShowVerticalRulerCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleShowVerticalRulerCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleShowVerticalRulerCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles horizontal ruler visibility on/off. + + + + + + + Initializes a new instance of the ToggleShowHorizontalRulerCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleShowHorizontalRulerCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleShowHorizontalRulerCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleShowHorizontalRulerCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the 'Editing Permissions' form used to view and set ranges with permissions. + + + + + + + Initializes a new instance of the ShowRangeEditingPermissionsFormCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowRangeEditingPermissionsFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowRangeEditingPermissionsFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowRangeEditingPermissionsFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Invokes the 'Insert Cells' form used to select an element to insert - a cell, a row or a column. + + + + + + + Initializes a new instance of the ShowInsertTableCellsFormCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets the ID of the ShowInsertTableCellsFormCommand. + + + A member, identifying the command. + + + + + + + + Invokes the 'Delete Cells' form (the command is intended for popup menus). + + + + + + + Initializes a new instance of the ShowDeleteTableCellsFormMenuCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets the ID of the ShowDeleteTableCellsFormMenuCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowDeleteTableCellsFormMenuCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowDeleteTableCellsFormMenuCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Set the section to have two columns. + + + + + + + Initializes a new instance of the SetSectionTwoColumnsCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetSectionTwoColumnsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetSectionTwoColumnsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetSectionTwoColumnsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Set the section to have three columns. + + + + + + + Initializes a new instance of the SetSectionThreeColumnsCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetSectionThreeColumnsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetSectionThreeColumnsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetSectionThreeColumnsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Set the section to have only one column. + + + + + + + Initializes a new instance of the SetSectionOneColumnCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetSectionOneColumnCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetSectionOneColumnCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetSectionOneColumnCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Removes borders of selected cells. + + + + + + + Initializes a new instance of the ResetTableCellsBordersCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ResetTableCellsBordersCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ResetTableCellsBordersCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ResetTableCellsBordersCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Navigates to the previous data record in the bound data source. + + + + + + + Initializes a new instance of the PreviousDataRecordCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the PreviousDataRecordCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to PreviousDataRecordCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to PreviousDataRecordCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Navigates to the next data record in the bound data source. + + + + + + + Initializes a new instance of the NextDataRecordCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the NextDataRecordCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to NextDataRecordCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to NextDataRecordCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Converts selected text to upper case. + + + + + + + Initializes a new instance of the MakeTextUpperCaseCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the MakeTextUpperCaseCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to MakeTextUpperCaseCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Converts selected text to lower case. + + + + + + + Initializes a new instance of the MakeTextLowerCaseCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the MakeTextLowerCaseCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to MakeTextLowerCaseCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Navigates to the last data record in the bound data source. + + + + + + + Initializes a new instance of the LastDataRecordCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the LastDataRecordCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to LastDataRecordCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to LastDataRecordCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Inserts a column to the right of the rightmost column in a selection. + + + + + + + Initializes a new instance of the InsertTableColumnToTheRightCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets the ID of the InsertTableColumnToTheRightCommand. + + + A member, identifying the command. + + + + + + + + Inserts a column to the left of the leftmost column in a selection. + + + + + + + Initializes a new instance of the InsertTableColumnToTheLeftCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets the ID of the InsertTableColumnToTheLeftCommand. + + + A member, identifying the command. + + + + + + + + Navigates to the first data record in the bound data source. + + + + + + + Initializes a new instance of the FirstDataRecordCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FirstDataRecordCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to FirstDataRecordCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FirstDataRecordCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Resets the selection in a document. + + + + + + + + Initializes a new instance of the DeselectAllCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeselectAllCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeselectAllCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Deletes selected rows in a table (the command is intended for popup menus). + + + + + + + Initializes a new instance of the DeleteTableRowsMenuCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeleteTableRowsMenuCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteTableRowsMenuCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Deletes selected columns in a table (the command is intended for popup menus). + + + + + + + Initializes a new instance of the DeleteTableColumnsMenuCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets the ID of the DeleteTableColumnsMenuCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to DeleteTableColumnsMenuCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + + Deletes command history for the document. + + + + + + + Initializes a new instance of the ClearUndoCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ClearUndoCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ClearUndoCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles displaying grid lines for a table with no borders applied - on/off. + + + + + + + Initializes a new instance of the ToggleShowTableGridLinesCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleShowTableGridLinesCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleShowTableGridLinesCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleShowTableGridLinesCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the 'Delete Cells' form used to select an element for deletion - a cell, a row or a column. + + + + + + + Initializes a new instance of the ShowDeleteTableCellsFormCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets the ID of the ShowDeleteTableCellsFormCommand. + + + A member, identifying the command. + + + + + + + + Performs a mail merge and invokes the Save As... dialog, to ask for a file name to save the merged document. + + + + + + + + Initializes a new instance of the MailMergeSaveDocumentAsCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the MailMergeSaveDocumentAsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to MailMergeSaveDocumentAsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to MailMergeSaveDocumentAsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Merges selected cells. + + + + + + + Initializes a new instance of the MergeTableCellsCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets the ID of the MergeTableCellsCommand. + + + A member, identifying the command. + + + + + + + + Invokes the 'Split Cells' form used to specify the number of columns and rows into which the cell should be split. + + + + + + + Initializes a new instance of the ShowSplitTableCellsFormCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ShowSplitTableCellsFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowSplitTableCellsFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowSplitTableCellsFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Deletes selected rows in a table. + + + + + + + Initializes a new instance of the DeleteTableRowsCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeleteTableRowsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to DeleteTableRowsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteTableRowsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Deletes selected columns in a table. + + + + + + + Initializes a new instance of the DeleteTableColumnsCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeleteTableColumnsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to DeleteTableColumnsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteTableColumnsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Selects the entire table in which the caret is located. + + + + + + + Initializes a new instance of the SelectTableCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SelectTableCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SelectTableCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SelectTableCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Deletes the selected table. + + + + + + + + Initializes a new instance of the DeleteTableCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets the ID of the DeleteTableCommand. + + + A member, identifying the command. + + + + + + + + Lists options specifying how formatting is applied to the last paragraph of a numbered list when it is inserted into a document. + + + + + + + Prevents the last item in the inserted numbered list from being removed from the list and becoming a simple paragraph with the format of the destination document. + + + + + + + + + Default value. + + + + + + + + + Changes the table width to fit the page's width and adjusts columns to accommodate cells content. + + + + + + + Initializes a new instance of the ToggleTableAutoFitWindowCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableAutoFitWindowCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableAutoFitWindowCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableAutoFitWindowCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Lists root HTML tags available for export. + + + + + + + Specifies the tag as the root tag for export. + + + + + + + + Specifies the tag as the root tag for export. + + + + + + + + + Represents the class containing miscellaneous layout options. + + + + + + + Initializes a new instance of the RichEditLayoutOptions class with default settings. + + + + + + + + Gets or sets whether a table can extend past the margins of a document. + + + true if tables are allowed to extend past the margins; otherwise, false. + + + + + + + Provides access to options specific for the layout of the Darft view. + + + A object instance containing specific options. + + + + + + + Provides access to options specific for the layout of the PrintLayout view. + + + A object instance containing specific options. + + + + + + + Provides access to options specific for the layout of the Simple view. + + + A object instance containing specific options. + + + + + + + + Lists values specifying the visibility of grid lines in table cells without borders. + + + + + + + Default setting. + + + + + + + + If cells do not have borders applied, their boundaries are not shown. + + + + + + + + Cell boundaries of a table are shown wherever the table doesn't have borders applied. + + + + + + + + Cell boundaries of a table are shown while dragging it with the mouse. + + + + + + + + + + Represents the class containing miscellaneous table options. + + + + + + + Initializes a new instance of the TableOptions class with default settings. + + + + + + + + Gets or sets whether the boundaries of cells without borders applied, are visible. + + + + true to show table grid lines; otherwise, false. + + + + + + + + Represents the base class for the RichEditControl options. + + + + + + + Provides access to an object used to specify the identity parameters for range editing permissions. + + + An class instance that holds identity parameters. + + + + + + + Provides access to options that enable you to configure autocorrect features. + + + An object containing settings for autocorrect features. + + + + + + + Provides access to an object that enables you to apply restrictions on different editor operations. + + + A RichEditBehaviorOptions class instance containing restriction specifications. + + + + + + + Provides access to an object used to specify different options for bookmarks in the document. + + + A object containing options for the document bookmarks. + + + + + + + Provides access to options for displaying comments in the document. + + + A value. + + + + + + + Provides access to options useful in certain scenarios for inserting the content of one document into another. + + + + A object containing options applicable to certain copy-paste scenarios. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Provides access to an object used to specify document restrictions. + + + A class instance that provides access to various document restrictions. + + + + + + + Provides access to the control's document saving options. + + + A object that contains document saving related settings. + + + + + + + Provides access to RichEditControl options used for export to different formats. + + + A object containing format-specific export options. + + + + + + + Provides access to options specific to document fields. + + + A class instance containing options specific to fields. + + + + + + + Provides access to an object used to specify how formatting marks are shown in the document. + + + A instance specifying the visibility of formatting marks. + + + + + + + Provides access to options specific to the horizontal ruler element of the RichEditControl. + + + A class instance containing options specific to the horizontal ruler. + + + + + + + + Provides access to options specific to hyperlinks. + + + A class instance containing options specific to hyperlinks. + + + + + + + Provides access to RichEditControl options used for import from different formats. + + + A object containing format-specific import options. + + + + + + + Provides access to RichEditControl options that affect layout and display. + + + A object containing specific options. + + + + + + + Provides access to the default mail merge options. + + + A object containing default mail merge options. + + + + + + + Provides access to options specific to printing. + + + + A object instance containing specific options. + + + + + + + Provides access to an object used to specify various options for ranges with permissions in the document. + + + A object containing options for ranges with permissions. + + + + + + + Provides access to RichEditControl options used for searching within a document. + + + A object containing options used for searching. + + + + + + + Provides access to options that determine how the spell checker processes the text of the document loaded in the RichEditControl. + + + A object that contains options which determine the spell checker behavior. + + + + + + + Provides access to an object used to specify different options for tables in the document. + + + A object containing options for the document tables. + + + + + + + Provides access to options specific for the vertical ruler of the RichEditControl. + + + A object used to specify options for the vertical ruler. + + + + + + + + Stops protection on the current document. + + + + + + + Initializes a new instance of the UnprotectDocumentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the UnprotectDocumentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to UnprotectDocumentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to UnprotectDocumentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Enforces document protection. + + + + + + + Initializes a new instance of the ProtectDocumentCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ProtectDocumentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ProtectDocumentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ProtectDocumentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents a collection of custom marks in the document. + + + + + + + Creates a custom mark at the specified position using the specified data and adds it to the collection. + + + + A specifying the position of the custom mark. + + + + Data used to draw a custom mark. + + + A object specifying the created custom mark. + + + + + + + Removes the specified custom mark from the collection. + + + + A object specifying a custom mark in the document. + + + + + + + + + Represents a custom mark in the document. + + + + + + + Gets a position in a document that is marked by the current custom mark. + + + A object representing a marked position in the document. + + + + + + + Gets data used to visualize a custom mark. + + + An object consisting of custom data required to draw a mark. + + + + + + + + + Represents a collection of paragraph styles. + + + + + + + Add a style to the collection of styles in the current document. + + + + A class instance representing a paragraph style. + + + + + + + + Creates a new paragraph style. + + + A object representing a paragraph style. + + + + + + + Marks the specified style as deleted, so it can no longer be applied. + + + + A to delete. + + + + + + + + Gets the Paragraph Style object specified by its name. + + + + A string specifying the style name. + + + A object which represents the style with the specified name. + + + + + + + + Adjusts the document zoom factor to fit the entire page into the application window's dimensions. + + + + + + + Initializes a new instance of the FitToPageCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FitToPageCommand. + + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FitToPageCommand. + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents a collection of tab stops. + + + + + + + Initializes a new instance of the TabInfoCollection class with default settings. + + + + + + + + + Represents a tab stop. + + + + + + + Initializes a new instance of the TabInfo class with default settings. + + + + + + + + Gets or sets the alignment type, specifying how any text after the tab will be lined up. + + + A enumeration member. + + + + + + + Gets or sets whether the individual tab stop is in effect. + + + true to switch off this tab stop; otherwise, false. + + + + + + + Gets or sets the tab leader style, i.e. the symbol used as a tab leader. + + + A enumeration member specifying tab leader style. + + + + + + + Gets or sets the position of the tab stop. + + + A number representing the distance from the left edge of the text area, measured in units specified by the property. + + + + + + + + List alignment types for tab stops. + + + + + + + The center of the text after the tab will be lined up with the tab stop. + + + + + + + + + If the text after the tab is a number with a decimal point, the decimal point is lined up with the tab stop. + + + + + + + + The left edge of text after the tab will be lined up with the tab stop. + + + + + + + + The right edge of text after the tab will be lined up with the tab stop. + + + + + + + + + Lists values that specify the type of the conditional format operator in a conditional formatting rule. + + + + + + + Formats the bottom left cell of a table. + + + + + + + + Formats the bottom right cell of a table. + + + + + + + + Formats even columns of a table. + + + + + + + + Formats even rows of a table. + + + + + + + + Formats the first column of a table. + + + + + + + + Formats the first row of a table. + + + + + + + + Formats the last column of a table. + + + + + + + + Formats the last row of a table. + + + + + + + + Formats odd columns of a table. + + + + + + + + Formats odd rows of a table. + + + + + + + + Formats the top left cell of a table. + + + + + + + + Formats the top right cell of a table. + + + + + + + + Formats the whole table. + + + + + + + + + Adjusts the document zoom factor to fit the entire page height into the application window's dimensions. + + + + + + + Initializes a new instance of the FitHeightCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FitHeightCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FitHeightCommand. + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents settings which define how the ranges with permissions are marked in the document. + + + + + + + Initializes a new instance of the RangePermissionOptions class with default settings. + + + + + + + + Gets or sets the color of the visual marks (brackets) that indicate the start and the end of a range with permission in a document with protection disabled. + + + A structure representing ARGB color. + + + + + + + Gets or sets the color of the visual marks (brackets) that indicate the start and the end of each editable range in a protected document with protection enabled. + + + A structure representing ARGB color. + + + + + + + Gets or sets the color used to highlight each editable range in a protected document with protection enabled. + + + A structure representing ARGB color. + + + + + + + Gets or sets whether the ranges with permissions are visually indicated. + + + true if ranges with permissions are emphasized; otherwise, false. + + + + + + + + Represents a set of credentials used to identify editable ranges in a protected document. + + + + + + + Initializes a new instance of the AuthenticationOptions class with default settings. + + + + + + + + Gets or sets email address used to authenticate a user if document protection is enabled. + + + + A string containing email address. + + + + + + + Gets or sets user group name used to authenticate a user if document protection is enabled. + + + + A string containing a user group name. + + + + + + + Gets or sets the password that can be used to authenticate a user if document protection is enabled. + + + + A string containing a password. + + + + + + + Gets or sets a name used to authenticate a user, if document protection is enabled. + + + + A string containing a user name. + + + + + + + + + Lists values specifying the visibility of indicators for ranges with permissions (highlighting, enclosing brackets). + + + + + + + Ranges with permissions are highlighted automatically. + + + + + + + + Ranges with permissions are not highlighted. + + + + + + + + Ranges with permissions are always highlighted. + + + + + + + + + Represents a collection of range permission in the current document. + + + + + + + Initializes a new instance of the RangePermissionCollection class with default settings. + + + + + + + + Creates a RangePermission object for the specified range. + + + + A object specifying a document range. + + + A object specifying editing permissions. + + + + + + + + Represents a document range for which editing permissions are set. + + + + + + + Initializes a new instance of the RangePermission class for the specified range. + + + + A representing a range in the document for which permission is created. + + + + + + + + Gets or sets the name of the group of users for which the editing permission is set. + + + A string containing the name of the user group. + + + + + + + Gets the document range for which the editing permission is set. + + + A representing a range where editing is allowed by a certain user or group only. + + + + + + + + Gets or sets the username for which the editing permission is set. + + + A string containing the name of the user. + + + + + + + + Provides a list of identities to fill the Editing Permissions form. + + + + + + + Provides a list of user names for the Editing Permissions form. + + + A list of strings (the object) containing usernames. + + + + + + + + A comment in the document - a text note that is attached to a . + + + + + + + Specifies the comment's author. + + + A value, specifying the author of the comment. + + + + + + + Provides access to a comment's content to start editing. + + + + A object which is the content of the comment. + + + + + + + Gets or sets the comment's creation date. + + + A object that is the comment creation date. + + + + + + + Finalizes editing the comment's content. + + + + A object obtained by the method. + + + + + + + + Specifies the comment's parent container ID. + + + A value. + + + + + + + Specifies the comment name. + + + A value, specifying the comment name. + + + + + + + Specifies the document range associated with the comment. + + + A value. + + + + + + + + Represents a service that calls the registered interface when required. + + + + + + + + Provides settings for individual symbols in a document. + + + + + + + + Initializes a new instance of the SymbolProperties class with default settings. + + + + + + + + Initializes a new instance of the SymbolProperties class with the specified settings. + + + + A structure. + + + + A value, specifying the font name. + + + + + + + + Determines whether or not the specified object is equal to the current SymbolProperties instance. + + + + + The object to compare with the current object. + + + true if the specified object is equal to the current SymbolProperties instance; otherwise false. + + + + + + + Specifies the font name. + + + A value, specifying the font name. + + + + + + + Serves as the default hash function. + + + An integer value, specifying the hash code for the current object. + + + + + + + Specifies the Unicode character. + + + A structure, specifying a character as a UTF-16 code int. + + + + + + + + Exposes methods and characteristics of a paragraph style in a document. + + + + + + + Gets whether the specified style is marked as deleted. + + + true if the style is deleted; otherwise, false. + + + + + + + Gets or sets the linked style for the current style. + + + A object representing a paragraph style linked to a current style + + + + + + + Gets or sets the list level applied to the paragraph formatted with the current style. + + + An integer that is the list level of the paragraph formatted with the current style. + + + + + + + Gets or sets the name of the style. + + + A string specifying the style name. + + + + + + + Gets or sets the default style for a paragraph that immediately follows the current paragraph. + + + A interface specifying the style for the next paragraph. By default, the style is the same as the current paragraph. + + + + + + + Gets or sets the index of a list applied to the paragraph style. + + + An integer that is the index of a list to which the paragraph formatted with the current style belongs. + + + + + + + Gets or sets the style from which the current style inherits. + + + A object representing the parent style. + + + + + + + + Exposes methods and characteristics of a character style in a document. + + + + + + + Gets whether the specified style is marked as deleted. + + + true if the style is deleted; otherwise, false. + + + + + + + Gets or sets the linked style for the current style. + + + A object representing a paragraph style linked to a current style + + + + + + + Gets or sets the name of the style. + + + A string specifying the style name. + + + + + + + Gets or sets the style form which the current style inherits. + + + A object representing the parent style. + + + + + + + + Serves as the base for the interface, providing access to paragraph properties. + + + + + + + Gets or sets text alignment within a paragraph. + + + + A enumeration value or null (Nothing in Visual Basic) for a mixture of paragraphs with different alignments. + + + + + + + + Gets or sets the background color of paragraph(s). + + + A value representing the background color, or null for a mixture of values. + + + + + + + Gets or sets whether to suppress addition of additional space (contextual spacing) between paragraphs of the same style. + + + true to remove extra spacing between paragraphs, false to add extra space, null for a mixture of values. + + + + + + + Gets or sets a value specifying the indent of the first line of a paragraph. + + + A value specifying the indent of the first line measured in units or null (Nothing in Visual Basic), for a mixture of paragraphs with different indents. + + + + + + + + Gets or sets a value specifying whether and how the first line of a paragraph is indented. + + + A enumeration value, specifying the first line indent or null (Nothing in Visual Basic), for a mixture of paragraphs with different indent types. + + + + + + + + + Gets or sets whether to prevent all page breaks that interrupt a paragraph. + + + true to keep paragraph lines together; otherwise, false or null, for a mixture of true and false. + + + + + + + Gets or sets the left indent for text within a paragraph. + + + + A value representing the left indent measured in units or null (Nothing in Visual Basic) for a mixture of paragraphs with different indents. + + + + + + + Gets or sets a line spacing value. + + + + A value representing line spacing measured in units or null (Nothing in Visual Basic) for a mixture of paragraphs with different line spacings. + + + + + + + + Gets or sets the multiplier which is used to calculate the line spacing value. + + + A value representing the line spacing multiplier or null (Nothing in Visual Basic), for a mixture of paragraphs with different line spacings. + + + + + + + + Gets or sets a value which determines the spacing between lines in a paragraph. + + + A enumeration value representing the line spacing type. + + + + + + + Gets or sets the outline level of a paragraph. + + + An integer specifying the level number, or null for a mixture of values. + + + + + + + Gets or sets whether a page break is inserted automatically before specified paragraph(s). + + + true if a page break is inserted automatically before paragraph(s); otherwise, false or null, for a mixture of true and false. + + + + + + + Resets the paragraph formatting to its base style. + + + + + + + + Resets the paragraph formatting properties specified by the mask to the properties of the underlying paragraph style or to default properties. + + + + + A enumeration value. + + + + + + + + Gets or sets the right indent value for the specified paragraph. + + + + A value representing the right indent measured in units or null (Nothing in Visual Basic) for a mixture of paragraphs with different indents. + + + + + + + + Gets or sets the spacing after the current paragraph. + + + A value representing the spacing after the paragraph, measured in units or null (Nothing in Visual Basic), for a mixture of paragraphs with different spacings. + + + + + + + + Gets or sets the spacing before the current paragraph. + + + A value representing the spacing before the paragraph, measured in units or null (Nothing in Visual Basic), for a mixture of paragraphs with different spacings. + + + + + + + + Gets or sets a value indicating whether a paragraph can be hyphenated. + + + + true, to suppress hyphenation; false, to enable hyphenation or null (Nothing in Visual Basic) for a mixture of hyphenation styles. + + + + + + + Gets or sets whether line numbers are displayed for the document range, accessed via the interface. + + + true if line numbering is suppressed for all paragraphs; false if line numbers are displayed for all paragraphs in a range; or otherwise, null for a mixture of states. + + + + + + + + Serves as the base for the interface providing access to character properties. + + + + + + + Gets or sets a value indicating whether all characters are capital letters. + + + true if all characters are capitalized; otherwise, false or null for a mixture of true and false. + + + + + + + Gets or sets the background color of character(s). + + + A value representing the background color or null for mixed colors. + + + + + + + Gets or sets a value indicating whether characters are bold. + + + true if characters are bold; otherwise, false or null for a mixture of true and false. + + + + + + + + Gets or sets the character(s) font name. + + + + A value representing the font name or null for a mixture of font faces. + + + + + + + + + Gets or sets the character(s) font size. + + + + + A value, representing the font size in points or null for mixed sizes. + + + + + + + + Gets or sets the foreground color of characters. + + + A value representing the foreground color, or null for a mixture of values. + + + + + + + Gets or sets a value indicating whether a character(s) is hidden. + + + + true if characters are hidden; otherwise, false or null, for a mixture of true and false. + + + + + + + + Gets or sets a value indicating whether a character(s) is italicized. + + + + true if characters are italicized; otherwise, false or null, for a mixture of true and false. + + + + + + + + Specifies the spell check language. + + + + A nullable DevExpress.XtraRichEdit.Model.LangInfo value. + + + + + + + Specifies whether or not the text shall be proof read by the spell checker. + + + true to disable spell checking of the text; false to enable it. + + + + + + + + Resets the character formatting to the underlying character style. + + + + + + + + Resets the character formatting properties specified by the mask to the properties of the underlying character style or to default properties. + + + + A enumeration value. + + + + + + + + Gets or sets a value indicating whether characters are strikeout. + + + A enumeration value or null, for a mixture of strikeout types. + + + + + + + Gets or sets a value indicating whether character(s) are formatted as subscript. + + + true if character(s) are formatted as subscript; otherwise, false or null for a mixture of true and false. + + + + + + + + Gets or sets a value indicating whether character(s) are formatted as superscript. + + + true if character(s) are formatted as superscript; otherwise, false or null for a mixture of true and false. + + + + + + + + Gets or sets the type of underline applied to the character(s). + + + An enumeration value or null, for a mixture of underline types. + + + + + + + Gets or sets the color of the underline for the specified characters. + + + A value or null, for a mixture of underline colors. + + + + + + + + Contains options used for saving (exporting) a part of a document's content. + + + + + + + Initializes a new instance of the TextFragmentOptions class with default settings. + + + + + + + + Specifies whether or not a document range may be extended to include the entire field instead of only part of a field. + + + + true to permit extending the document range; otherwise false. + + + + + + + Specifies whether to maintain the original page numbering in an acquired document range. + + + true to preserve the original page numbers; false to reset the page numbers. + + + + + + + + Layout element that relates to the in the document. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Provides access to a for the Rich Text Editor document's comment which relates to the current layout object. + + + A object which is the content of the comment. + + + + + + + Gets coordinates of a rectangle which encompasses the comment's content. + + + A structure specifying the bounds of the comment's content. + + + + + + + Finalizes editing of the comment's content in the document. + + + + A object which is the content of the comment obtained by the method. + + + + + + + + Returns a object that relates to the current element. + + + A object that is the comment in the logical document model. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Contains options used for saving (exporting) documents. + + + + + + + Initializes a new instance of the RichEditDocumentExportOptions class with default settings. + + + + + + + + Provides access to options specific for export to DOC (MS Word 97-2003) format. + + + A DevExpress.XtraRichEdit.Export.DocDocumentExporterOptions object containing export settings. + + + + + + + Provides access to options specific for export to HTML format. + + + A object containing export settings. + + + + + + + Provides access to options specific for export to Mht ("Web Archive") format. + + + A object containing export settings. + + + + + + + Provides access to options specific for export to OpenDocument text (.odt) format. + + + A object containing export settings. + + + + + + + Provides access to options specific for export to Open XML format (aka default MS Office 2007 format or .docx). + + + A object containing export settings. + + + + + + + Provides access to options specific for export to plain text format. + + + A object containing export settings. + + + + + + + Provides access to options specific for export to RTF format. + + + A object containing RTF-specific export options. + + + + + + + Provides access to options specific for export to WordML (MS Office 2003 WordprocessingML) format. + + + A object containing export settings. + + + + + + + + A command to insert a field displaying the current page number. + + + + + + + Initializes a new instance of the InsertPageNumberFieldCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the text description of a command. + + + A string containing the command's description. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the InsertPageNumberFieldCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to InsertPageNumberFieldCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets the menu caption associated with the current command. + + + A string representing the text of the menu item. + + + + + + + Gets a string resource identifier of a menu caption corresponding to InsertPageNumberFieldCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Updates the command state and applies restrictions. + + + + An interface defining the state of a command. + + + + + + + + + A command to insert a field displaying the total number of pages. + + + + + + + Initializes a new instance of the InsertPageCountFieldCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the text description of a command. + + + A string containing the command's description. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the InsertPageCountFieldCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to InsertPageCountFieldCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets the menu caption associated with the current command. + + + A string representing the text of the menu item. + + + + + + + Gets a string resource identifier of a menu caption corresponding to InsertPageCountFieldCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Updates the command state and applies restrictions. + + + + An interface defining the state of a command. + + + + + + + + + Lists the header (footer) types. + + + + + + + A header/footer displayed on even pages of the section. + + + + + + + + A header/footer displayed on the first page of the section. + + + + + + + + A header/footer displayed on odd pages of the section. + + + + + + + + A header/footer that is displayed on all pages of the section if the document does not distinguish between first, odd and even pages ( and properties are false). Actually, this is an alias for the type. + + + + + + + + + + Exposes properties and methods representing essential document functionality. + + + + + + + Apply the numbering list format specified by the object to the paragraphs in the specified range. + + + + + A specifying the range for which the encompassing paragraphs are obtained. + + + + + A object that holds list format attributes. + + + + + An integer that is the list level applied to the paragraphs specified by the document range. + + + + + + + + Apply the numbering list format specified by the object to the specified paragraph. + + + + + A object that is the paragraph added to the list. + + + + A in the document whose attributes should be applied to the paragraph. + + + + + An integer that is the list level applied to the paragraph. + + + + + + + + Apply the numbering list format specified by the object to the specified paragraph. + + + + + A object that is the paragraph added to the list. + + + + An integer specifying the numbering list definition in the document whose attributes should be applied to the paragraph. + + + + + An integer that is the list level applied to the paragraph. + + + + + + + + Appends content from the file to the end of the current document. + + + + A string representing a filename of the document whose content is being appended. + + + + A enumeration specifying the format of the data contained in the file. + + + + + A string representing the URI for the document being appended. Required to import formats with external content such as HTML. + + + + A representing a range with the appended content. + + + + + + + Appends content from the stream to the end of the current document. + + + + + A string representing a filename of the document whose content is being appended. + + + + A enumeration specifying the format of the data contained in the file. + + + A representing a range with the appended content. + + + + + + + Appends content from the stream to the end of the current document. + + + + + A representing a sequence of bytes interpreted as the content to append. + + + + A enumeration specifying the format of the data contained in the stream. + + + + + A string representing the URI for the document being appended. Required to import formats with external content such as HTML. + + + + A representing a range with the appended content. + + + + + + + Appends content from the stream to the end of the current document. + + + + A representing a sequence of bytes interpreted as the content to append. + + + + A enumeration specifying the format of the data contained in the stream. + + + A representing a range with the appended content. + + + + + + + Appends content from the specified range to the end of the current document. + + + + + A to append. + + + A representing a range with the appended content. + + + + + + + Appends content from the specified range to the end of the current document. + + + + + A to append. + + + + An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. + + + A representing a range with the appended content. + + + + + + + Appends content from the file to the end of the current document. + + + + A string representing a filename of the document whose content is being appended. + + + + A enumeration specifying the format of the data contained in the file. + + + + A string representing the URI for the document being appended. Required to import formats with external content such as HTML. + + + + + An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. + + + + A representing a range with the appended content. + + + + + + + Appends content from the stream to the end of the current document. + + + + + A representing a sequence of bytes interpreted as the content to append. + + + + A enumeration specifying the format of the data contained in the stream. + + + + A string representing the URI for the document being appended. Required to import formats with external content such as HTML. + + + + + An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. + + + + A representing a range with the appended content. + + + + + + + Appends HTML formatted text to the end of the document. + + + + A string containing data in HTML format. + + + + A representing a range with appended content. + + + + + + + Appends HTML formatted text to the end of the document. + + + + A string containing data in HTML format. + + + + An enumeration value, specifying how destination formatting is applied to appended content in certain cases. + + + A representing a range with appended content. + + + + + + + Appends a specified image to the end of the document. + + + + An object representing an image to append. + + + A object, representing the image appended to the document. + + + + + + + Appends a specified image to the end of the document. + + + + A object representing the image to append. + + + A object representing the image appended to the document. + + + + + + + Appends an empty paragraph to the end of the document. + + + A appended to the document. + + + + + + + Appends formatted text to the end of the document. + + + + A string containing data in RTF format. + + + + A representing a range with appended content. + + + + + + + Appends formatted text to the end of the document. + + + + A string containing data in RTF format. + + + + An enumeration value, specifying how destination formatting is applied to appended content in certain cases. + + + A representing a range with appended content. + + + + + + + Appends a single line of text to the end of the current document. + + + + + A string with the text to append. + + + A representing a range containing the appended text. + + + + + + + Appends the specified text to the end of the document. + + + + A string containing the text to append. + + + A representing a range with the appended text. + + + + + + + Performs a batch update of text formatting for document ranges corresponding to specified tokens. + + + + A collection containing tokens to apply, ordered by the value. + + + + + + + + Locks the SubDocument object by preventing visual updates until the EndUpdate method is called. + + + + + + + + Starts modifying properties of characters that fall within a specified document range. + + + + + + A object specifying the and of the text. + + + A object representing the character formatting of the specified range. + + + + + + + + + + Starts modifying properties of the specified number of characters starting at the specified document position. + + + + An integer specifying the starting document position. + + + + + An integer specifying the number of positions to which formatting is applied. + + + A object representing the character formatting of the specified range. + + + + + + + Starts modifying properties of the specified number of characters starting at the specified document position. + + + + A , specifying the starting document position. + + + + + An integer specifying the number of positions to which formatting is applied. + + + A object representing the character formatting of the specified range. + + + + + + + Starts modifying properties of the paragraphs that fall within a specified document range. + + + + + + A specifying the and of the text. + + + A object representing paragraph formatting. + + + + + + + + Gets the collection of all range permissions in the current document. + + + A containing range permissions for the document. + + + + + + + Provides access to the collection of document bookmarks. + + + A object specifying a bookmarks collection. + + + + + + + Finalizes the update process, leaving range permissions intact. + + + + A containing range permissions being updated. + + + + + + + + Provides access to a collection of comments in the current SubDocument. + + + A DevExpress.XtraRichEdit.API.Native.CommentCollection object that is the collection of comments. + + + + + + + Creates a bookmark for the specified range with the specified name and adds it to the collection. + + + + A representing a portion of a document contained within the bookmark. + + + + A string specifying the bookmark name. + + + A object representing a bookmark in the current document. + + + + + + + Creates a bookmark with the specified name for the range that starts at the specified position and has a specified length. Then, adds it to the collection. + + + + A representing the starting position for the bookmark. + + + + An integer specifying the length of a range contained in the bookmark. + + + + A string specifying the bookmark name. + + + A object representing a bookmark in the current document. + + + + + + + + Creates a custom mark at the specified position and associates specified data with it. + + + + + A specifying the position being marked. + + + + An arbitrary object that will be associated with the created mark. + + + A object representing a position marker in the document. + + + + + + + + Creates a hyperlink for the specified document range. + + + + A object representing a range associated with the hyperlink. + + + A interface exposing the created hyperlink. + + + + + + + + Creates a hyperlink for the document range, starting at the specified position, and extending through a specified length. + + + + + A object representing a starting position of a range associated with the hyperlink. + + + + An integer representing the length of a hyperlink's range. + + + A interface exposing the created hyperlink. + + + + + + + + Creates a new position in the current document. + + + + An integer value specifying the start position. + + + A object representing the position in the current document. + + + + + + + Creates a new document range using the specified start position and range length. + + + + An integer value specifying the start position. + + + + An integer value specifying the range length. + + + A object. + + + + + + + Creates a new document range using the specified start position and range length. + + + + A object specifying the start position. + + + + An integer value specifying the range length. + + + A object. + + + + + + + Provides access to a collection of custom marks. + + + A object containing custom marks for the current document. + + + + + + + Removes the specified range of text from the document. + + + + A object specifying the and positions of the text to delete. + + + + + + + + Delete specified custom mark from the document's collection. + + + + A object that marks a position in the document. + + + + + + + + Unlocks the SubDocument object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Finalizes the modification of character formatting after calling the method. + + + + A object containing character properties. + + + + + + + + + Finalizes the modification of paragraph formatting after calling the method. + + + + + A object representing paragraph formatting. + + + + + + + + Finalizes the update and applies the changes to range permissions. + + + + + A containing range permissions being updated. + + + + + + + + Provides access to the collection of fields in the current document. + + + A object representing a collection of fields. + + + + + + + Finds all text ranges that match the specified string in the current document. + + + + A string, specifying the search text. + + + + A enumeration specifying search options. + + + An array of objects representing matching text ranges. + + + + + + + Finds all occurrences of a character pattern specified by the regular expression. + + + + A object representing a regular expression to search. + + + + A instance representing a document range to search. + + + An array of objects representing ranges in the document matching the specified pattern. + + + + + + + Finds all text ranges that match the specified string in the specified document range. + + + + A string, specifying the search text. + + + + A enumeration specifying search options. + + + + A object specifying the range in the document in which a search is performed. + + + An array of objects representing matching text ranges. + + + + + + + Finds all occurrences of a character pattern specified by the regular expression. + + + + A object representing a regular expression to search. + + + An array of objects representing ranges in the document matching the specified pattern. + + + + + + + Provides access to a custom mark in the event handler. + + + + A DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfo class instance, containing information required to visualize a custom mark. + + + A associated with the specified visual info. + + + + + + + Gets the text contained in the specified range in HTML format. + + + + A object representing a text range in the document. + + + + A class that implements the interface and specifies locations for images and CSS data. + + + + A instance containing required export options. + + + A string of text in HTML format. + + + + + + + Gets the text contained in the specified range in HTML format. + + + + A object representing a text range in the document. + + + + A class that implements the interface and specifies locations for images and CSS data. + + + A string of text in HTML format. + + + + + + + Gets all images (inline pictures and shapes) in the specified document range. Use a method accessible with the RichEditControl.Document.Images.Get(DocumentRange range) notation instead. + + + + + A specifying the range in which to search for images. + + + + A object which holds the located images. + + + + + + + Gets the content of the specified document range in MHT format. + + + + A object representing the range to convert to MHT. + + + A string containing the content in MHT format. + + + + + + + Gets the content of the specified document range in MHT format. + + + + A object representing the range to convert to MHT. + + + + A instance providing options for export. + + + A string containing the content in MHT format. + + + + + + + Gets the content of the specified document range in Office Open XML (Docx) format. + + + + A object representing the range to convert to OpenXML. + + + An array of bytes representing the document content in OpenXML format. + + + + + + + Gets the content of the specified document range in Office Open XML (Docx) format. + + + + A object representing the range to convert to OpenXML. + + + + A instance providing options for export. + + + An array of bytes representing the document content in OpenXML format. + + + + + + + Gets the paragraph encompassing the specified position. + + + + A instance representing the position in the document. + + + A object representing the paragraph containing the position. + + + + + + + Provides access to paragraphs to which the specified range belongs. + + + + A specifying the range for which the encompassing paragraphs are obtained. + + + A object that is the collection of paragraphs. + + + + + + + Gets the formatted string of the text contained in the specified range. + + + + A object representing a text range in the document. + + + A string of RTF text. + + + + + + + Gets the formatted string of the text contained in the specified range. + + + + A object representing a text range in the document. + + + + An instance providing options for export. + + + A string of RTF text. + + + + + + + Gets a collection of Shape objects contained in the specified document range. Use a method accessible with the RichEditControl.Document.Shapes.Get(DocumentRange range) notation instead. + + + + A object that is the range of the document. + + + A containing shapes of the specified range. + + + + + + + Returns the subdocument type. + + + A enumeration member. + + + + + + + Gets a table cell in which the specified position is located. + + + + A object that is a position within the document. + + + A interface specifying the table cell to which the specified position belongs. + + + + + + + Returns the plain text of the specified document range. + + + + + A object, specifying the range in the document for which the plain text representation is obtained. + + + A value, containing the text of the specified range. + + + + + + + Returns the plain text of the specified document range. + + + + + A object, specifying the range in the document for which the plain text representation is obtained. + + + + A instance, containing options for plain text export. + + + A value, containing the text of the specified range. + + + + + + + Returns the plain text of the specified document range. + + + + + A object, specifying the range in the document for which the plain text representation is obtained. + + + + A instance, containing options for plain text export. + + + + A object. + + + A value, containing the text of the specified range. + + + + + + + Returns the plain text of the specified document range. + + + + + A object, specifying the range in the document for which the plain text representation is obtained. + + + + A object. + + + A value, containing the text of the specified range. + + + + + + + Gets the text contained in the specified range in WordML format. + + + + A object representing a text range in the document. + + + A string of text in WordML format. + + + + + + + Gets the text contained in the specified range in WordML format. + + + + A object representing a text range in the document. + + + + A instance providing options for export. + + + A string of text in WordML format. + + + + + + + Provides access to a collection of hyperlinks in the document. + + + A interface which exposes a collection of hyperlinks. + + + + + + + Provides access to the collection of all images (inline and floating pictures) in the document . + + + A object that is a collection of images in the current document. + + + + + + + Inserts content from the file to the current document at the specified position. + + + + A specifying the position in the current document, after which content is inserted. + + + + + + A string representing a filename of the document whose content is being inserted. + + + + A enumeration specifying the format of the data contained in the file. + + + A representing the document range with inserted content. + + + + + + + Inserts content from the stream to the current document at the specified position. + + + + A specifying the position in the current document, after which content is inserted. + + + + + + A representing a sequence of bytes interpreted as the content to insert. + + + + A enumeration specifying the format of the data contained in the stream. + + + A representing the document range with inserted content. + + + + + + + Inserts content from the file to the current document at the specified position. + + + + + A specifying the position in the current document, after which content is inserted. + + + + + + A string representing a filename of the document whose content is being inserted. + + + + A enumeration specifying the format of the data contained in the file. + + + + A string representing the URI for the document being inserted. Required to import formats with external content, such as HTML. + + + + A representing the document range with inserted content. + + + + + + + Insert content from the stream to the current document at the specified position. + + + + + A specifying the position in the current document after which, content is inserted. + + + + + A representing a sequence of bytes interpreted as the content to insert. + + + + A enumeration specifying the format of data contained in the stream. + + + + A string representing the URI for the document being inserted. Required to import formats with external content such as HTML. + + + A representing the document range with inserted content. + + + + + + + Inserts content from the specified range to the current document at the specified position. + + + + + A specifying the position in the current document, after which content is inserted. + + + + + + A representing the source range for insertion. + + + A representing the document range with inserted content. + + + + + + + Inserts content from the specified stream in the specified format, at the specified position, in the current document. + + + + A specifying the position in the current document, after which content is inserted. + + + + + A representing a sequence of bytes interpreted as the content to insert. + + + + A enumeration specifying the format of the data contained in the stream. + + + + A string representing the URI for the document being inserted. Required to import formats with external content, such as HTML. + + + + An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. + + + A representing the document range with inserted content. + + + + + + + Inserts content from the specified stream in the specified format, at the specified postion, in the current document. + + + + A specifying the position in the current document, after which content is inserted. + + + + + A representing a sequence of bytes interpreted as the content to insert. + + + + A enumeration specifying the format of the data contained in the stream. + + + + An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. + + + A representing the document range with inserted content. + + + + + + + Inserts content from the file to the current document at the specified position. + + + + A specifying the position in the current document, after which content is inserted. + + + + A string representing a filename of the document whose content is being inserted. + + + + A enumeration specifying the format of the data contained in the file. + + + + An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. + + + A representing the document range with inserted content. + + + + + + + Inserts content from the file to the current document at the specified position. + + + + + A specifying the position in the current document, after which content is inserted. + + + + + + A string representing a filename of the document whose content is being inserted. + + + + A enumeration specifying the format of the data contained in the file. + + + + A string representing the URI for the document being inserted. Required to import formats with external content, such as HTML. + + + + + An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. + + + A representing the document range with inserted content. + + + + + + + Inserts content from the specified range to the current document at the specified position. + + + + A specifying the position in the current document, after which content is inserted. + + + + + + A representing the source range for insertion. + + + + An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. + + + A representing the document range with inserted content. + + + + + + + Inserts the specified HTML text into the specified position. + + + + A object specifying the position at which the text should be inserted. + + + + A string in HTML format. + + + A object representing the and positions of the inserted text. + + + + + + + Inserts the specified HTML text into the specified position. + + + + A object specifying the position at which the text should be inserted. + + + + + A string in HTML format. + + + + An enumeration value, specifying how destination formatting is applied to inserted content in certain special cases, i.e., when inserting a numbering list. + + + + A object specifying the position at which the text should be inserted. + + + + + + + Inserts an image into the specified position in the document. + + + + A object representing the position to insert an image. + + + + A object representing the image to insert. + + + A object representing an inline image in the document. + + + + + + + + Inserts an image into the specified position in the document. + + + + A object representing the position to insert an image. + + + + A object containing information about the image to insert. + + + A object representing an inline image in the document. + + + + + + + + Inserts a new paragraph into the document's collection at a specified position. + + + + + A object that specifies a position to insert a new paragraph. + + + + A object representing the newly inserted paragraph. + + + + + + + Inserts a new paragraph into the document at a specified position. + + + + + A object that specifies a position to insert a new paragraph. + + + + + An enumeration value, specifying how destination formatting is applied to inserted content. + + + A object representing the newly inserted paragraph. + + + + + + + Inserts a picture as a floating object. + + + + A that is a position in a paragraph to which a floating object will be anchored. + + + + A object specifying the image to insert. + + + A interface exposing properties and methods of a newly created floating object containing a specified picture. + + + + + + + Inserts a picture as a floating object. + + + + A that is a position in a paragraph to which a floating object will be anchored. + + + + A object specifying the image to insert. + + + A interface exposing properties and methods of a newly created floating object containing a specified picture. + + + + + + + Inserts the specified formatted text into the specified position. + + + + A object specifying the position at which the text should be inserted. + + + + A string in RTF format specifying the text to insert. + + + A object representing the and positions of the inserted text. + + + + + + + Inserts the specified formatted text into the specified position. + + + + A object specifying the position at which the text should be inserted. + + + + A string in RTF format specifying the text to insert. + + + + An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. + + + A object representing the and positions of the inserted text. + + + + + + + Inserts a single line of text (text without line breaks) at the specified position. + + + + A object specifying the position at which the text should be inserted. + + + + A value specifying the text to insert. + + + A object representing the and positions of the inserted text. + + + + + + + Inserts a blank table with the specified number of rows and columns at the specified position. + + + + A at which a table is inserted. + + + + An integer specifying the number of rows in a new table. + + + + An integer specifying the number of columns in a new table. + + + A interface specifying the newly inserted table. + + + + + + + Inserts a blank table with the specified number of rows and columns at the specified position. + + + + A at which a table is inserted. + + + + An integer specifying the number of rows in a new table. + + + + An integer specifying the number of columns in a new table. + + + + An enumeration value, specifying how the column widths are calculated. + + + A interface specifying the newly inserted table. + + + + + + + Inserts a blank table with the specified number of rows and columns at the specified position. + + + + A at which a table is inserted. + + + + An integer specifying the number of rows in a new table. + + + + An integer specifying the number of columns in a new table. + + + + An enumeration value, specifying how the column widths are calculated. + + + + An integer specifying the column width if the autoFitBehavior parameter is set to . + + + A interface specifying the newly inserted table. + + + + + + + Inserts the specified text into the specified position. + + + + A object specifying the position at which the text should be inserted. + + + + A value specifying the text to insert. + + + A object representing the and positions of the inserted text. + + + + + + + Inserts a floating text box. + + + + A that is a position in a paragraph to which a floating object will be anchored. + + + A interface exposing properties and methods of a newly created floating text box. + + + + + + + Gets the character length of the document. + + + An integer that is the number of character positions in the document. + + + + + + + Gets the background color of the page. + + + A structure that is the background color of the page. + + + + + + + Provides access to a collection of paragraphs. + + + + A interface defining a list of paragraphs. + + + + + + + Gets the range for the current document. + + + A interface. + + + + + + + Removes the specified bookmark from the bookmark collection of the document. + + + + A object representing a bookmark in the document. + + + + + + + + Converts a hyperlink to plain text. + + + + A to convert. + + + + + + + + Removes the numbering or bullet from the specified paragraph. + + + + + A to modify. + + + + + + + + Remove the numbering or bullet from all paragraphs intersecting the specified range. + + + + + A object. + + + + + + + + Replaces the specified document range with the specified text string. + + + + A object representing the range to replace. + + + + A string that is inserted in place of the specified range. + + + + + + + + + Replaces all occurrences of a character pattern defined by a regular expression with a specified replacement string. + + + + A object representing the regular expression to match. + + + + A string to replace with. May contain special symbols that represent the contents of capturing parentheses in the regular expression. + + + + A specifying the search and replace scope of the document. + + + An integer, representing the number of replacements made. + + + + + + + Finds all occurrences of the search string in the current document, and replaces them with the replacement string. + + + + A string specifying the search text. + + + + A string specifying the replacement text. + + + + + A enumeration specifying search options. + + + The number of replacements made. + + + + + + + + Finds all occurrences of the search string in the specified range, and replaces them with the replacement string. + + + + A string specifying the search text. + + + + A string specifying the replacement text. + + + + + A enumeration specifying search options. + + + + A object representing the range in which the search and replace is performed. + + + The number of replacements made. + + + + + + + Replaces all occurrences of a character pattern defined by a regular expression with a specified replacement string. + + + + A object representing the regular expression to match. + + + + A string to replace with. May contain special symbols that represent the contents of capturing parentheses in the regular expression. + + + An integer, representing the number of replacements made. + + + + + + + Selects all the content in the document. + + + + + + + + Selects a range associated with the specified bookmark. + + + + A object representing a bookmark in the document. + + + + + + + + Sets the background color of the page and specifies whether it is shown. + + + + A structure specifying the color. + + + + true to show the specified background color; otherwise, false. + + + + + + + + Set the background color of the page. + + + + A structure specifying the color. + + + + + + + + Shows the background color of the page. + + + + true to show the background color; otherwise, false. + + + + + + + + Provides access to a collection of Shapes (pictures, text boxes) in the current SubDocument. + + + A object that is the collection of shapes. + + + + + + + Gets whether the page background color is shown. + + + + true to show the background color; otherwise, false. + + + + + + + Provides a search interface for a search in the specified range using a regular expression pattern. + + + + A object representing a search pattern. + + + + A object representing a range to search. + + + An interface used to perform a search. + + + + + + + Provides a search interface for a search in the document, using a regular expression pattern. + + + + A object representing a search pattern. + + + An interface used to perform a search. + + + + + + + Provides a search interface for a search in the specified range in the specified direction, using the specified options. + + + + A string representing the search text. + + + + A enumeration specifying search options. + + + + A enumeration specifying the search direction. + + + + A object representing a range to search. + + + An interface used to perform a search. + + + + + + + Provides a search interface for a search in the current document in the specified direction, using the specified options. + + + + A string representing the search text. + + + + A enumeration specifying search options. + + + + A enumeration specifying the search direction. + + + An interface used to perform a search. + + + + + + + Provides a search interface with default parameters. + + + + A string representing the search text. + + + An interface used to perform a search. + + + + + + + Provides access to a collection of tables contained in the current document. + + + A object that is the collection of all tables in the current document. + + + + + + + + Defines a service which is used to create RichEdit commands. + + + + + + + Enables you to create a custom command for use in the XtraRichEdit. + + + + A member specifying a command to create. + + + An XtraRichEdit command object. + + + + + + + + A command to insert a tab character. + + + + + + + Initializes a new instance of the InsertTabCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertTabCommand. + + + A member, identifying the command. + + + + + + + + Lists possible sources of a particular property value. + + + + + + + The property value is obtained from the corresponding property of the control if it is different from default. + + + + + + + + The property value is obtained from the corresponding property of the document. + + + + + + + + The property value is obtained from the corresponding property of the control. + + + + + + + + + The base class for the class. + + + + + + + Initializes a new instance of the RichTextBoxLinkBase class with default settings. + + + + + + + + + + Initializes a new instance of the RichTextBoxLinkBase class with the specified printing system. + + + + + + A object which specifies the printing system used to draw the current link. This value is assigned to the property. + + + + + + + + Adds a subreport to the current report. + + + + A object which specifies the vertical offset of the subreport within the current report. + + + + + + + + Gets or sets the custom size with which a System.Windows.Forms.RichTextBox control should be printed. + + + A value. + + + + + + + Gets or sets a value indicating whether the should be printed with unlimited height. + + + true if a RichTextBox should be printed with unlimited height; otherwise, false. + + + + + + + Gets the type of the object to be printed by the link. + + + A class descendant representing the type. + + + + + + + Gets or sets a value indicating what size a is printed. + + + A enumeration value. The default is ClientPageSize. + + + + + + + Gets or sets a object to be printed via the current link. + + + A object to be printed. The default is null. + + + + + + + Sets the object to be printed by this link. + + + + A object to be printed by this link. + + + + + + + + + Represents the part of string matched by the group expression (the string matched by a subexpression of group expression). + + + + + + + Obtains a range in the document containing the matching string. + + + A object representing a range that corresponds to the match. + + + + + + + The length of the captured substring. + + + An integer, representing the length of the captured substring. + + + + + + + Gets the starting position of the matching string in the document. + + + A object, representing a position in the docuemnt where the match starts. + + + + + + + Gets the captured substring from the input string + + + The actual substring that was captured by the match. + + + + + + + + Represents a sequence of captured substrings as the set of captures executed by a single capturing group. + + + + + + + + + Represents the results from a single capturing group. + + + + + + + Gets a collection of all the captures matched by the capturing group, in innermost-leftmost-first order. The collection may have zero or more items. + + + A object representing a collection of substrings matched by the group. + + + + + + + + Represents character groups matched by the pattern. + + + + + + + + A style that can be applied to table elements which meet a certain condition. + + + + + + + + A command to insert a row in a table below the currently selected row. + + + + + + + + Initializes a new instance of the InsertTableRowBelowCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertTableRowBelowCommand. + + + A member, identifying the command. + + + + + + + + A command to insert a row in a table above the currently selected row. + + + + + + + + Initializes a new instance of the InsertTableRowAboveCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertTableRowAboveCommand. + + + A member, identifying the command. + + + + + + + + A command to create command menu elements specific for tables. + + + + + + + + Initializes a new instance of the InsertTableElementMenuCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a string resource identifier of a menu caption corresponding to InsertTableElementMenuCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Interface implementing the Visitor pattern. + + + + + + + Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern. + + + + A instance, representing the RichEdit's View for which the operation is performed. + + + + + + + + Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern. + + + + A instance representing the RichEdit's View for which the operation is performed. + + + + + + + + Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern. + + + + A instance representing the RichEdit's View for which the operation is performed. + + + + + + + + Performs the operation as required by the Visitor and the View. + + + + A instance representing the RichEdit's View for which the operation is performed. + + + + + + + + + A command to invoke an 'Insert Table' dialog. + + + + + + + Initializes a new instance of the InsertTableCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the InsertTableCommand. + + + A member, identifying the command. + + + + + + + Inserts a new table into the current position in a document with the specified number of rows and columns. + + + + An integer value, specifying the number of rows. + + + + An integer value, specifying the number of columns. + + + + + + + + Updates the command state and applies restrictions. + + + + An interface defining the state of a command. + + + + + + + + + A command used to link a header/footer to the previous section, so it has the same content. + + + + + + + + Initializes a new instance of the ToggleHeaderFooterLinkToPreviousCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleHeaderFooterLinkToPreviousCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleHeaderFooterLinkToPreviousCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleHeaderFooterLinkToPreviousCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to change the header/footer edit mode so it allows creation of a different header or footer for odd and even pages of a document or section. + + + + + + + Initializes a new instance of the ToggleDifferentOddAndEvenPagesCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleDifferentOddAndEvenPagesCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleDifferentOddAndEvenPagesCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleDifferentOddAndEvenPagesCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to change the header/footer edit mode, so it allows creation of a different header or footer for the first page of a document or section. + + + + + + + Initializes a new instance of the ToggleDifferentFirstPageCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleDifferentFirstPageCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleDifferentFirstPageCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleDifferentFirstPageCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Paragraph dialog that allows you to set line spacing. + + + + + + + Initializes a new instance of the ShowLineSpacingFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowLineSpacingFormCommand. + + + A member, identifying the command.. + + + + + + + Gets the name of the resource image corresponding to ShowLineSpacingFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowLineSpacingFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to set wide page margins in the document section. + + + + + + + Initializes a new instance of the SetWideSectionPageMarginsCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetWideSectionPageMarginsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetWideSectionPageMarginsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetWideSectionPageMarginsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to set the page orientation to portrait. + + + + + + + + Initializes a new instance of the SetPortraitPageOrientationCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetPortraitPageOrientationCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetPortraitPageOrientationCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to set normal page margins in the document section. + + + + + + + Initializes a new instance of the SetNormalSectionPageMarginsCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetNormalSectionPageMarginsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetNormalSectionPageMarginsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetNormalSectionPageMarginsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to set narrow page margins in the document section. + + + + + + + Initializes a new instance of the SetNarrowSectionPageMarginsCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetNarrowSectionPageMarginsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetNarrowSectionPageMarginsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetNarrowSectionPageMarginsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to set moderate page margins in the document section. + + + + + + + Initializes a new instance of the SetModerateSectionPageMarginsCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetModerateSectionPageMarginsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetModerateSectionPageMarginsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetModerateSectionPageMarginsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to set the page orientation to landscape. + + + + + + + + Initializes a new instance of the SetLandscapePageOrientationCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetLandscapePageOrientationCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetLandscapePageOrientationCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to remove spacing before the selected paragraph. + + + + + + + Initializes a new instance of the RemoveSpacingBeforeParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the RemoveSpacingBeforeParagraphCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to RemoveSpacingBeforeParagraphCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to remove spacing after the selected paragraph. + + + + + + + Initializes a new instance of the RemoveSpacingAfterParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the RemoveSpacingAfterParagraphCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to RemoveSpacingAfterParagraphCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to navigate to the previous page header/footer in edit mode. + + + + + + + Initializes a new instance of the GoToPreviousPageHeaderFooterCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the GoToPreviousPageHeaderFooterCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to GoToPreviousPageHeaderFooterCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to GoToPreviousPageHeaderFooterCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to navigate to the page header from the page footer in edit mode. + + + + + + + Initializes a new instance of the GoToPageHeaderCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the GoToPageHeaderCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to GoToPageHeaderCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to GoToPageHeaderCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to navigate to the page footer from the page header in edit mode. + + + + + + + Initializes a new instance of the GoToPageFooterCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the GoToPageFooterCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to GoToPageFooterCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to GoToPageFooterCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to navigate to the next page header/footer in edit mode. + + + + + + + Initializes a new instance of the GoToNextPageHeaderFooterCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the GoToNextPageHeaderFooterCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to GoToNextPageHeaderFooterCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to GoToNextPageHeaderFooterCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to activate the page header and begin editing. + + + + + + + + Initializes a new instance of the EditPageHeaderCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the EditPageHeaderCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to EditPageHeaderCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to EditPageHeaderCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to activate the page footer, and begin editing. + + + + + + + + Initializes a new instance of the EditPageFooterCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the EditPageFooterCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to EditPageFooterCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to EditPageFooterCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to finish header/footer editing. + + + + + + + Initializes a new instance of the ClosePageHeaderFooterCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ClosePageHeaderFooterCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ClosePageHeaderFooterCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ClosePageHeaderFooterCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to change the line spacing of the selected paragraph. + + + + + + + Initializes a new instance of the ChangeParagraphLineSpacingCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeParagraphLineSpacingCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ChangeParagraphLineSpacingCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeParagraphLineSpacingCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to add spacing before a paragraph. + + + + + + + Initializes a new instance of the AddSpacingBeforeParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the AddSpacingBeforeParagraphCommand. + + + A member, identifying the command.. + + + + + + + Gets a string resource identifier of a menu caption corresponding to AddSpacingBeforeParagraphCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to add spacing after a paragraph. + + + + + + + Initializes a new instance of the AddSpacingAfterParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the AddSpacingAfterParagraphCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to AddSpacingAfterParagraphCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A container that holds conditional styles for the table and enables you to create new conditional styles. + + + + + + + Creates a table style for the specified table elements and adds it to the collection. + + + + A enumeration value that specifies table elements to which a style can be applied. + + + A object. + + + + + + + Returns a table conditional style of the specified type. + + + + A enumeration value. + + + A object. + + + + + + + Returns the table style that is the owner of the current object. + + + A object. + + + + + + + + Base class for layout elements related to document objects based on the . + + + + + + + Returns the range to which the current layout element relates. + + + A that relates to the document range occupying by the object to which the current layout element relates. + + + + + + + + A command to insert a simple numbered list. + + + + + + + Initializes a new instance of the InsertSimpleListCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a string resource identifier of a menu caption corresponding to InsertSimpleListCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to insert a bulleted list. + + + + + + + Initializes a new instance of the InsertBulletListCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a string resource identifier of a menu caption corresponding to InsertBulletListCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Lists levels in the document layout tree at which the navigates. + + + + + + + A level below the level. Contains "boxed" elements, i.e., elements of the , , , and other types. + + + + + + + + A level below the level. Contains elements of the type. + + + + + + + + The topmost level. Contains elements of the type. + + + + + + + + A level below the level related to the page content. Contains elements of the type. + + + + + + + + A level below the level. In a table - a level below the level. Contains elements of the type. + + + + + + + + The topmost level in a separate hierarchy of table layout levels. Contains elements of the type. + + + + + + + + A level below the level. Contains elements of the type. + + + + + + + + A level below the level. Contains elements of the type. + + + + + + + + + A command to delete a selected bookmark. + + + + + + + Initializes a new instance of the DeleteBookmarkCommand class with the specified owner associated with the specified bookmark. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the owner of the command. + + + + A object representing the bookmark to delete. + + + + + + + + Gets a bookmark to delete. + + + A instance to delete. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteBookmarkCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents the class containing options for the availability of numbered and bulleted lists in the document. + + + + + + + Initializes a new instance of the NumberingOptions class with default settings. + + + + + + + + Copies all settings from the object passed as the parameter to the current object. + + + + A NumberingOptions object whose settings are assigned to the current object. + + + + + + + + Gets or sets the availability of operations with bulleted lists in the document. + + + A enumeration specifying the bulleted list operations availability. + + + + + + + Gets whether the bulleted lists feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the NumberingOptions class. + + + + A DevExpress.XtraRichEdit.NumberingOptions class instance that is the source object for copying. + + + + + + + + Gets or sets the availability of operations with multilevel lists in the document. + + + A enumeration specifying the availability of multilevel list operations. + + + + + + + + Gets whether the multilevel lists feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the availability of operations with simple numbered lists in the document. + + + A enumeration specifying the availability of numbered list operations. + + + + + + + + Gets whether the simple numbered lists feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + + + Represents the storage of settings specific for the document restrictions implemented in the XtraRichEdit. + + + + + + + Initializes a new instance of the DocumentCapabilitiesOptions class with default settings. + + + + + + + + Copies all settings from the object passed as the parameter to the current object. + + + + A DocumentCapabilitiesOptions object whose settings are assigned to the current object. + + + + + + + + Gets or sets the bookmark feature availability. + + + A enumeration specifying the document's capability to handle bookmarks. + + + + + + + Gets whether the bookmarks feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the character formatting features availability. + + + A enumeration specifying the document's capability to change character formatting. + + + + + + + Gets whether the character formatting feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the availability of the apply character style feature. + + + A enumeration specifying the document's capability to apply styles to a character. + + + + + + + Gets whether the character style feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the document's capability to display and work with comments. + + + A enumeration specifying the document's capability to work with comments. + + + + + + + Gets whether comments are allowed. + + + + true if a feature is allowed; otherwise, false. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the DocumentCapabilitiesOptions class. + + + + A DevExpress.XtraRichEdit.DocumentCapabilitiesOptions class instance that is the source object for copying. + + + + + + + + Gets or sets the document's capability to display and work with endnotes. + + + A enumeration specifying the document's capability to work with endnotes. + + + + + + + Gets whether the end notes are allowed in the document. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the document's capability to recognize and work with fields. + + + A enumeration specifying the document's capability to work with fields. + + + + + + + Gets whether fields are allowed. + + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the document's capability to handle floating objects. + + + A enumeration specifying the document's capability to handle floating objects. + + + + + + + Gets whether the floating objects are allowed in the document. + + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the document's capability to display and work with footnotes. + + + A enumeration specifying the document's capability to work with footnotes. + + + + + + + Gets whether the end notes are allowed in the document. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets whether the headers and footers feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets whether the headers and footers feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the hyperlink feature availability. + + + A enumeration specifying the document's capability to handle hyperlinks. + + + + + + + Gets whether the hyperlink feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the document capability to handle inline pictures. + + + A enumeration specifying the document's capability to handle inline pictures. + + + + + + + Gets whether inline pictures handling is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Provides access to options specifying the availability of bulleted and numbered lists in the document. + + + A object containing availability options for diffferent list types. + + + + + + + Gets or sets the paragraph formatting features availability. + + + A enumeration, specifying the document's capability to change paragraph formatting. + + + + + + + Gets whether the paragraph formatting feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the availability of paragraph frames. + + + A enumeration specifying the document's capability to display frames. + + + + + + + Gets whether frames are allowed in the document. + + + true, if the feature is allowed; otherwise, false. + + + + + + + + Gets or sets the availability of the paragraph breaks. + + + A enumeration specifying the document's capability to insert paragraph breaks. + + + + + + + Gets whether operations with paragraph breaks in the document are allowed. + + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the availability of the apply paragraph style feature. + + + + A enumeration specifying the document's capability to apply styles to a paragraph. + + + + + + + Gets whether the paragraph styling feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the availability of paragraph tab stops. + + + + A enumeration specifying the document's capability to set paragraph tabs. + + + + + + + Gets whether paragraph tab stops are allowed. + + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the document's capability to handle document sections. + + + + A enumeration specifying the document's capability to modify document sections. + + + + + + + Gets whether handling document sections is allowed. + + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the document's capability to handle tables. + + + + A enumeration specifying the document's capability to handle tables. + + + + + + + Gets whether the tables feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the availability of the apply table style feature. + + + A enumeration specifying the document's capability to apply styles to a table. + + + + + + + Gets whether the table style feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the document's capability to insert tabs. + + + A enumeration specifying the document's capability to insert tabs. + + + + + + + Gets whether tab insertion is allowed. + + + + true if a feature is allowed; otherwise, false. + + + + + + + Gets or sets the availability of the Undo/Redo feature. + + + A enumeration specifying the availability of the Undo/Redo feature. + + + + + + + + Gets whether the Undo/Redo feature is allowed. + + + true if a feature is allowed; otherwise, false. + + + + + + + + Represents the result of a regular expression matching operation. + + + + + + + Gets a collection of groups matched by the regular expression. + + + A object representing character groups matched by the pattern. + + + + + + + + Defines the interface used for text searching, using regular expressions. + + + + + + + Provides access to the results from a single regular expression match. + + + An object exposing the interface, containing information about the match. + + + + + + + + Specifies the restricted operations that cannot be performed by end-users over a document. + + + + + + + For internal use. Initializes a new instance of the RichEditBehaviorOptions class with default settings. + + + + + + + + Copies all settings from the object passed as the parameter to the current object. + + + + A RichEditBehaviorOptions object whose settings are assigned to the current object. + + + + + + + + Specifies whether or not the Copy operation is permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies whether or not the Create New Document operation is permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies whether or not the Cut operation is permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Indicates the maximum default zoom factor of a RichEdit control. + + + A value, specifying the default maximum zoom factor (it equals positive infinity, by default). + + + + + + + + Indicates the minimum default zoom factor of a RichEdit control. + + + A value, specifying the default minimum zoom factor (it equals 0.09, by default). + + + + + + + + Specifies whether or not the Drag operation is permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies whether or not the Drop operation is permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies the settings applied to the default font of a RichEdit control. + + + A enumeration member, specifying the provider of the font settings. + + + + + + + Specifies the color settings applied to the default font of a RichEdit control. + + + A enumeration member, specifying the provider of the font color settings. + + + + + + + Specifies the upper limit of document zooming. + + + A value, specifying the maximum zoom factor. + + + + + + + Specifies the lower limit of document zooming. + + + A value, specifying the minimum zoom factor. + + + + + + + Specifies whether or not the Offfice Scrolling feature is enabled. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if office scrolling feature is enabled; otherwise, false. + + + + + + + Specifies whether or not the Open Document operation is permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies whether or not the overtype feature is allowed. + + + true if the overtype is allowed; otherwise, false. + + + + + + + Gets or sets whether a page break is inserted next to the specified position or in the new line. + + + A enumeration value. + + + + + + + Specifies whether or not the Paste operation is permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies the substitute character that is used to replace the line break in pasted HTML. + + + A enumeration value, specifying a substitute character for a HTML line break. + + + + + + + + Specifies whether or not to paste a cell from the clipboard as plain text. + + + true, to paste cell contents as plain text; otherwise, false. + + + + + + + Specifies whether or not the printing operations are permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies whether or not the Save Document operation is permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies whether or not the Save Document As... operation is permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies whether or not the RichEdit popup menu can be displayed. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies which character(s) to insert when pressing the TAB key. + + + + A value, specifying the character(s) to insert when the TAB key has been pressed. + + + + + + + Specifies whether or not the touch device input is analyzed. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + true if an operation is allowed; otherwise, false. + + + + + + + Specifies whether or not to use a font substitution for displaying characters that are missing in the current font. + + + true, to enable displaying substitution characters; otherwise, false. + + + + + + + + Specifies whether or not the Zoom operation is permitted. + + + A enumeration value. + + + + + + + For internal use. Use the property instead. + + + + true if an operation is allowed; otherwise, false. + + + + + + + + Represents the storage of settings which specify the document restrictions implemented in the XtraRichEdit. + + + + + + + Initializes a new instance of the FormattingMarkVisibilityOptions class with default settings. + + + + + + + + Gets or sets the visibility of the hidden text. + + + A enumeration member specifying the visibility of the hidden text. + + + + + + + Gets or sets whether the paragraph mark should be displayed. + + + A enumeration member specifying the visibility of the paragraph marks. + + + + + + + Not in use for the RichEditControl. + + + + + + + + + + Gets or sets whether space characters should be made visible. + + + A enumeration member specifying the visibility of the space characters. + + + + + + + Gets or sets whether tab characters should be made visible. + + + A enumeration member specifying the visibility of the tab characters. + + + + + + + + Lists values specifying the visibility of formatting marks. + + + + + + + + Formatting mark visibility is determined by the current view. + + + + + + + + Formatting marks are always hidden. + + + + + + + + Formatting marks are always visible. + + + + + + + + + Lists values specifying the visibility of bookmarks. + + + + + + + Bookmark visibility is determined by the current view. + + + + + + + + Bookmarks are always hidden. + + + + + + + + Bookmarks are always visible. + + + + + + + + + Lists measurement units used for the document layout. + + + + + + + Specifies documents (one three-hundredths of an inch) as measurement units. + + + + + + + + Specifies pixels as measurement units. + + + + + + + + Specifies twips (1,440 twips equal one inch, and 567 twips equal one centimeter) as measurement units. + + + + + + + + + Lists the availability of a certain functionality in the XtraRichEdit document. + + + + + + + The value is determined by the current setting. The default value is automatically set if it is not explicitly specified. + + + + + + + + The feature is not allowed and the corresponding commands are shown disabled. + + + + + + + + The feature is available and the corresponding commands are shown enabled. + + + + + + + + The feature is not available and the corresponding commands are hidden. + + + + + + + + + Represents settings which define the appearance of bookmarks in the document. + + + + + + + Initializes a new instance of the BookmarkOptions class with default settings. + + + + + + + + Gets or sets whether duplicate bookmark names are automatically replaced with auto-generated unique names. + + + True, to automatically replace duplicate names; otherwise, false. + + + + + + + Gets or sets the color used to indicate a bookmark in the document. + + + A structure representing ARGB color. + + + + + + + Gets or sets whether bookmarks are displayed in the document. + + + A enumeration value specifying whether bookmarks are visible. + + + + + + + + Interface implemented to facilitate creating certain types of RichEdit objects, such as commands. + + + + + + + For internal use. + + + An enumeration value. + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Provides a factory for creating platform-dependent mouse handlers. + + + A DevExpress.XtraRichEdit.Mouse.RichEditMouseHandlerStrategyFactory object or its platform-specific descendants. + + + + + + + For internal use. + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + Indicates whether the RichEditControl content can be printed or exported. + + + + true if the control can be printed and exported; otherwise, false. + + + + + + + + Indicates whether the control can be printed and the print preview for the control is available. + + + true if the control can be printed and exported, and print preview is available; otherwise, false. + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + Specifies whether or not the overtype mode is enabled for the RichEdit control. + + + true, to enable the overtype mode; otherwise false. + + + + + + + Indicates whether or not the overtype feature is allowed. + + + true if the overtype is allowed; otherwise, false. + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + + + + + For internal use. Invokes the bookmark form. + + + + + + + + For internal use. + + + + + + + + + + + + For internal use. + + + + + + + + Specifies whether or not the caret is displayed if the control is read-only. + + + true to show the caret; otherwise, false. + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + For internal use. Invokes a dialog used to edit a specified style. + + + + + + + + + + + + + + + + + + + + For internal use. Invokes a dialog used to edit a specified style. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. Invokes the Bullets and Numbering dialog that enables you to set numbered list options for the specified paragraphs. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + Invokes the Print dialog. + + + + + + + + Invokes the Print Preview window. + + + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + For internal use. Invokes the Table Options form that enables you to specify table margins and spacing. + + + + + + + + + + + + For internal use. + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + For internal use. Forces updating visual elements of the RichEdit control to display changes resulting from the background formatting. + + + + A delegate to perform within the UI thread. + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + Indicates whether or not the standard drag-and-drop mode is selected. + + + true if the standard drag-and-drop mode is in effect for the RichEditControl; otherwise, false. + + + + + + + For internal use. + + + + + + + + + + + Defines a layout element which has related . + + + + + + + Obtains location of the layout element that has the related . + + + A object that contains start and length of the document range. + + + + + + + + Toggles between normal and hidden text mode of the selection. + + + + + + + Initializes a new instance of the ToggleHiddenTextCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleHiddenTextCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleHiddenTextCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleHiddenTextCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents a base class for multiple command classes. + + + + + + + Performs a command action regardless of a command state. + + + + An interface defining the command state. + + + + + + + + + Represents a base class for RichEdit commands. + + + + + + + + Toggles the underline style on the selection. + + + + + + + Initializes a new instance of the ToggleFontUnderlineCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFontUnderlineCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleFontUnderlineCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFontUnderlineCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Updates the field's result. + + + + + + + Initializes a new instance of the UpdateFieldCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Initializes a new instance of the UpdateFieldCommand class with the specified owner and the specified field. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + A in the document to update. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the UpdateFieldCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to UpdateFieldCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to UpdateFieldCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Creates a new bookmark with the specified name that references the current selection. + + + + + + + Initializes a new instance of the CreateBookmarkCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + A string, specifying the name of the bookmark. + + + + + + + + Gets the name of the bookmark created by the command. + + + A string representing the bookmark's name. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a string resource identifier of a menu caption corresponding to CreateBookmarkCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents the base class for options used for saving (exporting) documents in different formats. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the DocumentExporterOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Gets or sets the URI of the document being exported. + + + A string representing the document URI. + + + + + + + + Represents the class containing options for the horizontal ruler. + + + + + + + Initializes a new instance of the HorizontalRulerOptions class with default settings. + + + + + + + + Gets or sets whether the left indent marker is visible. + + + true to display left indent marker; otherwise, false. + + + + + + + Gets or sets whether the right indent marker is visible. + + + true to display right indent marker; otherwise, false. + + + + + + + Gets or sets whether tab stops are displayed in the horizontal ruler. + + + true to display tab stops; otherwise, false. + + + + + + + + Represents the class containing options for the vertical ruler. + + + + + + + Initializes a new instance of the VerticalRulerOptions class with default settings. + + + + + + + + + Contains options used for loading (importing) documents in WordprocessingML (aka MS Word 2003 XML format). + + + + + + + Initializes a new instance of the WordMLDocumentImporterOptions class with default settings. + + + + + + + + + Contains options used for loading (importing) documents in RTF format. + + + + + + + Initializes a new instance of the RtfDocumentImporterOptions class with default settings. + + + + + + + + Copies the appropriate properties of the specified object into the current instance of the RtfDocumentImporterOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Specifies whether or not to display the text that has been removed using the "deleted" tag of the Track Changes feature. + + + true to omit the deleted text in a document; otherwise false. + + + + + + + + Contains options used for loading (importing) the document in Open XML format (aka MS Word 2007 default format, .docx). + + + + + + + Initializes a new instance of the OpenXmlDocumentImporterOptions class with default settings. + + + + + + + + + Contains options used for loading (importing) the document in OpenDocument text (.odt) format. + + + + + + + Initializes a new instance of the OpenDocumentImporterOptions class with default settings. + + + + + + + + + Contains options used for loading (importing) the document in Mht (Web Archive) format. + + + + + + + Initializes a new instance of the MhtDocumentImporterOptions class with default settings. + + + + + + + + Overrides the corresponding property of the base class to hide it. + + + An empty string. + + + + + + + + Contains options used for loading (importing) documents. + + + + + + + Initializes a new instance of the RichEditDocumentImportOptions class with default settings. + + + + + + + + Gets or sets the format that is used if no distinct format can be specified or recognized. + + + A enumeration member specifying the import format. + + + + + + + Provides access to options specific for importing documents in HTML format. + + + An object containing import settings. + + + + + + + Provides access to options specific for importing documents in Mht (Web Archive) format. + + + A object containing import settings. + + + + + + + Provides access to options specific for importing documents in OpenDocument text (.odt) format. + + + A object containing import settings. + + + + + + + Provides access to options specific for importing documents in OpenXml format (aka default MS Office 2007 format or .docx). + + + A object containing import settings. + + + + + + + Provides access to options specific for importing documents in plain text format. + + + A object containing import settings. + + + + + + + Provides access to options specific for importing documents in RTF format. + + + A object containing import settings. + + + + + + + Provides access to options specific for importing documents in WordML format. + + + A object containing import settings. + + + + + + + + Contains options used for saving (exporting) documents in WordprocessingML (aka MS Word 2003 XML format). + + + + + + + Initializes a new instance of the WordMLDocumentExporterOptions class with default settings. + + + + + + + + + Contains options used for saving (exporting) the plain text document. + + + + + + + Initializes a new instance of the PlainTextDocumentExporterOptions class with default settings. + + + + + + + + Copies the appropriate properties of the specified object into the current instance of the PlainTextDocumentExporterOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Gets or sets the character encoding for exported text. + + + A value. + + + + + + + Gets or sets the format string that specifies how the endnote number is transformed into a plain text string. + + + A format string to specify the text representation of an endnote number. + + + + + + + + Gets or sets the string used to mark the endnote in the resulting plain text. + + + A string that marks the endnote in the exported plain text. + + + + + + + Gets or sets whether document lists are distinguished by bullet symbols or numbers in the text output. + + + true to retain bullet symbols or numbers in the output; otherwise, false. + + + + + + + Gets or sets whether to append a new line symbol to the exported text if the range for export ends with a paragraph mark. + + + True, to export final paragraph mark as a new line symbol; otherwise, false. + + + + + + + Gets or sets whether to export hidden text as plain text. + + + true to include text marked as hidden to the exported plain text; otherwise, false. + + + + + + + Gets or sets a character or a string used to mark the end of a field code in the resulting text. + + + + A string that marks the end of the field code. + + + + + + + Gets or sets a character or a string used to mark the start of a field code in the resulting text. + + + + A string that marks the beginning of the field code. + + + + + + + Gets or sets a character or a string used to mark the end of a field result in the exported text. + + + + A string that marks the end of the field result. + + + + + + + Gets or sets the format string that specifies how the footnote number is transformed into a plain text string. + + + A format string to specify the text representation of an endnote number. + + + + + + + + Gets or sets the string used to mark the footnote in the resulting plain text. + + + A string that marks the footnote in the exported plain text. + + + + + + + + Contains options used for saving (exporting) the document in Open XML format (aka MS Word 2007 default format, .docx). + + + + + + + Initializes a new instance of the OpenXmlDocumentExporterOptions class with default settings. + + + + + + + + Gets or sets whether the alternate names (aliases) for built-in styles are allowed in the exported file. + + + True, to allow aliases for built-in style names; otherwise, false. + + + + + + + Specifies the directory in which the RichEdit control should save document images. + + + + true to store document images in the "\word\images" folder; false to use the "\images" folder instead. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the OpenXmlDocumentExporterOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Gets or sets whether bookmark names longer than 40 characters should be automatically renamed in the exported file. + + + True, to automatically rename bookmarks with name length of 40 characters or more; otherwise, false. + + + + + + + Gets or sets whether font names longer than 31 characters should be truncated in the exported file. + + + True, to truncate font names with more than 31 characters; otherwise, false. + + + + + + + Gets or sets whether style with names longer than 253 characters should be automatically renamed in the exported file. + + + + True, to rename styles with names longer than 253 characters; otherwise, false. + + + + + + + + Contains options used for saving (exporting) the document in OpenDocument text (.odt) format. + + + + + + + Initializes a new instance of the OpenDocumentExporterOptions class with default settings. + + + + + + + + + Contains options used for saving (exporting) the document in Mht (Web Archive) format. + + + + + + + Initializes a new instance of the MhtDocumentExporterOptions class with default settings. + + + + + + + + Overrides the corresponding property of the base class, to hide it. + + + Always false. + + + + + + + + Converts a hyperlink to plain text. + + + + + + + Initializes a new instance of the RemoveHyperlinkFieldCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + For internal use. Initializes a new instance of the RemoveHyperlinkFieldCommand class with the specified settings. + + + + An object implementing the interface, specifying the owner of the command. + + + + A DevExpress.XtraRichEdit.Model.Field object. + + + + + + + + Gets a string resource identifier of a command description. + + + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the RemoveHyperlinkFieldCommand. + + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to RemoveHyperlinkFieldCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to RemoveHyperlinkFieldCommand. + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to switch the current view to the . + + + + + + + Initializes a new instance of the SwitchToSimpleViewCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SwitchToSimpleViewCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SwitchToSimpleViewCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SwitchToSimpleViewCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to switch the current view to the . + + + + + + + Initializes a new instance of the SwitchToPrintLayoutViewCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SwitchToPrintLayoutViewCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SwitchToPrintLayoutViewCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SwitchToPrintLayoutViewCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to switch the current view to the . + + + + + + + Initializes a new instance of the SwitchToDraftViewCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SwitchToDraftViewCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SwitchToDraftViewCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SwitchToDraftViewCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Symbol dialog window. + + + + + + + Initializes a new instance of the ShowSymbolFormCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ShowSymbolFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowSymbolFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowSymbolFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + + Returns true. + + + + + + + + Invokes the Bullets And Numbering dialog window. + + + + + + + Initializes a new instance of the ShowNumberingListFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ShowNumberingListFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowNumberingListFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowNumberingListFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Edit Hyperlink dialog window. + + + + + + + Initializes a new instance of the ShowHyperlinkFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowHyperlinkFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowHyperlinkFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowHyperlinkFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Invokes the Bookmark dialog window. + + + + + + + Initializes a new instance of the ShowBookmarkFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowBookmarkFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowBookmarkFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowBookmarkFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + A command to accomplish actions equivalent to pressing the Enter key. + + + + + + + Initializes a new instance of the EnterKeyCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the EnterKeyCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to EnterKeyCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents the base class for ruler options. + + + + + + + Gets or sets whether the ruler is shown. + + + A enumeration member specifying the visibility mode. + + + + + + + + Specifies the visibility of a ruler. + + + + + + + The ruler visibility is determined by the current view. + + + + + + + + The ruler is always hidden. + + + + + + + + The ruler is always visible. + + + + + + + + + Lists the values used to specify the drag-and-drop mode of the DragDropMode. + + + + + + + This mode is suitable for mutli-thread applications, when no Drag~ events of the RichEditControl can be raised. + + + + + + + + This mode is suitable for single-thread applications. If this mode is enabled, all Drag~ events of the RichEditControl are correctly raised when objects are dragged and dropped. + + + + + + + + + Lists conditions for the line numbering to revert to the start value. + + + + + + + Specifies that line numbering for the current section shall continue from the line numbering at the end of the previous section, if any. + + + + + + + + + Specifies that line numbering for the current section shall revert to the start value on a new page. + + + + + + + + + Specifies that line numbering for the current section shall revert to the start value when a new section begins. + + + + + + + + + + Defines line numbers in the left margin or to the left of each column in the document's . + + + + + + + Gets or sets the line number increments to be displayed in the current document. + + + An integer by which the line number increments. + + + + + + + Gets or sets the distance between the line number and the start of the line. + + + A value specifying the line numbering indent, measured in units + + + + + + + Gets or sets when the line numbering should be reset to the line number specified by the value. + + + A enumeration member, specifying the restart type. By default, it is set to . + + + + + + + + Gets or sets the starting value used for the first line. + + + An integer specifying the line number of the first line. + + + + + + + + Defines a hyperlink in the document. + + + + + + + Gets or sets the name of a bookmark in the current document which shall be the target of the hyperlink. + + + A string representing the bookmark's name. + + + + + + + + Gets or sets a URI to navigate to when the hyperlink is activated. + + + A string representing an URI. The default is null. + + + + + + + Gets the document range associated with the hyperlink. + + + A object representing the document range occupied by a hyperlink. + + + + + + + Gets or sets the target window or frame in which to display the web page content when the hyperlink is clicked. + + + A string, representing a predefined name of the target window (frame). By default it is an empty string. + + + + + + + + Gets or sets a text for the tooltip displayed when the mouse hovers over a hyperlink. + + + A string containing the tooltip text. + + + + + + + Gets or sets whether the location referred to by a hyperlink has been recently visited. + + + true if the hyperlink URI has been recently opened in the browser; otherwise, false. + + + + + + + + Defines a bookmark in the document. + + + + + + + Gets the name of a bookmark in the document. + + + A string, representing the bookmark's name. + + + + + + + Gets the range that represents the part of a document contained in the bookmark. + + + A object representing the document range contained in the bookmark. + + + + + + + + An interface that defines a collection of objects. + + + + + + + Creates a hyperlink for the document range, starting at the specified position, and extending through the specified length and adds it to the collection. + + + + A object specifying a starting position of a range associated with the hyperlink. + + + + An integer specifying the length of a hyperlink's range. + + + A interface exposing the created hyperlink. + + + + + + + Creates a hyperlink for the specified document range and adds it to the collection. + + + + A object specifying a range associated with the hyperlink. + + + A interface exposing the created hyperlink. + + + + + + + Converts a hyperlink to plain text. + + + + A to convert. + + + + + + + + + An interface that defines a collection of objects. + + + + + + + Creates a bookmark for the specified range with the specified name and adds it to the collection. + + + + A specifying a portion of a document contained within the bookmark. + + + + A string specifying the bookmark name. + + + A object specifying the created bookmark. + + + + + + + Creates a bookmark with the specified name for the range that starts at the specified position and has the specified length and adds it to the collection. + + + + A specifying the starting position for the bookmark. + + + + An integer specifying the length of the range contained in the bookmark. + + + + + A string specifying the bookmark name. + + + A object specifying the created bookmark. + + + + + + + Gets the Bookmark object specified by its name. + + + + A string specifying the bookmark name. + + + A object which represents the bookmark with the specified name. + + + + + + + Removes the specified bookmark from the collection. + + + + A object specifying a bookmark in the document. + + + + + + + + Selects a range associated with the specified bookmark. + + + + A object specifying a bookmark in the document. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender ( a ). + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the HyperlinkClickEventArgs class with the specified hyperlink and key modifiers. + + + + A object representing a hyperlink that is clicked. + + + + A value representing modifier flags. + + + + + + + + + Indicates whether the ALT key was pressed. + + + true if an ALT key was pressed; otherwise, false. + + + + + + + Indicates whether the CTRL key was pressed. + + + true if a CTRL key was pressed; otherwise, false. + + + + + + + Gets or sets whether the default action associated with the hyperlink click is required. + + + true if no default action is necessary; otherwise, false. + + + + + + + Gets a clicked hyperlink. + + + A object representing a clicked link. + + + + + + + Gets the modifier flags for a hyperlink click. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed. + + + + A value representing one or more modifier flags. + + + + + + + Indicates whether the SHIFT key was pressed. + + + true if a SHIFT key was pressed; otherwise, false. + + + + + + + + Represents settings which define the appearance and behavior of hyperlinks in the document. + + + + + + + Initializes a new instance of the HyperlinkOptions class with default settings. + + + + + + + + Gets or sets the modifier flags required to activate a hyperlink. The flags indicate which combination of CTRL, SHIFT, and ALT keys should be pressed before a link is clicked, to activate it. + + + A value representing one or more modifier flags. + + + + + + + Gets or sets whether the hyperlink should display a tooltip. + + + true to display a tooltip; otherwise, false. + + + + + + + + Navigates to the document bookmark or URI (uniform resource identifier) specified for the hyperlink. + + + + + + + Initializes a new instance of the OpenHyperlinkCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + For internal use. Initializes a new instance of the OpenHyperlinkCommand class with the specified settings. + + + + An object implementing the interface, specifying the owner of the command. + + + + A DevExpress.XtraRichEdit.Model.Field object. + + + + + + + + Gets a string resource identifier of a command description. + + + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the OpenHyperlinkCommand. + + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to OpenHyperlinkCommand. + + + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles the subscript style on the selection. + + + + + + + Initializes a new instance of the ToggleFontSubscriptCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFontSubscriptCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleFontSubscriptCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFontSubscriptCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Contains options used for loading (importing) the plain text document. + + + + + + + Initializes a new instance of the PlainTextDocumentImporterOptions class with default settings. + + + + + + + + Gets or sets whether the XtraRichEdit will try to determine the encoding of the loaded text for correct display. + + + true to switch the encoding autodetection on; otherwise, false. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the PlainTextDocumentImporterOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Gets or sets the encoding used to interpret characters in the document. + + + A object providing the conversion between certain encoding and Unicode. + + + + + + + Overrides the corresponding property of the base class to hide it. + + + + + + + + + + + Contains options used for loading (importing) the HTML document. + + + + + + + Initializes a new instance of the HtmlDocumentImporterOptions class with default settings. + + + + + + + + Gets or sets whether images are loaded synchronously or asynchronously when importing an HTML document. + + + + true to load images asynchronously; otherwise, false. + + + + + + + Gets or sets whether the auto-detection of the charset of the html file is enabled. + + + true to enable the auto-detect option; otherwise, false. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the HtmlDocumentImporterOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Gets or sets the encoding used to interpret characters in the document. + + + A object providing the conversion between certain encoding and Unicode. + + + + + + + Specifies whether or not to ignore the "float" setting of HTML elements in the imported document. + + + true to import floating objects as inline elements; otherwise false. + + + + + + + Gets or sets whether the character encoding specified in the META element should be ignored. + + + true to ignore character encoding in the META element; otherwise, false. + + + + + + + Specifies whether or not to replace all white space characters inside the "pre" tag with non-breaking spaces. + + + true to replace all white space characters with non-breaking spaces inside the "pre" tag; otherwise false. + + + + + + + Overrides the corresponding property of the base class to hide it. + + + + + + + + + + + Represents the base class for options used for loading (importing) the document in different formats. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the DocumentImporterOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Gets or sets the base URI for the external content of the document. + + + + A string representing a base URI used for constructing an actual URI. + + + + + + + Provides access to options that specify whether a certain document field is updated during import. + + + A object containing update options for various fields. + + + + + + + + Base element for parts of a page which relate to document ranges. + + + + + + + Gets columns of the current page. + + + A collection containing columns of the current page. + + + + + + + + Increases the indent by the size of one tab or inserts the tab. + + + + + + + Initializes a new instance of the TabKeyCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the TabKeyCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to TabKeyCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents an object used to export the document content in HTML format. + + + + + + + Initializes a new instance of the HtmlExporter class with the specified Document Model and HTML export options. + + + + A current Document Model. + + + + A instance containing HTML export options. + + + + + + + + + Increments the indent level of a paragraph in a numbered list. + + + + + + + Initializes a new instance of the IncrementNumerationParagraphIndentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a string resource identifier of a menu caption corresponding to IncrementNumerationParagraphIndentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + The border characteristics of a table. + + + + + + + + Gets or sets the color of the border line. + + + A instance specifying the border line color. + + + + + + + Gets or sets the style used to paint a border line. + + + A enumeration member specifying the line style. + + + + + + + Gets or sets the line width. + + + A value that is the line width in points. + + + + + + + + Lists types of paths used in exported documents to specify links to external content. + + + + + + + The exported document contains absolute paths to external content. + + + + + + + + The exported document contains relative paths to external content. + + + + + + + + + Lists conditions for highlighting the fields in the document. + + + + + + + Document fields are always highlighted. + + + + + + + + Default highlight mode. + + + + + + + + Document fields are not visually recognized. + + + + + + + + + Represents settings which define the appearance and behavior of the document fields. + + + + + + + Initializes a new instance of the FieldOptions class with default settings. + + + + + + + + Gets or sets the color used to highlight the document fields. + + + A value representing the highlight color. + + + + + + + Gets or sets when the document fields should be highlighted. + + + A enumeration member specifying the condition. + + + + + + + Gets or sets whether to throw exception if a field formatting switch is not recognized. + + + True, to throw exception on an invalid field formatting switch; otherwise, false. + + + + + + + + Specifies whether to refresh the values of document variables when they are to be copied to the clipboard. + + + true to ensure that the copied values are up to date; otherwise false. + + + + + + + Specifies whether to refresh the values of document variables when the document is to be printed. + + + true to ensure that the printed values are up to date; otherwise false. + + + + + + + Gets or sets whether document fields contained in the pasted range should be updated. + + + true, to update fields in the pasted range; otherwise, false. + + + + + + + Gets or sets whether the current culture's short date and time display settings should be used to format DateTime value for display. + + + true, to use the current culture settings; false to use a predefined fixed format. + + + + + + + + + Defines the interface used for text searching. + + + + + + + Gets the search result. + + + A object representing the text range that matches the search string. + + + + + + + Performs a search. + + + true if the search text is found; otherwise, false. + + + + + + + Performs a text replacement. + + + + A replacement string. + + + + + + + + Restarts the search. + + + + + + + + + Lists options used for searching. + + + + + + + Performs a case sensitive search. Only exact matches are found (e.g. "myString" matches "myString" but not "mystring"). + + + + + + + + + Performs a search regardless of the case of the characters. Finds the occurrence of a string in a text. Strings will match even if the case is different (e.g. "mystring" will match "myString"). + + + + + + + + Search strings will only match if neither an alphabetical character nor a decimal digit occurs on either side of the string. + + + + + + + + + + List search directions. + + + + + + + Search is performed backward, from the end to the start of the range. + + + + + + + + Search is performed forward, from the start to the end of the range. + + + + + + + + + Base class for layout elements. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets coordinates of a rectangle which encompasses the layout element. + + + A structure specifying the coordinates of the layout element. + + + + + + + Returns the parent layout element of the type designated by the specified generic type parameter. + + + The layout element of the type designated by the specified generic type parameter. + + + + + + + Gets coordinates of the specified layout element relative to its container. + + + + A descendant that is the element whose relative position is obtained. + + + A structure specifying the coordinates of the layout element. + + + + + + + Returns the element which is one step higher in the layout hierarchy. + + + A descendant which is the parent of the current layout element. + + + + + + + Gets the type of the layout element. + + + A enumeration value. + + + + + + + + Enumerates list representations in the resulting RTF file. + + + + + + + Lists are saved as plain text only, no specific RTF autonumber instructions are included. + + + + + + + + Lists are saved as text with autonumber instructions, as the RTF standard defines. + + + + + + + + + Contains options for exporting the document in RTF format. + + + + + + + Initializes a new instance of the RtfDocumentExporterOptions class with default settings. + + + + + + + + Provides access to options affecting the compatibility of exported files with different RTF editors. + + + A object containing certain options that affect export compatibility. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the RtfDocumentExporterOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Enables you to add the '\par' tag to the end of RTF content. + + + An enumeration member. Default is . + + + + + + + Gets or sets the way the lists are represented in the exported RTF document. + + + A enumeration member specifying how the lists are exported. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + true, to enclose the content in RTF file in curly braces; otherwise, false. + + + + + + + + Represents the settings that affect the portability of the exported file. + + + + + + + + Initializes a new instance of the RtfDocumentExporterCompatibilityOptions class with default settings. + + + + + + + + Specifies tags used to represent the BackColor attribute in a resulting RTF document. + + + + A enumeration value. + + + + + + + Copies the appropriate properties of the specified object into the current instance of the RtfDocumentExporterCompatibilityOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Gets or sets whether inline objects are saved in the RTF file twice - as an object and as metafile content. + + + + true to duplicate objects as metafiles when saving; otherwise, false. Default value is false. + + + + + + + + Enumerates possible ways to represent lists in the resulting HTML document. + + + + + + + Uses HTML tags to mark lists. + + + + + + + + Uses characters to mark lists. + + + + + + + + + Lists possible ways to export style information. + + + + + + + Saves style sheets incorporated in the main document. + + + + + + + + Saves style sheets in a separate CSS file. + + + + + + + + CSS is embedded by placing it as an attribute to an HTML tag. + + + + + + + + CSS is included as a link to an external CSS-file. + + + + + + + + CSS is included in a tag. + + + + + + + + + Represents a collection of fields in the document. + + + + + + + Add a field specified by its code to the field collection. + + + + A representing the position at which the field is inserted. + + + + A string representing the field's code. + + + A object representing the newly created field. + + + + + + + Create a field from the specified range and add it to the field collection. + + + + A representing a range transformed to a field. + + + A object representing the newly created field. + + + + + + + Creates a field from the specified range and adds it to the field collection. + + + + A object specifying a range to be transformed to a field. + + + A object specifying the newly created field. + + + + + + + Adds a field specified by its code to the field collection. + + + + A at which the field is inserted. + + + + A string specifying the field's code. + + + A object specifying the newly created field. + + + + + + + Updates all fields in the collection. + + + + + + + + + Represents a field in the document. + + + + + + + Gets the range containing the field codes. + + + A object representing the range occupied by the field's code. + + + + + + + + Gets the outer field for the nested field. + + + A object. + + + + + + + Gets the document range occupied by the field. + + + A object representing the range containing the field, including the codes and field's result. + + + + + + + + + Gets the range containing the field result. + + + A object representing the range occupied with the field's result. + + + + + + + Gets or sets whether to show the field's codes. + + + true to show the field's codes; otherwise, false. + + + + + + + Updates the result of the field. + + + + + + + + + Defines the provider of the locations for external objects in document export. + + + + + + + + Contains options for exporting the document in HTML format. + + + + + + + Initializes a new instance of the HtmlDocumentExporterOptions class with default settings. + + + + + + + + Copies the appropriate properties of the specified object into the current instance of the HtmlDocumentExporterOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Gets or sets how the style sheets properties are exported. + + + A enumeration value specifying the export type. + + + + + + + Specifies whether or not the formatting is exported in HTML style sheet. + + + true, to export default character properties of the document; otherwise, false. + + + + + + + + Specifies whether images are embedded in an HTML document. + + + + true to embed images in a page; otherwise, false. + + + + + + + Gets or sets the character encoding used in an exported document. + + + + A class representing the character encoding. + + + + + + + Gets or sets the string used to construct the name of the endnote reference in an exported document. + + + + A string used as a footnote name prefix. + + + + + + + Gets or sets the format string that specifies how the endnote number is transformed into a string to construct the name of the endnote reference in exported document. + + + A format string to specify the text representation of an endnote number. + + + + + + + + Gets or sets how the current image size is preserved in the resulting HTML output. + + + An enumeration value. + + + + + + + Gets or sets the root tag of the HTML document to start the export. + + + An enumeration value specifying the HTML document tag. + + + + + + + Gets or sets the measurement unit to specify font size when exporting to HTML. + + + A enumeration member specifying the unit for the font size. + + + + + + + Gets or sets the string used to construct the name of the footnote reference in an exported document. + + + A string used as a footnote name prefix. + + + + + + + Gets or sets the format string that specifies how the footnote number is transformed into a string to construct the name of the footnote reference in exported document. + + + A format string to specify the text representation of a footnote number. + + + + + + + Gets or sets how the lists are represented in the resulting document. + + + A enumeration value specifying how the lists are exported. + + + + + + + Gets or sets whether paragraphs with different values are exported as text enclosed in the tag. + + + + true, to export paragraphs using tags, disregarding their outline level; otherwise, false. + + + + + + + Fixes incorrect export of images in metafile formats. + + + True, to export an image in its original size; otherwise, false. + + + + + + + + Gets or sets the graphics resolution used to save images when a document is exported in HTML format. + + + An integer that specifies image resolution. By default, it equals 96 dpi or the current System.Drawing.Graphics.DpiX value. + + + + + + + + Gets or sets a character or a string used to replace a tab symbol when exporting a document in HTML format. + + + A string replacement for the tab symbol. + + + + + + + Gets or sets whether Table of Contents entries are underlined in a document exported to HTML format. + + + + true, to set the underline attribute for the TOC entry font; otherwise, false. + + + + + + + Specifies how the links to external content are saved in the exported document. + + + A enumeration member specifying an absolute or relative path. + + + + + + + Gets or sets whether the DOCTYPE declaration conforms with HTML5. + + + true, to declare the DOCTYPE as HTML5; otherwise, false. + + + + + + + + + Displays or hide actual data in MERGEFIELD fields. + + + + + + + + Initializes a new instance of the ToggleViewMergedDataCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleViewMergedDataCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleViewMergedDataCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleViewMergedDataCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles field code display on/off. + + + + + + + Initializes a new instance of the ToggleFieldCodesCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Initializes a new instance of the ToggleFieldCodesCommand class with the specified owner and the specified field. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + A object representing a document field for which to show/hide codes. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFieldCodesCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleFieldCodesCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFieldCodesCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the dialog window that allows inserting merged fields from the database into the document. + + + + + + + Initializes a new instance of the ShowInsertMergeFieldFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowInsertMergeFieldFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowInsertMergeFieldFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowInsertMergeFieldFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to display merged data in place of field codes. + + + + + + + Initializes a new instance of the ShowAllFieldResultsCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowAllFieldResultsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowAllFieldResultsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowAllFieldResultsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to display all field codes in place of the fields in the document. + + + + + + + + Initializes a new instance of the ShowAllFieldCodesCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowAllFieldCodesCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowAllFieldCodesCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowAllFieldCodesCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically a ). + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the BeforeImportEventArgs class with the specified values. + + + + A enumeration value specifying the export format. + + + + An object exposing the DevExpress.XtraRichEdit.Export.IImporterOptions interface, such as the object and its descendants. + + + + + + + + Gets the format of the document being imported. + + + A enumeration value. + + + + + + + Provides access to the importer options. + + + An interface defining import options. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event sender (typically a ). + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the BeforeExportEventArgs class with the specified values. + + + + A enumeration value specifying the export format. + + + + An object exposing the interface, such as the object and its descendants. + + + + + + + + Gets the format of the document being exported. + + + A enumeration value. + + + + + + + Provides access to the exporter options. + + + An interface defining export options. + + + + + + + + Specifies the default mail merge options. + + + + + + + Initializes a new instance of the RichEditMailMergeOptions class with default settings. + + + + + + + + Specifies the index of a data record displayed by fields in a mail-merge document. + + + + An integer value, specifying the ordinal number of a record in a data source. + + + + + + + Allows you to specify group and decimal separators used in a numeric format switch. + + + + A object. + + + + + + + Specifies the member of a mail-merge document's data source. + + + A value, specifying the data member name. + + + + + + + Specifies the data source of a mail-merge document. + + + A value, specifying the document data source. + + + + + + + Specifies whether or not the last paragraph of the inserted document is kept in the resulting document. + + + true, to retain the last paragraph of the inserted document; otherwise, false. + + + + + + + Specifies whether to display field results or field codes in a mail-merge document. + + + + true, to display actual data; otherwise, false. + + + + + + + + Lists delimiters that start the new merged range. + + + + + + + Enables you to join rows, which result from a mail merge involving a table with merged fields, into a whole table. + + + + + + + + Specifies that the next merged range starts with a new paragraph. + + + + + + + + + Specifies that the next merged range starts with a new section. The section break type is obtained from the previous section break or set to the NextPage by default. For headers and footers, it is the only allowed option. + + + + + + + + + + Defines the mail merge options. + + + + + + + Gets or sets whether all styles contained in the template are copied to the resulting document. + + + true to copy all styles to the merged document; otherwise, false. + + + + + + + Gets or sets a specific data member in a data source that contains several tables or members. + + + A string value representing the data source member. + + + + + + + Gets or sets the data source for the mail merge. + + + An object that represents the data source from which the merged data is retrieved. + + + + + + + Gets or sets the record index from which the merge starts. + + + An integer, specifying the starting record index. + + + + + + + Gets ors sets whether headers (footers) in the merged document have the same content in all sections. + + + + true, to link headers (footers) one to another so that they have the same content; otherwise, false. + + + + + + + Gets or sets the record index at which the merge finishes. + + + An integer, specifying the final record index. + + + + + + + Gets or sets how the merged ranges are delimited in the resulting document. + + + A enumeration value specifying the delimiter. + + + + + + + + Base class for inline layout elements. + + + + + + + Gets the type of the box descendant. + + + A enumeration member indicating the type of the box element. + + + + + + + + A method that will handle the CommentInserted event of the RichEditControl. + + + + + + + Represents a method that will handle the and events. + + + + The event sender (typically a RichEditControl). + + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Provides access to the comment to edit its properties and content. + + + A object that is the comment in the document. + + + + + + + Gets the index of a comment in the collection of comments in a document. + + + An integer that is the index in the collection. + + + + + + + + Changes selected text between title case, upper case, and lower case. + + + + + + + Initializes a new instance of the ChangeCaseCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeCaseCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeCaseCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Combines the page index and position in the page layout. + + + + + + + + Gets the index of a page. + + + An integer that is the zero-based page index. + + + + + + + Gets the location of the point on a page. + + + A object that is the location of the point on a page. + + + + + + + + Combines the page index and page bounds. + + + + + + + + Gets coordinates of a rectangle which encompasses the page. + + + A structure specifying the coordinates of the layout element. + + + + + + + Gets the index of a page. + + + An integer that is the zero-based page index. + + + + + + + + Deletes all currently visible comments. + + + + + + + Initializes a new instance of the DeleteAllCommentsShownCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeleteAllCommentsShownCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to DeleteAllCommentsShownCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteAllCommentsShownCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a list of visible comments to delete. + + + A object. + + + + + + + + A collection of elements. + + + + + + + Initializes a new instance of the RangePermissionHighlightAreaCollection class with default settings. + + + + + + + + + Replaces the current misspelling with an appropriate substitute from a connected dictionary. + + + + + + + Initializes a new instance of the ReplaceMisspellingCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Initializes a new instance of the ReplaceMisspellingCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl). + + + + A string that is the suggested word to substitute a misspelled word. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ReplaceMisspellingCommand. + + + A member, identifying the command. + + + + + + + Gets the menu caption associated with the current command. + + + A string representing the text of the menu item. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ReplaceMisspellingCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets or sets a word to substitute for a misspelled word. + + + + A value, specifying the suggested replacement. + + + + + + + + A collection of elements. + + + + + + + Initializes a new instance of the HiddenTextUnderlineBoxCollection class with default settings. + + + + + + + + + Container for table characteristics used to specify table cell characteristics for table styles. + + + + + + + Gets or sets the property for the specified cells. + + + A value or null if the color is not set or is not the same for the specified cells. + + + + + + + Gets or sets the property of a table cell. + + + A value or null if the padding is not set or is not the same for the specified cells. + + + + + + + Gets or sets the property of a table cell. + + + A value or null if the padding is not set or is not the same for the specified cells. + + + + + + + Gets or sets the property of a table cell. + + + A value or null if the padding is not set or is not the same for the specified cells. + + + + + + + Gets or sets the property of a table cell. + + + A value or null if the padding is not set or is not the same for the specified cells. + + + + + + + Gets or sets whether a text is wrapped in the specified cells. + + + true if text is wrapped in all specified cells; false if text is not wrapped in all specified cells, or null if some cells wrap text and other cells do not. + + + + + + + Resets the table cell properties to the properties specified by the underlying table style or to default properties. + + + + + + + + Resets the table cell properties specified by the mask to the properties of the underlying table style or to default properties. + + + + A enumeration value. + + + + + + + + Provides access to an object that allows you to specify characteristics for cell borders. + + + A object. + + + + + + + Gets or sets the vertical justification of content inside a table cell. + + + A enumeration value if all specified cells have the same alignment; otherwise, null. + + + + + + + + A collection of styles for table cells in a Snap application. + + + + + + + Add a style to the collection of styles in the current document. + + + + A class instance that is a table style. + + + + + + + + Creates a new table cell style. + + + A object that is a table cell style. + + + + + + + Marks the specified style as deleted, so it can no longer be applied. + + + + A to delete. + + + + + + + + Returns a table cell style with the specified name. + + + + A value, specifying the item name. + + + A value. + + + + + + + + A single style that can be applied to a cell in a table of a Snap application. + + + + + + + Gets whether the specified style is marked as deleted. + + + true if the style is deleted; otherwise, false. + + + + + + + Gets or sets the name of the style. + + + A string specifying the style name. + + + + + + + Gets or sets the style from which the current style inherits. + + + A object that is the parent style. + + + + + + + + + A collection of objects. + + + + + + + Creates a new with the specified settings. + + + + A for which a comment is being created. + + + + A value that sets the property. + + + + A value that sets the property. + + + A object. + + + + + + + Creates a new with the specified settings. + + + + A for which a comment is being created. + + + + A value that sets the property. + + + A object. + + + + + + + Creates a new with the specified settings. + + + + A value that specifies the start of the for which a comment is being created. + + + + An integer value that specifies the of the range. + + + + A value that sets the property. + + + + + A value that sets the property. + + + + A object. + + + + + + + Creates a new with the specified settings. + + + + A value that specifies the start of the for which a comment is being created. + + + + + An integer value that specifies the of the range. + + + + A value that specifies the property. + + + A object. + + + + + + + Creates a comment for the specified range and assigns the comment's name, author and creation date. + + + + A that is the range in the document for which a comment is created. + + + + A string that is the short name of the comment's author. + + + + A string that specifies the comment's author. + + + + A object that is the comment creation date. + + + + A string that indicates the parent element. Currently not in use. + + + A object successfully created. + + + + + + + Creates a comment for the specified range and assigns the comment's name, author and creation date. + + + + A that specifies the start of the range being commented. + + + + An integer that specifies the number of positions by which a document range extends. + + + + A string that is the short name of the comment's author. + + + + A string that specifies the comment's author. + + + + A object that is the comment creation date. + + + + A string that indicates the parent element. Currently not in use. + + + A object successfully created. + + + + + + + Returns a comment with the specified name. + + + + A value, specifying the item name. + + + A value. + + + + + + + Removes the specified comment from the collection. + + + + A object to remove from the collection. + + + + + + + + Deletes a comment specified by its index. + + + + An integer that is the index of a comment in a collection of comments in a document. + + + + + + + + Selects the specified comment in a document. + + + + A object to select in the collection. + + + + + + + + + + A collection of elements. + + + + + + + Initializes a new instance of the BoxCollection class with default settings. + + + + + + + + + Ignores the current misspelling. + + + + + + + For internal use. Initializes a new instance of the IgnoreMisspellingCommand class with the specified settings. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Initializes a new instance of the IgnoreMisspellingCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the IgnoreMisspellingCommand. + + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to IgnoreMisspellingCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Ignores any misspellings found in a document. + + + + + + + Initializes a new instance of the IgnoreAllMisspellingsCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the IgnoreAllMisspellingsCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to IgnoreAllMisspellingsCommand. + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Deletes a repeated word from a document. + + + + + + + For internal use. Initializes a new instance of the DeleteRepeatedWordCommand class with the specified settings. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Initializes a new instance of the DeleteRepeatedWordCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeleteRepeatedWordCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteRepeatedWordCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Adds a word to the dictionary. + + + + + + + For internal use. Initializes a new instance of the AddWordToDictionaryCommand class with the specified settings. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Initializes a new instance of the AddWordToDictionaryCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the AddWordToDictionaryCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to AddWordToDictionaryCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Lists the value masks available for paragraph properties. + + + + + + + 0x00000001 + + + + + + + + 0x7FFFFFFF + + + + + + + + 0x00020000 + + + + + + + + 0x00000200 + + + + + + + + 0x00000040 + + + + + + + + 0x00004000 + + + + + + + + 0x00000002 + + + + + + + + 0x00000020 + + + + + + + + 0x00000000 + + + + + + + + 0x00010000 + + + + + + + + 0x00000400 + + + + + + + + 0x00000004 + + + + + + + + 0x00000010 + + + + + + + + 0x00000008 + + + + + + + + 0x00000080 + + + + + + + + 0x00000100 + + + + + + + + + Lists the value masks available for character properties. + + + + + + + 0x7FFFFFFF + + + + + + + + 0x00000040 + + + + + + + + 0x00000100 + + + + + + + + 0x00000004 + + + + + + + + 0x00000001 + + + + + + + + 0x00000002 + + + + + + + + 0x00000080 + + + + + + + + 0x00004000 + + + + + + + + 0x00000008 + + + + + + + + 0x00008000 + + + + + + + + 0x00000000 + + + + + + + + 0x00010000 + + + + + + + + 0x00002000 + + + + + + + + 0x00000010 + + + + + + + + 0x00000200 + + + + + + + + 0x00000020 + + + + + + + + + Defines a collection of document images. + + + + + + + Appends the specified image to the end of the document. + + + + A object specifying the image to append. + + + A object specifying the image appended to the document. + + + + + + + Appends the specified image to the end of the document. + + + + A object specifying the image to append. + + + A object specifying the image appended to the document. + + + + + + + Inserts an image at the specified position in the document. + + + + + A object specifying the position to insert an image. + + + + A object containing information about the image to insert. + + + A object specifying the inline image in the document. + + + + + + + Inserts an image at the specified position in the document. + + + + + A object specifying the position to insert an image. + + + + A object specifying the image to insert. + + + A object specifying the inline image in the document. + + + + + + + + Defines an image in the document. + + + + + + + Provides access to the source image displayed as an inline object in the document. + + + An object specifying the image incorporated in the document. + + + + + + + Gets the original size of the image. + + + The object representing the original size of the image, measured in current units. + + + + + + + Gets the range to which the inline image belongs. + + + A object specifying the image location in the document. + + + + + + + Specifies the X-scaling factor of the inline image. + + + A float value, specifying the scaling factor for the X-axis. + + + + + + + Specifies the Y-scaling factor of the inline image. + + + A float value, specifying the scaling factor for the Y-axis. + + + + + + + Specifies the size of the inline image. + + + A object representing the image size in current units of measurement. + + + + + + + Gets or sets the original location from where the image has been inserted. + + + A string specifying the image source URI. + + + + + + + + Represents an object that provides an image for a document. + + + + + + + Creates an image source object from the specified file. + + + + A string that contains the name of the file from which to create the image. + + + A object representing the image in the document. + + + + + + + Creates an image source object from the specified image. + + + + An object. + + + A object representing the image in the document. + + + + + + + Creates an image source object from the specified data stream. + + + + A containing image data. + + + A object representing the image in the document. + + + + + + + Creates an image source object from the specified URI string. + + + + A string of characters identifying the resource in the Internet that can be interpreted as an image. + + + + An object providing the IUriStreamService interface which allows obtaining a data stream for a specified URI. + + + + A object representing the image in the document. + + + + + + + + Invokes the Search and Replace form that enables the user to search for specific text and replace it with a specified string. + + + + + + + Initializes a new instance of the ReplaceCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ReplaceCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ReplaceCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ReplaceCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Reverses actions of the previous . + + + + + + + Initializes a new instance of the RedoCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the RedoCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to RedoCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to RedoCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the previous word. + + + + + + + Initializes a new instance of the PreviousWordCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the PreviousWordCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to PreviousWordCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor backward by the number of lines in the current control's window, minus one. + + + + + + + Initializes a new instance of the PreviousScreenCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the PreviousScreenCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to PreviousScreenCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the beginning of the previous paragraph. + + + + + + + Initializes a new instance of the PreviousParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the PreviousParagraphCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to PreviousParagraphCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the beginning of the previous page. + + + + + + + Initializes a new instance of the PreviousPageCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the PreviousPageCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to PreviousPageCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the previous line. + + + + + + + Initializes a new instance of the PreviousLineCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the PreviousLineCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to PreviousLineCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the previous character. + + + + + + + Initializes a new instance of the PreviousCharacterCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the PreviousCharacterCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to PreviousCharacterCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the next word. + + + + + + + Initializes a new instance of the NextWordCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the NextWordCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to NextWordCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor forward by the number of lines in the current control's window, minus one. + + + + + + + Initializes a new instance of the NextScreenCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the NextScreenCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to NextScreenCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the beginning of the next paragraph. + + + + + + + Initializes a new instance of the NextParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the NextParagraphCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to NextParagraphCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the beginning of the next page. + + + + + + + Initializes a new instance of the NextPageCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the NextPageCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to NextPageCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the next line. + + + + + + + Initializes a new instance of the NextLineCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the NextLineCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to NextLineCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the next character. + + + + + + + Initializes a new instance of the NextCharacterCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the NextCharacterCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to NextCharacterCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Inserts the trademark sign () symbol. + + + + + + + Initializes a new instance of the InsertTrademarkSymbolCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertTrademarkSymbolCommand. + + + A member, identifying the command. + + + + + + + + Inserts the registered trademark (®) symbol. + + + + + + + Initializes a new instance of the InsertRegisteredTrademarkSymbolCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertRegisteredTrademarkSymbolCommand. + + + A member, identifying the command. + + + + + + + + Inserts a paragraph break. + + + + + + + Initializes a new instance of the InsertParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertParagraphCommand. + + + A member, identifying the command. + + + + + + + + Inserts a page break at the current position in the document. + + + + + + + Initializes a new instance of the InsertPageBreakCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertPageBreakCommand. + + + A member, identifying the command. + + + + + + + + Inserts a non-breaking space. + + + + + + + Initializes a new instance of the InsertNonBreakingSpaceCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertNonBreakingSpaceCommand. + + + A member, identifying the command. + + + + + + + + Inserts the line break. + + + + + + + Initializes a new instance of the InsertLineBreakCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertLineBreakCommand. + + + A member, identifying the command. + + + + + + + + Inserts the en dash (–) symbol. + + + + + + + Initializes a new instance of the InsertEnDashCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertEnDashCommand. + + + A member, identifying the command. + + + + + + + + Inserts the em dash () symbol. + + + + + + + Initializes a new instance of the InsertEmDashCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertEmDashCommand. + + + A member, identifying the command. + + + + + + + + Inserts the ellipsis () symbol. + + + + + + + Initializes a new instance of the InsertEllipsisCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertEllipsisCommand. + + + A member, identifying the command. + + + + + + + + Inserts the copyright (©) symbol. + + + + + + + Initializes a new instance of the InsertCopyrightSymbolCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertCopyrightSymbolCommand. + + + A member, identifying the command. + + + + + + + + Inserts a column break in the document. + + + + + + + Initializes a new instance of the InsertColumnBreakCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertColumnBreakCommand. + + + A member, identifying the command. + + + + + + + + Increments numeration of a paragraph in a numbering list. + + + + + + + Initializes a new instance of the IncrementNumerationFromParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the IncrementNumerationFromParagraphCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to IncrementNumerationFromParagraphCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Increments the indent level of the paragraph. + + + + + + + Initializes a new instance of the IncrementIndentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the IncrementIndentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to IncrementIndentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to IncrementIndentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Increases the font size of the selected text by one point. + + + + + + + + Initializes a new instance of the IncrementFontSizeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the IncrementFontSizeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to IncrementFontSizeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to IncrementFontSizeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Increases the font size of the selection to the closest larger predefined value. + + + + + + + Initializes a new instance of the IncreaseFontSizeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the IncreaseFontSizeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to IncreaseFontSizeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to IncreaseFontSizeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Find and Replace form used to search for specific text in the document. + + + + + + + + Initializes a new instance of the FindCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FindCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to FindCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FindCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the File Open dialog and loads the selected file into the control. + + + + + + + Initializes a new instance of the LoadDocumentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the LoadDocumentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to LoadDocumentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to LoadDocumentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + + Returns true. + + + + + + + + Extends the selection to the beginning of the line. + + + + + + + Initializes a new instance of the ExtendStartOfLineCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendStartOfLineCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection to the start of the document. + + + + + + + Initializes a new instance of the ExtendStartOfDocumentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendStartOfDocumentCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection to the previous word. + + + + + + + Initializes a new instance of the ExtendPreviousWordCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendPreviousWordCommand. + + + A member, identifying the command. + + + + + + + + Extends selection to the previous screen. + + + + + + + Initializes a new instance of the ExtendPreviousScreenCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendPreviousScreenCommand. + + + A member, identifying the command. + + + + + + + + Extends selection to the previous paragraph. + + + + + + + Initializes a new instance of the ExtendPreviousParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendPreviousParagraphCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection up to the previous page. + + + + + + + Initializes a new instance of the ExtendPreviousPageCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendPreviousPageCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection to the previous line. + + + + + + + Initializes a new instance of the ExtendPreviousLineCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendPreviousLineCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection to the previous character. + + + + + + + Initializes a new instance of the ExtendPreviousCharacterCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendPreviousCharacterCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection to the next word. + + + + + + + Initializes a new instance of the ExtendNextWordCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendNextWordCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection to the next screen. + + + + + + + Initializes a new instance of the ExtendNextScreenCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendNextScreenCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection to the next paragraph. + + + + + + + Initializes a new instance of the ExtendNextParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendNextParagraphCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection up to the next page. + + + + + + + Initializes a new instance of the ExtendNextPageCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendNextPageCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection one line down. + + + + + + + Initializes a new instance of the ExtendNextLineCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendNextLineCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection to the next character. + + + + + + + Initializes a new instance of the ExtendNextCharacterCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendNextCharacterCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection to the end of the current line. + + + + + + + Initializes a new instance of the ExtendEndOfLineCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendEndOfLineCommand. + + + A member, identifying the command. + + + + + + + + Extends the selection to the end of the document. + + + + + + + Initializes a new instance of the ExtendEndOfDocumentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ExtendEndOfDocumentCommand. + + + A member, identifying the command. + + + + + + + + Deletes the previous word in the text. + + + + + + + + Initializes a new instance of the DeleteWordBackCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeleteWordBackCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteWordBackCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Deletes the next word in the text. + + + + + + + Initializes a new instance of the DeleteWordCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeleteWordCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteWordCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Deletes the selected text. + + + + + + + Initializes a new instance of the DeleteCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeleteCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Decrements the indent level of a paragraph in a numbered list. + + + + + + + Initializes a new instance of the DecrementNumerationParagraphIndentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DecrementNumerationParagraphIndentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Decrements numeration of a paragraph in a numbering list. + + + + + + + Initializes a new instance of the DecrementNumerationFromParagraphCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DecrementNumerationFromParagraphCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DecrementNumerationFromParagraphCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Decreases the font size of the selection by one point. + + + + + + + Initializes a new instance of the DecrementFontSizeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DecrementFontSizeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to DecrementFontSizeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DecrementFontSizeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Decrements the indent level of the paragraph. + + + + + + + Initializes a new instance of the DecrementIndentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DecrementIndentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to DecrementIndentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DecrementIndentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A collection of elements. + + + + + + + Initializes a new instance of the LayoutPageAreaCollection class with default settings. + + + + + + + + + Decreases the font size of the selection to the closest smaller predefined value. + + + + + + + Initializes a new instance of the DecreaseFontSizeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DecreaseFontSizeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to DecreaseFontSizeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DecreaseFontSizeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Creates an empty field in the document. + + + + + + + Initializes a new instance of the CreateFieldCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the CreateFieldCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to CreateFieldCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to CreateFieldCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A collection of objects. + + + + + + + Initializes a new instance of the LayoutColumnCollection class with default settings. + + + + + + + + + Base collection for collections of layout elements + + + + + + + Gets the number of elements in the collection. + + + An integer that is the number of elements. + + + + + + + Returns the first element in the collection of the type designated by the specified generic type parameter. + + + The layout element of the type designated by the specified generic type parameter. + + + + + + + Returns an enumerator that iterates through the LayoutElementCollection instance. + + + A for the LayoutElementCollection instance. + + + + + + + Gets the object of the type designated by the specified generic type parameter and specified by its index. + + + + An integer that is the index of the element in a corresponding collection of elements with the specified generic type parameter. + + + The layout element of the type designated by the specified generic type parameter. + + + + + + + Returns the last element in the collection of the type designated by the specified generic type parameter. + + + The layout element of the type designated by the specified generic type parameter. + + + + + + + + Lists command identifiers. + + + + + + + Instantiates the RichEditCommandId structure with the specified value. + + + + An integer specifying the command id value. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + For internal use. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + Identifies a command that serves as the placeholder for command buttons in bar or Ribbon UI. + + + + + + + + + + + ID. + + + + + + + + + ID + + + + + + + + + ID + + + + + + + + + ID + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + DevExpress.XtraRichEdit.Commands.ChangeCurrentBorderRepositoryItemLineThicknessCommand ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + For internal use. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID + + + + + + + + + ID + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + Determines whether the specified object is equal to the current RichEditCommandId instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current RichEditCommandId instance; otherwise false. + + + + + + + Determines whether the specified instance is equal to the current RichEditCommandId instance. + + + + The RichEditCommandId object to compare with the current object. + + + true if the specified object is equal to the current RichEditCommandId instance; otherwise false. + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + + Identifies a command that serves as the placeholder for command buttons in bar or Ribbon UI. + + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + Identifies a command that serves as the placeholder for command buttons in bar or Ribbon UI. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current RichEditCommandId object. + + + An integer value representing the hash code for the current object. + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + For internal use. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + For internal use. + + + + + + + + + ID. + + + + + + + + + Reserved. Currently not in use. + + + + + + + + + + Reserved. Currently not in use. + + + + + + + + + + Reserved. Currently not in use. + + + + + + + + + + Reserved. Currently not in use. + + + + + + + + + + For internal use. + + + + + + + + + ID. + + + + + + + + + Gets the ID of the RichEditCommandId. + + + A member, identifying the command. + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + For internal use. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + Empty or invalid command ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + For internal use. + + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + + Reserved for future use. + + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + and identifiers. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + Converts the numeric value of the ID to its equivalent string representation. + + + The string representation of the value of this instance. + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + ID + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + ID. + + + + + + + + + ID. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Inserts text at the current position, replacing the text to the right of the mouse cursor. + + + + + + + Initializes a new instance of the OvertypeTextCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets the ID of the OvertypeTextCommand. + + + A member, identifying the command. + + + + + + + + Inserts text at the current position in a document. + + + + + + + + Initializes a new instance of the InsertTextCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets or sets the type of the source which has issued the command. + + + A enumeration member that helps identify the command's origin. + + + + + + + Gets the ID of the InsertTextCommand. + + + A member, identifying the command. + + + + + + + Specifies the text to be inserted into a document. + + + A value. + + + + + + + + Toggles the visibility of the reviewing pane that lists the comments available in a document. + + + + + + + Initializes a new instance of the ToggleReviewingPaneCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleReviewingPaneCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleReviewingPaneCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleReviewingPaneCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Overrides the property to hide it. + + + Always true. + + + + + + + + Navigates to the previous comment in a document. + + + + + + + Initializes a new instance of the PreviousCommentCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the PreviousCommentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to PreviousCommentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to PreviousCommentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Navigates to the next comment in a document. + + + + + + + Initializes a new instance of the NextCommentCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the NextCommentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to NextCommentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to NextCommentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Prints the current document using the default printer. The command is executed transparently without user intervention. + + + + + + + + Initializes a new instance of the QuickPrintCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the QuickPrintCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to QuickPrintCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to QuickPrintCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Displays the Print Preview window for the current document. + + + + + + + Initializes a new instance of the PrintPreviewCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the PrintPreviewCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to PrintPreviewCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to PrintPreviewCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Print dialog to print the current document. + + + + + + + + Initializes a new instance of the PrintCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the PrintCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to PrintCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to PrintCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + + Returns true. + + + + + + + + Prompts for the file location, and inserts a picture from a file. + + + + + + + + Initializes a new instance of the InsertPictureCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertPictureCommand. + + + + A member, identifying the command. + + + + + + + Updates the command state and applies restrictions. + + + + An interface, defining the state of a command. + + + + + + + + + Moves the caret to the end of line, and scrolls the document to show the caret position. + + + + + + + Initializes a new instance of the EndOfLineCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the EndOfLineCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to EndOfLineCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the caret to the end of the document, and scrolls the document to show the caret position. + + + + + + + Initializes a new instance of the EndOfDocumentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the EndOfDocumentCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to EndOfDocumentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the File dialog that prompts for a file name, and saves a document in a file with the specified name and format. + + + + + + + + Initializes a new instance of the SaveDocumentAsCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SaveDocumentAsCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SaveDocumentAsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SaveDocumentAsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Saves a document to a file. + + + + + + + Initializes a new instance of the SaveDocumentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SaveDocumentCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SaveDocumentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SaveDocumentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Formats a current paragraph with single line spacing. + + + + + + + Initializes a new instance of the SetSingleParagraphSpacingCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetSingleParagraphSpacingCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetSingleParagraphSpacingCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Formats a current paragraph with one and a half line spacing. + + + + + + + Initializes a new instance of the SetSesquialteralParagraphSpacingCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetSesquialteralParagraphSpacingCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetSesquialteralParagraphSpacingCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Formats a current paragraph with double line spacing. + + + + + + + Initializes a new instance of the SetDoubleParagraphSpacingCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetDoubleParagraphSpacingCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetDoubleParagraphSpacingCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Tabs dialog that allows you to set the tab stops and their characteristics. + + + + + + + Initializes a new instance of the ShowTabsFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Initializes a new instance of the ShowTabsFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + A form that owns the Tabs form. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowTabsFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets or sets the form that owns this form. This member supports the internal infrastructure and is not intended to be used directly from your code. + + + An object exposing the interface representing the form that is the owner of this form. + + + + + + + + Invokes the Paragraph dialog that allows you to set paragraph formatting. + + + + + + + Initializes a new instance of the ShowParagraphFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ShowParagraphFormCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowParagraphFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowParagraphFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Invokes the Font dialog that allows you to change the font, size and style of selected text. + + + + + + + Initializes a new instance of the ShowFontFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ShowFontFormCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowFontFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowFontFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Moves the cursor to the start of the document. + + + + + + + + Initializes a new instance of the StartOfDocumentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the StartOfDocumentCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to StartOfDocumentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the cursor to the start of the current line. + + + + + + + Initializes a new instance of the StartOfLineCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the StartOfLineCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to StartOfLineCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Decreases the indent by the size of one tab or inserts the tab. + + + + + + + Initializes a new instance of the ShiftTabKeyCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShiftTabKeyCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShiftTabKeyCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles between the numbered paragraph style and normal text. + + + + + + + Initializes a new instance of the ToggleSimpleNumberingListCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleSimpleNumberingListCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleSimpleNumberingListCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleSimpleNumberingListCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles whitespace characters display on/off. + + + + + + + Initializes a new instance of the ToggleShowWhitespaceCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleShowWhitespaceCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleShowWhitespaceCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleShowWhitespaceCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles right paragraph alignment on and off. + + + + + + + Initializes a new instance of the ToggleParagraphAlignmentRightCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleParagraphAlignmentRightCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleParagraphAlignmentRightCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleParagraphAlignmentRightCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles left paragraph alignment on and off. + + + + + + + Initializes a new instance of the ToggleParagraphAlignmentLeftCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleParagraphAlignmentLeftCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleParagraphAlignmentLeftCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleParagraphAlignmentLeftCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles justified paragraph alignment on and off. + + + + + + + Initializes a new instance of the ToggleParagraphAlignmentJustifyCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleParagraphAlignmentJustifyCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleParagraphAlignmentJustifyCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleParagraphAlignmentJustifyCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles centered paragraph alignment on and off. + + + + + + + Initializes a new instance of the ToggleParagraphAlignmentCenterCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleParagraphAlignmentCenterCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleParagraphAlignmentCenterCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleParagraphAlignmentCenterCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles between the multilevel list style and normal text. + + + + + + + Initializes a new instance of the ToggleMultiLevelListCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleMultiLevelListCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleMultiLevelListCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleMultiLevelListCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles the superscript style on the selection. + + + + + + + Initializes a new instance of the ToggleFontSuperscriptCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFontSuperscriptCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleFontSuperscriptCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFontSuperscriptCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles the strikeout style on the selection. + + + + + + + Initializes a new instance of the ToggleFontStrikeoutCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFontStrikeoutCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleFontStrikeoutCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFontStrikeoutCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles the italic style on the selection. + + + + + + + Initializes a new instance of the ToggleFontItalicCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFontItalicCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleFontItalicCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFontItalicCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles the double underline style on the selection. + + + + + + + + Initializes a new instance of the ToggleFontDoubleUnderlineCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFontDoubleUnderlineCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleFontDoubleUnderlineCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFontDoubleUnderlineCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles the double strikeout style on the selection. + + + + + + + + Initializes a new instance of the ToggleFontDoubleStrikeoutCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFontDoubleStrikeoutCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleFontDoubleStrikeoutCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFontDoubleStrikeoutCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles the bold style on the selection. + + + + + + + + Initializes a new instance of the ToggleFontBoldCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFontBoldCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleFontBoldCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFontBoldCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Toggles between the bulleted paragraph and normal text. + + + + + + + + Initializes a new instance of the ToggleBulletedListCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleBulletedListCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleBulletedListCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleBulletedListCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Creates a new, blank document and loads it in the RichEdit control. + + + + + + + Initializes a new instance of the CreateEmptyDocumentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the CreateEmptyDocumentCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to CreateEmptyDocumentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to CreateEmptyDocumentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Navigates the layout tree and provides access to individual elements. + + + + + + + Initializes a new instance of the LayoutIterator class for the specified document layout. + + + + A object which provides access to the document layout model. + + + + + + + + Initializes a new instance of the LayoutIterator class to navigate in the specified document range. + + + + A object which provides access to the document layout model. + + + + A that is the document in which the LayoutIterator will navigate. + + + + A object which specifies the starting position and the length of a range in which the LayoutIterator will navigate. + + + + + + + + Initializes a new instance of the LayoutIterator class to navigate in the specified document range. + + + + A object which provides access to the document layout model. + + + + A that is the range in which the LayoutIterator will navigate. + + + + + + + + Obtains a layout element to which the iterator has moved. + + + A object that is the element to which the iterator points. + + + + + + + + Gets whether the iterator has reached the end of the range available for navigation with the current iterator. + + + True, if the end of available range has been reached; otherwise, false. + + + + + + + + Gets whether the document layout tree on which the iterator navigates is valid. + + + True, if the document layout tree used by iterator equals to the document layout tree; otherwise, false. + + + + + + + Gets whether the iterator has reached the start of the range available for navigation with the current iterator. + + + True if the start of available range is reached; otherwise, false. + + + + + + + Navigates to the next layout element in the layout tree. + + + True, on a successful navigation; otherwise, false. + + + + + + + Navigates to the next layout element of the specified level in the layout tree. + + + + A enumeration member which specifies the level of the element to which iterator navigates. + + + True, on a successful navigation; otherwise, false. + + + + + + + Navigates to the next layout element of the specified level in the layout tree and allows staying within the same branch. + + + + A enumeration member which specifies the level of the element to which the iterator navigates. + + + + + True, to allow navigation to the next branch; otherwise, false. + + + True, on a successful navigation; otherwise, false. + + + + + + + Navigates to the previous layout element of the specified level in the layout tree. + + + + A enumeration member which specifies the level of the element to which iterator navigates. + + + True, on a successful navigation; otherwise, false. + + + + + + + Navigates to the previous layout element in the layout tree. + + + True, on a successful navigation; otherwise, false. + + + + + + + Navigates to the next layout element of the specified level in the layout tree and allows staying within the same branch. + + + + A enumeration member which specifies the level of the element to which the iterator navigates. + + + + True, to allow navigation to the previous branch; otherwise, false. + + + True, on a successful navigation; otherwise, false. + + + + + + + Rewinds the iterator to its initial position. + + + + + + + + + A command to select the entire document range. + + + + + + + Initializes a new instance of the SelectAllCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SelectAllCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SelectAllCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to scroll a document in a vertical direction by the specified distance in the view, measured in pixels. + + + + + + + Initializes a new instance of the ScrollVerticallyByPixelOffsetCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the scroll distance applied to the current document view. + + + An integer, representing the scroll distance, measured in documents. + + + + + + + Gets or sets the scroll distance applied to the current document view. + + + An integer, representing the scroll distance, measured in pixels. + + + + + + + + A command to scroll a document in a vertical direction by the specified distance, measured in documents. + + + + + + + Initializes a new instance of the ScrollVerticallyByPhysicalOffsetEnsurePageGenerationCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + + A command to scroll a document in a vertical direction by the specified distance, in the document model. + + + + + + + Initializes a new instance of the ScrollVerticallyByPhysicalOffsetCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the scroll distance applied to the current document view. + + + An integer, representing the scroll distance, measured in documents. + + + + + + + Gets or sets the scroll distance of the current document view. + + + An integer, representing the scroll distance, measured in documents. + + + + + + + + A command to scroll a document in a vertical direction by the specified distance, in the document model. + + + + + + + Initializes a new instance of the ScrollVerticallyByLogicalOffsetCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the scroll distance applied to the current document view. + + + An integer, representing the scroll distance, measured in documents. + + + + + + + Gets or sets the scroll distance for the document model. + + + An integer, representing the scroll distance, measured in documents. + + + + + + + + A command to scroll the document in horizontal direction by the specified distance, measured in documents. + + + + + + + Initializes a new instance of the ScrollHorizontallyByPhysicalOffsetCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ScrollHorizontallyByPhysicalOffsetCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets or sets the scroll distance of the current document view. + + + An integer, representing the scroll distance, measured in documents. + + + + + + + + A command to cancel changes caused by the previous command. + + + + + + + Initializes a new instance of the UndoCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the UndoCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to UndoCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to UndoCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to "zoom out " the document to see more of the page at a reduced size. + + + + + + + Initializes a new instance of the ZoomOutCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ZoomOutCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ZoomOutCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ZoomOutCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to get a close-up view of the document. + + + + + + + Initializes a new instance of the ZoomInCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ZoomInCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ZoomInCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ZoomInCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to paste the text from the clipboard over the selection. + + + + + + + + Initializes a new instance of the PasteSelectionCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets or sets the expected format of the clipboard data for the paste operation. + + + A member that specifies the expected data format. + + + + + + + Gets the ID of the PasteSelectionCommand. + + + + A member, identifying the command. + + + + + + + Updates the command state and applies restrictions. + + + + An interface defining the state of a command. + + + + + + + + + A command to cut the selected text and place it to the clipboard. + + + + + + + + Initializes a new instance of the CutSelectionCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the CutSelectionCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to CutSelectionCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to CutSelectionCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Updates the command state and applies restrictions. + + + + An interface defining the state of a command. + + + + + + + + + A command to copy the selected text to the clipboard. + + + + + + + + Initializes a new instance of the CopySelectionCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Gets the ID of the CopySelectionCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to CopySelectionCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to CopySelectionCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to reset the formatting of the selected text to default. + + + + + + + + Initializes a new instance of the ClearFormattingCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ClearFormattingCommand. + + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ClearFormattingCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ClearFormattingCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to scale the inline picture, by setting the X and Y axis scaling percentages. + + + + + + + Initializes a new instance of the ChangeInlinePictureScaleCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + + Obsolete. Use the class instead. + + + + + + + Initializes a new instance of the ChangeFontSizeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeFontSizeCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeFontSizeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to change the font typeface of the selected text. + + + + + + + Initializes a new instance of the ChangeFontNameCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeFontNameCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeFontNameCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to change the font color of the selected text. + + + + + + + Initializes a new instance of the ChangeFontColorCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeFontColorCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ChangeFontColorCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeFontColorCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to highlight characters in a selected range. + + + + + + + Initializes a new instance of the ChangeFontBackColorCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeFontBackColorCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ChangeFontBackColorCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeFontBackColorCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to move the cursor backwards and erase the character in that space. + + + + + + + Initializes a new instance of the BackSpaceKeyCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the BackSpaceKeyCommand. + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to BackSpaceKeyCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A collection of paragraphs ( objects) in the document. + + + + + + + Gets all paragraphs located in the specified document range. + + + + A specifying the range in which to search for paragraphs. + + + + A object specifying the read-only collection of paragraphs. + + + + + + + Gets a paragraph which contains the specified position. + + + + A for which an encompassed paragraph is obtained. + + + A object. + + + + + + + + Combines border characteristics. + + + + + + + Gets the border color. + + + A that is the color of the border. + + + + + + + Returns the style of the border line. + + + A enumeration member that indicates the line style. + + + + + + + Returns a parameter that characterizes the thickness of a border line. + + + An integer that characterizes the thickness of a border line. + + + + + + + + Specifies whether or not to display comments in a document. + + + + + + + Initializes a new instance of the ViewCommentsCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ViewCommentsCommand. + + + A member that is the command identifier. + + + + + + + Gets the name of the resource image corresponding to ViewCommentsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ViewCommentsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Represents a method that will handle the UnhandledException event of the RichEditControl. + + + + + + + Represents a method that will handle the event. + + + + The event sender ( a ). + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the RichEditUnhandledExceptionEventArgs class with the specified exception. + + + + An object representing the exception which caused an event. + + + + + + + + Gets the exception which triggers the UnhandledException event. + + + An object representing an exception which caused the event. + + + + + + + Gets or sets whether the exception should be propagated upwards. + + + true to stop the exception from being propagated; otherwise, false. + + + + + + + + Represents an interface for creating, applying and retrieving a column layout of a section in a document. + + + + + + + Gets the number of columns in the section. + + + An integer, representing the number of columns in the section. + + + + + + + Creates a uniform column layout using the current page settings. + + + + + A object representing a current page. + + + + A Single value specifying the width of an individual column, measured in . + + + + + An value specifying the number of columns on a page. Must be greater than zero. + + + A object representing a collection of columns. + + + + + + + Creates a uniform column layout using the specified settings. + + + + + A Single value specifying the width of an individual column, measured in . + + + + + A Single value specifying the spacing between adjacent columns, measured in . + + + + An value specifying the number of columns on a page. Must be greater than zero. + + + A object representing a collection of columns. + + + + + + + Gets the column layout of the current section. + + + A object representing columns in the current section. + + + + + + + Applies the columns to the section. + + + + A representing the layout to be applied. + + + + + + + + + Represents a collection of columns in the layout. + + + + + + + Initializes a new instance of the SectionColumnCollection class. + + + + + + + + + Represents an individual column in the layout. + + + + + + + Initializes a new instance of the SectionColumn class with the specified width and spacing. + + + + A Single value representing the column width measured in units. + + + + A Single value representing the distance between columns measured in units. + + + + + + + + + Initializes a new instance of the SectionColumn class with default settings. + + + + + + + + Gets or sets the amount of space between adjacent columns. + + + A Single value measured in units specified via the property. + + + + + + + Gets or sets the width of individual column. + + + A Single value measured in units specified via the property. + + + + + + + + Represents a repository for the views of the Rich Edit control. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + Provides access to the Draft View of the RichEditControl. + + + + A object representing the Draft view of the control. + + + + + + + Provides access to the Print Layout View of the RichEditControl. + + + + A object representing the Print layout view of the control. + + + + + + + Provides access to the Simple View of the RichEditControl. + + + A object representing the Simple view of the control. + + + + + + + Overrides the base class method to clear the text representation of an object. + + + An empty string. + + + + + + + + Represents a page layout view of the Rich Edit control. + + + + + + + Initializes a new instance of the PrintLayoutView class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the view. + + + + + + + + Gets or sets whether line numbers, when enabled, are displayed in the PrintLayoutView. + + + true to show line numbers if they are enabled; otherwise, false. + + + + + + + Zooms the document so that the entire page is visible in the control. + + + + + + + + Gets or sets the maximum number of pages in a row at any zoom level. + + + An integer representing a number of pages. + + + + + + + Gets or sets the alignment for displaying several pages in the . + + + A enumeration member. + + + + + + + Gets the RichEditControl View's type. + + + The value. + + + + + + + Accepts the Visitor passed as the argument, as defined in the Visitor pattern. + + + + A Visitor object that implements the interface. + + + + + + + + + Represents a draft view of the Rich Edit control. + + + + + + + Initializes a new instance of the DraftView class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the view. + + + + + + + + Gets or sets the distance from the text to the control's border in pixels. + + + A object representing the control's padding. + + + + + + + Gets the RichEditControl View's type. + + + The value. + + + + + + + Accepts the Visitor passed as the argument. + + + + A Visitor object that implements the interface. + + + + + + + + + Represents a base class for the classes containing different options used in the RichEditControl. + + + + + + + Occurs when the RichEditControl options are modified. + + + + + + + + Resets all notification options to their default values. + + + + + + + + + Represents the formatting capabilities required for correct export of the document. + + + + + + + Gets or sets whether the bookmarks support is required for correct export of the document. + + + true if the document contains bookmarks; otherwise, false. + + + + + + + Gets or sets whether the non-default character formatting support is required for correct export of the document. + + + true if the document contains non-default character formatting; otherwise, false. + + + + + + + Determines whether the current capabilities are a superset of the specified capabilities. + + + + A object to test. + + + true if the current capabilities contain the specified capabilities; otherwise, false. + + + + + + + + Determines whether the specified object is equal to the current DocumentExportCapabilities instance. + + + + The object to compare with the current object. + + + + true if the specified object is equal to the current DocumentExportCapabilities instance; otherwise false. + + + + + + + Gets or sets whether footers support is required to export the document correctly. + + + + true if the document contains footers; otherwise, false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current DocumentExportCapabilities object. + + + An integer value representing the hash code for the current object. + + + + + + + Gets or sets whether headers support is required to export the document correctly. + + + + true if the document contains headers; otherwise, false. + + + + + + + Gets or sets whether hyperlinks support is required to export the document correctly. + + + + true if the document contains hyperlinks; otherwise, false. + + + + + + + Gets or sets whether the in-line objects support is required for correct export of the document. + + + true if the document contains in-line objects; otherwise, false. + + + + + + + Gets or sets whether the in-line pictures support is required for correct export of the document. + + + true if the document contains in-line images; otherwise, false. + + + + + + + Gets or sets whether the non-default paragraph formatting support is required for correct export of the document. + + + true if the document contains non-default paragraph formatting; otherwise, false. + + + + + + + Gets or sets whether the section partitioning support is required for correct export of the document. + + + true if the formatting contains section partitioning; otherwise, false. + + + + + + + Gets or sets whether the document formatting contains styles. + + + true if the formatting contains styles; otherwise, false. + + + + + + + Converts the numeric value of this instance to its equivalent string representation. + + + The string representation of the value of this instance. + + + + + + + + Specifies the view used to show the document within the . + + + + + + + + Specifies that the control is in a draft mode. + + + + + + + + Specifies that the control is in a print layout mode. In this mode, the control displays pages with all formattings applied. + + + + + + + + Specifies that the control is in a simple mode. In this mode, the width of displayed pages depends upon the control's width. Page formatting is not in effect. + + + + + + + + + + A document format. + + + + + + + + Initializes a new instance of the DocumentFormat class with the specified value. + + + + + An integer value specifying the initial value for the document format. + + + + + + + + MS Word 97-2003 binary file format. + + + + + + + + + EPUB - standard format for electronic books and other digital publications. + + + + + + + + + + Determines whether the specified object is equal to the current DocumentFormat instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current DocumentFormat instance; otherwise false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current DocumentFormat object. + + + + An integer value representing the hash code for the current object. + + + + + + + The HTML format. + + + + + + + + + The MHT format - web page archive format used to save HTML code with resources represented by external links (images etc.), in a single file + + + + + + + + + The OpenDocument text format (.odt, implemented by OpenOffice.org office suite). + + + $ + + + + + + + The OpenXML file format (aka default MS Office 2007 format or .docx) + + + + + + + + + The plain text format. + + + + + + + + + The Rich Text Format (RTF). + + + + + + + + + Returns a human-readable string that represents the DocumentFormat object. + + + A value that represents the DocumentFormat object. + + + + + + + The document's format is undefined. + + + + + + + + + The WordprocessingML format (.xml, implemented in MS Office 2003). + + + $ + + + + + + + + Represents the settings which define file name and file format that are used when saving and loading the document. + + + + + + + Initializes a new instance of the DocumentSaveOptions class with default settings. + + + + + + + + + + Gets or sets the file name into which the document is saved or from which it is loaded. + + + + A which represents the current file name (including the path and the file extension). + + + + + + + Gets or sets the file format into which the document is saved or from which it is loaded. + + + A member representing the current file format. + + + + + + + Gets or sets the file name used by default for a new document, when saving or loading a document which has not been previously saved. + + + + + A which represents the default file name (including the path and the file extension). + + + + + + + Gets or sets the default file format used for saving a newly created document. + + + + + + A member, representing the default file format. It equals unless specified explicitly. + + + + + + + + Represents paragraph properties. + + + + + + + Gets or sets the paragraph style applied to the current paragraph. + + + A object representing the style. + + + + + + + + Provides access to the page settings of a section. + + + + + + + Gets or sets the page's height. + + + A value specifying the page's height measured in units. + + + + + + + + Gets or sets a value that specifies whether the page's orientation is landscape. + + + + true, if the page's orientation is landscape; false, if the page has the standard portrait orientation. + + + + + + + Gets or sets a value that specifies the page's paper size. + + + One of enumeration values. + + + + + + + + Gets or sets the page's width. + + + A value that specifies the page's width measured in units. + + + + + + + + + Provides access to character properties. + + + + + + + Gets or sets the character style applied to the document range. + + + A object representing the style. + + + + + + + + Provides access to the properties of margins in a . + + + + + + + Gets or sets a value that specifies the bottom margin. + + + A value that specifies the bottom margin measured in units. + + + + + + + Gets or sets a value that specifies the distance between the footer and the bottom of the page. + + + A value that specifies the margin measured in units. + + + + + + + Gets or sets a value that specifies the distance between the header and the top of the page. + + + A value that specifies the margin measured in units. + + + + + + + Gets or sets a value that specifies the left margin. + + + A value that specifies the left margin measured in units. + + + + + + + Gets or sets a value that specifies the right margin. + + + A value that specifies the right margin measured in units. + + + + + + + Gets or sets a value that specifies the top margin. + + + A value that specifies the top margin measured in units. + + + + + + + + Defines a document range. + + + + + + + Starts modifying the document obtained via the document's range (e.g. via selection). + + + A instance allowing you to safely modify the document. + + + + + + + Gets whether the current document range contains a specified position. + + + + A representing a position to test for inclusion. + + + true if the specified position is contained within the range; otherwise, false. + + + + + + + Gets the end position of the DocumentRange. + + + A object representing the end of the text range. + + + + + + + Finalizes modifications of the document obtained via the document's range (e.g. via selection). + + + + A instance obtained via the previously called method. + + + + + + + + Gets the length of a document range in characters. + + + An integer, representing the number of character positions in a range. + + + + + + + + Gets the start position of the DocumentRange. + + + A object representing the start of the text range. + + + + + + + + An interface that defines a collection of objects. + + + + + + + + An interface that defines a collection of objects. + + + + + + + Apply the numbering list format specified by the object to the paragraphs in the specified range. + + + + + A specifying the range for which the encompassing paragraphs are obtained. + + + + + A object that holds list format attributes. + + + + + An integer that is the list level applied to the paragraphs specified by the document range. + + + + + + + + Apply the numbering list format specified by the object to the specified paragraph. + + + + + A object that is the paragraph added to the list. + + + + A in the document whose attributes should be applied to the paragraph. + + + + + An integer that is the list level applied to the paragraph. + + + + + + + + Apply the numbering list format specified by the object to the specified paragraph. + + + + + A object that is the paragraph added to the list. + + + + An integer specifying the numbering list definition in the document whose attributes should be applied to the paragraph. + + + + + An integer that is the list level applied to the paragraph. + + + + + + + + Appends a new Paragraph to the specified collection of table rows. + + + A object specifying the paragraph being added. + + + + + + + Inserts a new Paragraphparagraph at a specified position. + + + + + A object that specifies a position to insert a new paragraph. + + + + A object representing the newly inserted paragraph. A newly inserted paragraph is a paragraph which follows the position specified in the method. + + + + + + + Inserts a new paragraph into the document at a specified position using the specified options. + + + + + A object that specifies a position to insert a new paragraph. + + + + + An enumeration value, specifying how destination formatting is applied to inserted content. + + + A object representing the newly inserted paragraph. + + + + + + + Removes the numbering or bullet from the specified paragraph. + + + + A paragraph to modify. + + + + + + + + Remove the numbering or bullet from all paragraphs intersecting the specified range. + + + + A object that is the range in the document. + + + + + + + + + A position within a document. + + + + + + + Starts modifying the document obtained via the document's position (e.g. via the caret position). + + + A instance allowing you to safely modify the document. + + + + + + + Finalizes modifications performed for the document obtained via the document's position (e.g. via the caret position). + + + + A instance obtained via the previously called method. + + + + + + + + Determines whether the specified object is equal to the current DocumentPosition instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current DocumentPosition instance; otherwise false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current DocumentPosition object. + + + + An integer value representing the hash code for the current object. + + + + + + + Returns an integer representation of the DocumentPosition object. + + + An integer value. + + + + + + + Converts the numeric value of this instance to its equivalent string representation. + + + The string representation of the value of this instance. + + + + + + + + Layout element that relates to the underlined text. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Returns a parameter that identifies the relative height of the underline painting. + + + An integer that identified the relative thickness of the underline. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to the striked text. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to the highlighted range which visualizes the value. . + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to the Range Permission start and end visual indicators. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + + Layout element that relates to the highlighted text. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to the visualization of the hidden text in the document. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to the highlighted text of the document . + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to the start and end visual indicators. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + + Layout element that relates to the start and end visual indicators. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets the type of layout element. + + + A enumeration member. + + + + + + + + A structure that combines characteristics of borders for the layout table or cell. + + + + + + + Provides access to an object that specifies the bottom border of a table cell. + + + A object that specifies characteristics of the table border. + + + + + + + Provides access to an object that specifies the left border of a table cell. + + + A object that specifies characteristics of the table border. + + + + + + + Provides access to an object that specifies the right border of a table cell. + + + A object that specifies characteristics of the table border. + + + + + + + Provides access to an object that specifies the bottom border of a table cell. + + + A object that specifies characteristics of the table border. + + + + + + + + A collection of elements. + + + + + + + Initializes a new instance of the UnderlineBoxCollection class with default settings. + + + + + + + + + Layout element that relates to a page body - a page without headers, footers, comments and floating objects. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Provides access to the main document for which layout is calculated. + + + A object that is the main document. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Combines start and length of the document range. Used in Layout API. + + + + + + + Initializes a new instance of the FixedRange class with the specified start and length. + + + + An integer that is the start position of the range. + + + + An integer that is number of positions contained in the range. + + + + + + + + Gets whether the current document range contains a specified range. + + + + A that is a range to test for inclusion. + + + true if the specified range is contained within the range; otherwise, false. + + + + + + + Gets whether the current document range contains a specified position. + + + + An integer that is a position to test for inclusion. + + + true if the specified position is contained within the range; otherwise, false. + + + + + + + Determines whether the specified object is equal to the current FixedRange instance. + + + + The object to compare with the current object. + + + true if the specified object is equal to the current FixedRange instance; otherwise false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current FixedRange object. + + + + An integer value representing the hash code for the current object. + + + + + + + Gets whether the current and the specified ranges intersect. + + + + A object that specifies the range to check for intersection. + + + True if ranges intersect; otherwise, false. + + + + + + + Returns the range length. + + + An integer that is the number of positions the range contains. + + + + + + + Returns the start position of the range. + + + An integer that is the start position of the range. + + + + + + + Returns a message containing range start and length. + + + A string containing range start and length delimited with comma. + + + + + + + + A collection of selections in the document. + + + + + + + Adds a range to the collection of selections. + + + + A to add. + + + + + + + + Adds listed ranges to the collection of selections. + + + + A list of document ranges. + + + + + + + + Removes all items from the collection. + + + + + + + + Returns the number of selections in a collection. + + + An integer that is the number of items in a collection. + + + + + + + Returns an enumerator that iterates through the SelectionCollection instance. + + + A for the SelectionCollection instance. + + + + + + + Gets the selection specified by its index. + + + + An integer that is the index in the collection. + + + A object that is the selected range in the collection. + + + + + + + Deletes a selection specified by its index. + + + + An integer that is the zero-based index of a selection to delete. + + + + + + + + Unselects a specified range. + + + + A to unselect. + + + + + + + + + Base class for layout element that relates to the floating object. + + + + + + + Provides access to the layout element which relates to the anchoring range of the shape (floating object). + + + A object. + + + + + + + Gets coordinates of a rectangle which encompasses the floating object's content. + + + A structure specifying the bounds of the floating object's content. + + + + + + + Returns an array of points which are the vertices of a rectangle encompassing the floating object content. + + + A array identifying a rectangle. + + + + + + + Returns an array of points which are the vertices of a rectangle encompassing the floating object. + + + A array identifying a rectangle. + + + + + + + Returns a object that relates to the current element. + + + A object in the logical document model. + + + + + + + Returns the value of a shape which relates to the current layout element. + + + A value that is the number of degrees the shape is rotated around the z-axis. + + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event source. This parameter identifies the object, which raised the event. + + + + A instance which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class with the specified page index. + + + + + An integer that is the index of the page that fires the event. + + + + + + + + Gets an index of the page that raised the event. + + + An integer that is the page index. + + + + + + + + A method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event source. This parameter identifies the object, which raised the event. + + + + A instance which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the DocumentLayoutInvalidatedEventArgs class with the specified page index. + + + + An integer that is the page index. + + + + + + + + Returns an index of a page from which the document layout recalculation starts. + + + An integer that is the page index. + + + + + + + + Lists modes for layout calculation. + + + + + + + Calculates layout asynchronously. + + + + + + + + Does not allow asynchronous layout calculation. + + + + + + + + + Layout element that relates to a floating object - Text Box. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Provides access to the text box content. + + + A object that is the text box content. + + + + + + + Returns a range which the text box content occupies. + + + A object that is the text box content range. + + + + + + + Gets lines of the document contained in the current text box. + + + A containing lines of the text box document. + + + + + + + Gets tables contained within the text box. + + + A containing tables which are in the text box content. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to a object. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets cells of the current table row. + + + A containing cell of the current row in a table. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to a object. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Provides access to the structure which specifies cell borders. + + + A structure that defines cell borders. + + + + + + + Gets nested tables contained in the current table cell. + + + A containing tables nested in the current table cell. + + + + + + + Gets lines within a table cell. + + + A containing lines ( objects) in the current table cell. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to a object. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Provides access to the structure which specifies table borders. + + + A structure that defines table borders. + + + + + + + Gets rows of the current table. + + + A containing rows of the current table. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + A line on a page. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Provides access to a collection of layout boxes for the current row. + + + A collection containing descendants. + + + + + + + Gets box elements which are not of the type, contained in the current line. + + + A object that is a container for extended boxes. + + + + + + + Returns a numbered list mark of the current line. + + + A object that is a numbered list mark of the current line. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to a mark in the numbered list. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets the text box which relates to a separator used in the current numbered list box. + + + A which relates to separator symbols used to display a number in the numbered list. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Base class for a mark in the numbered list. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Returns the index of a list to which the current numbered list mark relates. + + + A integer that corresponds to the characteristic. + + + + + + + Returns the value that corresponds to the current layout element. + + + An integer that is the value. + + + + + + + Returns the text displayed by the numbered list mark. + + + A string displayed in the layout element. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to a line number. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Returns a line to which the current line number element belongs. + + + A element to which the current belongs. + + + + + + + Returns the text displayed by the line number. + + + A string displayed by the line number. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to the inline picture. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Returns a object that relates to the current element. + + + A object that is the image in the logical document model. + + + + + + + + Layout element that relates to the floating picture in the document. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Returns an image contained in the floating picture object. + + + An object that is the image contained in the floating picture. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Layout element that relates to the anchoring of the floating object. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Returns a floating object that is anchored to the current anchor box element. + + + A anchored to the current anchor box element. + + + + + + + + Lists types of layout elements in a document. + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class related to the column break formatting mark. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class specific to the layout created by the SnapControl of the Snap application. Relates to the custom run which provides an inherent method for its visualization. + + + + + + + + The type of layout element of the class specific to the layout created by the SnapControl of the Snap application. Encapsulates data and information required for data retrieval. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class related to the hyphen. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class related to the line break formatting mark. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class related to the page break formatting mark. + + + + + + + + The type of layout element of the class related to the page number. + + + + + + + + The type of layout element of the class related to the paragraph formatting mark. + + + + + + + + The type of layout element of the class related to the text run. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class related to the section break formatting mark. + + + + + + + + The type of layout element of the class related to the space. + + + + + + + + The type of layout element of the class related to the visual symbols used for special purposes, such as curly braces indicating the Field Codes. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class related to the tab space. + + + + + + + + The type of layout element of the class. + + + + + + + + The type of layout element of the class. + + + + + + + + + Defines the basic functionality that should be implemented by visitors that traverse the document layout tree. + + + + + + + Dispatches the specified layout element to a special method of the Visitor class. + + + + A descendant that is the element for which a specialized method is called. + + + + + + + + + Provides access to the Layout API. + + + + + + + + Disposes of the DocumentLayout object. + + + + + + + + Fires after the document layout is calculated. + + + + + + + + Fires after any document modification which makes the current layout outdated. + + + + + + + + Gets the layout element of the specified type which relates to the specified position in the document model. + + + + A object that specifies the position in the document model. + + + + A enumeration that specifies the type of the requested layout element. + + + A class descendant if the specified layout type can be related to a document position; otherwise, an exception is thrown. + + + + + + + Returns the layout element of the type designated by the specified generic type parameter which relates to the specified position in the document model. + + + + A object that specifies the position in the document model. + + + The layout element of the type designated by the specified generic type parameter. + + + + + + + Obtains a number of pages for which layout has been already calculated. + + + An integer that is the number of pages in the document layout. + + + + + + + Gets the page of the document layout by the specified index. + + + + An integer that is the index of a requested page. + + + A object that is the page of the document layout. + + + + + + + Calculates page layout asynchronously for the specified page. + + + + An integer that is the index of the page for which to calculate layout. + + + + A that is the action to run when page formatting completes. + + + A that is an asynchronous operation being performed. + + + + + + + Calculates the page layout asynchronously for the specified page and allows task cancellation through the use of a cancellation token. + + + + + An integer that is the index of the page for which to calculate layout. + + + + A that is the action to run when page formatting completes. + + + + A cancellation token that should be used to cancel formatting. + + + A that is an asynchronous operation being performed. + + + + + + + Obtains the total number of pages in the document after pagination. + + + An integer that is the number of pages. + + + + + + + Obtains the index of the page containing the specified layout element. + + + + + A descendant that is the layout element being queried for the parent page. + + + An integer that is the page index. + + + + + + + Gets the plain text contained in the range to which the layout element relates. + + + + + A descendant. + + + A string that is the text contained in the corresponding range. + + + + + + + Indicates whether the document layout is ready and up-to-date. + + + true, if the document layout is calculated completely; otherwise, false. + + + + + + + Fires after a page layout is recalculated. + + + + + + + + + A collection of shapes ( objects) in the document. + + + + + + + Gets all shapes located in the specified document range. + + + + A specifying the range in which to search for shapes. + + + + A object specifying the read-only collection of shapes. + + + + + + + + A read-only collection of document images ( objects). + + + + + + + Gets all images (inline and floating pictures) located in the specified document range. + + + + A specifying the range in which to search for images. + + + + A object specifying the read-only collection of images. + + + + + + + + A collection of elements. + + + + + + + Initializes a new instance of the StrikeoutBoxCollection class with default settings. + + + + + + + + + Lists underline styles. + + + + + + + Specifies a dash-dot-dotted underline. + + + + + + + + Specifies a dash-dotted underline. + + + + + + + + Specifies a dashed underline. + + + + + + + + Specifies a dotted underline. + + + + + + + + Specifies a double underline. + + + + + + + + Specifies a double wave underline. + + + + + + + + Specifies a heavy wave underline. + + + + + + + + Specifies a long-dashed underline. + + + + + + + + Indicates that the text is not underlined. + + + + + + + + Specifies a single underline. + + + + + + + + Specifies a thick dash-dot-dotted underline. + + + + + + + + Specifies a thick dash-dotted underline. + + + + + + + + Specifies a thick dashed underline. + + + + + + + + Specifies a thick dotted underline. + + + + + + + + Specifies a thick long-dashed underline. + + + + + + + + Specifies a thick single underline. + + + + + + + + Specifies a wave underline. + + + + + + + + + Specifies the way to determine the spacing between lines in a paragraph + + + + + + + The line spacing can be greater than or equal to, but never less than, the specified value. + + + + + + + + + This option is twice that of single line spacing. + + + + + + + + This option sets fixed line spacing, specified by the property. + + + + + + + + This option sets line spacing that can be expressed in numbers greater than 1. For example, setting line spacing to 1.15 will increase the space by 15 percent, and setting line spacing to 3 increases the space by 300 percent (triple spacing). The multiplication value is specified by the property. + + + + + + + + + This option is one-and-one-half times that of single line spacing. + + + + + + + + This option accommodates the largest font in that line, plus a small amount of extra space. The amount of extra space varies depending on the font that is used. + + + + + + + + + Lists strikeout styles. + + + + + + + Specifies the double strikeout. + + + + + + + + Indicates that the text strikeout is disabled. + + + + + + + + Specifies the single strikeout. + + + + + + + + + Specifies the indent for the first line in a paragraph. + + + + + + + + The first line of a paragraph is indented to the left, by the value specified by the property. + + + + + + + + + The first line of a paragraph is indented to the right by the value specified by the property. + + + + + + + + + The first line of a paragraph doesn't have any indent. + + + + + + + + + Specifies text alignment within a paragraph. + + + + + + + Text is aligned to the center of the paragraph. + + + + + + + + Text is justified to the entire width of the paragraph. + + + + + + + + Text is aligned to the left of the paragraph. + + + + + + + + + + Text is aligned to the right of the paragraph. + + + + + + + + + An interface that defines a section within a document. + + + + + + + + Starts editing the document's footer of the specified type. + + + + A enumeration value, representing the type of the footer open for editing. + + + A instance representing the footer being edited. + + + + + + + Starts editing the primary footer for the current section. + + + A instance that is the footer being edited. + + + + + + + + Starts editing the document's header of the specified type. + + + + A enumeration value, representing the type of the header open for editing. + + + A instance representing the header being edited. + + + + + + + Starts editing the primary header for the current section. + + + A instance that is the header being edited. + + + + + + + + Provides access to the interface used for operations with columns in the document. + + + + An object providing the interface. + + + + + + + Gets or sets whether the header and footer areas of the first page can be different from other pages in the section. + + + true to enable different settings for the first page; otherwise, false. + + + + + + + Finalizes editing of the section's footer. + + + + A instance, representing the footer opened for editing. + + + + + + + + Finalizes editing of the section's header. + + + + A instance, representing the header open for editing. + + + + + + + + Gets or sets the paper tray to use for the first page of a section. + + + An integer that is the code that identifies a specific printer tray to be used to print the first of this section of the document. + + + + + + + + Gets whether a section has a footer of the specified type. + + + + A enumeration value specifying the footer type. + + + true if the section has a footer of the specified type; otherwise, false. + + + + + + + Gets whether a section has a header of the specified type. + + + + A enumeration value specifying the header type. + + + true, if the section has a header of the specified type; otherwise, false. + + + + + + + Indicates whether the footer of the specified type for the current section is linked to the footer of the next section, so they have the same content. + + + + + A enumeration member specifying the type of the footer. + + + true, if the footer of the specified type is linked to the footer of the next section; otherwise, false. + + + + + + + Indicates whether the footer of the specified type for the current section is linked to the footer of the next section, so they have the same content. + + + + true, if the footer of the specified type is linked to the footer of the next section; otherwise, false. + + + + + + + Indicates whether the footer of the specified type for the current section is linked to the footer of the previous section so that they have the same content. + + + true if the footer of the specified type is linked to the footer of the previous section; otherwise, false. + + + + + + + Indicates whether the footer of the specified type for the current section is linked to the footer of the previous section so that they have the same content. + + + + A enumeration member specifying the type of the footer. + + + true if the footer of the specified type is linked to the footer of the previous section; otherwise, false. + + + + + + + Indicates whether the header of the specified type for the current section is linked to the header of the next section, so they have the same content. + + + + + A enumeration member specifying the type of the header. + + + true, if the header of the specified type is linked to the header of the next section; otherwise, false. + + + + + + + Indicates whether the Odd header of the current section is linked to the header of the next section, so they have the same content. + + + + true, if the Odd header is linked to the header of the next section; otherwise, false. + + + + + + + Indicates whether the Odd header of the current section is linked to the header of the previous section so that they have the same content. + + + true if the Odd header is linked to the header of the previous section; otherwise, false. + + + + + + + Indicates whether the header of the specified type for the current section is linked to the header of the previous section so that they have the same content. + + + + A enumeration member specifying the type of the header. + + + true if the header of the specified type is linked to the header of the previous section; otherwise, false. + + + + + + + Provides access to the object containing line numbering parameters for the current section. + + + A class instance representing parameters specific to line numbering. + + + + + + + Establishes a link to the next section's footer so that they have the same content. + + + + A enumeration member specifying the type of the header. + + + + + + + + Establishes a link to the next section's footer so that they have the same content. + + + + + + + + Establishes a link to the previous section's footer so that they have the same content. + + + + A enumeration member specifying the type of the header. + + + + + + + + Establishes a link to the previous section's footer so that they have the same content. + + + + + + + + Establishes a link to the next section's header so that they have the same content. + + + + A enumeration member specifying the type of the header. + + + + + + + + Establishes a link to the next section's header so that they have the same content. + + + + + + + + Establishes a link to the previous section's header so that they have the same content. + + + + + + + + Establishes a link to the previous section's header of the specified type so that they have the same content. + + + + A enumeration member specifying the type of the header. + + + + + + + + Provides access to an object used to specify or retrieve the section's margin settings. + + + An object exposing the interface used to control the section's margin settings. + + + + + + + Gets or sets the paper tray to use for all pages except the first page of a section. + + + An integer that is the code that identifies a specific printer tray to be used to print all pages except the first page of this section of the document. + + + + + + + + Provides access to an object used to specify or retrieve the section's page settings. + + + + An object exposing the interface used to control the section's page settings. + + + + + + + Provides access to an object specifying page numbering options for the current section. + + + A instance containing page numbering options. + + + + + + + Provides access to a collection of paragraphs for the current section. + + + A object containing all paragraphs in the current section. + + + + + + + Gets or sets the type of a section break. + + + A enumeration value specifying where the next section starts. + + + + + + + Breaks the link of the current section's footer to the footer of the next section so that it can hold different content. + + + + A enumeration member specifying the type of the footer for which the link is being broken. + + + + + + + + Breaks the link of the current section's footer to the footer of the next section so that it can hold different content. + + + + + + + + Breaks the link of the current section's footer to the footer of the previous section so that it can hold different content. + + + + + + + + Breaks the link of the current section's footer to the footer of the previous section so that it can hold different content. + + + + A enumeration member specifying the type of the footer for which the link is being broken. + + + + + + + + Breaks the link of the current section's header to the header of the next section so that it can hold different content. + + + + A enumeration member specifying the type of the header for which the link is being broken. + + + + + + + + Breaks the link of the current section's header to the header of the next section so that it can hold different content. + + + + + + + + Breaks the link of the current section's header to the header of the previous section so that it can hold different content. + + + + A enumeration member specifying the type of the header for which the link is being broken. + + + + + + + + Breaks the link of the current section's header to the header of the previous section so that it can hold different content. + + + + + + + + + Represents a single paragraph in a document. + + + + + + + + Gets or sets text alignment within a paragraph. + + + + A enumeration value. + + + + + + + Gets or sets the background color of the paragraph. + + + A value representing the background color. + + + + + + + Starts modifying tab stops in a paragraph. + + + + true to get tab stops set for the current paragraph only, disregarding style; otherwise, if set to false, merges tab stops which are set for the paragraph style and for the individual paragraph. + + + A object containing information about tab stops. + + + + + + + Gets or sets whether to suppress addition of additional space (contextual spacing) between paragraphs of the same style. + + + true to remove extra spacing between paragraphs, otherwise, false. + + + + + + + Finalizes modifications of tab stops for the current paragraph. + + + + A collection containing information about tab stops. + + + + + + + + Determines whether the specified object is equal to the current Paragraph instance. + + + + An object to compare with the current object. + + + + true if the specified object is equal to the current Paragraph instance; otherwise false. + + + + + + + Gets or sets a value specifying the indent for the first line in a paragraph. + + + + A value specifying the indent for the first line, measured in units. + + + + + + + + Gets or sets a value specifying whether and how the first line in a paragraph is indented. + + + + A enumeration value, which specifies the first line's indent. + + + + + + + + Gets the hash code (a number) that corresponds to the value of the current Paragraph object. + + + + An integer value representing the hash code for the current object. + + + + + + + Gets the index number of a paragraph in a document. + + + An integer representing the index number. + + + + + + + Indicates whether the current paragraph is in a bulleted or a numbered list. + + + true if the paragraph is included in a numbering list; otherwise, false. + + + + + + + Gets or sets whether to prevent all page breaks that interrupt a paragraph. + + + true to keep paragraph lines together; otherwise, false. + + + + + + + Gets or sets the left indent for the specified paragraph. + + + + A value representing the left indent, measured in . + + + + + + + Gets or sets a line spacing value. + + + + A value representing line spacing, measured in units. + + + + + + + + + Gets or sets the multiplier which is used to calculate the line spacing value. + + + A value representing the line spacing multiplier. + + + + + + + Gets or sets a value which determines the spacing between lines in a paragraph. + + + A enumeration value representing the line spacing type. + + + + + + + Gets or sets the index of a list applied to the paragraph. + + + An integer that is the index of a list to which the paragraph belongs. + + + + + + + Gets or sets the list level applied to the current paragraph in the numbering list. + + + An integer that is the list level of the current paragraph. + + + + + + + Gets or sets the outline level of a paragraph. + + + An integer specifying the level number, or null to indicate a mix of values. + + + + + + + + Gets or sets whether a page break is inserted automatically before specified paragraph. + + + true if a page break is inserted automatically before paragraph; otherwise, false or null, for a mixture of true and false. + + + + + + + Gets the document range occupied by the current paragraph. + + + A interface. + + + + + + + Resets the paragraph formatting to its base style. + + + + + + + + Gets or sets the right indent for the specified paragraph. + + + A value representing the right indent, measured in . + + + + + + + Gets or sets the spacing after the current paragraph. + + + A value representing the spacing after the paragraph, measured in units. + + + + + + + + Gets or sets the spacing before the current paragraph. + + + A value representing the spacing before the paragraph, measured in units. + + + + + + + + Gets or sets the paragraph style applied to the current paragraph. + + + A object representing the style. + + + + + + + Gets or sets a value indicating whether a paragraph can be hyphenated. + + + + true to suppress hyphenation; false to enable hyphenation. + + + + + + + Gets or sets whether line numbers are displayed for the current paragraph. + + + true if line numbers are hidden; otherwise, false. + + + + + + + + An interface that exposes the specific functionality of the document. + + + + + + + + Provides access to a collection of abstract numbering lists in the document. + + + An collection containing abstract definitions for numbering lists. + + + + + + + Appends a new empty section to the end of the document. + + + A object that is the section in the document to which a new section is appended. + + + + + + + Fires when the DOCVARIABLE field is updated. + + + + + + + + Gets or sets the position of the caret within the document. + + + A object, representing the current caret position. + + + + + + + Enables you to operate on selections in documents other than the main document, such as headers and footers. + + + + A object that is the document that is different from the currently active document. + + + + + + + + + Provides access to a collection of character styles in the current document. + + + A collection containing character styles. + + + + + + + Occurs when the document content was changed. + + + + + + + + Copies the currently selected text to the clipboard. + + + + + + + + Copies the specified range of text to the clipboard. + + + + A object specifying the and positions of the text to copy. + + + + + + + + Enables customizing the mail merge options. + + + + A instance, specifying the mail merge options. + + + + + + + Removes the currently selected text and copies it to the clipboard. + + + + + + + + Removes the specified range of text and copies it to the clipboard. + + + + + A object specifying the and positions of the text to cut. + + + + + + + + Provides access to default character formatting for the current document. + + + A interface that enables you to specify character properties. + + + + + + + Provides access to default paragraph formatting for the current document. + + + A interface that enables you to specify paragraph properties. + + + + + + + Provides access to default properties for document tables. + + + A interface specifying table properties. + + + + + + + Gets or sets whether the document has different odd and even pages. + + + true if odd and even pages are different; otherwise, false. + + + + + + + Returns the list of the document's authors. + + + A collection of values, specifying the document authors. + + + + + + + Gets the section encompassing the specified position. + + + + + A instance representing the position in the document. + + + A object representing a section containing the position. + + + + + + + Gets or sets the document content as HTML text. + + + A string containing text of the document in HTML format. + + + + + + + Inserts a new section into the document's collection at a specified position. + + + + + A object that specifies a position to insert a new section. + + + + A object that is the section in the document located before the newly inserted section. + + + + + + + Gets whether document protection is enabled. + + + true if document protection is enabled; otherwise, false. + + + + + + + Indicates whether the document is empty, i.e. contains only default content. + + + true if the document contains only default content; otherwise, false. + + + + + + + Loads a document from a stream, specifying the document's format. + + + + The stream from which to load a document. + + + + One of the members. + + + + + + + + Loads a document from a file, specifying the document's format. + + + + A string value specifying the path to a file from which to load a document. + + + + + One of the members. + + + + + + + + + Loads a document from the stream in the specified format. External content is retrieved using the specified source (base) URI. + + + + A object representing the source of the document to import. + + + + A enumeration, specifying the format of the document to import. + + + + A string which serves as the base URI to load the external document content. + + + + + + + + Loads a document from the specified file in the specified format. External content is retrieved using the specified source (base) URI. + + + + A string specifying a path to the file to load. + + + + A enumeration, specifying the format of the file to import. + + + + A string which serves as the base URI to load the external document content. + + + + + + + + Merges the current document and sends the result to the specified stream in a specified format. + + + + A object representing the output stream. + + + + A enumeration member specifying the destination format. + + + + + + + + Merges the current document using the specified options and sends the result to the specified stream in a specified format. + + + + A interface exposing options for the current merge. + + + + A object representing the output stream. + + + + A enumeration member specifying the destination format. + + + + + + + + Merges the current document using the specified options and sends the result to the specified file in a specified format. + + + + A interface exposing options for the current merge. + + + + A name of the file to which the merged document is saved. + + + + A enumeration member specifying the destination format. + + + + + + + + Merges the current document and sends the result to the specified . + + + + An object exposing the interface to which the merged document is sent. + + + + + + + + Merges the current document using the specified options, and sends the result to the specified . + + + + A interface exposing options for the current merge. + + + + An object exposing the interface to which the merged document is sent. + + + + + + + + Merges the current document and sends the result to the specified file in a specified format. + + + + A name of the file to which the merged document is saved. + + + + A enumeration member specifying the destination format. + + + + + + + + Merges all columns with indexes greater than 63 into a single column for all tables in a document. + + + true, if at least one table has been modified; otherwise, false. + + + + + + + Gets or sets the document content as MHT text. + + + A string containing text of the document in MHT format. + + + + + + + Occurs when the document content has been modified since it was last saved. + + + + + + + + + + Provides access to a collection of definitions for numbering lists instantiated in the document. + + + A collection of definitions for lists which are present in the document. + + + + + + + Gets or sets the document content as an array of bytes in Open Office Text (.odt) format. + + + An array of bytes representing the OpenDocument Text (.odt) format. + + + + + + + Gets or sets the document content as an array of bytes in Office Open XML (Docx) format. + + + An array of bytes representing the document in Docx format. + + + + + + + Provides access to a collection of paragraph styles in the current document. + + + A collection containing paragraph styles. + + + + + + + Insert a text from the clipboard into the current . + + + + + + + + + Inserts the contents of the clipboard in the specified format at the caret position. + + + + A enumeration member, specifying the format of the inserted text. + + + + + + + + + Enforces document protection and sets the specified password. + + + + A password string. + + + + + + + + Obtains information on the formatting capabilities required to export the current document correctly. + + + A object, representing information on the formatting capabilities required to correctly format the current document. + + + + + + + + Gets or sets the formatted text content of the document. + + + A string, containing the document's content in rich text format. + + + + + + + Saves the document to a file, specifying the document's format. + + + + A string value specifying the path to a file into which to save the control's document. + + + + + One of the enumeration values. + + + + + + + + + + Saves the document to a stream, specifying the document's format. + + + + The stream into which to save the document. + + + + One of enumeration values. + + + + + + + + + Provides access to a collection of sections. + + + + A interface defining a list of sections. + + + + + + + Gets or sets the selected range in the document. + + + A object, representing the and positions of the selected text. + + + + + + + + Provides access to a collection of selections in the document. + + + A object containing ranges selected in the document. + + + + + + + Provides access to a collection of styles defined for tables in the document. + + + A object containing table styles. + + + + + + + Gets or sets the document's text (plain text). + + + A string value that specifies the text of the document. + + + + + + + Gets or sets a unit of measure used within the document. + + + One of the enumeration values. + + + + + + + Removes document protection. + + + + + + + + Provides access to the collection of document variables. + + + A object containing document variables. + + + + + + + Gets or sets the document content as the text in WordProcessingML (Microsoft Office Word 2003 XML) format. + + + A string of text in WordML format. + + + + + + + + A collection of tables ( objects) in the document. + + + + + + + Gets all tables located in the specified document range. + + + + A specifying the range in which to search for tables. + + + + A object specifying the read-only collection of tables. + + + + + + + Gets the table cell encompassing the specified position. + + + + A that is the position in the document. + + + A object that is the table cell containing the specified position. + + + + + + + + A collection of objects in the document. + + + + + + + Gets all hyperlinks located in the specified document range. + + + + A specifying the range in which to search for hyperlinks. + + + + A object specifying the read-only collection of hyperlinks. + + + + + + + + A collection of objects in the document. + + + + + + + Gets all fields located in the specified document range. + + + + A specifying the range in which to search for fields. + + + + A object specifying the read-only collection of fields. + + + + + + + + A collection of objects in the document. + + + + + + + Gets all custom marks located in the specified document range. + + + + A specifying the range in which to search for custom marks. + + + + A object specifying the read-only collection of custom marks. + + + + + + + Obtains a custom mark by its visual info available in the event handler. + + + + A DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfo object. A collection of such objects is accessible using the property. + + + A object. + + + + + + + + A collection of comments ( objects) in the document. + + + + + + + Gets all comments located in the specified document range. + + + + A specifying the range in which to search for comments. + + + + A object specifying the read-only collection of comments. + + + + + + + + A collection of objects in the document. + + + + + + + Gets all bookmarks located in the specified document range. + + + + A specifying the range in which to search for bookmarks. + + + + A object specifying the read-only collection of bookmarks. + + + + + + + + Lists the value masks available for table cell properties. + + + + + + + Specifies all table properties. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0x200 + + + + + + + + 0x400 + + + + + + + + + + + + + + + + + + + + + + + + + Lists the value masks available for table cell properties. + + + + + + + Specifies all table cell properties. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0x40000 + + + + + + + + + + + + + + + + 0x80000 + + + + + + + + + + + + + + + + + A collection of elements. + + + + + + + Initializes a new instance of the RangePermissionBoxCollection class with default settings. + + + + + + + + + Defines the template used for creating abstract numbering lists in a document. + + + + + + + Creates a new abstract list based on a template. + + + An object that is the abstract list with specified properties. + + + + + + + + Lists values specifying the visibility of comments. + + + + + + + Comment visibility is determined automatically. + + + + + + + + Comments are always hidden. + + + + + + + + Comments are always visible. + + + + + + + + + Contains options for displaying the comments in a document. + + + + + + + + Initializes a new instance of the CommentOptions class with default settings. + + + + + + + + Gets or sets the default comment's author. + + + + A string that specifies the comment's author. + + + + + + + Gets or sets the color of brackets which encompass the commented text. + + + A structure specifying the bracket color. + + + + + + + + Unlocks the CommentOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Gets or sets the background color of the text to which a comment is attached. + + + A structure specifying the highlight color. + + + + + + + Unlocks the CommentOptions object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets or sets whether to show comments by all reviewers. + + + true, to show comments by all reviewers; otherwise, false. + + + + + + + Specifies the visibility mode of a document comment. + + + A enumeration value. + + + + + + + Provides access to a collection of reviewer names whose comments are visible. + + + An collection of names. + + + + + + + + Contains options affecting certain copy-paste scenarios. + + + + + + + Initializes a new instance of the CopyPasteOptions class with default settings. + + + + + + + + Gets or sets options specifying how formatting is applied to the last paragraph of a numbered list when it is inserted into a document. + + + An enumeration member. + + + + + + + Gets or sets whether to retain section settings of a blank document after appending RTF content. + + + true, to keep section settings of a target blank document; otherwise, false. + + + + + + + + Contains options that specify how the spell checker should process text in any range of the document. + + + + + + + Initializes a new instance of the SpellCheckerOptions class with default settings. + + + + + + + + Gets or sets whether the spell checker should ignore language settings for document ranges and determine the language automatically. + + + true, to allow spell checker to automatically determine the language of any document range; otherwise, false. + + + + + + + Gets or sets whether the spell checker should ignore "no-proof" settings for text ranges in a document. + + + true, to ignore "no-proof" settings; otherwise, false. + + + + + + + + + Lists values that specify how the shape is surrounded by the text. + + + + + + + The text is displayed over the shape. + + + + + + + + The text is displayed behind the shape. + + + + + + + + The text wraps around the rectangular borders of the shape. + + + + + + + + The text wraps tightly around the shape and can fill in the transparent background space inside the shape. + + + + + + + + The text wraps tightly around the shape. + + + + + + + + The text is displayed above and below the shape and does not wrap around the sides. + + + + + + + + + + Lists values used to specify table style options influencing a table appearance. + + + + + + + Specifies that special formatting is applied to the first column of the table. + + + + + + + + Specifies that special formatting is applied to the first row of the table. + + + + + + + + Specifies that special formatting is applied to the last column of the table. + + + + + + + + Specifies that special formatting is applied to the last row of the table. + + + + + + + + Specifies that column banding formatting is not applied to the table. + + + + + + + + + Specifies that row banding formatting is not applied to the table. + + + + + + + + + Specifies that row and column banding formatting is applied to the table, but special formatting is not applied to the first row, last row, first column and last column. + + + + + + + + + Lists subdocument types. + + + + + + + A comment. + + + + + + + + An endnote. + + + + + + + + A footer. + + + + + + + + A footnote. + + + + + + + + A header. + + + + + + + + The main document body. + + + + + + + + A text box. + + + + + + + + + A collection of elements. + + + + + + + Initializes a new instance of the LayoutTableRowCollection class with default settings. + + + + + + + + + A collection of elements. + + + + + + + Initializes a new instance of the LayoutTableCellCollection class with default settings. + + + + + + + + + Adjusts the document zoom factor to fit the entire page width into the application window's dimensions. + + + + + + + Initializes a new instance of the FitWidthCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FitWidthCommand. + + + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FitWidthCommand. + + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Lists the values specifying the user interface of the Print Preview form. + + + + + + + + The Print Preview form utilizes the Bars user interface. + + + + + + + + The Print Preview form utilizes the Ribbon user interface. + + + + + + + + + + A collection of elements. + + + + + + + Initializes a new instance of the LayoutPageCollection class with default settings. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the FloatingInlineObjectLayoutOptionsFormShowingEventArgs class with the specified settings. + + + + A DevExpress.XtraRichEdit.Forms.FloatingInlineObjectLayoutOptionsFormControllerParameters object. + + + + + + + + Contains data for the form controller. + + + A DevExpress.XtraRichEdit.Forms.FloatingInlineObjectLayoutOptionsFormControllerParameters object. + + + + + + + + Lists the values specifying the mode for inserting a page break into a document. + + + + + + + + The page break is inserted next to the specified position in the current line. + + + + + + + + A page break is inserted in the new line. + + + + + + + + + Specifies whether or not the current table style is applied to the odd/even banded columns of a selected table. + + + + + + + Initializes a new instance of the ToggleBandedColumnsCommand class with the specified owner. + + + + An object implementing the interface. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleBandedColumnsCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleBandedColumnsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A collection of elements. + + + + + + + Initializes a new instance of the LineNumberBoxCollection class with default settings. + + + + + + + + + Deletes all comments from a document. + + + + + + + Initializes a new instance of the DeleteAllCommentsCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DeleteAllCommentsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to DeleteAllCommentsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DeleteAllCommentsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Enables the overtype feature. + + + + + + + Initializes a new instance of the ToggleOvertypeCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleOvertypeCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleOvertypeCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Displays the Reviewing Pane that lists all document comments. + + + + + + + Initializes a new instance of the ShowReviewingPaneCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowReviewingPaneCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowReviewingPaneCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowReviewingPaneCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Starts the next page at the current position. + + + + + + + Initializes a new instance of the InsertPageBreakCommand2 class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets the ID of the InsertPageBreakCommand2. + + + + + A member, identifying the command. + + + + + + + + Doubles the font size of the selected text. + + + + + + + Initializes a new instance of the ChangeDoubleFontSizeCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Creates an object representing the user interface state for the command. + + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeDoubleFontSizeCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeDoubleFontSizeCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A command to capitalize each word in the selected sentence. + + + + + + + Initializes a new instance of the CapitalizeEachWordCaseCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the CapitalizeEachWordCaseCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to CapitalizeEachWordCaseCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + For internal use. + + + + + + + Initializes a new instance of the CollapseOrExpandFormulaBarCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the CollapseOrExpandFormulaBarCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to CollapseOrExpandFormulaBarCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Language Form to select the language of spell checking. + + + + + + + Initializes a new instance of the ShowLanguageFormCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowLanguageFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowLanguageFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowLanguageFormCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Updates the command state and applies restrictions. + + + + An interface defining the state of a command. + + + + + + + + + Specifies whether or not to check spelling or grammar in a document. + + + + + + + Initializes a new instance of the ChangeNoProofCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Creates an object representing the user interface state for the command. + + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeNoProofCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeNoProofCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Changes the language of spell checking. + + + + + + + Initializes a new instance of the ChangeLanguageCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Creates an object representing the user interface state for the command. + + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeLanguageCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeLanguageCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Table of Contents dialog window. + + + + + + + Initializes a new instance of the ShowTOCFormCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowTOCFormCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowTOCFormCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Contains custom separators used in numeric format switches of the document fields. + + + + + + + Initializes a new instance of the MailMergeCustomSeparators class with the specified settings. + + + + A value. This value is assigned to the property. + + + + A value. This value is assigned to the property. + + + + A value. This value is assigned to the property. + + + + A value. This value is assigned to the property. + + + + + + + + Initializes a new instance of the MailMergeCustomSeparators class with default settings. + + + + + + + + Copies all settings from the object passed as the parameter to the current object. + + + + A MailMergeCustomSeparators object whose settings are assigned to the current object. + + + + + + + + Removes all custom separators. + + + + + + + + Gets or sets a symbol displayed in the field result instead of a decimal separator specified in the numeric format switch. + + + A string which will be displayed as a decimal separator. + + + + + + + Gets or sets a symbol displayed in the field result instead of a group separator specified in the numeric format switch. + + + A string which will be displayed as a group separator. + + + + + + + Indicates whether none of the custom separators are specified. + + + true, if custom separators are not specified; otherwise, false. + + + + + + + Gets or sets a symbol used as a decimal separator in the numeric format switch of a document field. + + + A string which will be recognized as a decimal separator. + + + + + + + Gets or sets a symbol used as a group separator in the numeric format switch of a document field. + + + A string which will be recognized as a group separator. + + + + + + + + A collection of elements. + + + + + + + Initializes a new instance of the HighlightAreaCollection class with default settings. + + + + + + + + + Contains options that specify whether a certain field should be updated when importing a document containing this field. + + + + + + + Initializes a new instance of the UpdateFieldOptions class with default settings. + + + + + + + + Copies the appropriate properties of the specified object into the current instance of the UpdateFieldOptions class. + + + + A class instance, representing the source object for copying. + + + + + + + + Gets or sets whether the import of a document containing the DATE field updates this field. + + + true, to update the field; otherwise, false. + + + + + + + Gets or sets whether import of a document containing the TIME field updates this field. + + + + true, to update the field; otherwise, false. + + + + + + + + Represents a simple view of the Rich Edit control. + + + + + + + Initializes a new instance of the SimpleView class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the view. + + + + + + + + Gets or sets the distance from the text to the control's border in pixels. + + + A object representing the control's padding. + + + + + + + Gets the RichEditControl View's type. + + + + The value. + + + + + + + Accepts the Visitor passed as the argument as defined in the Visitor pattern. + + + + A Visitor object that implements the interface. + + + + + + + + Gets or sets whether the text is wrapped when a document is displayed in the simple view. + + + true to enable text wrapping; otherwise false. + + + + + + + + A collection of elements. + + + + + + + Initializes a new instance of the FieldHighlightAreaCollection class with default settings. + + + + + + + + + A collection of elements. + + + + + + + Initializes a new instance of the LayoutTableCollection class with default settings. + + + + + + + + + Updates a Table of Figures to reflect the changes made to figure captions. + + + + + + + Initializes a new instance of the UpdateTableOfFiguresCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the UpdateTableOfFiguresCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to UpdateTableOfFiguresCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Changes the style and text formatting options of the selected table. + + + + + + + Initializes a new instance of the ChangeTableStyleCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the ChangeTableStyleCommand. + + + A member, identifying the command. + + + + + + + Updates the command state and applies restrictions. + + + + An interface defining the state of a command. + + + + + + + + + A collection of elements. + + + + + + + Initializes a new instance of the CommentHighlightAreaCollection class with default settings. + + + + + + + + + A default localizer to translate resources for WinForms Rich Text Editor. + + + + + + + Initializes a new instance of the XtraRichEditResLocalizer class with default settings. + + + + + + + + + A base class that provides necessary functionality for custom localizers of the WinForms Rich Text Editor control. + + + + + + + Initializes a new instance of the XtraRichEditLocalizer class with default settings. + + + + + + + + Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). + + + An object representing resources based on the thread's culture. + + + + + + + Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). + + + A object, which provides resources based on the thread's culture. + + + + + + + Returns a localized string for the given string identifier. + + + + A enumeration value identifying the string to localize. + + + A corresponding to the specified identifier. + + + + + + + + A collection of elements. + + + + + + + Initializes a new instance of the BookmarkBoxCollection class with default settings. + + + + + + + + + Specifies whether or not the current table style is applied to the first column of a selected table. + + + + + + + Initializes a new instance of the ToggleFirstColumnCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFirstColumnCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFirstColumnCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Container for collections of objects of the type and various characteristics. elements are not included. + + + + + + + Returns layout elements contained in the . + + + A of elements. + + + + + + + Returns layout elements contained in the . + + + A of elements. + + + + + + + Returns layout elements contained in the . + + + A of elements. + + + + + + + Returns layout elements contained in the . + + + A of elements. + + + + + + + Returns layout elements contained in the . + + + A of elements. + + + + + + + Returns layout elements contained in the . + + + A of elements. + + + + + + + Returns layout elements contained in the . + + + A of elements. + + + + + + + Returns layout elements contained in the . + + + A of elements. + + + + + + + Returns layout elements contained in the . + + + A of elements. + + + + + + + Returns layout elements contained in the . + + + A of elements. + + + + + + + + A collection of elements. + + + + + + + Initializes a new instance of the LayoutRowCollection class with default settings. + + + + + + + + + Defines the parameters of the Table Style dialog window that are eligible to be changed. + + + + + + + Initializes a new instance of the TableStyleFormControllerParameters class with the specified settings. + + + + An object implementing the interface. + + + + A DevExpress.XtraRichEdit.Model.TableStyle object. + + + + + + + + + Defines the parameters of the Page Setup dialog window that are eligible to be changed. + + + + + + + Initializes a new instance of the PageSetupFormControllerParameters class with the specified settings. + + + + A Rich Edit control. + + + + A DevExpress.XtraRichEdit.Forms.PageSetupInfo object containing information used to fill in editors of the Page Setup dialog. + + + + + + + + Gets or sets the initial tab page of the Page Setup dialog. + + + A DevExpress.XtraRichEdit.Forms.PageSetupFormInitialTabPage enumeration value that specifies the tab page of the Page Setup dialog. + + + + + + + Provides access to the information contained in the dialog editors. + + + A DevExpress.XtraRichEdit.Forms.PageSetupInfo object that is the container for values of the dialog editors. + + + + + + + + Specifies how the is printed via the . + + + + + + + A RichTextBox is printed using the page width specified by the of a link's . + + + + + + + + + A RichTextBox is printed using the width specified via the property. + + + + + + + + A RichTextBox is printed using the Width property value of the RichTextBox control. + + + + + + + + + A method that will handle the event. + + + + + + + Represents a method that will handle the TableStyleFormShowing event. + + + + The event source. This parameter identifies the RichEditControl, which raised the event. + + + + A object which contains event data. + + + + + + + + + The base for classes that provide functionality for two-state list options. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Forces the application user interface to ignore the current applicability of a command, and trigger its execution despite the risks. + + + + An object implementing the interface that defines the current status of a command in the overall context of the application user interface. + + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleListCommandBase. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Anticipates a command's execution, by assigning a new status to the command in the context of its current applicability to the application user interface. + + + + + An object implementing the interface that defines the current status of a command in the overall context of the application user interface. + + + + + + + + + Allows you to select the reviewers whose comments shall be displayed in a document. + + + + + + + + Initializes a new instance of the ReviewersCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ReviewersCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ReviewersCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ReviewersCommand. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Specifies whether or not the current table style is applied to the last row of a selected table. + + + + + + + Initializes a new instance of the ToggleLastRowCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleLastRowCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleLastRowCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Specifies whether or not the current table style is applied to the last column of a selected table. + + + + + + + Initializes a new instance of the ToggleLastColumnCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleLastColumnCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleLastColumnCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Specifies whether or not the current table style is applied to the odd/even banded rows of a selected table. + + + + + + + Initializes a new instance of the ToggleBandedRowsCommand class with the specified owner. + + + + An object implementing the interface. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleBandedRowsCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleBandedRowsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Specifies whether or not the current table style is applied to the first row of a selected table. + + + + + + + + Initializes a new instance of the ToggleFirstRowCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleFirstRowCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleFirstRowCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Modify Style dialog window to customize the style and text formatting options of the selected table. + + + + + + + Initializes a new instance of the ShowTableStyleFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Initializes a new instance of the ShowTableStyleFormCommand class with the specified owner and style. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + A interface that provides access to style characteristics. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Forces the application user interface to ignore the current applicability of a command, and trigger its execution despite the risks. + + + + An object implementing the interface that defines the current status of a command in the overall context of the application user interface. + + + + + + + + Gets the ID of the ShowTableStyleFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowTableStyleFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowTableStyleFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + Gets or sets the style whose parameters are displayed in the form. + + + An object that provides the interface to get access to the style parameters. + + + + + + + + Represents a base class for the RichEditControl views. + + + + + + + Specifies whether or not to obtain the font color and background color values from the current skin, if they have not been defined explicitly. + + + true to obtain unspecified font color and background color values from the current skin; otherwise false. + + + + + + + + Gets or sets whether line numbers, when enabled, are displayed in the view. + + + true to show line numbers if they are enabled; otherwise, false. + + + + + + + Gets or sets the background color of the View. + + + A object representing the background color of the View. + + + + + + + Provides access to the IRichEditControl interface of the view owner. + + + An object exposing the interface. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Gets the cursor coordinates in the current document's view. + + + + A representing the cursor. The units of measurement are documents. + + + + + + + + Obtains the page index and the layout position on the page for the specified point. + + + + A object that is the point in control coordinates. + + + + A object containing the page index and the position on a page. + + + + + + + + Obtains information on the layout of visible pages. + + + + A list of layout information on individual pages. + + + + + + + Gets the range encompassing all pages which are shown in the View. + + + A that is the range containing visible pages. + + + + + + + Overrides the base class method to clear the text representation of an object. + + + An empty string. + + + + + + + Gets the RichEditControl View's type. + + + A enumeration member indicating the type of the View. + + + + + + + A key method for the Visitor pattern that calls the appropriate Visit method of the Visitor. + + + + An object exposing the representing the Visitor of the Visitor pattern. + + + + + + + + Gets or sets the current zoom level used to display the document. + + + The factor by which the contents of the control is zoomed. + + + + + + + + Interface of a rich text engine providing the essential Rich Editor functionality. + + + + + + + Occurs after the document is successfully exported. + + + + + + + + Occurs before the document is saved (exported to a certain format). + + + + + + + + Occurs before a document is loaded (imported from an external source). + + + + + + + + Fires when the DOCVARIABLE field is updated. + + + + + + + + Occurs when the document content was changed. + + + + + + + + Creates an object for specifying the options used in mail merge operations. + + + A class instance containing options used for mail merge. + + + + + + + Creates a new blank document. + + + + true to raise the event before creating a new document; otherwise false. + + + true to create a new document; otherwise false. + + + + + + + Provides access to a interface, representing the document contained in the server. + + + A interface that provides access to a loaded document. + + + + + + + + Occurs when a document that has not yet been saved is about to be closed. + + + + + + + + Occurs after a document is loaded. + + + + + + + + Gets the current dpi value for the X-coordinate. + + + A Single dpi value. + + + + + + + Gets the current dpi value for the Y-coordinate. + + + + A Single dpi value. + + + + + + + Occurs when a new document is created. + + + + + + + + Gets service of the specified type. + + + A service object of the specified type or null for reference types and zero for numeric value types if a service is not available. + + + + + + + Gets or sets the content as HTML text. + + + A string containing text in HTML format. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Occurs before a document is loaded. Handle this event to set initial document settings. + + + + + + + + For internal use. Gets a value indicating whether the control has been disposed of. + + + true if the control has been disposed of; otherwise, false. + + + + + + + Gets or sets a unit of measure used for a document model layout. + + + One of the enumeration values. + + + + + + + Loads a document from a stream, specifying the document's format. + + + + The stream from which to load a document. + + + + One of the members. + + + + + + + + Loads a document from a stream as a template, specifying the document's format. + + + + + The stream from which to load a document. + + + + One of the members. + + + + + + + + + Merges the current document using the specified options, and sends the result to the specified . + + + + A interface exposing options for the current merge. + + + + An object exposing the interface to which the merged document is sent. + + + + + + + + Merges the current document using the specified options and sends the result to the specified stream in a specified format. + + + + A interface exposing options for the current merge. + + + + A object that is the output stream. + + + + + A enumeration member specifying the destination format. + + + + + + + + Merges the current document and sends the result to the specified stream in a specified format. + + + + A object that is the output stream. + + + + + A enumeration member specifying the destination format. + + + + + + + + Merges the current document and sends the result to the specified file in a specified format. + + + + A name of the file to which the merged document is saved. + + + + A enumeration member specifying the destination format. + + + + + + + + Merges the current document using the specified options and sends the result to the specified RichEditDocumentServer instance. + + + + A interface exposing options for the current merge. + + + + An object implementing the IRichEditDocumentServer interface, such as the or the instance. + + + + + + + + Merges the current document and sends the result to the specified RichEditDocumentServer instance. + + + + An object implementing the IRichEditDocumentServer interface, such as the or the instance. + + + + + + + + Merges the current document and sends the result to the specified . + + + + An object exposing the interface to which the merged document is sent. + + + + + + + + Merges the current document using the specified options and sends the result to the specified file in a specified format. + + + + A interface exposing options for the current merge. + + + + A name of the file to which the merged document is saved. + + + + A enumeration member specifying the destination format. + + + + + + + + Fires when mail merge is completed. + + + + + + + + Fires after each data record is merged with the document in the mail merge process. + + + + + + + + Fires before each data record is merged with the document in the mail merge process. + + + + + + + + Fires before mail merge starts. + + + + + + + + Gets or sets the document content as MHT text. + + + A string containing text in MHT format. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets a value that indicates that the document contents is modified since it was last saved. + + + + true if the control's contents were modified since it was last saved; otherwise, false. + + + + + + + Occurs when the value of the property is changed. + + + + + + + + Gets or sets the document content as an array of bytes in Open Office Text (.odt) format. + + + An array of bytes containing data in the OpenDocument Text (.odt) format. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Gets or sets the document content as an array of bytes in Office Open XML (Docx) format. + + + An array of bytes representing the document in Docx format. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Provides access to the variety of options which can be specified for the RichEditDocumentServer. + + + A object containing various RichEdit options. + + + + + + + Performs a service substitution. + + + + A service of the specified type that will replace the former service. + + + Previously registered service of the specified type, or null (Nothing in Visual Basic) if the service does not exist. + + + + + + + Gets or sets the formatted text content of the document. + + + A string, containing the document's content in rich text format. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Saves the document to a stream, specifying the document's format. + + + + The stream to output the document to. + + + + One of the enumeration values. + + + + + + + + Fires in response to changing a selection in the document. + + + + + + + + Gets or sets the plain text content of the document. + + + A string, containing the document's unformatted text. + + + + + + + Gets or sets a unit of measure used within the RichEditDocumentServer. + + + One of the enumeration values. + + + + + + + Fires after the Unit property is changed. + + + + + + + + Fires before the Unit property is changed. + + + + + + + + Gets or sets the document content as the text in WordProcessingML (Microsoft Office Word 2003 XML) format. + + + A string of text in WordML format. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + A non-visual rich text engine providing all the RichEditControl functionality except user interface features. + + + + + + + Initializes a new instance of the RichEditDocumentServer class with default settings. + + + + + + + + Adds the specified service to the service container. + + + + The type of service to add. + + + + An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter. + + + + + + + + Adds the specified service to the service container. + + + + The type of service to add. + + + + A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested. + + + + + + + + Adds the specified service to the service container. + + + + The type of service to add. + + + + A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested. + + + + true to promote this request to any parent service containers; otherwise, false. + + + + + + + + Adds the specified service to the service container. + + + + The type of service to add. + + + + An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter. + + + + true to promote this request to any parent service containers; otherwise, false. + + + + + + + + Occurs after the document is successfully exported. + + + + + + + + Occurs before the document is saved (exported to a certain format). + + + + + + + + Occurs before a document is loaded (imported from an external source). + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Locks the RichEditDocumentServer object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. + + + + + + + + + + Fires when the DOCVARIABLE field is updated. + + + + + + + + Unlocks the RichEditDocumentServer object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Occurs after a new comment is created in the document. + + + + + + + + Occurs when the document content was changed. + + + + + + + + Creates an object for specifying the options used in mail merge operations. + + + A class instance containing options used for mail merge. + + + + + + + Creates a new blank document. + + + + true to raise the event before creating a new document; otherwise false. + + + true to create a new document; otherwise false. + + + + + + + Releases resources associated with a RichEditDocumentServer instance. + + + + + + + + Provides access to a interface, representing the document contained in the server. + + + A interface that provides access to a loaded document. + + + + + + + + Occurs when a document that has not yet been saved is about to be closed. + + + + + + + + Provides access to the document layout. + + + A object. + + + + + + + Occurs after a document is loaded. + + + + + + + + Gets the current dpi value for the X-coordinate. + + + A Single dpi value. + + + + + + + Gets the current dpi value for the Y-coordinate. + + + + A Single dpi value. + + + + + + + Occurs when a new document is created. + + + + + + + + Unlocks the RichEditDocumentServer object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Exports the document to the specified stream in PDF format. + + + + A object, to which the document is exported. + + + + + A instance containing properties which define how a document is exported to PDF format. + + + + + + + + Exports the document to the specified stream in PDF format. + + + + A object, to which the document is exported. + + + + + + + + + Gets the service object of the specified type. + + + + An object that specifies the type of service object to get. + + + A service object of the specified type, or a null reference (Nothing in Visual Basic) if there is no service object of this type. + + + + + + + Gets the specified service. + + + A service object of the specified type or null for reference types and zero for numeric value types if a service is not available. + + + + + + + Gets or sets the content as HTML text. + + + A string containing text in HTML format. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Occurs before a document is loaded. Handle this event to set initial document settings. + + + + + + + + Fires when the supplied data could not be recognized as data in the assumed format for import. + + + + + + + + Maintained for compatibility with the code written for the RichEditControl. + + + Always true. + + + + + + + Gets whether the object has been locked for updating. + + + true if the object is locked; otherwise, false. + + + + + + + Gets or sets the mode for layout calculation. + + + A enumeration value. Default is . + + + + + + + Gets or sets a unit of measure used for a document model layout. + + + One of the enumeration values. + + + + + + + Loads a document from a file, specifying the document's format. + + + + A string value specifying the path to the file from which to load a document. + + + + One of the members. + + + + + + + + Loads a document from a stream, specifying the document's format. + + + + The stream from which to load a document. + + + + One of the members. + + + + + + + + Loads a specified file. The file format is identified by the file extension. + + + + A string specifying the path of the file to load. + + + + + + + + Loads a specified file as template. The file format is identified by the file extension. + + + + A string value specifying the path to the file from which to load a document. + + + + + + + + Loads a specified document as a template. + + + + + A string value specifying the path to the file from which to load a document. + + + + One of the members. + + + + + + + + Loads a document from a stream as a template, specifying the document's format. + + + + + The stream from which to load a document. + + + + One of the members. + + + + + + + + + Merges the current document and sends the result to the specified RichEditDocumentServer instance. + + + + An object implementing the IRichEditDocumentServer interface, such as the or the instance. + + + + + + + + Merges the current document using the specified options, and sends the result to the specified . + + + + A interface exposing options for the current merge. + + + + An object exposing the interface to which the merged document is sent. + + + + + + + + Merges the current document and sends the result to the specified . + + + + An object exposing the interface to which the merged document is sent. + + + + + + + + Merges the current document using the specified options and sends the result to the specified stream in a specified format. + + + + A interface exposing options for the current merge. + + + + A object that is the output stream. + + + + + A enumeration member specifying the destination format. + + + + + + + + Merges the current document using the specified options and sends the result to the specified file in a specified format. + + + + A interface exposing options for the current merge. + + + + A name of the file to which the merged document is saved. + + + + A enumeration member specifying the destination format. + + + + + + + + Merges the current document and sends the result to the specified file in a specified format. + + + + A name of the file to which the merged document is saved. + + + + A enumeration member specifying the destination format. + + + + + + + + Merges the current document and sends the result to the specified stream in a specified format. + + + + A object that is the output stream. + + + + + A enumeration member specifying the destination format. + + + + + + + + Merges the current document using the specified options and sends the result to the specified RichEditDocumentServer instance. + + + + A interface exposing options for the current merge. + + + + An object implementing the IRichEditDocumentServer interface, such as the or the instance. + + + + + + + + Fires when mail merge is completed. + + + + + + + + Fires after each data record is merged with the document in the mail merge process. + + + + + + + + Fires before each data record is merged with the document in the mail merge process. + + + + + + + + Fires before mail merge starts. + + + + + + + + Gets or sets the document content as MHT text. + + + A string containing text in MHT format. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + Gets or sets a value that indicates that the document contents is modified since it was last saved. + + + + true if the control's contents were modified since it was last saved; otherwise, false. + + + + + + + Occurs when the value of the property is changed. + + + + + + + + Gets or sets the document content as an array of bytes in Open Office Text (.odt) format. + + + An array of bytes containing data in the OpenDocument Text (.odt) format. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Gets or sets the document content as an array of bytes in Office Open XML (Docx) format. + + + An array of bytes representing the document in Docx format. + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Provides access to the variety of options which can be specified for the RichEditDocumentServer. + + + A object containing various RichEdit options. + + + + + + + Removes the service of the specified type from the service container. + + + + The type of service to remove. + + + + true to promote this request to any parent service containers; otherwise, false. + + + + + + + + Removes the service of the specified type from the service container. + + + + The type of service to remove. + + + + + + + + Performs a service substitution. + + + + A service of the specified type that will be registered. + + + Previously registered service of the specified type, or null (Nothing in Visual Basic) if the service does not exist. + + + + + + + Gets or sets the formatted text content of the document. + + + A string, containing the document's content in rich text format. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + Saves the control's document to a file, specifying the document's format. + + + + A string value specifying the path to a file into which to save the control's document. + + + + + One of the enumeration values. + + + + + + + + + + Saves the document to a stream, specifying the document's format. + + + + The stream to output the document to. + + + + One of the enumeration values. + + + + + + + + Fires in response to changing a selection in the document. + + + + + + + + Gets or sets the plain text content of the document. + + + A string, containing the document's unformatted text. + + + + + + + This event is raised when an exception unhandled by the RichEditDocumentServer occurs. + + + + + + + + Gets or sets a unit of measure used within the RichEditDocumentServer. + + + One of the enumeration values. + + + + + + + Gets or sets the document content as the text in WordProcessingML (Microsoft Office Word 2003 XML) format. + + + A string of text in WordML format. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + Lists how the control is resized to fit its contents. + + + + + + + The control is resized in horizontal and vertical directions. + + + + + + + + The control is resized in horizontal direction. + + + + + + + + The control does not change its dimensions. + + + + + + + + The control is resized in vertical direction. + + + + + + + + + The base for the class. + + + + + + + Releases all resources used by RichTextBrickBase. + + + + + + + + For internal use. + + + An integer value. + + + + + + + For internal use. + + + A value. + + + + + + + + A visual brick containing rich text. + + + + + + + For internal use. Initializes a new instance of the RichTextBrick class with the specified brick owner. + + + + + An object implementing the interface. + + + + + + + + Initializes a new instance of the RichTextBrick class with default settings. + + + + + + + + For internal use. + + + A object. + + + + + + + For internal use. + + + A value. + + + + + + + For internal use. + + + A structure. + + + + + + + Creates a new RichTextBrick instance, which is a copy of the current instance. + + + A new RichTextBrick instance, which is a copy of the current instance. + + + + + + + 100000 + + + + + + + + + For internal use. + + + Always true. + + + + + + + Specifies the RTF content of the RichTextBrick. + + + A value. + + + + + + + For internal use. + + + + + + + + + + + + + + + + + Abstract numbering definition that defines the appearance and behavior of numbered paragraphs in a document. + + + + + + + + Gets the zero-based index of the abstract numbering list in the document. + + + An integer value. + + + + + + + + Layout elements related to text runs in a line. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Returns the text displayed in the current element. + + + A string that is the text displayed in the layout element. + + + + + + + + Layout element that relates to the column in the section. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Returns line numbers for lines in a column on a page. + + + A containing elements for all lines in a column on the page. + + + + + + + Returns lines of a current column. + + + A containing elements for the current column on the page. + + + + + + + Returns tables contained within the current column on a page. + + + A containing tables in a current column on the page. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + A collection of elements. + + + + + + + Initializes a new instance of the CommentBoxCollection class with default settings. + + + + + + + + + Layout element that relates to the document's footer. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Provides access to a for the Rich Text Editor document's footer which relates to the current layout object. + + + A object which is the footer content. + + + + + + + Provides access to a for the Rich Text Editor document's footer which relates to the current layout object. + + + + A enumeration value, that is the type of the footer for which a content is obtained. + + + + A object which is the footer content. + + + + + + + Finalizes editing of the footer content in the document. + + + + A object which is the footer content obtained by the method. + + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + A collection of elements. + + + + + + + Initializes a new instance of the LayoutFloatingObjectCollection class with default settings. + + + + + + + + + Lists variants for substituting the line break. + + + + + + + Line break is not replaced, i.e. it is left intact. + + + + + + + + Line break is treated as a paragraph delimiter. + + + + + + + + Line break is substituted with a space. + + + + + + + + + Invokes the Table Options dialog window. + + + + + + + Initializes a new instance of the ShowTableOptionsFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowTableOptionsFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowTableOptionsFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowTableOptionsFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Layout element that relates to the document's header. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Provides access to a for the Rich Text Editor document's header which relates to the current layout object. + + + A object which is the header content. + + + + + + + Provides access to a for the Rich Text Editor document's header which relates to the current layout object. + + + + A enumeration value, that is the type of the header for which a content is obtained. + + + + A object which is the header content. + + + + + + + Finalizes editing of the header content in the document. + + + + A object which is the header content obtained by the method. + + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + For internal use. Inserts a character into a document. + + + + + + + + Initializes a new instance of the InsertSymbolCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl). + + + + + + + + Gets the ID of the InsertSymbolCommand. + + + A member, identifying the command. + + + + + + + Specifies the properties of an inserted symbol. + + + A object. + + + + + + + + Contains settings which specify parameters affecting search in a document. + + + + + + + Initializes a new instance of the DocumentSearchOptions class with default settings. + + + + + + + + Gets or sets the maximum length of a string that can be obtained in a regular expression search. + + + An integer specifying the maximum number of characters in a string. Default is 128. + + + + + + + + A collection of shapes in a document. + + + + + + + Inserts a picture as a floating object. + + + + A object that is the position in a paragraph to which a floating object will be anchored. + + + + + A object specifying the image to insert. + + + A interface exposing properties and methods of a newly created floating object containing the specified picture. + + + + + + + Inserts a picture as a floating object. + + + + A object that is the position in a paragraph to which a floating object will be anchored. + + + + + + + A object specifying the image to insert. + + + A interface exposing properties and methods of a newly created floating object containing the specified picture. + + + + + + + Inserts a floating text box. + + + + A object that is the position in a paragraph to which a floating object will be anchored. + + + + A interface exposing properties and methods of the newly created floating text box. + + + + + + + + Gets the shape with the specified name. + + + + A string specifying the shape's name. + + + A element of the collection or null (Nothing in Visual Basic) if the element is not found. + + + + + + + + Adds a caption (numbered label) to a table. + + + + + + + Initializes a new instance of the InsertTablesCaptionCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertTablesCaptionCommand. + + + A member, identifying the command. + + + + + + + + Sets the background color of the page. + + + + + + + Initializes a new instance of the ChangePageColorCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl). + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ChangePageColorCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ChangePageColorCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangePageColorCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Inline and Floating Object Layout Dialog. + + + + + + + Initializes a new instance of the ShowFloatingObjectLayoutOptionsFormCommand class with the specified owner. + + + + An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl). + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ShowFloatingObjectLayoutOptionsFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowFloatingObjectLayoutOptionsFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowFloatingObjectLayoutOptionsFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Text box within a object. Contains the text document and the properties that control the size and alignment of the text box. + + + + + + + Provides access to content of the text box. + + + A interface exposing the text box content. + + + + + + + Gets or sets the rule for determining the height of the text box. + + + A enumeration member specifying how the text box size is determined. + + + + + + + Gets or sets the distance between the bottom of the text and the bottom edge of the shape that contains the text. + + + A value that specifies the distance in current units of measurement (). + + + + + + + Gets or sets the distance between the left edge of the text and the left edge of the shape that contains the text. + + + A value that specifies the distance in current units of measurement (). + + + + + + + Gets or sets the distance between the right edge of the text and the right edge of the shape that contains the text. + + + A value that specifies the distance in current units of measurement (). + + + + + + + Gets or sets the distance between the top of the text and the top edge of the shape that contains the text. + + + A value that specifies the distance in current units of measurement (). + + + + + + + + Contains formatting information for the shape's border. + + + + + + + Gets or sets the color of the shape's border. + + + A object specifying the line color. + + + + + + + Gets or sets the thickness of the specified line in points. + + + A value that is the line thickness in points. + + + + + + + + Fill formatting for a shape. + + + + + + + Gets or sets the fill color. + + + + A color object specifying the fill color. + + + + + + + + + An object that can be placed above and below the text layer of the document, as well as within the document, with text surrounding it. + + + + + + + + Gets fill formatting properties for the specified shape. + + + A object that contains fill formatting properties. + + + + + + + Gets or sets how the shape is positioned horizontally. + + + A enumeration member that specifies the shape's horizontal position. + + + + + + + + Gets line formatting properties for the specified shape. + + + A object that contains line formatting properties. + + + + + + + + + Gets or sets whether you can change the height and width of a shape independently when you resize it. + + + true if the specified shape retains its original proportions when you resize it; otherwise, false. + + + + + + + Gets or sets the distance between the document text and the bottom border of the shape. + + + A value that is the distance in units of measurement specified by the property. + + + + + + + Gets or sets the distance between the document text and the left border of the shape. + + + A value that is the distance in units of measurement specified by the property. + + + + + + + Gets or sets the distance between the document text and the right border of the shape. + + + A value that is the distance in units of measurement specified by the property. + + + + + + + Gets or sets the distance between the document text and the top border of the shape. + + + A value that is the distance in units of measurement specified by the property. + + + + + + + Gets or sets the name of a shape. The name can be used to reference a particular shape in code. + + + A string that is the shape's name. + + + + + + + Gets or sets the shape position relative to a certain element of the document layout . + + + + A object specifying the offset of the shape measured in units specified by the property. + + + + + + + Gets the original size of a shape, i.e. the size before scaling. + + + A structure specifying the size of a shape. + + + + + + + Gets a picture residing in the floating object. + + + An object that is the image in a shape object that is the floating picture; if a shape object is a text box, null (Nothing in Visual Basic) is returned. + + + + + + + Gets or sets the URI of a picture represented by a floating object. + + + A string that is the URI of the picture. A floating picture can have no URI or the shape can actually be a text box. In this case, an empty string is returned. + + + + + + + + Gets the anchoring range for the specified shape. + + + A object that is the anchoring range for the specified shape. + + + + + + + Gets or sets an item to what the horizontal position of a shape is relative. + + + A enumeration member. + + + + + + + Gets or sets an item to what the vertical position of a shape is relative. + + + A enumeration member. + + + + + + + Gets or sets the number of degrees the shape is rotated around the z-axis. + + + A value that is the number of degrees. + + + + + + + Gets or sets the x-axis scale factor. + + + A positive value that is the scale factor. Default is 1. + + + + + + + Gets or sets the y-axis scale factor. + + + A positive value that is the scale factor. Default is 1. + + + + + + + Gets or sets the size of a shape. + + + A structure specifying the width and height of a shape. + + + + + + + Provides access to text box content. + + + A interface that exposes the content of a text box. + + + + + + + Gets or sets how the shape is surrounded by the text. + + + A enumeration member. + + + + + + + Gets or sets how the shape is positioned vertically. + + + 'A enumeration member that specifies the shape's vertical position. + + + + + + + + Gets or sets the position of the shape in the z-order. + + + An integer that represents a shape position in the z-order. + + + + + + + + Specifies interpretation of the rule used to determine the height of a text box. + + + + + + + Sets the height to fit entire text. + + + + + + + + Sets the height to an exact value specified by the property. + + + + + + + + + Specifies the type of vertical alignment to apply. + + + + + + + The shape is aligned to the bottom relative to its . + + + + + + + + The shape is centered relative to its . + + + + + + + + Not in use. + + + + + + + + The exact position is specified by the property. + + + + + + + + Not in use. + + + + + + + + The shape is top aligned relative to its . + + + + + + + + + Specifies to what the vertical position of a shape is relative. + + + + + + + Relative to bottom margin. + + + + + + + + Not in use. + + + + + + + + Relative to line. + + + + + + + + Relative to margin. + + + + + + + + Not in use. + + + + + + + + Not in use. + + + + + + + + Not in use. + + + + + + + + Relative to top margin. + + + + + + + + + Specifies to what the horizontal position of a shape is relative. + + + + + + + Relative to character. + + + + + + + + Relative to column. + + + + + + + + Not in use. + + + + + + + + Relative to left margin. + + + + + + + + Relative to margin. + + + + + + + + Not in use. + + + + + + + + Relative to page. + + + + + + + + Relative to right margin. + + + + + + + + + Specifies the horizontal alignment of a shape. + + + + + + + The shape is centered relative to its . + + + + + + + + Not in use. + + + + + + + + The shape is left-aligned relative to its . + + + + + + + + The shape is positioned explicitly via the property relative to its . + + + + + + + + Not in use. + + + + + + + + The shape is right-aligned relative to its . + + + + + + + + + Creates a table of tables on the base of table captions. + + + + + + + Initializes a new instance of the InsertTableOfTablesCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertTableOfTablesCommand. + + + A member, identifying the command. + + + + + + + + A collection of elements. + + + + + + + Initializes a new instance of the LayoutCommentCollection class with default settings. + + + + + + + + + References a method that will handle the event. + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the RichEditInvalidFormatExceptionEventArgs class with the specified exception. + + + + An object representing the exception which caused an event. + + + + + + + + Gets the exception which triggers the event. + + + An object representing an exception which caused the event. + + + + + + + + Represents a method that will handle the event. + + + + + + + A method that will handle the event. + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the RichEditClipboardSetDataExceptionEventArgs class with the specified exception. + + + + An object representing the exception which caused an event. + + + + + + + + Gets the exception which triggers the event. + + + An object representing an exception which caused the event. + + + + + + + + Allows setting common parameters for all RichEditControl instances in the application. + + + + + + + Gets or sets the name of the font which is the default font for Rich Edit controls in the application. + + + A string that is the font name. + + + + + + + Gets or sets the size of the font which is the default font size for Rich Edit controls in the application. + + + A value that specifies the font size in points. + + + + + + + + References a method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the , which raised the event. + + + + An object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the EditStyleFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Style Editor dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TableOptionsFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Table Options dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + Base interface for layout elements. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets coordinates of a rectangle which encompasses the layout element. + + + A structure specifying the coordinates of the layout element. + + + + + + + Returns the parent layout element of the type designated by the specified generic type parameter. + + + The layout element of the type designated by the specified generic type parameter. + + + + + + + Gets coordinates of the specified layout element relative to its container. + + + + A descendant that is the element whose relative position is obtained. + + + A structure specifying the coordinates of the layout element. + + + + + + + Returns the element which is one step higher in the layout hierarchy. + + + A descendant which is the parent of the current layout element. + + + + + + + Override the property in class descendants to get the type of layout element. + + + The enumeration. + + + + + + + + Represents a collection of character styles. + + + + + + + Add a style to the collection of styles in the current document. + + + + A class instance representing a character style. + + + + + + + + Creates a new character style. + + + A object representing a character style. + + + + + + + Marks the specified style as deleted, so it can no longer be applied. + + + + A to delete. + + + + + + + + Gets the Character Style object specified by its name. + + + + A string specifying the style name. + + + A object which represents the style with the specified name. + + + + + + + + Contains settings which specify parameters affecting how the document is printed. + + + + + + + Initializes a new instance of the PrintingOptions class. + + + + + + + + Gets or sets whether fields are automatically updated before a document is printed. + + + true, to update fields before a document is printed; otherwise, false. + + + + + + + When exporting a rich text document to PDF, makes the resulting document layout identical to the original document as displayed by the . + + + + true, to preserve the original document layout when exporting it to PDF; otherwise false. + + + + + + + Gets or sets whether to print the background of the document's margin containing comment balloons. + + + True, to print the background of the document's margin; otherwise, false. + + + + + + + Gets or sets whether to print the background color of the comment balloons. + + + True, to print the comment balloon background; otherwise, false. + + + + + + + Gets or sets whether the page background is printed in printouts or exported in graphic formats such as PDF. + + + true, to print the page background; otherwise, false. + + + + + + + Gets or sets whether the page background is printed in printouts or exported in graphic formats such as PDF. + + + true to print the page background; otherwise, false. + + + + + + + Specifies the user interface of the Print Preview form. + + + A enumeration value. + + + + + + + Gets or sets whether fields are automatically updated before a document is printed. + + + true, to update fields before a document is printed; otherwise, false. + + + + + + + + Adds a new comment at the current position in a document. + + + + + + + + Initializes a new instance of the NewCommentCommand class with the specified owner. + + + + An object implementing the interface, specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the NewCommentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to NewCommentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to NewCommentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Contains settings which affect the layout of the Draft view. + + + + + + + Initializes a new instance of the DraftViewLayoutOptions class with default settings. + + + + + + + + Gets or sets whether to retain the settings of a table that is extended past the margins of a document instead of using autofit to make the table fit within the margins. + + + true to not use autofit; otherwise, false. + + + + + + + Gets or sets how to apply horizontal table indents. + + + true, if the table's left border is aligned to the page margin; false, if the edge of the text inside the top left cell is aligned to the page margin. + + + + + + + + Contains settings which affect the layout of the Simple view. + + + + + + + Initializes a new instance of the SimpleViewLayoutOptions class with default settings. + + + + + + + + Gets or sets whether to retain the settings of a table that is extended past the margins of a document instead of using autofit to make the table fit within the margins. + + + true to not use autofit; otherwise, false. + + + + + + + Gets or sets how horizontal table indents are applied. + + + + true, if the table's left border is aligned to the view margin; false, if the edge of the text inside the top left cell is aligned to the view margin. + + + + + + + + + Contains settings which affect the layout of the PrintLayout view. + + + + + + + Initializes a new instance of the PrintLayoutViewLayoutOptions class with default settings. + + + + + + + + Gets or sets whether to retain the settings of a table that is extended past the margins of a document instead of using autofit to make the table fit within the margins. + + + true to not use autofit; otherwise, false. + + + + + + + Gets or sets how to apply horizontal table indents. + + + true, if the table's left border is aligned to the page margin; false, if the edge of the text inside the top left cell is aligned to the page margin. + + + + + + + + + Invokes the Page Setup dialog at the Paper tab. + + + + + + + Initializes a new instance of the ShowPagePaperSetupFormCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowPagePaperSetupFormCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowPagePaperSetupFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Page Setup dialog at the Margins tab. + + + + + + + Initializes a new instance of the ShowPageMarginsSetupFormCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ShowPageMarginsSetupFormCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowPageMarginsSetupFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Positions the selected floating object at the top right section of the page. + + + + + + + Initializes a new instance of the SetFloatingObjectTopRightAlignmentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectTopRightAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectTopRightAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectTopRightAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Positions the selected floating object at the top left section of the page. + + + + + + + Initializes a new instance of the SetFloatingObjectTopLeftAlignmentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectTopLeftAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectTopLeftAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectTopLeftAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Positions the selected floating object at the top center section of the page. + + + + + + + Initializes a new instance of the SetFloatingObjectTopCenterAlignmentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectTopCenterAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectTopCenterAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectTopCenterAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies a style that places text above and below the image, but does not allow any text to appear beside the picture. + + + + + + + Initializes a new instance of the SetFloatingObjectTopAndBottomTextWrapTypeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectTopAndBottomTextWrapTypeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectTopAndBottomTextWrapTypeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectTopAndBottomTextWrapTypeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies a style that tightly wraps the text around the graphic in an irregular shape that bounds the actual image. + + + + + + + Initializes a new instance of the SetFloatingObjectTightTextWrapTypeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectTightTextWrapTypeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectTightTextWrapTypeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectTightTextWrapTypeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies a style that tightly wraps the text around the graphic in an irregular shape that bounds the actual image and fills any blank spaces found within the graphic with text. + + + + + + + Initializes a new instance of the SetFloatingObjectThroughTextWrapTypeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectThroughTextWrapTypeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectThroughTextWrapTypeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectThroughTextWrapTypeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Applies a style that wraps the text around all sides of a square that bounds the floating object. + + + + + + + Initializes a new instance of the SetFloatingObjectSquareTextWrapTypeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectSquareTextWrapTypeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectSquareTextWrapTypeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectSquareTextWrapTypeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Positions the selected floating object at the middle right section of the page. + + + + + + + Initializes a new instance of the SetFloatingObjectMiddleRightAlignmentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectMiddleRightAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectMiddleRightAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectMiddleRightAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Positions the selected floating object at the middle left section of the page. + + + + + + + Initializes a new instance of the SetFloatingObjectMiddleLeftAlignmentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectMiddleLeftAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectMiddleLeftAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectMiddleLeftAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Positions the selected floating object at the middle center section of the page. + + + + + + + Initializes a new instance of the SetFloatingObjectMiddleCenterAlignmentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectMiddleCenterAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectMiddleCenterAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectMiddleCenterAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Places the selected object in its own layer in front of the text. + + + + + + + + Initializes a new instance of the SetFloatingObjectInFrontOfTextWrapTypeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectInFrontOfTextWrapTypeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectInFrontOfTextWrapTypeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectInFrontOfTextWrapTypeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Positions the selected floating object at the bottom right section of the page. + + + + + + + Initializes a new instance of the SetFloatingObjectBottomRightAlignmentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectBottomRightAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectBottomRightAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectBottomRightAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Positions the selected floating object at the bottom left section of the page. + + + + + + + Initializes a new instance of the SetFloatingObjectBottomLeftAlignmentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectBottomLeftAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectBottomLeftAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectBottomLeftAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Positions the selected floating object at the bottom center section of the page. + + + + + + + Initializes a new instance of the SetFloatingObjectBottomCenterAlignmentCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectBottomCenterAlignmentCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectBottomCenterAlignmentCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectBottomCenterAlignmentCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Places the selected object in its own layer behind the text. + + + + + + + + Initializes a new instance of the SetFloatingObjectBehindTextWrapTypeCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the SetFloatingObjectBehindTextWrapTypeCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to SetFloatingObjectBehindTextWrapTypeCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectBehindTextWrapTypeCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the selected floating object behind the text or any other floating object. + + + + + + + Initializes a new instance of the FloatingObjectSendToBackCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FloatingObjectSendToBackCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to FloatingObjectSendToBackCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FloatingObjectSendToBackCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the selected floating object behind the text layer. + + + + + + + Initializes a new instance of the FloatingObjectSendBehindTextCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FloatingObjectSendBehindTextCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to FloatingObjectSendBehindTextCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FloatingObjectSendBehindTextCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the selected floating object behind the text or another object, one layer at a time. + + + + + + + + Initializes a new instance of the FloatingObjectSendBackwardCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FloatingObjectSendBackwardCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to FloatingObjectSendBackwardCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FloatingObjectSendBackwardCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the selected floating object in front of the text layer and any other floating objects. + + + + + + + Initializes a new instance of the FloatingObjectBringToFrontCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FloatingObjectBringToFrontCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to FloatingObjectBringToFrontCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FloatingObjectBringToFrontCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the selected floating object in front of the text layer. + + + + + + + Initializes a new instance of the FloatingObjectBringInFrontOfTextCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FloatingObjectBringInFrontOfTextCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to FloatingObjectBringInFrontOfTextCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FloatingObjectBringInFrontOfTextCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Moves the selected floating object in front of text or another object, one layer at a time. + + + + + + + + Initializes a new instance of the FloatingObjectBringForwardCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the FloatingObjectBringForwardCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to FloatingObjectBringForwardCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to FloatingObjectBringForwardCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Specifies the width of the outline of the selected floating object. + + + + + + + + Initializes a new instance of the ChangeFloatingObjectOutlineWidthCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Creates an object specifying the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeFloatingObjectOutlineWidthCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeFloatingObjectOutlineWidthCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Specifies the color for the outline of the selected floating object. + + + + + + + Initializes a new instance of the ChangeFloatingObjectOutlineColorCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Creates an object specifying the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeFloatingObjectOutlineColorCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ChangeFloatingObjectOutlineColorCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeFloatingObjectOutlineColorCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Changes the fill color of a selected floating object. + + + + + + + Initializes a new instance of the ChangeFloatingObjectFillColorCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Creates an object specifying the user interface state for the command. + + + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ChangeFloatingObjectFillColorCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ChangeFloatingObjectFillColorCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeFloatingObjectFillColorCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Changes the background color of the current paragraph. + + + + + + + + Initializes a new instance of the ChangeParagraphBackColorCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Creates an object representing the user interface state for the command. + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ChangeParagraphBackColorCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ChangeParagraphBackColorCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeParagraphBackColorCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A page of the document layout. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Provides access to the collection of layouts related to the floating objects located behind the text. + + + A collection of elements. + + + + + + + Provides access to a collection of layout elements related to objects for the current page. + + + A collection of elements. + + + + + + + Returns floating objects located in the current page. + + + A containing floating objects of the current page. + + + + + + + Gets the footer of the current page. + + + A object that is the page footer. + + + + + + + Provides access to the collection of layouts related to the floating objects located in front of the text. + + + A collection of elements. + + + + + + + Gets the header of the current page. + + + A object that is the page header. + + + + + + + Gets the index of the current page in the document layout. + + + An integer that is he page index. + + + + + + + Obtains a range that corresponds to the main page area of the current page. + + + A value that is the range of the main page area. + + + + + + + Gets page areas of the current page. + + + A containing page areas. + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + Inserts a floating object - text box. + + + + + + + Initializes a new instance of the InsertTextBoxCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertTextBoxCommand. + + + A member, identifying the command. + + + + + + + + Inserts a picture from a file. The picture becomes a floating object. + + + + + + + + Initializes a new instance of the InsertFloatingObjectPictureCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets the ID of the InsertFloatingObjectPictureCommand. + + + A member, identifying the command. + + + + + + + + Adds a caption (numbered label) to a figure. + + + + + + + Initializes a new instance of the InsertFiguresCaptionCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertFiguresCaptionCommand. + + + A member, identifying the command. + + + + + + + + A command used to scale a rectangular object within a document, such as frame or picture, by setting the X and Y axis scaling percentages. + + + + + + + Initializes a new instance of the ChangeRectangularObjectScaleCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ChangeRectangularObjectScaleCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets or sets the ratio of the projected X-size to the current X-size, as a percent. + + + An integer that is the scaling factor expressed as a percentage. + + + + + + + Gets or sets the ratio of the projected Y-size to the current Y-size, as a percent. + + + An integer that is the scaling factor expressed as a percentage. + + + + + + + + Lists conventions used for exporting the background color to RTF format. + + + + + + + + Exports background color using both \chcbpat and \highlight tags. + + + + + + + + Exports the background color as the \chcbpatN tag, where N is the fill color, specified as an index into the document's color table. + + + + + + + + + Exports the background color as the \highlightN tag where N specifies the color. + + + + + + + + + + + Invokes the Modify Style dialog that allows you to edit the document style. + + + + + + + Initializes a new instance of the ShowEditStyleFormCommand class with the specified owner. + + + + An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ShowEditStyleFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowEditStyleFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowEditStyleFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Adds a caption (numbered label) to an equation. + + + + + + + Initializes a new instance of the InsertEquationsCaptionCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertEquationsCaptionCommand. + + + A member, identifying the command. + + + + + + + + Layout element that relates to the highlighted range to which a comment is assigned. + + + + + + + Dispatches to the Visit method that is specific to the current . + + + + A implementation that is the instance of the visitor class defined in the Visitor pattern. + + + + + + + + Gets the type of layout element. + + + The enumeration member. + + + + + + + + The numbering level of the numbering definition instance. + + + + + + + Gets whether the current level is indicated with bullets instead of numbers. + + + true to use bullets for the current list level; otherwise, false. + + + + + + + Provides access to character formatting specified for the current list level. + + + A object that contains character formatting. + + + + + + + Provides access to paragraph characteristics specified for the current list level. + + + A object that contains paragraph formatting. + + + + + + + Gets or sets the style of paragraph applied to the current level. + + + A interface specifying the paragraph style in the document. + + + + + + + + + Lists options which specify how the image height and width are preserved in an exported HTML file. + + + + + + + + Always specify an image size identical to the size of an image in the document layout. + + + + + + + + + Default behavior. + + + + + + + + + Scrolls the document to the specified page. + + + + + + + Initializes a new instance of the ScrollToPageCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ScrollToPageCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets or sets the index of a page to which scrolling is performed. + + + + An integer that is the number of a page. + + + + + + + + A collection of numbering definition instances. + + + + + + + Creates and adds a new numbering list to the collection, which is based on an abstract numbering list specified by its index. + + + + + An integer that is the index of the abstract numbering list in the document. + + + + A interface specifying the numbering list in the document. + + + + + + + Adds a numbering list to the collection. + + + + A interface specifying the numbering list in the document. + + + + + + + + Creates a new numbering list which is based on the abstract numbering list specified by its index. + + + + + An integer that is the index of the abstract numbering list in the document. + + + + A interface specifying the numbering list. + + + + + + + + Interface derived from the to include methods for specifying tab stops within a paragraph. + + + + + + + Starts modifying tab stops in a paragraph. + + + + true to get tab stops set for the current paragraph only, disregarding style; otherwise, if set to false, merges tab stops which are set for the paragraph style and for the individual paragraph. + + + A object containing information about tab stops. + + + + + + + Finalizes modifications of tab stops for the current paragraph. + + + + A collection containing information about tab stops. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TableStyleFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A DevExpress.XtraRichEdit.Forms.TableStyleFormControllerParameters object containing information to be displayed in the form. + + + + + + + + Gets the information required for initializing the Table Style Dialog dialog controls. + + + + A DevExpress.XtraRichEdit.Forms.TableStyleFormControllerParameters object containing information to be displayed in the form. + + + + + + + + Specifies the numbering format used for a group of automatically numbered objects, such as pages. + + + + + + + + Specifies that the sequence shall consist of full-width hiragana characters in the traditional a-i-u-e-o order. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of hiragana characters in the traditional a-i-u-e-o order. + +Currently not supported. + + + + + + + + + Specifies that the sequence shall consist of ascending Abjad numerals. + +Currently not supported. + + + + + + + + + Specifies that the sequence shall consist of characters in the Arabic alphabet. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of bullet characters. + + + + + + + + + Specifies that the sequence shall consist of cardinal text of the current language. +Example: one, two, three. +The following languages are currently supported: English, French, German, Italian, Russian, Swedish and Turkish . + + + + + + + + Specifies that the sequence shall consist of characters as defined in the Chicago Manual of Style. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of ascending numbers from the Chinese counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Chinese counting thousand system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Chinese simplified legal format. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Korean Chosung format. + +Currently not supported. + + + + + + + + + Specifies that the sequence shall consist of decimal numbering. +Example: 1, 2, 3, ... , 9, 10, 11 + + + + + + + + Specifies that the sequence shall consist of decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character. +Once the specified sequence reaches 21, the numbers may be replaced with non-enclosed equivalents. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character. + +Currently not supported. + + + + + + + + + Specifies that the sequence shall consist of decimal numbering followed by a period, using the enclosed alphanumeric glyph character. + +Currently not supported. + + + + + + + + + Specifies that the sequence shall consist of decimal numbering enclosed in parentheses. + + + + + + + + Specifies that the sequence shall consist of double-byte Arabic numbering. + +Currently not supported. + + + + + + + + + Specifies that the sequence shall consist of an alternative set of double-byte Arabic numbering, if one exists in the current font. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of single-byte Arabic numbering. +Example: 1, 2, 3 + + + + + + + + Specifies that the sequence shall consist of Arabic numbering with a zero added to numbers one through nine. +Example: 01, 02, 03, ..., 09, 10 + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Korean Ganada format. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of Hebrew numerals. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of the Hebrew alphabet. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of hexadecimal numbering. +Example: 1, 2, 3, ... , 9, A, B + + + + + + + + Specifies that the sequence shall consist of Hindi consonants. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Hindi counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of Hindi numbers. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of Hindi vowels. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numerical ideographs enclosed in a circle, using the appropriate character. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numerical ideographs enclosed in a circle, using the appropriate character. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of traditional sequential numerical legal ideographs. + +Currently not supported. + + + + + + + + + Specifies that the sequence shall consist of traditional sequential numerical ideographs. + +Currently not supported. + + + + + + + + + Specifies that the sequence shall consist of sequential zodiac ideographs. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of traditional sequential zodiac ideographs. + +Currently not supported. + + + + + + + + + Specifies that the sequence shall consist of the iroha. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of the full-width forms of the iroha. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Japanese counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Japanese digital ten thousand counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Japanese legal counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Korean counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Korean digital counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Korean digital counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Korean legal numbering system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of the letters of the Latin alphabet in lower case. +Example: a, b, c + + + + + + + + Specifies that the sequence shall consist of lowercase roman numerals. +Example: i, ii, iii + + + + + + + + Specifies the default numbering sequence (specifies that the sequence consists of decimal numbering). + + + + + + + + + Specifies that the sequence shall consist of Arabic numbering surrounded by dash characters. +Example: - 1 -, - 2 -, - 3 - + + + + + + + + + Specifies that the sequence shall consist of ordinals of the current language. +Example: 1st, 2nd, 3rd. +The following languages are currently supported: English, French, German, Italian, Russian, Swedish and Turkish . + + + + + + + + Specifies that the sequence shall consist of ordinal text of the current language. +Example: first, second, third. +The following languages are currently supported: English, French, German, Italian, Russian, Swedish and Turkish . + + + + + + + + Specifies that the sequence shall consist of the letters of the Russian alphabet in lower case. +Example: ?, ?, ? + + + + + + + + Specifies that the sequence shall consist of the letters of the Russian alphabet in upper case. +Example: ?, ?, ? + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting thousand system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Taiwanese digital counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of sequential numbers from the Thai counting system. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of Thai letters. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of Thai numerals. + +Currently not supported. + + + + + + + + Specifies that the sequence shall consist of the letters of the Latin alphabet in upper case. +Example: A, B, C + + + + + + + + Specifies that the sequence shall consist of uppercase roman numerals. +Example: I, II, III + + + + + + + + Specifies that the sequence shall consist of Vietnamese numerals. + +Currently not supported. + + + + + + + + + Defines the numbering format which shall be used for automatically numbered pages and an initial number that is the number of the first page. + + + + + + + Gets or sets the format used to display page numbers. + + + + A enumeration member specifying how the page number is displayed. + + + + + + + + Gets or sets the initial number from which the numbering starts. + + + An integer that is the number of the first page. + + + + + + + + Lists measurement units allowed to specify font size. + + + + + + + + Font size specified in pixels. + + + + + + + + Font size specified in points. + + + + + + + + + Base interface for numbering lists. + + + + + + + Gets or sets the numbering list identifier. + + + An integer that is the numbering list identifier. + + + + + + + Provides access to a collection of numbering definitions for different levels. + + + A DevExpress.XtraRichEdit.API.Native.ReadOnlyListLevelCollection collection of level definitions. + + + + + + + Get or sets the type of a numbering list. + + + A enumeration member specifying the type of a list. + + + + + + + + Container for table characteristics used to specify default table properties and table style characteristics. + + + + + + + Gets or sets the table property. + + + A value or null if not set. + + + + + + + Gets or sets the table property. + + + A value or null if not set. + + + + + + + Resets the table properties specified by the mask to the properties of the underlying table style or to default properties. + + + + A enumeration value. + + + + + + + + Resets the table properties to the properties specified by the underlying table style or to default properties. + + + + + + + + Gets or sets the table property. + + + A value or null if not set. + + + + + + + Gets or sets the table property. + + + A enumeration value or null, if not set. + + + + + + + Gets or sets the table property. + + + A value or null, if not set. + + + + + + + Provides access to the TableBorders interface exposing table border properties. + + + + A interface providing access to table border properties. + + + + + + + + Gets or sets the table property. + + + A value or null, if not set. + + + + + + + Gets or sets the table property. + + + A enumeration value or null, if not set. + + + + + + + Gets or sets the table property. + + + A value or null, if not set. + + + + + + + + A collection of abstract numbering definitions. + + + + + + + Creates a new abstract numbering list and adds it to the collection. + + + An interface specifying base list format options. + + + + + + + Adds the specified list to the collection. + + + + + An interface specifying base list format options. + + + + + + + + Provides access to a bulleted list template of a document. + + + A object. + + + + + + + Creates a new abstract numbering list. + + + An interface specifying base list format options. + + + + + + + Provides access to a multi level list template of a document. + + + A object. + + + + + + + Provides access to a numbered list template of a document. + + + A object. + + + + + + + + A TableStyle objects collection that contains the table styles in a document. + + + + + + + + Add a style to the collection of styles in the current document. + + + + A class instance that is a table style. + + + + + + + + Creates a new table style. + + + A object that is a table style. + + + + + + + Marks the specified style as deleted, so it can no longer be applied. + + + + A to delete. + + + + + + + + Gets the Table Style object specified by its name. + + + + A string specifying the style name. + + + A object which is the style with the specified name. + + + + + + + + + A single style that can be applied to a table. + + + + + + + + Provides access to the container object that holds conditional styles and enables you to retrieve or create them. + + + An object implementing the interface. + + + + + + + Gets whether the specified style is marked as deleted. + + + true if the style is deleted; otherwise, false. + + + + + + + Gets or sets the name of the style. + + + A string specifying the style name. + + + + + + + Gets or sets the style from which the current style inherits. + + + A object that is the parent style. + + + + + + + + + Increases the number of the paragraph outline level. + + + + + + + + Initializes a new instance of the IncrementParagraphOutlineLevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the IncrementParagraphOutlineLevelCommand. + + + A member that specifies the command identifier. + + + + + + + Gets a string resource identifier of a menu caption corresponding to IncrementParagraphOutlineLevelCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Decreases the number of the paragraph outline level. + + + + + + + + Initializes a new instance of the DecrementParagraphOutlineLevelCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the DecrementParagraphOutlineLevelCommand. + + + A member that specifies the command identifier. + + + + + + + Gets a string resource identifier of a menu caption corresponding to DecrementParagraphOutlineLevelCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A delegate intended to invoke its method for each row in a table. + + + + + + + + Executes the delegate with the specified parameters. + + + + A object that is the row for which the delegate is executed. + + + + An integer that is the index of a row in a table. + + + + + + + + + A delegate intended to invoke its method for each cell in a table. + + + + + + + + Executes the delegate with the specified parameters. + + + + A object that is the cell for which the delegate is executed. + + + + An integer that is the index of a row to which the cell belongs. + + + + An integer that is the index of a column to which the cell belongs. + + + + + + + + + Specifies how RichEditControl interprets the specified width (length). + + + + + + + Automatically determined width. + + + + + + + + Width in fiftieths of a percent. + + + + + + + + + Width in units of measurements that are currently in effect for the document. + + + + + + + + Not set. + + + + + + + + + Lists alignments allowed for the table row. + + + + + + + Justified. + + + + + + + + Align center. + + + + + + + + Distribute all characters equally. + + + + + + + + Align left. + + + + + + + + Align to the list tab. + + + + + + + + + Align right. + + + + + + + + + Lists algorithms which shall be used to lay out the contents of a table within the document. + + + + + + + The table is displayed using the autofit layout algorithm. + + + + + + + + + The table is displayed using a fixed layout algorithm. + + + + + + + + + Lists the meaning of the height specified for the container object. + + + + + + + The minimum height will be the specified height. The height can be increased, if needed, to accommodate the content. + + + + + + + + The height increases automatically to accommodate the content. + + + + + + + + The exact height as specified. If the text cannot fit the height, it will appear truncated. + + + + + + + + + Base class for the . Provides basic level definitions. + + + + + + + Gets or sets whether any list numbers from previous levels should be converted to decimal numbers. + + + true if any list numbers from previous levels should be converted to decimal numbers; false if they should be left in the format specified by their own level's definition. + + + + + + + + Gets or sets the number format string for this level. + + + A string value that specifies how the level number is displayed. + + + + + + + Gets or sets the style of numbering for the current list level. + + + A DevExpress.XtraRichEdit.API.Native.NumberingFormat enumeration member specifying the numbering style. + + + + + + + Gets or sets the list level that must appear before the specified list level restarts numbering. + + + An integer specifying the level index. + + + + + + + Gets or sets the character inserted after the number for a numbered list item. + + + A that is the trailing character for the list level. + + + + + + + Gets or sets the starting number for the specified list level. + + + An integer that starts numbering for this level. + + + + + + + Disables resizing of a picture inserted as a bullet. + + + true to disable bullet picture resizing; otherwise, false. + + + + + + + Disables numbering restart for the specified level. + + + true to disable numbering restart; otherwise, false. + + + + + + + + Creates a table of figures on the base of figure captions. + + + + + + + Initializes a new instance of the InsertTableOfFiguresCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertTableOfFiguresCommand. + + + A member, identifying the command. + + + + + + + + Creates a table of equations on the base of equation captions. + + + + + + + Initializes a new instance of the InsertTableOfEquationsCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets the ID of the InsertTableOfEquationsCommand. + + + A member, identifying the command. + + + + + + + + A numbering definition instance referenced by paragraphs in a document that comprises a numbering list. + + + + + + + Provides access to the parent abstract numbering list. + + + An interface specifying the abstract numbering list in the document. + + + + + + + Gets the index of the parent abstract numbering list. + + + + An integer that is the index of the in the document. + + + + + + + + Gets the zero-based index of the numbering list in the document. + + + An integer value. + + + + + + + Provides access to the level characteristics for the current numbering list. + + + + A DevExpress.XtraRichEdit.API.Native.ListLevelCollection containing objects. + + + + + + + + Lists AutoFit layout algorithm types. + + + + + + + Table columns are automatically resized to fit the content. + + + + + + + + + Table is resized to fit within the page margins. + + + + + + + + Columns have a fixed width, so the AutoFit feature is not used. + + + + + + + + + + Automatically widens table columns to accommodate cell content. + + + + + + + + Initializes a new instance of the ToggleTableAutoFitContentsCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleTableAutoFitContentsCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ToggleTableAutoFitContentsCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleTableAutoFitContentsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Invokes the Columns dialog. + + + + + + + Initializes a new instance of the ShowColumnsSetupFormCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Creates an object specifying the user interface state for the command. + + + + An interface, providing information on the UI state. + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Executes the command specifying the UI state explicitly. + + + + An object which implements the interface. + + + + + + + + Gets the ID of the ShowColumnsSetupFormCommand. + + + A member, identifying the command. + + + + + + + Gets the name of the resource image corresponding to ShowColumnsSetupFormCommand. + + + A value, specifying the name of an image contained in resources. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ShowColumnsSetupFormCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets whether the focus should be set to the command owner after a command is executed. + + + Returns true. + + + + + + + + Toggles line numbering for the paragraph in which the caret is located. + + + + + + + Initializes a new instance of the ToggleParagraphSuppressLineNumbersCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the ToggleParagraphSuppressLineNumbersCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to ToggleParagraphSuppressLineNumbersCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + Lists possible types of a numbering list. + + + + + + + Bulleted list. + + + + + + + + Mixed numeric and outlined list. + + + + + + + + Simple numeric list. + + + + + + + + + A collection of TableRow objects that is the table rows in a table. + + + + + + + + Appends a new row to the specified collection of table rows. + + + A interface specifying the appended row. + + + + + + + Gets the first row in a collection. + + + A interface specifying the first row. + + + + + + + Inserts a new row after the row specified by its index. + + + + An integer that is the index of a row after which a new row is inserted. + + + A interface specifying a newly inserted row. + + + + + + + Inserts a new row before the row specified by its index. + + + + An integer that is the zero-based index of a row before which a new row is inserted. + + + A interface specifying a newly inserted row. + + + + + + + Gets the last row in a collection. + + + A interface specifying the last row. + + + + + + + Deletes a row specified by its index. + + + + An integer that is the zero-based index of a row to delete. + + + + + + + + + Represents a row in a table. + + + + + + + Provides access to a collection of cells within the current row. + + + A collection containing cells in a current row. + + + + + + + Deletes the current row. + + + + + + + + Gets the first cell in a row. + + + A interface specifying the first cell in a row. + + + + + + + Gets or sets the height of the current row. + + + A that is the row height in units of measurement that are in effect, or 0 (zero) if the is set to . + + + + + + + Gets or sets the type of a rule used to determine the height of a cell. + + + A enumeration member specifying how the height is determined. + + + + + + + Gets the zero-based index of the row in a table. + + + + An integer that is the successive number of the row in a table. + + + + + + + Indicates whether the current row is the first row in a table. + + + true if the current row is the first row; otherwise, false. + + + + + + + Indicates whether the current row is the last row in a table. + + + true if the current row is the last row; otherwise, false. + + + + + + + Gets a cell at the specified column in the current row. + + + + An integer that is the zero-based index of a column. + + + A that is the cell at the specified column. + + + + + + + Gets the last cell in a row. + + + A interface specifying the last cell in a row. + + + + + + + Gets the nesting level of the table containing a current row. + + + An integer that indicates how deep the table that contains a current row is inserted into others. + + + + + + + Gets the next row in a table. + + + A that is the next row in a table, or null if the current row is the last row in a table. + + + + + + + Gets the previous row in a table. + + + A that is the previous row in a table, or null if the current row is the first row in a table. + + + + + + + Gets the document range occupied by the current row. + + + + A occupied by a row. + + + + + + + Provides access to the parent table. + + + A interface that is the table containing the current cell. + + + + + + + Gets or sets the alignment of a particular row in a table. + + + A enumeration value that specifies how the row is aligned in a document. + + + + + + + + A collection of Table objects in a document. + + + + + + + Adds a new blank table to the document. + + + + A specifying a position at which to create a table. + + + + An integer specifying the number of rows in a table. + + + + An integer specifying the number of columns in a table. + + + + An enumeration member specifying how the table (and cell) width is calculated. + + + + Specifying the column width. + + + A interface specifying a newly created table. + + + + + + + Adds a new blank table to the document. + + + + A specifying a position at which to create a table. + + + + An integer specifying the number of rows in a table. + + + + An integer specifying the number of columns in a table. + + + + An enumeration member specifying how the table (and cell) width is calculated. + + + A interface specifying a newly created table. + + + + + + + Adds a new blank table to the document. + + + + A specifying a position at which to create a table. + + + + An integer specifying the number of rows in a table. + + + + An integer specifying the number of columns in a table. + + + A interface specifying a newly created table. + + + + + + + Inserts a blank table with the specified number of rows and columns at the specified position. + + + + A at which a table is inserted. + + + + An integer specifying the number of rows in a new table. + + + + An integer specifying the number of columns in a new table. + + + A interface specifying the newly created table. + + + + + + + Inserts a blank table with the specified number of rows and columns at the specified position. + + + + A at which a table is inserted. + + + + An integer specifying the number of rows in a new table. + + + + An integer specifying the number of columns in a new table. + + + + An enumeration value specifying how the column widths are calculated. + + + A interface specifying the newly created table. + + + + + + + Inserts a blank table with the specified number of rows and columns at the specified position. + + + + A at which a table is inserted. + + + + An integer specifying the number of rows in a new table. + + + + An integer specifying the number of columns in a new table. + + + + An enumeration value specifying how the column widths are calculated. + + + + An integer specifying the column width if the autoFitBehavior parameter is set to . + + + A interface specifying the newly created table. + + + + + + + Gets the first table in the document. + + + A interface specifying the document table. + + + + + + + Returns an index of a table in a collection. + + + + A interface specifying the document table. + + + An integer that is the index of an item in a collection. + + + + + + + Gets the last table in the document. + + + A interface specifying the document table. + + + + + + + Removes the table from the collection of tables in a document. + + + + A interface specifying the document table. + + + + + + + + Removes the table with the specified index from the collection of tables in a document. + + + + An integer specifying the table index. + + + + + + + + + A collection of TableCell objects in a table row. + + + + + + + Adds a new column to the right of the last column in a table. + + + A interface specifying the newly added cell. + + + + + + + Gets the first cell in a collection. + + + A interface specifying the first cell in a collection. + + + + + + + Inserts a new cell after the cell specified by its column number. + + + + An integer, that is the column number (index in a row) of a cell after which a new cell is inserted. + + + A interface specifying the newly inserted cell. + + + + + + + Inserts a new cell before the cell specified by its column number. + + + + An integer that is the column number (index in a row) of a cell before which a new cell is inserted. + + + A interface specifying the newly inserted cell. + + + + + + + Gets the last cell in a collection. + + + A interface specifying the last cell in a collection. + + + + + + + Deletes a cell specified by its index. + + + + An integer that is the index of a cell in a row. + + + + + + + + + Contains characteristics for cell borders. + + + + + + + Provides access to an object specifying line properties associated with the bottom border of a cell. + + + A object that specifies characteristics of the cell border. + + + + + + + Provides access to an object specifying line properties associated with the left border of a cell. + + + A object that specifies characteristics of the table border. + + + + + + + Provides access to an object specifying line properties associated with the right border of a cell. + + + A object that specifies characteristics of the cell border. + + + + + + + Provides access to an object specifying line properties associated with the top border of a cell. + + + A object that specifies characteristics of the cell border. + + + + + + + + The border characteristics of a cell. + + + + + + + + Gets or sets the color of the border line. + + + A instance specifying the border line color. + + + + + + + Gets or sets the style used to paint a border line. + + + A enumeration member specifying the line style. + + + + + + + Gets or sets the line width. + + + A value that is the line width in points. + + + + + + + + Represents a single table cell. + + + + + + + Gets or sets the color of the cell background. + + + A that is the color of the background. + + + + + + + Provides access to a TableCellBorders interface that describes all the borders for the specified cell. + + + A interface specifying all the cell borders. + + + + + + + Gets or sets the amount of space below the contents of a single cell in a table. + + + A value that is the distance in points. + + + + + + + Gets the document range that corresponds to the table cell. + + + A that is the range in the document which comprises the current cell. + + + + + + + Deletes a cell and shifts the next cell to the left. + + + + + + + + Gets or sets the height of a table cell. + + + A value that is the height in points. + + + + + + + Gets or sets the type of a rule used to determine the height of a cell. + + + A enumeration member specifying how the height is determined. + + + + + + + Gets the zero-based index of the cell in a row. + + + + An integer that is the number of the table column that contains the specified cell. + + + + + + + Gets or sets the amount of space to the left of the contents of a single cell in a table. + + + A value that is the distance in points. + + + + + + + Gets the nesting level of the table containing a current cell. + + + An integer that indicates how deep the table that contains a current cell is inserted into others. + + + + + + + Gets the next cell in a row. + + + A that is the next cell in a row, or null if the current cell is the last cell in a row. + + + + + + + Gets or sets the numerical value of the preferred width. + + + A value specifying the cell width. + + + + + + + Gets or sets how the width of a cell is determined if Preferred Width is specified. + + + A enumeration value specifying how the is interpreted. + + + + + + + Gets the previous cell in a row. + + + A that is the previous cell in a row, or null if the current cell is the first cell in a row. + + + + + + + Gets a document range occupying by the current cell. + + + A occupied by a cell. + + + + + + + Gets or sets the amount of space to the right of the contents of a single cell in a table. + + + A value that is the distance in points. + + + + + + + Gets the row to which the current cell belongs. + + + A interface that provides access to the table row. + + + + + + + Splits a single table cell into multiple cells. + + + + The number of rows that the cell is to be split into. + + + + The number of columns that the cell is to be split into. + + + + + + + + For internal use. + + + + + + + + + + Provides access to the parent table. + + + A interface that is the table containing the current cell. + + + + + + + Gets or sets the amount of space above the contents of a single cell in a table. + + + A value that is the distance in points. + + + + + + + Gets or sets the vertical justification of content inside a table cell. + + + A enumeration value. + + + + + + + Gets or sets whether the text is wrapped to multiple lines and the cell height is increased to fit the content so that the cell width remains the same. + + + + true to wrap the text; otherwise, false. + + + + + + + + Contains characteristics for table borders. + + + + + + + Provides access to an object specifying line properties associated with the bottom borders in a table. + + + A object that specifies characteristics of the table border. + + + + + + + Provides access to an object specifying line properties associated with the inner horizontal borders in a table. + + + A object that specifies characteristics of the table border. + + + + + + + Provides access to an object specifying line properties associated with the inner vertical borders in a table. + + + A object that specifies characteristics of the table border. + + + + + + + Provides access to an object specifying line properties associated with the left borders in a table. + + + A object that specifies characteristics of the table border. + + + + + + + Provides access to an object specifying line properties associated with the right borders in a table. + + + A object that specifies characteristics of the table border. + + + + + + + Provides access to an object specifying line properties associated with the top borders in a table. + + + A object that specifies characteristics of the table border. + + + + + + + + Represents a single table. + + + + + + + Locks the Table object by preventing visual updates until the EndUpdate method is called. + + + + + + + + Provides access to the TableBorders interface exposing borders assigned to a table. + + + A interface providing access to table borders. + + + + + + + Gets or sets the space between the bottom border of a table cell and cell contents for all cells in a table. + + + A value specifying the cell bottom margin in measurement units that are currently in effect. + + + + + + + Provides access to a cell in a table. + + + + The number of the row in the table. Can be an integer between 1 and the number of rows in the table. + + + + The number of the column in the table. Can be an integer between 1 and the number of columns in the table. + + + A object that is the cell in a table. + + + + + + + Unlocks the Table object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Gets the first (uppermost) row of the table. + + + An object with the interface that is the topmost row. + + + + + + + + Performs the specified action on each cell in the table. + + + + The delegate to perform on each cell in a table. + + + + + + + + Enables you to specify a delegate which will be executed for each row of a table. + + + + A delegate. + + + + + + + + Gets or sets the amount of indentation for a table. + + + A value specifying the amount of space to indent a table in measurement units that are currently in effect. + + + + + + + Indicates whether a document containing this table can be successfully opened in Microsoft Word. + + + true, if Microsoft Word can open a document containing this table correctly; otherwise, false. + + + + + + + Gets a table cell by its row and column index. + + + + An integer specifying the row number. Row numbers are zero-based. + + + + An integer specifying the column number that is the index of a cell within the row. Zero-based. + + + An object with the interface that is the table cell. + + + + + + + Gets the last row in a table. + + + An object with the interface, specifying a row in a table. + + + + + + + + Gets or sets the space between the left border of a table cell and cell contents for all cells in a table. + + + A value specifying the cell left margin in measurement units that are currently in effect. + + + + + + + Merges all columns with indexes greater than 63 into a single column. + + + + true, if the table has been modified (i.e., several columns have been merged); otherwise, false. + + + + + + + Merges the cells in the specified range into a single cell. + + + + A that marks one end of the merged range. + + + + A that marks the opposite end of the merged range. + + + + + + + + + Gets the nesting level of the current table. + + + An integer that indicates how deep the table is inserted into others. + + + + + + + Gets the cell containing the nested table. + + + An object with the interface that is the containing cell. + + + + + + + Gets or sets the numerical value of the preferred width. + + + A value specifying the table width. + + + + + + + Gets or sets how the width of a table is determined if Preferred Width is specified. + + + A enumeration value specifying how the is interpreted. + + + + + + + Gets a document range occupied by a table. + + + A occupied by a table. + + + + + + + Resets the table properties specified by the mask to the properties of the underlying table style or to default properties. + + + + A enumeration value. + + + + + + + + Resets table properties to values specified by the underlying style or to the default style values. + + + + + + + + Gets or sets the space between the right border of a table cell and cell contents for all cells in a table. + + + A value specifying the cell right margin in measurement units that are currently in effect. + + + + + + + Provides access to a collection of table rows. + + + A interface that enables you to operate with table rows. + + + + + + + Specifies the preferred width for the table in specified units. + + + + + A float value that is the preferred width of a table. + + + + A enumeration value that specifies how the preferred width should be interpreted. + + + + + + + + Gets or sets the style applied to the table. + + + A interface specifying a style specific to tables in a document. + + + + + + + + Gets or sets the alignment of a table as a whole within the document. + + + A enumeration value that specifies how the table is aligned in a document. + + + + + + + + Gets or sets the color of an empty space between cells. + + + A that is the color of the background. + + + + + + + Gets or sets the amount of space in between the cells of a table. + + + A value specifying the amount of space in measurement units that are currently in effect. + + + + + + + Gets or sets the algorithm which shall be used to lay out the contents of the current table within the document. + + + A enumeration value. + + + + + + + Gets or sets the table style options that modify the table appearance. + + + + The enumeration values which specify table style options that change the table appearance. + + + + + + + + Gets or sets the space between the top border of a table cell and cell contents for all cells in a table. + + + A value specifying the cell top margin in measurement units that are currently in effect. + + + + + + + Checks whether the current table instance is valid and usable. + + + + + + + + + Lists possible vertical alignments for cell content. + + + + + + + The content is aligned to the bottom of a cell. + + + + + + + + The content is centered across the height of a cell. + + + + + + + + The content is aligned to the top of a cell. + + + + + + + + + List line styles used for table borders. + + + + + + + A series of alternating thin and thick strokes, resembling a barber pole. + + + + + + + + + Dashes. + + + + + + + + A dash followed by a small gap. + + + + + + + + A dash followed by a dot. + + + + + + + + A dash followed by two dots. + + + + + + + + Dots. + + + + + + + + Double solid lines. + + + + + + + + Double wavy solid lines. + + + + + + + + The border appears to be inset. + + + + + + + + No border. + + + + + + + + No border. + + + + + + + + The border appears to be outset. + + + + + + + + A single solid line. + + + + + + + + Single line. + + + + + + + + An internal single thick solid line surrounded by a single thin solid line with a large gap between them. + + + + + + + + An internal single thick solid line surrounded by a single thin solid line with a medium gap between them. + + + + + + + + An internal single thick solid line surrounded by a single thin solid line with a small gap between them. + + + + + + + + An internal single thin solid line surrounded by a single thick solid line with a large gap between them. + + + + + + + + An internal single thin solid line surrounded by a single thick solid line with a medium gap between them. + + + + + + + + An internal single thin solid line surrounded by a single thick solid line with a small gap between them. + + + + + + + + An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a large gap between all lines. + + + + + + + + An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a medium gap between all lines. + + + + + + + + An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a small gap between all lines. + + + + + + + + A line border consisting of three staged gradient lines around the cell, getting darker towards the cell. + + + + + + + + + A line border consisting of three staged gradient lines around the cell, getting darker away from the cell. + + + + + + + + + Triple line. + + + + + + + + Wavy line. + + + + + + + + + Lists the types of a section break. + + + + + + + + A new section begins on the next even-numbered page. If the section break falls on an even-numbered page, the next odd-numbered page is left blank. + + + + + + + + A page is broken at the section break. The new section starts on the next page. + + + + + + + + A new section begins on the next odd-numbered page. If the section break falls on an odd-numbered page, the next even-numbered page is left blank. + + + + + + + + + Serves as the base for classes which provide data for the events which occur before the RichEditControl dialogs are shown. + + + + + + + Initializes a new instance of the ShowFormEventArgs class with default settings. + + + + + + + + Gets or sets the return value of a dialog box. + + + A enumeration value that specifies the value that is returned by the dialog box. + + + + + + + Gets or sets whether an event was handled. If it was handled, the default actions are not required. + + + + true if it was handled and the default dialog doesn't need to be shown; otherwise, false. + + + + + + + Gets or sets a parent of the form being shown. + + + An object. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TabsFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Tabs dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TablePropertiesFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Table Properties dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the SymbolFormShowingEventArgs class with the specified view model. + + + + A object. This value is assigned to the property. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the SplitTableCellsFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Split Cells dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the SearchFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Obtains what tab of the Find and Replace dialog (Find or Replace) is active. + + + enumeration value. + + + + + + + Gets the information for initializing the Find and Replace dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the RangeEditingPermissionsFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Editing Permissions dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PasteSpecialFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Paste Special dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ParagraphFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Paragraph dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the PageSetupFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Page Setup dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the NumberingListFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Bullets and Numbering dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the LineNumberingFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Line Numbers dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the InsertTableFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Insert Table dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the InsertTableCellsFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Insert Cells dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the InsertMergeFieldFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Insert Merge Field dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the HyperlinkFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Edit Hyperlink dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + A method that will handle the HeaderFooterEditing event. + + + + + + + + A method that will handle the and the events. + + + + + The event sender (typically a ). + + + + A object that contains event data. + + + + + + + + + Provides data for the StartHeaderFooterEditing and the FinishHeaderFooterEditing events. + + + + + + + Initializes a new instance of the HeaderFooterEditingEventArgs class with default settings. + + + + + + + + + Serves as the base for classes which provide data for the events which occur before the RichEditControl dialogs are shown. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the FontFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Font dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the DocumentProtectionQueryPasswordFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Unprotect Document dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the DocumentProtectionQueryNewPasswordFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Start Enforcing Protection dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the DeleteTableCellsFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Delete Cells dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + References a method that will handle the event. + + + + + + + + A method that will handle the event. + + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ColumnsSetupFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Columns dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + A method that will handle the CalculateDocumentVariable event. + + + + + + + + A method that will handle the CalculateDocumentVariable event of the RichEditControl. + + + + + The event source. This parameter identifies the RichEditControl, which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the CalculateDocumentVariable event. + + + + + + + Provides access to a collection of arguments within the DOCVARIABLE field. + + + An instance containing DOCVARIABLE field arguments. + + + + + + + Gets or sets whether the default action is required. + + + + true if no default action is necessary; otherwise, false. + + + + + + + Gets or sets whether the last paragraph of the inserted document is kept in the resulting document. + + + true to retain the last paragraph of the inserted document; otherwise, false. + + + + + + + Gets or sets the value of the DOCVARIABLE field that fired the event. + + + An object that is inserted into a document in place of the DOCVARIABLE field. + + + + + + + Gets the name of the document variable to which the DOCVARIABLE field refers. + + + A string that is the name of the document variable in the DOCVARIABLE field. + + + + + + + + References a method that will handle the event. + + + + + + + + Represents a method that will handle the event. + + + + The event source. This parameter identifies the , which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the BookmarkFormShowingEventArgs class with the specified information for initializing the dialog controls. + + + + A object containing information to be displayed in the form. + + + + + + + + Gets the information for initializing the Bookmark dialog controls. + + + A object containing information to be displayed in the form. + + + + + + + + A collection of Argument objects. Results from parsing a document field. + + + + + + + Initializes a new instance of the ArgumentCollection class with default settings. + + + + + + + + + An argument within the document field. + + + + + + + + Gets the length of an argument text range in the DOCVARIABLE field. + + + An integer, specifying the length of a text range representing the argument in the DOCVARIABLE field. + + + + + + + Gets the document position where the argument text range starts. + + + + An integer, specifying the starting document position of a text range, that is the argument in the DOCVARIABLE field. + + + + + + + + Gets the value of an argument in the DOCVARIABLE field. + + + A string, specifying the argument in the DOCVARIABLE field. + + + + + + + + Updates all fields in the selected range. + + + + + + + Initializes a new instance of the UpdateFieldsCommand class with the specified owner. + + + + An object exposing the interface specifying the owner of the command. + + + + + + + + Gets a string resource identifier of a command description. + + + An XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + Gets the ID of the UpdateFieldsCommand. + + + A member, identifying the command. + + + + + + + Gets a string resource identifier of a menu caption corresponding to UpdateFieldsCommand. + + + A XtraRichEditStringId enumeration value, identifying the resource string. + + + + + + + + A method that will handle the MailMergeStarted event. + + + + + + + + A method that will handle the MailMergeStarted event of the RichEditControl. + + + + The event source. This parameter identifies the RichEditControl, which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the MailMergeStarted event. + + + + + + + Gets a merged document. + + + A interface providing access to a merged document. + + + + + + + + Specifies the text displayed by the progress indicator while the document is being rendered. + + + A value. + + + + + + + + A method that will handle the MailMergeRecordStarted event. + + + + + + + + A method that will handle the MailMergeRecordStarted event of the RichEditControl. + + + + The event source. This parameter identifies the RichEditControl, which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the MailMergeRecordStarted event. + + + + + + + Gets a merged document. + + + A interface providing access to a merged document. + + + + + + + + Gets a template document before a record is merged. + + + A interface providing access to an interim document. + + + + + + + + Gets an index of a record currently merged. + + + An integer that is the data record index. + + + + + + + + A method that will handle the MailMergeRecordFinished event. + + + + + + + + A method that will handle the MailMergeRecordFinished event of the RichEditControl. + + + + The event source. This parameter identifies the RichEditControl, which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the MailMergeRecordFinished event. + + + + + + + Gets a merged document. + + + A interface providing access to a merged document. + + + + + + + + Gets a template document after a record is merged. + + + A interface providing access to an interim document. + + + + + + + + Gets an index of a record currently merged. + + + An integer that is the data record index. + + + + + + + + A method that will handle the MailMergeFinished event. + + + + + + + + A method that will handle the MailMergeFinished event of the RichEditControl. + + + + The event source. This parameter identifies the RichEditControl, which raised the event. + + + + A object which contains event data. + + + + + + + + + Provides data for the MailMergeFinished event. + + + + + + + Gets a merged document. + + + A interface providing access to a merged document. + + + + + + + + + A collection of document variables. + + + + + + + Adds a new document variable to the collection. + + + + A string that is the name of the new document variable. + + + + An object that is the value of the document variable. + + + + + + + + Removes all document variables from the current document. + + + + + + + + Gets the number of variables in the document. + + + An integer that is the number of document variables in the collection. + + + + + + + Calculates the value of the specified document variable. + + + + + A string that is the document variable name. + + + + An object that holds arguments used to calculate the document variable value. + + + + An object associated with the document variable or calculated in the corresponding event. + + + + + + + Calls the method with an empty argument collection. + + + + + A string that is the document variable name. + + + An object associated with the document variable or calculated in the corresponding event. + + + + + + + Removes the variable with the specified name from the document. + + + + A string that is the name of the variable to remove. + + + + + + + diff --git a/lib/DevExpress/DevExpress.Utils.v14.1.dll b/lib/DevExpress/DevExpress.Utils.v14.1.dll deleted file mode 100644 index 2a4b8671..00000000 Binary files a/lib/DevExpress/DevExpress.Utils.v14.1.dll and /dev/null differ diff --git a/lib/DevExpress/DevExpress.Utils.v15.1.dll b/lib/DevExpress/DevExpress.Utils.v15.1.dll new file mode 100644 index 00000000..8a2a6514 Binary files /dev/null and b/lib/DevExpress/DevExpress.Utils.v15.1.dll differ diff --git a/lib/DevExpress/DevExpress.Utils.v14.1.xml b/lib/DevExpress/DevExpress.Utils.v15.1.xml similarity index 82% rename from lib/DevExpress/DevExpress.Utils.v14.1.xml rename to lib/DevExpress/DevExpress.Utils.v15.1.xml index 142011dc..67007aad 100644 --- a/lib/DevExpress/DevExpress.Utils.v14.1.xml +++ b/lib/DevExpress/DevExpress.Utils.v15.1.xml @@ -1,7 +1,7 @@ - DevExpress.Utils.v14.1 + DevExpress.Utils.v15.1 @@ -27,6 +27,31 @@ + + + + + Represents the collection of objects. + + + + + + + Initializes a new instance of the ThumbnailButtonCollection class. + + + + + + + + Disposes the current object and releases all the allocated resources. + + + + + @@ -72,6 +97,14 @@ + + + + + This interface supports the internal infrastructure, and is not intended to be used directly from your code. + + + @@ -136,6 +169,62 @@ + + + + Binds the specific command to this JumpListItemTask. + + + + An Object that is the command to be bound to this JumpListItemTask. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + + + + + + Binds the specific command to this JumpListItemTask. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (e.g., a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + + + + + + Binds the specific command to this JumpListItemTask. + + + + An Expression that selects the appropriate command from the source object. + + + + An Object (e.g., a ViewModel) where the commandSelector looks for the required command. + + + + A Func delegate that passes the specific Object to the command as a parameter. + + + + @@ -225,10 +314,10 @@ - Gets or sets the working directory of a program that is launched by a click on the JumpListItemTask. + Gets or sets the current directory for a process launched with a click on the current task. - The working directory of a program that is launched by a click on the JumpListItemTask. + The current directory for a process that is launched with a click on the JumpListItemTask. @@ -447,6 +536,73 @@ + + + + + List values that specify how the characters in a string that do not completely fit into a layout shape are trimmed. + + + + + + + + Specifies that the text is trimmed to the nearest character. + + + + + + + + Trimming is determined by a control's current settings. The default value is automatically set for a control if an end-user doesn't specify a value. + + + + + + + + + Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line. + + + + + + + + The center is removed from trimmed lines and replaced by an ellipsis. The algorithm keeps as much of the last slash-delimited segment of the line as possible. + + + + + + + + Specifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line. + + + + + + + + Specifies no trimming. + + + + + + + + + Specifies that text is trimmed to the nearest word. + + + + @@ -561,6 +717,82 @@ + + + + + Contains values that specify the position at which a is displayed relative to its owner. + + + + + + + The panel, when displayed, is stretched along the owner's bottom edge. + + + + + + + + The panel is displayed at the center of the owner. The display size is specified by the panel's Size property. + + + + + + + + The panel, when displayed, is stretched along the owner's left edge. + + + + + + + + The panel is displayed at the position specified by the property. + + + + + + + + The panel, when displayed, is stretched along the owner's right edge. + + + + + + + + The panel, when displayed, is stretched along the owner's top edge. + + + + + + + + The panel is displayed at the owner's top left corner in the original size specified by the Size property. When using the animation effect, the panel slides from top to bottom. +Use the and properties to shift the display position inward from the top left corner. + + + + + + + + + The panel is displayed at the owner's top right corner in the original size specified by the Size property. When using the animation effect, the panel slides from top to bottom. +Use the and properties to shift the display position inward from the top right corner. + + + + + @@ -577,6 +809,18 @@ + + + + Assigns the specified parent control to the current TaskbarAssistant component. + + + + A Control to be assigned the current TaskbarAssistant component. + + + + @@ -585,6 +829,16 @@ + + + + Gets the default TaskbarAssistant component. + + + The default TaskbarAssistant component. + + + @@ -615,6 +869,14 @@ + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + @@ -662,7 +924,7 @@ - [To be supplied] + @@ -793,6 +1055,16 @@ + + + + Gets or sets whether the is automatically closed when the owner control is hidden. + + + true, if the is automatically closed when the owner control is hidden; otherwise, false. + + + @@ -809,7 +1081,7 @@ The default value for the property. - [To be supplied] + @@ -818,7 +1090,16 @@ The default value for the property. - [To be supplied] + + + + + + + The default value for the property. + + + @@ -827,7 +1108,7 @@ The default value for the property. - [To be supplied] + @@ -836,7 +1117,7 @@ The default value for the property. - [To be supplied] + @@ -845,7 +1126,7 @@ The default value for the property. - [To be supplied] + @@ -854,7 +1135,7 @@ The default value for the property. - [To be supplied] + @@ -1041,12 +1322,22 @@ Use the property - + - Contains the FlyoutPanel's view and behavior options. + Gets or sets the minimum size of the FlyoutPanel. - The FlyoutPanel's view and behavior options. + A object that specifies the minimum size of the FlyoutPanel. + + + + + + + Contains the FlyoutPanel's view and behavior options. + + + The FlyoutPanel's view and behavior options. @@ -1255,53 +1546,30 @@ Use the property - + - This property is not supported by the FlyoutPanel class. Use the and methods to control the panel visibility. + Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by buttons in the button panel. - + A object which controls the appearance and behavior of tooltips displayed by buttons in the button panel. - - - - Contains values that specify how an element is displayed relative to a text label within a group control. - - - - - - - Displays an element after a text label. - - - - - - - - Displays an element before a text label. - - - - - - + - Specifies the default position of an element relative to a text label. -Currently, the Default option is equivalent to the BeforeText option. + This property is not supported by the FlyoutPanel class. Use the and methods to control the panel visibility. + + - Defines an interface a control that can be implemented to provide layout information to an XtraLayoutControl. + Defines an interface a control that can be implemented to provide layout information to a Layout Control. @@ -1309,7 +1577,7 @@ Currently, the Default option is equivalent to the BeforeText opti - The control that implements this interface must fire the Changed event when specific settings that affect the layout information have been changed, and the XtraLayoutControl must update the layout as a result. + The control that implements this interface must fire the Changed event when specific settings that affect the layout information have been changed, and the Layout Control must update the layout as a result. @@ -1318,17 +1586,17 @@ Currently, the Default option is equivalent to the BeforeText opti - When implemented by a control, specifies whether a text label should be visible by default when this control is added to an XtraLayoutControl. + When implemented by a control, specifies whether a text label should be visible by default when this control is added to a Layout Control. - true if a text label should be visible by default when the control is added to an XtraLayoutControl; otherwise, false. + true if a text label should be visible by default when the control is added to a Layout Control; otherwise, false. - When implemented by a control, specifies its default maximum size which is in effect when the control is displayed within an XtraLayoutControl. + When implemented by a control, specifies its default maximum size which is in effect when the control is displayed within a Layout Control. A structure that specifies the control's default maximum size. @@ -1338,7 +1606,7 @@ Currently, the Default option is equivalent to the BeforeText opti - When implemented by a control, specifies its default minimum size which is in effect when the control is displayed within an XtraLayoutControl. + When implemented by a control, specifies its default minimum size which is in effect when the control is displayed within a Layout Control. A structure that specifies the control's default minimum size. @@ -1455,7 +1723,7 @@ Currently, the Default option is equivalent to the BeforeText opti Specifies the default value for the property. - [To be supplied] + @@ -1588,14 +1856,20 @@ Currently, the Default option is equivalent to the BeforeText opti - Enumerates border effects for an . + Enumerates border effects for forms and dialogs. - Enables a shadow or glow effect, depending on the current skin. + The default border adorning effect, applied as follows: + +For the , a shadow is displayed in the "McSkin" skin. No adorning effect is applied in other skins. + + +For the , a shadow is displayed in the following skins: "Office 2013", "Office 2013 Dark Gray", "Office 2013 Light Gray", and "McSkin". No adorning effect is applied in other skins. + @@ -1625,79 +1899,184 @@ Currently, the Default option is equivalent to the BeforeText opti - + - Contains values that specify the position at which a is displayed relative to its owner. + Represents a context button displaying a check box that can be checked by an end-user. + - + - The panel, when displayed, is stretched along the owner's bottom edge. + Initializes a new instance of the CheckContextButton class. - + - The panel is displayed at the center of the owner. The display size is specified by the panel's Size property. + Gets or sets whether the current button is in the checked state. + + true, if the current button is in the checked state; otherwise, false. + + - + - The panel, when displayed, is stretched along the owner's left edge. + Gets or sets the glyph displayed by the current button in the checked state when it is not hovered over with the mouse pointer. + An Image object that specifies the glyph displayed by the current button. + - + - The panel is displayed at the position specified by the property. + Gets or sets the glyph displayed by the current button in the checked state when it is hovered over with the mouse cursor. + + An Image object that specifies the glyph displayed by the current button. + - + + - The panel, when displayed, is stretched along the owner's right edge. + Contains miscellaneous settings applied to a 's built-in button panel. + + + + + + + Initializes a new instance of the FlyoutPanelButtonOptions class with the specified settings. + + A that owns the current FlyoutPanelButtonOptions. + + - + - The panel, when displayed, is stretched along the owner's top edge. + Gets or sets whether button glyphs are painted based on the 's foreground color. + + true, if button glyphs are painted based on the 's foreground color; otherwise, false. + + - + - The panel is displayed at the owner's top left corner in the original size specified by the Size property. When using the animation effect, the panel slides from top to bottom. -Use the and properties to shift the display position inward from the top left corner. + Provides access to appearance settings used to paint the 's buttons in different visual states. + + + A DevExpress.XtraEditors.ButtonsPanelControl.ButtonsPanelControlAppearance object that stores appearance settings. + + + + + + Gets or sets the alignment of buttons within the button panel. + A System.Drawing.ContentAlignment enumeration value that specifies the alignment of buttons within the button panel. + - + - The panel is displayed at the owner's top right corner in the original size specified by the Size property. When using the animation effect, the panel slides from top to bottom. -Use the and properties to shift the display position inward from the top right corner. + Gets or sets the built-in button panel's height. + + + A value specifying the button panel's height, in pixels. + + + + + + + Gets or sets the location of the built-in button panel in the . + + + A FlyoutPanelButtonPanelLocation enumeration value specifying the location of the built-in button panel in the . + + + + + + + Provides access to the collection of buttons displayed in the 's built-in button panel. + + + A BaseButtonCollection object representing a button collection. + + + + + + + Gets or sets the source of images that can be displayed within buttons. + + + A that is an image collection providing images for buttons. + + + + + + + Gets or sets the amount of space around the button panel. + + + A System.Windows.Forms.Padding structure that specifies the amount of space around the button panel. + + + + + + + + Resets settings applied to the built-in button panel to the default values. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + Tests whether the FlyoutPanelButtonOptions object should be persisted. + + + true, if the object should be persisted; otherwise, false. + + + + + + + Gets or sets whether the built-in button panel is displayed in the . + true, if the built-in button panel is displayed; otherwise, false. + @@ -1848,9 +2227,11 @@ Use the and - [To be supplied] + Returns a list of the currently available skins. + - [To be supplied] + A list of the currently available skins. + @@ -1924,6 +2305,29 @@ Use the and + + + + Returns a skin element with the specified name of a control in the specified product displayed using the specified skin provider. + + + + A DevExpress.Skins.SkinProductId enumeration value that specifies the product in which the required element is contained. + + + + + An object implementing the DevExpress.Skins.ISkinProvider interface that is used for painting controls. + + + + A String value that specifies the name of the required element. + + + A DevExpress.Skins.SkinElement object that represents a skin element of a control. + + + @@ -2511,7 +2915,8 @@ Use the and - [To be supplied] + A enumeration value. + @@ -2766,6 +3171,15 @@ Use the and + + + + An image is displayed as is, if its actual size is smaller than the size of the container. If the image size is larger than the container's size, the image is shrunk proportionally to fit the container's bounds. + + + + + @@ -2834,7 +3248,7 @@ Use the and - Represents the base class for most controls and editors available in the XtraEditors library, along with their descendants. + Represents the base class for most controls and editors available in the DevExpress Editors Library, along with their descendants. @@ -2847,6 +3261,16 @@ Use the and + + + + + + + + + + @@ -3061,6 +3485,14 @@ Use the and + + + + + + + + @@ -3094,9 +3526,11 @@ Use the and - [To be supplied] + Gets or sets whether the scroll direction is inverted when scrolling on touch devices via the pan gesture. + - [To be supplied] + true, if the scroll direction is inverted; otherwise, false. + @@ -3139,14 +3573,6 @@ Use the and - - - - [To be supplied] - - [To be supplied] - - @@ -3308,7 +3734,7 @@ Use the and The default distance between items. This constant specifies the default value for the property. - [To be supplied] + @@ -3414,31 +3840,6 @@ Use the and - - - - - Represents the collection of objects. - - - - - - - Initializes a new instance of the ThumbnailButtonCollection class. - - - - - - - - Disposes the current object and releases all the allocated resources. - - - - - @@ -3474,18 +3875,172 @@ Use the and - + - A base class for popup menus in DevExpress .NET controls. - + Represents the base class for panels. - + - Initializes a new instance of the DXPopupMenu class with default settings. + Initializes a new instance of the XtraPanel class. + + + + + + + + Gets or sets a value indicating whether the container enables the user to scroll to any control placed outside its visible boundaries. + + + + true if the auto-scrolling feature is enabled; otherwise, false. + + + + + + + Gets or sets whether the panel is automatically resized according to the value of the property. + + + true if the panel's auto-resizing feature is enabled; otherwise, false. + + + + + + + Fires when the value of the property is changed. + + + + + + + + Indicates the automatic sizing behavior of the panel. + + + A value. + + + + + + + Gets or sets the panel's border style. + + + A value that specifies the panel's border style. + + + + + + + Retrieves the size of a rectangular area into which the panel can be fitted. + + + + A custom-sized area for the panel. + + + + A Size value that specifies a rectangle into which the panel can be fit. + + + + + + + + This member is not supported by the XtraPanel class. + + + + + + + + This member is not supported by the XtraPanel class. + + + + + + + + This member is not supported by the XtraPanel class. + + + + + + + + Resets the property to its default value. + + + + + + + + Gets whether the property should be serialized. + + + true if the property should be serialized; otherwise, false. + + + + + + + Gets or sets a value indicating whether the user can focus this control using the TAB key. + + + + + true if the user can focus this control using the TAB key; otherwise, false. + + + + + + + + This member is not supported by the XtraPanel class. + + + + + + + + + + This member is not supported by the XtraPanel class. + + + + + + + + + A base class for popup menus in DevExpress .NET controls. + + + + + + + + Initializes a new instance of the DXPopupMenu class with default settings. @@ -3529,6 +4084,16 @@ Use the and + + + + Returns whether the menu items are actually aligned to support locales using right-to-left fonts. + + + true, if menu items are actually aligned to support locales using right-to-left fonts; otherwise, false. + + + @@ -3537,6 +4102,16 @@ Use the and + + + + Gets or sets whether the menu is aligned to support locales using right-to-left fonts. + + + true, if the menu is aligned to support locales using right-to-left fonts; otherwise, false. + + + @@ -3547,6 +4122,30 @@ Use the and + + + + Gets or sets whether items in this DXPopupMenu can be displayed in multiple columns. + + + + A enumerator value that specifies whether or not items in this DXPopupMenu can be displayed in multiple columns. + + + + + + + + Provides access to the set of properties that manage multi-column item layout in this DXPopupMenu. + + + + A object that stores properties which manage multi-column item layout in this DXPopupMenu. + + + + @@ -3605,7 +4204,7 @@ Use the and - An event handler that will be invoked when the submenu is about to be displayed. This value is assigned to the event. + A handler for the event. @@ -3613,15 +4212,7 @@ Use the and - Occurs when the DXSubMenuItem is about to be displayed onscreen. - - - - - - - - Releases all the resources used by the current object. + Allows you to dynamically provide sub-items for the current DXSubMenuItem object. @@ -3862,57 +4453,72 @@ Use the and - [To be supplied] + Initializes a new instance of the DXMenuItem class with the specified settings. + - [To be supplied] + A string that specifies the text displayed by the menu item. This value is assigned to the property. + - [To be supplied] + An event handler that will be invoked when the menu item is clicked or selected. This value is assigned to the event. + - [To be supplied] + An image that is displayed within the menu item. This value is assigned to the property. + - [To be supplied] + An Image used to initialize the property. + - [To be supplied] + An Image used to initialize the property. + - [To be supplied] + An Image used to initialize the property. + - [To be supplied] + A DXMenuItemPriority enumeration value that specifies the display priority for the current item in a . This value is assigned to the property. + - [To be supplied] + Initializes a new instance of the DXMenuItem class with the specified caption, display priority and Click event handler. + - [To be supplied] + A string that specifies the text displayed by the menu item. This value is assigned to the property. + - [To be supplied] + An event handler that will be invoked when the menu item is clicked or selected. This value is assigned to the event. + - [To be supplied] + A DXMenuItemPriority enumeration value that specifies the display priority for the current item in a . This value is assigned to the property. + - [To be supplied] + Initializes a new instance of the DXMenuItem class with the specified caption and display priority. + - [To be supplied] + A string that specifies the text displayed by the menu item. This value is assigned to the property. + - [To be supplied] + A DXMenuItemPriority enumeration value that specifies the display priority for the current item in a . This value is assigned to the property. + @@ -3928,6 +4534,36 @@ Use the and + + + + Provides access to the appearance settings used to paint the DXMenuItem in the normal state. + + + An object that contains the appearance settings. + + + + + + + Provides access to the appearance settings used to paint the DXMenuItem in the disbled state. + + + An object that contains the appearance settings. + + + + + + + Provides access to the appearance settings used to paint the DXMenuItem in the hovered state. + + + An object that contains the appearance settings. + + + @@ -3941,45 +4577,58 @@ Use the and - [To be supplied] + Binds the specific command to this DXMenuItem. + - [To be supplied] + An Expression that selects the appropriate command from the source object. + - [To be supplied] + An Object (e.g., a ViewModel) where the commandSelector looks for the required command. + + - [To be supplied] + A Func delegate that passes the specific Object to the command as a parameter. + - [To be supplied] + Binds the specific command to this DXMenuItem. + - [To be supplied] + An Object that is the command to be bound to this DXMenuItem. + - [To be supplied] + A Func delegate that passes the specific Object to the command as a parameter. + - [To be supplied] + Binds the specific command to this DXMenuItem. + - [To be supplied] + An Expression that selects the appropriate command from the source object. + - [To be supplied] + An Object (e.g., a ViewModel) where the commandSelector looks for the required command. + + - [To be supplied] + A Func delegate that passes the specific Object to the command as a parameter. + @@ -4058,6 +4707,16 @@ Use the and + + + + Returns whether the current menu item is actually aligned to support locales using right-to-left fonts. + + + true, if the current item is actually aligned to support locales using right-to-left fonts; otherwise, false. + + + @@ -4078,6 +4737,16 @@ Use the and + + + + Gets or sets whether the menu item is aligned to support locales using right-to-left fonts. + + + true, if the menu item is aligned to support locales using right-to-left fonts; otherwise, false. + + + @@ -4101,9 +4770,11 @@ Use the and - [To be supplied] + Gets or sets the display priority for the current item in a . + - [To be supplied] + A DXMenuItemPriority enumeration value that specifies the display priority for the current item in a . + @@ -4126,6 +4797,16 @@ Use the and + + + + Gets or sets a super tip for this DXMenuItem. + + + A object assigned to this DXMenuItem. + + + @@ -4548,9 +5229,11 @@ Use the and - [To be supplied] + Gets or sets whether the tooptip should be forcibly shown for the same visual element via the method. + - [To be supplied] + A enumeration value that specifies whether the tooptip should be forcibly shown for the same visual element. + @@ -5103,6 +5786,32 @@ Use the and + + + + Inserts an image from the target assembly. + + + + A String value that is the name of the source assembly that stores the required image. + + + + A String value that is the image name. + + + + A String value that is the path to the source assembly. + + + + An Int32 value that is the position within the Images collection at which the target image should be placed. + + + An Int32 value that is the index of the successfully inserted image. + + + @@ -5318,209 +6027,455 @@ Use the and - + - Contains options that specify how text is rendered. + A simple element within the . - + - Initializes a new instance of the TextOptions class with the specified alignments, word wrapping and text trimming options. - + Initializes a new instance of the Badge class with the default settings. - - A value that specifies the horizontal alignment of text. This value is assigned to the property. - - - A value that specifies the vertical alignment of text. This value is assigned to the property. - + + + + Provides access to advanced Badge settings. + + + A object that stores advanced badge settings. + - - - A value that specifies word wrapping mode. This value is assigned to the property. + + - - - A value that specifies text trimming mode. This value is assigned to the property. + + Base class for the popup (context) menu of Office-inspired controls. + + - + + + + Initializes a new instance of the CommandPopupMenu class with default settings. + + - + - Initializes a new instance of the TextOptions class with the specified owner, the text settings are set to default values. - + Initializes a new instance of the CommandPopupMenu class with the specified caption and the handler for the event. - - An object which becomes the owner of the current object. + + An event handler that will be invoked when the menu is about to be displayed. This value is assigned to the event. - + - Initializes a new instance of the TextOptions class with the specified alignments, word wrapping and text trimming options. + Find a menu item specified by its Id and disable it. - - A value that specifies the horizontal alignment of text. This value is assigned to the property. + + An object serving as a menu identifier. + - - A value that specifies the vertical alignment of text. This value is assigned to the property. - - - A value that specifies word wrapping mode. This value is assigned to the property. + + + + Find a menu item specified by its Id and disable it. + + + + + An object serving as a menu identifier. - - - A value that specifies text trimming mode. This value is assigned to the property. - - A enumeration value that specifies the hotkey prefix for the text. This value is assigned to the property. + + true to search nested menus recursively; otherwise, false. - + - Copies settings from the specified object to the current TextOptions object. + Find a menu item specified by its Id and enable it. - - A TextOptions object whose settings are copied to the current object. + + An object serving as a menu identifier. + - + - Gets an object that specifies the default text options. - + Find a menu item specified by its Id and enable it. - A object that specifies the default text options. + + An object serving as a menu identifier. - + + + + true to search nested menus recursively; otherwise, false. + + - + - Gets an object whose settings force text to be centered. - + Searches for a menu item specified by its ID within a specified menu object. - A TextOptions object with its settings set to the corresponding values. + + A object that is the menu from which a search starts. - + + + An integer that is the position of the menu item within the menu object. + + + + + true, to search nested menus recursively; otherwise, false. + + + A object if the menu with a specified identifier is found; otherwise null (or Nothing in Visual Basic) + - + - Gets an object whose settings allow text to wrap. + Gets or sets menu identifier. - A TextOptions object with its settings set to the corresponding values. - + An object serving as a menu identifier. - + - Gets an object whose settings prevent text from wrapping. - + Moves a menu item with a check mark to a specified position. - A TextOptions object with its settings set to the corresponding values. + + An object serving as a menu identifier. - + + + An integer that is the position of a menu item within the menu object. + + - + - Gets an object whose settings force text to be centered and prevent it from wrapping. - + Moves a menu item to a specified position. - A TextOptions object with its settings set to the corresponding values. + + An object serving as a menu identifier. - + + + + An integer that is the position of a menu item within the menu object. + + - + - Gets an object that contains the default formatting settings. + Moves a menu item to a specified position. - A object containing the default formatting settings. - + + A object that is the menu item. + + + + An integer that is the position of a menu item within the menu object. + + - + - Specifies how the default string format referred to by the property is constructed. + Moves a submenu item to a specified position. + + An object serving as a menu identifier. + + + + An integer that is the position of a menu item within the menu object. + + - + - Returns a object whose settings reflect the alignment, word wrapping and text trimming options of the object. + Find a menu item specified by its Id and remove it. - A object whose properties are set to match the appropriate values. + + An object serving as a menu identifier. - + + + + true, to search nested menus recursively; otherwise, false. + + - + - Returns a object whose settings reflect the alignment, word wrapping and text trimming options of the specified TextOptions object. + Find a menu item specified by its Id and remove it. - - A TextOptions object whose settings are used to initialize the corresponding settings of the object that is to be returned. + + An object serving as a menu identifier. - - A object whose properties are set to match the appropriate values. - + - + + - Gets or sets the horizontal alignment of text. + Contains options that specify how text is rendered. - A value that specifies the text horizontal alignment. - + + + + + Initializes a new instance of the TextOptions class with the specified alignments, word wrapping and text trimming options. + + + + + A value that specifies the horizontal alignment of text. This value is assigned to the property. + + + + + A value that specifies the vertical alignment of text. This value is assigned to the property. + + + + + A value that specifies word wrapping mode. This value is assigned to the property. + + + + + A value that specifies text trimming mode. This value is assigned to the property. + + + + + + + + Initializes a new instance of the TextOptions class with the specified owner, the text settings are set to default values. + + + + + An object which becomes the owner of the current object. + + + + + + + + Initializes a new instance of the TextOptions class with the specified alignments, word wrapping and text trimming options. + + + + + A value that specifies the horizontal alignment of text. This value is assigned to the property. + + + + A value that specifies the vertical alignment of text. This value is assigned to the property. + + + + + A value that specifies word wrapping mode. This value is assigned to the property. + + + + A value that specifies text trimming mode. This value is assigned to the property. + + + + A enumeration value that specifies the hotkey prefix for the text. This value is assigned to the property. + + + + + + + + Copies settings from the specified object to the current TextOptions object. + + + + A TextOptions object whose settings are copied to the current object. + + + + + + + + Gets an object that specifies the default text options. + + + + A object that specifies the default text options. + + + + + + + + Gets an object whose settings force text to be centered. + + + + A TextOptions object with its settings set to the corresponding values. + + + + + + + + Gets an object whose settings allow text to wrap. + + + A TextOptions object with its settings set to the corresponding values. + + + + + + + + Gets an object whose settings prevent text from wrapping. + + + + A TextOptions object with its settings set to the corresponding values. + + + + + + + + Gets an object whose settings force text to be centered and prevent it from wrapping. + + + + A TextOptions object with its settings set to the corresponding values. + + + + + + + + Gets an object that contains the default formatting settings. + + + A object containing the default formatting settings. + + + + + + + Specifies how the default string format referred to by the property is constructed. + + + + + + + + Returns a object whose settings reflect the alignment, word wrapping and text trimming options of the object. + + + + A object whose properties are set to match the appropriate values. + + + + + + + + Returns a object whose settings reflect the alignment, word wrapping and text trimming options of the specified TextOptions object. + + + + + A TextOptions object whose settings are used to initialize the corresponding settings of the object that is to be returned. + + + A object whose properties are set to match the appropriate values. + + + + + + + + Gets or sets the horizontal alignment of text. + + + A value that specifies the text horizontal alignment. + @@ -5571,6 +6526,16 @@ Use the and + + + + Gets or sets whether the text is directed from right to left. + + + true, if the text is directed from right to left; otherwise, false. + + + @@ -6168,6 +7133,14 @@ The ImageCollection is also used as a part of the + + When the option is enabled, the GetImageSize event allows you to customize the size of images returned by the . This event is fired on finishing an object initialization. + + + + @@ -6290,14 +7263,38 @@ For the , this property sp + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + - Gets or sets the value that specifies that when requesting an image from the ImageCollection, another image corresponding to the requested image and matching the current DPI setting is returned instead. -This feature is in effect if the requested image was loaded into the ImageCollection from the project resources and the replacement image is also available in the project resources. + Gets or sets the value that specifies that when requesting an image from the ImageCollection, another DPI-specific image corresponding to the requested image is returned instead. +This feature is in effect if the requested image was loaded into the ImageCollection from the project resources. - A value that specifies whether a requested image loaded from the project resources is replaced with another image that matches the current DPI setting. + The DefaultBoolean.True value if a requested image (that was loaded from the project resources) is replaced with a DPI-specific image; DefaultBoolean.False or DefaultBoolean.Default if this feature is disabled. @@ -6341,6 +7338,32 @@ This feature is in effect if the requested image was loaded into the ImageCollec + + + + + + + + + + + + + + + + + + + + + + When requesting an image from the ImageCollection, the ResolveImage event fires when the project resources do not contain a DPI-specific image that matches the requested image and allows you to provide this DPI-specific image manually. This event is in effect when the option is enabled and the requested image was loaded into the ImageCollection from the project resources. + + + + @@ -6372,7 +7395,7 @@ This feature is in effect if the requested image was loaded into the ImageCollec Specifies the default behavior. -For the XtraGrid control, this option acts as the option if multiple cell selection is enabled (see the topic). Otherwise, this option acts as the option. +For the Grid Control, this option acts as the option if multiple cell selection is enabled (see the topic). Otherwise, this option acts as the option. For the XtraPivotGrid control, this option acts as the option. @@ -6406,2831 +7429,2683 @@ For the XtraPivotGrid control, this option acts as the + - [To be supplied] + Provides members that specify the appearance and behavior of all s within this adorner manager. + - + - Initializes a new instance of the CommandPopupMenu class with default settings. + Initializes a new instance of the BadgeProperties class with the default settings. - + - Initializes a new instance of the CommandPopupMenu class with the specified caption and the handler for the event. + Gets or sets whether or not all badges within this should colorize their images using background colors. - - An event handler that will be invoked when the menu is about to be displayed. This value is assigned to the event. - - + true, if all badges within this should colorize their images using background colors; otherwise, false. + - + - Find a menu item specified by its Id and disable it. - + Gets or sets whether or not badges within this should display their icons. - - An object serving as a menu identifier. - - - + true, if badges within this should display their icons; otherwise, false. + - + - Find a menu item specified by its Id and disable it. - + Gets or sets the default image, displayed by all badges within this . - - An object serving as a menu identifier. - - - - - true to search nested menus recursively; otherwise, false. - - + An Image object that is the default image, displayed by all badges within this . + - + - Find a menu item specified by its Id and enable it. + Gets or sets the image region that can be stretched. - - An object serving as a menu identifier. - - - + A Padding structure that is the image region that can be stretched. + - + - Find a menu item specified by its Id and enable it. + Gets or sets the relative position, based on which all s within this are aligned. + - - An object serving as a menu identifier. - - - - - true to search nested menus recursively; otherwise, false. - - + A ConenteAlignment enumerator value that specifies the relative position shared by all badges. + - + - Searches for a menu item specified by its ID within a specified menu object. + Gets or sets the offset, common to all s within this . - - A object that is the menu from which a search starts. - - - - An integer that is the position of the menu item within the menu object. - - - - - true, to search nested menus recursively; otherwise, false. - - - A object if the menu with a specified identifier is found; otherwise null (or Nothing in Visual Basic) - + A Point structure that is the offset, common to all s within this . + - + - Gets or sets menu identifier. + Gets or sets whether all badges should stretch their images according to the displayed text. - An object serving as a menu identifier. + true, if all badges should stretch their images according to the displayed text; otherwise, false. - + - Moves a menu item with a check mark to a specified position. + Gets or sets the default text, displayed by all s within this . - - An object serving as a menu identifier. - - - - An integer that is the position of a menu item within the menu object. - - + A String value that is the default text, displayed by all s within this . + - + - Moves a menu item to a specified position. + Gets or sets the global text margin, common to all s within this . - - An object serving as a menu identifier. - - - - - An integer that is the position of a menu item within the menu object. - - + A Padding structure that is the global text margin, common to all s within this . + - + + - Moves a menu item to a specified position. + Represents a regular context button that can be clicked. - - A object that is the menu item. - - - - An integer that is the position of a menu item within the menu object. - - - - + - Moves a submenu item to a specified position. + Initializes a new instance of the ContextButton class. - - An object serving as a menu identifier. - - - - An integer that is the position of a menu item within the menu object. - - - + - Find a menu item specified by its Id and remove it. + Gets or sets whether the current button's caption is formatted using HTML tags. - - An object serving as a menu identifier. - - - - - true, to search nested menus recursively; otherwise, false. + A enumeration value that specifies whether the current button's caption is formatted using HTML tags. - + - + - Find a menu item specified by its Id and remove it. - + Gets or sets the current button's caption. - - An object serving as a menu identifier. - - - + A string value that specifies the current button's caption. + - - + - This interface supports the internal infrastructure, and is not intended to be used directly from your code. + Fires when a hyperlink in the button caption is clicked. - - + + - Contains properties for objects. + Gets or sets the color of the hyperlink text in the current button's caption. + A Color object that specifies the color of the hyperlink text in the current button's caption. + + - + - Provides access to the current object's appearance settings. + Gets or sets the maximum height of the current button. - An AppearanceObject that stores the current IButton object's appearance settings. + An integer value that specifies the maximum height of the current button. + - + - Locks the by preventing visual updates of the object and its elements until the EndUpdate method is called. + Gets or sets the maximum width of the current button. + An integer value that specifies the maximum width of the current button. + - + - Unlocks the object and its elements without immediate visual update. + Gets or sets the amount of space around the current button. + A Padding structure that specifies the amount of space around the current button. + - + + - Gets or sets the current object's caption. + Represents a context button that allows an end-user to rate the content using the grading scale. - A String value that is the current IButton object's caption. - - - + - Gets or sets if the current is checked. + Initializes a new instance of the RatingContextButton class. - A Boolean value specifying whether the current IButton is checked. - - + - Gets or sets whether the current object is enabled. + Gets or sets the glyph displaying the checked points of the current button's rating. - true if the current object is enabled; otherwise, false. + An Image that specifies the glyph displaying the checked points of the current button's rating. - + - Unlocks an causing immediate visual update of the object and all its elements. + Gets or sets whether the rating can be specified with precision up to integers, integers and half-integers, or decimals. + + A enumeration value that specifies the rating precision. + - + - Gets or sets a collection of glyphs for the current object. + Gets or sets the number of points in the grading scale. - An Object that is glyphs collection for the current IButton object. + An integer value that specifies the number of points in the grading scale. - + - Gets or sets a group index for the current object. + Gets or sets the content rating specified by the current button. - An Int32 value that is the group index for the current IButton object. The default value is -1. + A decimal value that specifies the content rating. - + + - Gets or sets the current object's icon. + Represents a base class for the context buttons. - An Image object that is the current IButton object's icon. - - - + - Gets or sets an collection member used as the current object's glyph. + Initializes a new instance of the ContextItem class. - An Int32 value that points to an collection member used as the current object's glyph. - - + - Gets or sets the current object's icon location relative to its . + Gets or sets the current item's alignment relative to the owner control. + - An ImageLocation enumerator value specifying the current IButton object's icon location relative to its . + A ContextItemAlignment enumeration value that specifies the current item's alignment relative to the owner control. - + - Gets a collection of images that can be used as the current object's icon. + Gets or sets whether the current item's glyph is painted using the foreground color. - The Object that is the source of images assigned to the parent dock panel's property. + A enumeration value that specifies whether the current item's glyph is painted using the foreground color. - + - Gets whether the current is locked for any visual update. + Gets or sets the alignment of the current item relative to the anchor element. - true if the current is locked for any visual update; otherwise, false. + An AnchorAlignment enumeration value that specifies the alignment of the current item relative to the anchor element. - + - Gets or sets the current object's type. + Gets or sets an item (anchor element) relative to which the current item is aligned. - A ButtonStyle enumerator value that specifies the current IButton object's type. + A relative to which the current item is aligned. - + - Gets or sets a super tool-tip for the current . + Gets or sets the globally unique identifier of the item (anchor element), relative to which the current item is aligned. - A object associated with the current . + A object which represents a globally unique identifier (GUID) of the item, relative to which the current item is aligned. - + - Gets or sets the current object's tag. + Gets or sets the indent between the current item and the anchor element. - An Object that is the current IButton object's tag. + An integer value that specifies the indent, in pixels, between the current item and the anchor element. - + - Gets or sets a tool-tip for the current . + Gets or sets the translation of the current item from the anchor element. - A String value that is the current 's tool-tip. + A Point structure by which the current item is translated. - + - Gets or sets whether the current object's is visible. + Gets or sets the type of the animation used to show and hide the current item. - true if the current object's is visible; otherwise, false. + A ContextAnimationType enumeration value that specifies the type of the animation used to show and hide the current item. - + - Gets or sets whether the current object's icon is visible. + Provides access to the settings used to paint the current item in the hovered state. - true if the current object's icon is visible; otherwise, false. + An object that provides the settings used to paint the current item. - + - Gets or sets whether the current object is visible. + Provides access to the appearance settings used to paint the current item in the normal (not hovered) state. - true if the current object is visible; otherwise, false. + An object that provides the appearance settings used to paint the current item. - + - Gets or sets the current object's relative position. + Locks the ContextItem object by preventing visual updates until the EndUpdate method is called. - An Int32 value specifying the current IButton object's relative position. - - - + - A skinnable UserControl. + Unlocks the ContextItem object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + - + - Initializes a new instance of the class. + Fires when the current item is clicked. - + - Gets the appearance settings used to paint the user control. + Creates a new ContextItem object that is a copy of the current instance. - An object which contains the user control's appearance settings. - + A new ContextItem object that is a copy of the current instance. + - + - Gets or sets the user control's background color. + Gets the collection to which the current item belongs. - A structure which specifies the user control's background color. + A ContextItemCollection object that represents the collection to which the current item belongs. - + - [To be supplied] + Allows the hint for the current item to be customized. This event is only raised for objects. + + - [To be supplied] - + - Gets or sets font settings applied to the control. + Gets or sets whether the current item can respond to end-user interaction. - A object that contains font settings. + true, if the current item can respond to end-user interaction; otherwise, false. - + - Gets or sets the control's foreground color. + Unlocks the ContextItem object after a call to the BeginUpdate method and causes an immediate visual update. + + - A Color structure that specifies the control's foreground color. - - + - Provides access to the settings which control the user control's look and feel. + Gets or sets the glyph displayed in the current item in the normal (not hovered) state. - A object whose properties specify the user control's look and feel. + An Image object that specifies the glyph displayed in the current item in the normal state. - + - Resets the property back to its default value. + Gets or sets the glyph displayed in the current item in the hovered state. + An Image object that specifies the glyph displayed in the current item in the hovered state. + - + - Sets the property to Color.Empty. + Gets or sets the current item's unique identifier. + A object which represents a globally unique identifier (GUID). + - + - [To be supplied] + Gets or sets the current item's name. + - [To be supplied] + A string value that specifies the current item's name. + - - + - A form that supports title bar skinning. + Raises the event. + + A MouseEventArgs object. + + + + A ContextItemViewInfo object. + + + - + - Initializes a new instance of the class with default settings. + Removes the object assigned to the current context item. - + - Gets or sets the color of the glow adorning effect applied to the form's borders when the form is active. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - The color of the glow adorning effect applied to the form's borders when the form is active. - + + + + - + - Gets or sets whether the form's title bar and borders are painted using the current skin. This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets whether hints can be displayed for the current item. - true if the form's title bar and borders are painted using the current skin; otherwise, false. + true, if hints can be displayed for the current item; otherwise, false. - + - Gets or sets whether an MDI bar is allowed for this form. This property is in effect for a parent MDI form, when the title bar skinning feature is enabled. + Gets or sets the current item's size. - true if the MDI bar is allowed; otherwise, false. + A structure that specifies the current item's height and width. - + - Gets the appearance settings used to paint the form. + Gets or sets a for the current context item. - An object which contains the form's appearance settings. + A object associated with the current context item. - + - Gets or sets the background color of the form's client region. + Gets or sets custom data associated with the current item. - A structure which specifies the background color of the form's client region. + Custom data associated with the current item. - + - Specifies the background image for the form. + Gets or sets the text of the hint for the current item. - A object that represents the background image. + A String value that specifies the text of the hint for the current item. - + - Gets or sets the background image layout as defined in the enumeration. + Gets or sets the type of icon displayed in the hint for the current item. - A value that specifies the background image layout. + A enumeration value that specifies the type of icon displayed in the hint for the current item. - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets the title of the hint for the current item. - An ImageLayout value. + A String value that specifies the title of the hint for the current item. - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets the item visibility. - An Image object. + A ContextItemVisibility enumeration value that specifies the item visibility. - + + - Gets or sets whether the form's Close button (x) is visible. This property is in effect when the Form Title Bar Skinning feature is enabled. + Contains properties for objects. - true if the form's Close button (x) is visible; otherwise, false. - - - + - Gets or sets the form's font. + Provides access to the current object's appearance settings. - A object which specifies the form's font. + An AppearanceObject that stores the current IButton object's appearance settings. - + - Gets or sets the foreground color of the form's client region. + Locks the by preventing visual updates of the object and its elements until the EndUpdate method is called. - A structure which specifies the foreground color of the form's client region. - - + - Gets or sets the form's border adornment effect. + Unlocks the object and its elements without immediate visual update. - The form's border adornment effect. - - + - Gets or sets a collection of images to be inserted into the form's caption using HTML tags. This property is in effect when the Form Title Bar Skinning feature is enabled. + Gets or sets the current object's caption. - A object that stores a collection of images. + A String value that is the current IButton object's caption. - + - Allows you to specify the form's caption and format it using HTML tags. The property is in effect when the Form Title Bar Skinning feature is applied. + Gets or sets if the current is checked. - A string that specifies the form's caption, formatted using HTML tags. + A Boolean value specifying whether the current IButton is checked. - + - Gets or sets the color of the glow adorning effect applied to the form's borders when the form is not active. + Gets or sets whether the current object is enabled. - The color of the glow adorning effect applied to the form's borders when the form is not active. + true if the current object is enabled; otherwise, false. - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Unlocks an causing immediate visual update of the object and all its elements. - - - - - - - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets a collection of glyphs for the current object. - - - - - - - - - - + An Object that is glyphs collection for the current IButton object. + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Gets or sets a group index for the current object. - + An Int32 value that is the group index for the current IButton object. The default value is -1. - + - Provides access to the settings that control the look and feel of all the DevExpress controls contained within the form. + Gets or sets the current object's icon. - A object whose properties specify the look and feel of the controls owned by the form. + An Image object that is the current IButton object's icon. - + - Gets or sets the maximum allowed client size for a form. - + Gets or sets an collection member used as the current object's glyph. - A value. + An Int32 value that points to an collection member used as the current object's glyph. - + - Gets or sets the form's maximum size. + Gets or sets the current object's icon location relative to its . - A Size structure that specifies the form's maximum size. + An ImageLocation enumerator value specifying the current IButton object's icon location relative to its . - + - Gets or sets the minimum allowed client size for a form. + Gets a collection of images that can be used as the current object's icon. - A value. + The Object that is the source of images assigned to the parent dock panel's property. - + - Gets or sets the form's minimum size. + Gets whether the current is locked for any visual update. - A Size structure that specifies the form's minimum size. + true if the current is locked for any visual update; otherwise, false. - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets the current object's type. - - - - - - - - - - + A ButtonStyle enumerator value that specifies the current IButton object's type. + - + - Resets the property back to its default value. + Gets or sets a super tool-tip for the current . + A object associated with the current . + - + - Resets the property back to its default value. + Gets or sets the current object's tag. + An Object that is the current IButton object's tag. + - + - Resumes the usual layout logic, optionally forcing an immediate layout of pending layout requests. - + Gets or sets a tool-tip for the current . - - true to execute pending layout requests; otherwise, false. - - + A String value that is the current 's tool-tip. + - + - Resumes the usual layout logic. + Gets or sets whether the current object's is visible. + true if the current object's is visible; otherwise, false. + - + - Resumes painting the form whose painting had been suspended. - + Gets or sets whether the current object's icon is visible. + true if the current object's icon is visible; otherwise, false. + - + - This property is not supported by the XtraForm class and its descendants. + Gets or sets whether the current object is visible. - + true if the current object is visible; otherwise, false. - + - This property is not supported by the XtraForm class and its descendants. + Gets or sets the current object's relative position. - + An Int32 value specifying the current IButton object's relative position. - + + - [To be supplied] + A skinnable UserControl. + - [To be supplied] - - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Initializes a new instance of the class. - - - + - Temporarily suspends the layout logic for the control. - + Gets the appearance settings used to paint the user control. + An object which contains the user control's appearance settings. + - + - Suspends painting the form. - + Gets or sets the user control's background color. + A structure which specifies the user control's background color. + - + - Gets or sets the form's caption. - - + - A string that specifies the form's caption. - + - + - Gets or sets the text displayed within a tab corresponding to the current form. This property is in effect when the current form represents an MDI child within an container. + Gets or sets font settings applied to the control. - A string value. + A object that contains font settings. - - + - Represents a splitter control. + Gets or sets the control's foreground color. + A Color structure that specifies the control's foreground color. + + - + - Initializes a new instance of the class. - + + - + - Gets the appearance settings used to paint the splitter. + Resets the property back to its default value. - An object which contains the splitter's appearance settings. - - + - Gets or sets the splitter's background color. + Sets the property to Color.Empty. - A structure which specifies the splitter's background color. - - + - Provides access to the settings which control the splitter's look and feel. + Gets or sets the site of the XtraUserControl. - A object whose properties specify the splitter's look and feel. + The ISite associated with the XtraUserControl, if any. - + - Represents a Split Container. - + A form that supports title bar skinning. - + - Initializes a new instance of the class. + Initializes a new instance of the class with default settings. - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets the color of the glow adorning effect applied to the form's borders when the form is active. - A Boolean value. + The color of the glow adorning effect applied to the form's borders when the form is active. - + - [To be supplied] + Gets or sets whether the form's title bar and borders are painted using the current skin. This member supports the internal infrastructure and is not intended to be used directly from your code. + - [To be supplied] + true if the form's title bar and borders are painted using the current skin; otherwise, false. + - + - This member is not supported by the SplitContainerControl class. + Gets or sets whether an MDI bar is allowed for this form. This property is in effect for a parent MDI form, when the title bar skinning feature is enabled. - + true if the MDI bar is allowed; otherwise, false. - + - This member is not supported by the SplitContainerControl class. + Gets the appearance settings used to paint the form. - + An object which contains the form's appearance settings. - + - Starts the split container's initialization. Initialization occurs at runtime. + Gets or sets the background color of the form's client region. + A structure which specifies the background color of the form's client region. + - + - Occurs after an end-user clicks the SplitContainerControl's splitter. + Specifies the background image for the form. + A object that represents the background image. + - + - Gets or sets a value indicating whether the panel referred to by the property is collapsed. + Gets or sets the background image layout as defined in the enumeration. - true if the panel is collapsed; otherwise, false. + A value that specifies the background image layout. - + - Gets or sets the panel that is automatically collapsed when clicking on a splitter. + This member supports the internal infrastructure and is not intended to be used directly from your code. - A SplitCollapsePanel enumeration value that specifies the panel automatically collapsed when clicking on a splitter. + An ImageLayout value. - + - Gets the collection of controls contained within the split container control. + This member supports the internal infrastructure and is not intended to be used directly from your code. - A object which represents the collection of controls contained within the split container control. + An Image object. - + - Gets or sets the cursor that is displayed when the mouse pointer is over the current SplitContainerControl. + + + + + + + + + + + + Gets or sets whether the form's Close button (x) is visible. This property is in effect when the Form Title Bar Skinning feature is enabled. - A System.Windows.Forms.Cursor object that represents the cursor to display when the mouse pointer is over the control. + true if the form's Close button (x) is visible; otherwise, false. - + - Ends the split container's initialization. - + + - + - Gets or sets the fixed panel. + Gets or sets the form's font. - A enumeration value which specifies the fixed panel. + A object which specifies the form's font. - + - Gets or sets whether the panels are located one after another or one above another. + Gets or sets the foreground color of the form's client region. - true if the panels are located one after another; false if the panels are located one above another. + A structure which specifies the foreground color of the form's client region. - + - Gets whether the panel specified by the property is collapsed. + Gets or sets the form's border adornment effect. - true if this panel is collapsed; otherwise, false. + The form's border adornment effect. - + - Gets or sets whether the SplitContainerControl's splitter is locked at the current position. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - true, if the SplitContainerControl's splitter is locked at the current position; otherwise, false. - - + - Gets the left (or top) panel. + Gets or sets a collection of images to be inserted into the form's caption using HTML tags. This property is in effect when the Form Title Bar Skinning feature is enabled. - A object which represents the left (or top) panel. + A object that stores a collection of images. - + - Gets the right (or bottom) panel. + Allows you to specify the form's caption and format it using HTML tags. The property is in effect when the Form Title Bar Skinning feature is applied. - A object which represents the right (or bottom) panel. + A string that specifies the form's caption, formatted using HTML tags. - + - Gets or sets the visibility of the panels. + Gets or sets the color of the glow adorning effect applied to the form's borders when the form is not active. - A enumeration value which specifies the visibility of panels. + The color of the glow adorning effect applied to the form's borders when the form is not active. - + - Specifies the border style of the panels. + This member supports the internal infrastructure and is not intended to be used directly from your code. - - A enumeration value specifying the border style of the panels. + + + + - + - Collapses or restores the panel referred to by the property. + This member supports the internal infrastructure and is not intended to be used directly from your code. - - true to collapse the panel; false to restore the panel. + + + + + + + + - + - Gets or sets whether the split container's caption is displayed. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - true to display the split container's caption; otherwise, false. + - + - Allows you to respond to collapsing/restoring a panel. + Provides access to this form's Look and Feel settings. + A object that stores look&feel settings for this XtraForm. + - + - Allows you to prevent a panel from being collapsed/restored. + Gets or sets the maximum allowed client size for a form. + + A value. + - + - Gets the splitter's size and location. + Gets or sets the form's maximum size. - A structure which represents the size and location of the splitter. + A Size structure that specifies the form's maximum size. - + - Occurs after the splitter's position has been changed. + Gets or sets the composite format string used to format the merged MDI parent and child captions. + A string value that represents the composite format string used to format the merged MDI parent and child captions. + - + - Occurs when the splitter's position is being changed. + Gets or sets the minimum allowed client size for a form. + A value. + - + - Gets or sets the splitter's location. + Gets or sets the form's minimum size. - An integer value specifying the splitter's current location in pixels, from the side of the fixed panel. + A Size structure that specifies the form's minimum size. - + - Occurs after the splitter's position has been changed. + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + - + - Swaps the contents of the first and second panels. - + Resets the property back to its default value. - - + - Represents a panel control. + Resets the property back to its default value. + - + - Initializes a new instance of the class with default settings. + Resumes the usual layout logic, optionally forcing an immediate layout of pending layout requests. + + + true to execute pending layout requests; otherwise, false. + + - + - Gets the appearance settings used to paint the panel. + Resumes the usual layout logic. - An object which contains the panel's appearance settings. - - + - Not supported. + Resumes painting the form whose painting had been suspended. + - A Boolean value. - - + - Not supported. + Gets or sets whether the caption of the currently active multiple-document interface (MDI) child is merged with the MDI parent caption, and shown in the form's title bar. - A object that represents the height and width of the auto-scroll margin, in pixels. - + true, if the MDI child caption is merged with the MDI parent caption; otherwise, false. - + - Not supported. + Gets or sets the site of the XtraForm. - A object that represents the minimum height and width of the control's scrollbars, in pixels. - + The ISite associated with the XtraForm, if any. - + - Gets or sets the panel's background color. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - A structure which specifies the panel's background color. + - + - Gets or sets the control's background image. This member is not supported by the PanelControl class. Use the Appearance.Image property instead. + Temporarily suspends the layout logic for the control. + - A object. - - + - This member is not supported by the PanelControl class. + Suspends painting the form. - An value that specifies the position of an image on the control. - - + - Starts the panel's initialization. Initialization occurs at runtime. + Gets or sets the form's caption. + + A string that specifies the form's caption. + - + - Gets or sets the panel's border style. + Gets or sets the text displayed within a tab corresponding to the current form. This property is in effect when the current form represents an MDI child within an container. - A enumeration value specifying the panel's border style. + A string value. - + + - Returns the panel's bounding rectangle, calculated from the bounds of its client region. + Represents a splitter control. - - A object. - - - - A structure which represents the bounding rectangle of the panel's client region. - - - A structure which represents the panel's bounding rectangle, calculated from the bounds of its client region. - - - + - Gets or sets the group's background image that is displayed "as is", and can be aligned to any panel's edge. + Initializes a new instance of the class. - An object. - - + - Gets or sets the content image's alignment within the panel. + Gets the appearance settings used to paint the splitter. - A value that specifies the content image's alignment. + An object which contains the splitter's appearance settings. - + - Gets or sets the content image's alignment within the panel. + Gets or sets the splitter's background color. - A value that specifies the content image's alignment. + A structure which specifies the splitter's background color. - + - Gets the bounds of the panel's client region. + Provides access to the settings which control the splitter's look and feel. - A structure which represents the bounding rectangle of the panel's client region. + A object whose properties specify the splitter's look and feel. - + - Ends the PanelControl's initialization. + + + + + - + + + + + - + - Gets or sets the panel's font. - + - A object which specifies the panel's font. - + + + - + - Gets or sets the panel's foreground color. - + - A structure which specifies the panel's foreground color. - - + + - Provides access to the settings which control the panel's look and feel. + Represents a Split Container. + - A object whose properties specify the panel's look and feel. - - - + - Resets the property back to its default value. + Initializes a new instance of the class. - + - Resets the property back to its default value. + This member supports the internal infrastructure and is not intended to be used directly from your code. + A Boolean value. + - + - Gets or sets the text associated with the panel control. + Gets or sets if end-users can scroll the SplitContainerControl by dragging its content. - A string value specifying the text associated with the panel. + true, if end-users can scroll the SplitContainerControl by dragging its content; otherwise, false. - + - Gets or sets whether the PanelControl should use the non-default painting mode. - + This member is not supported by the SplitContainerControl class. - true if the PanelControl control uses the non-default painting mode; otherwise, false. - + - + - Gets or sets whether the control is painted grayed out, when it's in the disabled state. + This member is not supported by the SplitContainerControl class. - true if the control is painted grayed out, when it's in the disabled state; otherwise, false + - - + - Represents a group control. + Starts the split container's initialization. Initialization occurs at runtime. + - + - Initializes a new instance of the class. + Occurs after an end-user clicks the SplitContainerControl's splitter. - + - Gets or sets whether an image within the GroupControl's caption should be painted using the control's foreground color. + Gets or sets a value indicating whether the panel referred to by the property is collapsed. - true, if an image within the GroupControl's caption should be painted using the control's foreground color; otherwise, false. + true if the panel is collapsed; otherwise, false. - + - Gets or sets whether HTML tags can be used to format the control's . + Gets or sets the panel that is automatically collapsed when clicking on a splitter. - true if HTML tags can be used to format the control's ; otherwise, false. + A SplitCollapsePanel enumeration value that specifies the panel automatically collapsed when clicking on a splitter. - + - Gets the appearance settings used to paint the group's caption. + Gets the collection of controls contained within the split container control. - An object which contains the caption's appearance settings. + A object which represents the collection of controls contained within the split container control. - + - Gets or sets the image to display within the group's caption area. + Gets or sets the cursor that is displayed when the mouse pointer is over the current SplitContainerControl. - A object that specifies the group's caption image. + A System.Windows.Forms.Cursor object that represents the cursor to display when the mouse pointer is over the control. - + - Gets or sets the relative position of an image within the group caption. + Ends the split container's initialization. - A value that specifies the image's position. - - + - Gets or sets the outer indents for the image within the group caption, in pixels. + Gets or sets the fixed panel. - A System.Windows.Forms.Padding object that specifies padding information for the image. + A enumeration value which specifies the fixed panel. - + - Gets or sets the location of the group control's caption. + Gets or sets whether the panels are located one after another or one above another. - A enumeration member which specifies the group caption's location. + true if the panels are located one after another; false if the panels are located one above another. - + - Enables group caption to be custom painted. + Gets whether the panel specified by the property is collapsed. + true if this panel is collapsed; otherwise, false. + - + - Gets the bounds of the control's client region. + Gets or sets whether the SplitContainerControl's splitter is locked at the current position. - A structure which represents the bounding rectangle of the control's client region. + true, if the SplitContainerControl's splitter is locked at the current position; otherwise, false. - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets the left (or top) panel. - - + A object which represents the left (or top) panel. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets the right (or bottom) panel. - - + A object which represents the right (or bottom) panel. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets the visibility of the panels. - - + A enumeration value which specifies the visibility of panels. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. - + - - + - + - Gets or sets a collection of images to be inserted into the control's caption () using HTML tags. + Specifies the border style of the panels. - A object that stores a collection of images. - + + A enumeration value specifying the border style of the panels. + + - + - Gets or sets whether the group's caption is displayed. + Collapses or restores the panel referred to by the property. - true to display the group's caption; otherwise, false. - + + true to collapse the panel; false to restore the panel. + + - + - Gets or sets the GroupControl's text. + Gets or sets whether the split container's caption is displayed. - A string that specifies the control's text. + true to display the split container's caption; otherwise, false. - - + - A method that will handle the event. - + Allows you to respond to collapsing/restoring a panel. + - + - Represents a method that will handle the event. + Allows you to prevent a panel from being collapsed/restored. - - The event source. This parameter identifies the group control which raised the event. - - - - A object that contains event data. - - - - + - Provides data for the event. + Gets the splitter's size and location. + A structure which represents the size and location of the splitter. + + - + - Initializes a new instance of the class. + Occurs after the splitter's position has been changed. - - A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the Cache property. - - - - An object that provides facilities for painting an element using the default mechanism. This value is assigned to the Painter property. - - - - A object that contains information about the element being painted. This value is assigned to the property. - - - + - Gets the painted caption's bounding rectangle. + Occurs when the splitter's position is being changed. - A structure which represents the painted caption's bounding rectangle. - - + - Gets information on the painted group. + Gets or sets the splitter's location. - A object which provides information about the painted group. + An integer value specifying the splitter's current location in pixels, from the side of the fixed panel. - - + - Lists values that specify the visibility of the panels within a split container. + Occurs after the splitter's position has been changed. + - + - Both Panel1 and Panel2 are visible. + Swaps the contents of the first and second panels. + - + + - Panel2 is hidden. + Represents a panel control. - - + - Panel1 is hidden. + Initializes a new instance of the class with default settings. - - + - Lists values that specify which panel within the split container is fixed. + Gets the appearance settings used to paint the panel. + An object which contains the panel's appearance settings. + + - + - The panels' widths (or heights) are proportionally changed when a split container is being resized. + Not supported. + A Boolean value. + - + - The width (height if the panels are oriented one above another) of the isn't changed when the split container is resized. + Not supported. + A object that represents the height and width of the auto-scroll margin, in pixels. + + - + - The width (height if the panels are oriented one above another) of the isn't changed when the split container is resized. + Not supported. + A object that represents the minimum height and width of the control's scrollbars, in pixels. + - - + + - Provides data for mouse events. + Gets or sets the panel's background color. + A structure which specifies the panel's background color. + + - + - Initializes a new instance of the class with the specified parameters. + Gets or sets the control's background image. This member is not supported by the PanelControl class. Use the Appearance.Image property instead. - - A enumeration value that defines which mouse button was pressed. This value is assigned to the property. - - - - An integer value which specifies the number of times the mouse button was pressed and released. This value is assigned to the property. - - - - An integer value which specifies the x-coordinate of a mouse click, in pixels. This value is assigned to the property. - - - - An integer value which specifies the y-coordinate of a mouse click, in pixels. This value is assigned to the property. + A object. + - - - An integer value which specifies a signed count of the number of detents the mouse wheel has rotated. This value is assigned to the property. + + + + This member is not supported by the PanelControl class. - + + + An value that specifies the position of an image on the control. + - + - Initializes a new instance of the class. + Starts the panel's initialization. Initialization occurs at runtime. - - A enumeration value that defines which mouse button was pressed. This value is assigned to the property. - - - - An integer value which specifies the number of times the mouse button was pressed and released. This value is assigned to the property. - - - - An integer value which specifies the x-coordinate of a mouse click, in pixels. This value is assigned to the property. - - - - An integer value which specifies the y-coordinate of a mouse click, in pixels. This value is assigned to the property. - - - - An integer value which specifies a signed count of the number of detents the mouse wheel has rotated. This value is assigned to the property. - - - - true if the event hasn't been handled by a control; otherwise, false. This value is assigned to the property. - - - + - Converts the object passed as a parameter to a object. + Gets or sets the panel's border style. - - A object which contains data for the MouseUp, MouseDown, and MouseMove events. - - - A object which provides data for the mouse events. - + A enumeration value specifying the panel's border style. + - + - Converts the object passed as a parameter to a object. + Returns the panel's bounding rectangle, calculated from the bounds of its client region. - - A descendant. + + A object. - - A object which contains data for the mouse events. + + A structure which represents the bounding rectangle of the panel's client region. - A object which provides data for the mouse events. + A structure which represents the panel's bounding rectangle, calculated from the bounds of its client region. - + - Gets or sets a value specifying whether an event has been handled. + Gets or sets the group's background image that is displayed "as is", and can be aligned to any panel's edge. - true if the event hasn't been handled by a control; otherwise, false. + An object. - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Gets or sets the content image's alignment within the panel. - + A value that specifies the content image's alignment. - + - For internal use. + Gets or sets the content image's alignment within the panel. + A value that specifies the content image's alignment. + - - + - Serves as a base for the classes that provide the appearance settings used to paint DevExpress .NET controls. + Gets the bounds of the panel's client region. + A structure which represents the bounding rectangle of the panel's client region. + + - + - Initializes a new instance of the class. + Ends the PanelControl's initialization. + - + - Copies the settings from the object passed as the parameter. + Gets or sets the panel's font. - - A descendant representing the source of the operation. If null (Nothing in Visual Basic) this method does nothing. - - + A object which specifies the panel's font. + - + - Copies the settings from the object passed as the parameter without raising the event. + Gets or sets the panel's foreground color. - - A descendant representing the source of the operation. If null (Nothing in Visual Basic) this method does nothing. - - + A structure which specifies the panel's foreground color. + - + - Locks the BaseAppearanceCollection, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called. - - + Provides access to the settings which control the panel's look and feel. + A object whose properties specify the panel's look and feel. + - + - Unlocks the BaseAppearanceCollection object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + Resets the property back to its default value. - + - Fires when the collection is changed. - + Resets the property back to its default value. - + - Copies the activated appearance settings of the object passed as the parameter to the current object, any properties that aren't activated are set to the value in the default appearance object. + Gets or sets the text associated with the panel control. - - A descendant representing the source of the operation. - - - - An array of DevExpress.Utils.AppearanceDefaultInfo objects which represent the default appearance settings. - - + A string value specifying the text associated with the panel. + - + - Copies the activated appearance settings of the object passed as the parameter and activates their corresponding options, any properties not activated are set to the value in the default appearance object. + Gets or sets whether the PanelControl should use the non-default painting mode. + - - A descendant representing the source of the operation. - - - - An array of DevExpress.Utils.AppearanceDefaultInfo objects which represent the default appearance settings. - - - - true to enable options which correspond to the activated appearance settings; otherwise, false. + true if the PanelControl control uses the non-default painting mode; otherwise, false. - + - + - Releases all the resources used by the current object. + Gets or sets whether the control is painted grayed out, when it's in the disabled state. + true if the control is painted grayed out, when it's in the disabled state; otherwise, false + - - - Unlocks the BaseAppearanceCollection object after a call to the BeginUpdate method and causes an immediate visual update. - + + + Represents a group control. - - + - Gets an appearance object contained within the collection by its name. + Initializes a new instance of the class. - - A value specifying the name of the required appearance object. - - - The object within the collection which has the specified name. - - + - Returns an that can iterate through the hashtable. + Gets or sets whether to colorize the group caption and border according to the BorderColor setting in skinning paint schemes. + - An for the hashtable. - + true, if the group caption and border should be colorized according to its BorderColor settings in skinning paint schemes; otherwise, false. + - + - Gets whether the current object has been disposed of. + Gets or sets whether an image within the GroupControl's caption should be painted using the control's foreground color. - true if the current object has been disposed of; otherwise, false. + true, if an image within the GroupControl's caption should be painted using the control's foreground color; otherwise, false. - + - Indicates whether the collection's owner is currently being initialized. + Gets or sets whether HTML tags can be used to format the control's . - false always. + true if HTML tags can be used to format the control's ; otherwise, false. - + - Occurs when specific settings that control the text appearance are changed. + Gets the appearance settings used to paint the group's caption. + An object which contains the caption's appearance settings. + - + - Resets the properties of all the appearance objects within the collection to their default values. + Gets or sets the image to display within the group's caption area. + A object that specifies the group's caption image. + - + - Restores the appearance settings stored at the specified system registry path. + Gets or sets the relative position of an image within the group caption. - - A string value specifying the system registry path. If the specified path doesn't exist, calling this method has no effect. - - + A value that specifies the image's position. + - + - Restores the appearance settings from the specified stream. + Gets or sets the outer indents for the image within the group caption, in pixels. - - A descendant from which the appearance settings are read. - - + A System.Windows.Forms.Padding object that specifies padding information for the image. + - + - Loads the appearance settings stored in the specified XML file. + Gets or sets the location of the group control's caption. - - A string value specifying the path to the XML file which contains the appearance settings to be loaded. If the specified file doesn't exist, an exception is raised. - - + A enumeration member which specifies the group caption's location. + - + - Saves the appearance settings to a system registry path. + Occurs whenever a check button from the collection is checked. - - A string value specifying the system registry path to which the appearance settings are saved. - - - + - Saves the appearance settings to a specific stream. + Occurs whenever a push button from the collection is clicked. - - A descendant to which the appearance settings are written. - - - + - Saves the appearance settings to a specific XML file. + Occurs whenever a check button from the collection is unchecked. - - A string value specifying the path to the file in which the appearance settings should be stored. If an empty string is specified, an exception is raised. - - - + - Tests whether the should be persisted. + Enables group caption to be custom painted. - true if the object should be persisted; otherwise, false. - - + - Occurs when specific settings that control text size are changed. - + Provides access to the custom header buttons' collection. + A object that stores custom header buttons for this GroupControl. + - - + - Provides appearance options. + Gets or sets the position of within this GroupControl. + A enumerator value that specifies the position of within this GroupControl. + + - + - Initializes a new instance of the class with default settings. + Gets the bounds of the control's client region. + A structure which represents the bounding rectangle of the control's client region. + - + - Copies all the settings from the options object passed as the parameter and assigns them to the current object. + Retrieves detailed information about a tool-tip located at the specific position. - - A descendant whose settings are assigned to the current object. + + A Point structure to check whether it belongs to a tool-tip. Coordinates are referenced from the GroupControl's top left corner. + + A ToolTipControlInfo object that stores the tool-tip's information. + - + - Gets or sets whether the settings specified by the current appearance object have the highest priority. + This member supports the internal infrastructure and is not intended to be used directly from your code. - true to set the current appearance settings to the highest priority; otherwise, false. - + + - - + - Represents an appearance object with extended settings. + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + - + - Initializes a new instance of the class with the specified owner. + This member supports the internal infrastructure and is not intended to be used directly from your code. - - An object implementing the IAppearanceOwner interface. - - + + - + - Initializes a new instance of the class with default settings. + This member supports the internal infrastructure and is not intended to be used directly from your code. + + - + - Initializes a new instance of the class with the specified settings. + Gets or sets a collection of images to be inserted into the control's caption () using HTML tags. - - An object implementing the IAppearanceOwner interface. - - - - An object which represents the parent appearance object. This value is assigned to the property. - - - - A value specifying the name of the created object. This value is assigned to the property. - - + A object that stores a collection of images. + - + - Creates a copy of the current instance. + Invalidates the entire surface of the control and causes the control to be redrawn. - An object which represents an exact copy of the current object. - - + - Provides access to the appearance object's options. + Gets or sets whether the group's caption is displayed. - An object containing the appearance options. + true to display the group's caption; otherwise, false. - - + - List values that specify how the characters in a string that do not completely fit into a layout shape are trimmed. - + Gets or sets the GroupControl's text. + A string that specifies the control's text. + + - + - Specifies that the text is trimmed to the nearest character. + Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by custom header buttons. + A object which controls the appearance and behavior of tooltips displayed by custom header buttons. + - + + - Trimming is determined by a control's current settings. The default value is automatically set for a control if an end-user doesn't specify a value. + A method that will handle the event. - - + - Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line. + Represents a method that will handle the event. + + The event source. This parameter identifies the group control which raised the event. + + + A object that contains event data. + + + + + + - - - The center is removed from trimmed lines and replaced by an ellipsis. The algorithm keeps as much of the last slash-delimited segment of the line as possible. + Provides data for the event. - - + - Specifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line. + Initializes a new instance of the class. + + A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the Cache property. + + + + An object that provides facilities for painting an element using the default mechanism. This value is assigned to the Painter property. + + + + A object that contains information about the element being painted. This value is assigned to the property. + + - + - Specifies no trimming. - + Gets the painted caption's bounding rectangle. + A structure which represents the painted caption's bounding rectangle. + - + - Specifies that text is trimmed to the nearest word. + Gets information on the painted group. + A object which provides information about the painted group. + - + - Provides members that enumerate scroll bar UI modes. + Lists values that specify the visibility of the panels within a split container. - + - Specifies the same UI mode as the Desktop value. + Both Panel1 and Panel2 are visible. - + - Scroll bars that are optimized for desktop applications. In this mode, scroll bars contain scroll buttons. The auto-hide functionality is not supported. - - - - + Panel2 is hidden. - + - Scroll bars that are optimized for touch-aware applications. - -In this mode, the scroll bar thumb supports the auto-hide functionality. It automatically appears when an end-user flicks the scrollable content (or the mouse cursor moves over the control), and disappears if the control is not scrolled (or the mouse cursor does not move) for some time. The scroll bar buttons are never displayed. - - - + Panel1 is hidden. - + - Provides members that specify whether a button is a regular (push button) or check-button. - + Lists values that specify which panel within the split container is fixed. - + - Specifies whether a custom header button is a check or a group radio button. + The panels' widths (or heights) are proportionally changed when a split container is being resized. + + + + + + + The width (height if the panels are oriented one above another) of the isn't changed when the split container is resized. - + - Specifies a custom header button is a regular (push) button. + The width (height if the panels are oriented one above another) of the isn't changed when the split container is resized. - + - Provides appearance options. + The Adorner UI Manager. - + - Initializes a new instance of the class. + Initializes a new instance of the AdornerUIManager class with the default settings. - + - Copies all settings from the options object passed as the parameter and assigns them to the current object. + Initializes a new instance of the AdornerUIManager class with the specified settings. - - A descendant whose settings are assigned to the current object. + + An IContainer object that owns this newly created AdornerUIManager. - + - Returns an AppearanceOptions object whose settings are not initialized. + Provides access to appearance settings common to all elements within this AdornerUIManager. - An AppearanceOptions object whose settings are not initialized. + An AppearanceObject that stores appearance settings common to all elements within this AdornerUIManager. - + - Tests whether two objects have the same property values. + Provides access to properties that affect all elements within this AdornerUIManager. - - The AppearanceOptions object to which the current object is compared. - - - true if the current object has the same property values as the specified object; otherwise, false. - + A object that stores properties common to all elements within this AdornerUIManager. + - + - Gets or sets whether to use the property value. + Locks the current AdornerUIManager and allows you to modify the control without immediately reflecting their changes. - true to use the property value; false to use the background color specified by the parent appearance object. - - + - Gets or sets whether to use the property value. + Unlocks the AdornerUIManager object after it has been locked by the BeginUpdate method, without causing an immediate visual update. - true to use the property value; false to use the border color specified by the parent appearance object. - - + - Gets or sets whether to use the property value. + Provides zero-based indexed access to s of any type owned by this AdornerUIManager. - true to use the property value; false to use the font settings specified by the parent appearance object. + An object that stores all child objects for this AdornerUIManager. - + - Gets or sets whether to use the property value. + Unlocks the AdornerUIManager and forces it to repaint itself. - true to use the property value; false to use the foreground color specified by the parent appearance object. - - + - Gets or sets whether to use the property value. + Hides all s owned by this AdornerUIManager. - true to use the property value; false to use the background image specified by the parent appearance object. - - + - Gets or sets whether to use the property value. - + - true to use the property value; false to use the text options specified by the parent appearance object. - + - - + - Represents an appearance object. + Gets or sets the control that owns this AdornerUIManager. + A ContainerControl that owns this AdornerUIManager. + + - + - Initializes a new instance of the class. + Forces the AdornerUIManager to display all its child s whose visibility is currently set to true. - + + - Initializes a new instance of the class with the specified parent. + Provides data for mouse events. - - An object representing the parent appearance object. This value is assigned to the property. - - - - + - Initializes a new instance of the class. + Initializes a new instance of the class with the specified parameters. - - An representing the appearance object whose settings are used to initialize the created object's properties. + + A enumeration value that defines which mouse button was pressed. This value is assigned to the property. - - A DefaultAppearance object representing default appearance settings. + + An integer value which specifies the number of times the mouse button was pressed and released. This value is assigned to the property. + + An integer value which specifies the x-coordinate of a mouse click, in pixels. This value is assigned to the property. + + + An integer value which specifies the y-coordinate of a mouse click, in pixels. This value is assigned to the property. - - - - Initializes a new instance of the class with default settings. - - - - A object containing the default appearance settings. + + + An integer value which specifies a signed count of the number of detents the mouse wheel has rotated. This value is assigned to the property. - + - Initializes a new instance of the class with the specified owner and parent appearance object. + Initializes a new instance of the class. - - An object implementing the IAppearanceOwner interface. + + A enumeration value that defines which mouse button was pressed. This value is assigned to the property. - - An object which represents the parent appearance object. This value is assigned to the property. + + An integer value which specifies the number of times the mouse button was pressed and released. This value is assigned to the property. + + An integer value which specifies the x-coordinate of a mouse click, in pixels. This value is assigned to the property. + + + An integer value which specifies the y-coordinate of a mouse click, in pixels. This value is assigned to the property. - - - - Initializes a new instance of the class with the specified settings. - - - - An object whose settings are used to initialize the created object's properties. + + + An integer value which specifies a signed count of the number of detents the mouse wheel has rotated. This value is assigned to the property. - - A object. + + true if the event hasn't been handled by a control; otherwise, false. This value is assigned to the property. - + - Initializes a new instance of the class with the specified name. + Converts the object passed as a parameter to a object. - - A value specifying the name of the created object. This value is assigned to the property. + + A object which contains data for the MouseUp, MouseDown, and MouseMove events. + A object which provides data for the mouse events. + - + - Initializes a new instance of the AppearanceObject class with the specified owner, parent and name. + Converts the object passed as a parameter to a object. - - An object implementing the IAppearanceOwner interface. - - - - An object which represents the parent of the created object. This value is assigned to the property. + + A descendant. - - A value specifying the name of the created object. This value is assigned to the property. + + A object which contains data for the mouse events. + A object which provides data for the mouse events. + - + - Initializes a new instance of the class with the specified name and parent. + Gets or sets a value specifying whether an event has been handled. - - An object which represents the parent of the created object. This value is assigned to the property. - - - - A value specifying the name of the created object. This value is assigned to the property. - - + true if the event hasn't been handled by a control; otherwise, false. + - + This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - + + - + - Copies all settings from the appearance object passed as a parameter. + For internal use. - - An object representing the source of the operation. - - - + + - Sets the appearance object's settings to default values. + Serves as a base for the classes that provide the appearance settings used to paint DevExpress .NET controls. - - An AppearanceDefault object containing default appearance settings. - - - - + - Copies all the settings in the appearance object passed as the parameter to the current object without raising the event. + Initializes a new instance of the class. - - An object representing the source of the operation. - - - + - Gets or sets the background color. + Copies the settings from the object passed as the parameter. - A object specifying the background color. - + + A descendant representing the source of the operation. If null (Nothing in Visual Basic) this method does nothing. + + - + - Gets or sets the end color of the background's gradient brush. - + Copies the settings from the object passed as the parameter without raising the event. - A object specifying the end color of the linear gradient brush used to fill the background. + + A descendant representing the source of the operation. If null (Nothing in Visual Basic) this method does nothing. - + - + - Locks the AppearanceObject object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. + Locks the BaseAppearanceCollection, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called. @@ -9238,2811 +10113,4614 @@ In this mode, the scroll bar thumb supports the auto-hide functionality. It auto - + - Gets or sets the border color. + Unlocks the BaseAppearanceCollection object after it has been locked by the BeginUpdate method, without causing an immediate visual update. - A object specifying the border color. - - + - Calculates the size of a string painted with the font specified by the current object. + Fires when the collection is changed. + - - A object which provides painting facilities. - - - A structure which represents the size (in pixels) of a string. - - + - Calculates the size of a string painted with the default font. + Copies the activated appearance settings of the object passed as the parameter to the current object, any properties that aren't activated are set to the value in the default appearance object. - A structure which represents the size (in pixels) of a string. - + + A descendant representing the source of the operation. + + + + An array of DevExpress.Utils.AppearanceDefaultInfo objects which represent the default appearance settings. + + - + - Calculates the size of the specified string drawn with the specified object. + Copies the activated appearance settings of the object passed as the parameter and activates their corresponding options, any properties not activated are set to the value in the default appearance object. - - A object which provides storage for pens, fonts and brushes. - - - - A object which represents formatting information, such as line spacing and alignment, for the string. + + A descendant representing the source of the operation. - - A value which represents a string to measure. + + An array of DevExpress.Utils.AppearanceDefaultInfo objects which represent the default appearance settings. - - An integer value specifying the maximum width of the string (in pixels). + + true to enable options which correspond to the activated appearance settings; otherwise, false. - A structure which represents the size, in pixels, of the string. - - + - Calculates the size of the specified string drawn with the specified object. + Releases all the resources used by the current object. - - A object which provides painting facilities. - - - A object which represents formatting information, such as the line spacing for the string. - - - A value which represents the string to measure. + + + + Unlocks the BaseAppearanceCollection object after a call to the BeginUpdate method and causes an immediate visual update. - - - An integer value specifying the maximum width of the string (in pixels). - - A structure which represents the size (in pixels) of the string. - + + - + - Calculates the size of the specified string. + Gets an appearance object contained within the collection by its name. - - A object which provides painting facilities. - - - - A value which represents a string to measure. - - - - An integer value specifying the maximum width of the string (in pixels). + + A value specifying the name of the required appearance object. - A structure which represents the size (in pixels) of the string. + The object within the collection which has the specified name. - + - Calculates the size of the specified string. + Returns an that can iterate through the hashtable. - - A object which provides storage for pens, fonts and brushes. - - - - The string to be measured. - - - - An integer value specifying the maximum width of the string (in pixels). - - - The measured size of the string, in pixels. + An for the hashtable. - + - Calculates the size of the specified string when it's drawn with the specified font, fitting the string into a clipping rectangle. Allows you to determine whether the string does not fit the clipping rectangle. + Gets whether the current object has been disposed of. - - A object which provides painting facilities. + true if the current object has been disposed of; otherwise, false. + - - - Contains formatting information, such as the line spacing and alignment of the string. - - - The string to be measured. + + + + Indicates whether the collection's owner is currently being initialized. + + + false always. + - - - The maximum width of the clipping rectangle that will fit the string (in pixels). - - - The maximum height of the clipping rectangle that will fit the string (in pixels). + + + + Occurs when specific settings that control the text appearance are changed. + + - - - Returns whether the text is trimmed (its size is larger than the clipping rectangle). - - The measured size of the string, in pixels. - + + + + Resets the properties of all the appearance objects within the collection to their default values. + + - + - Calculates the size of the specified string drawn with the specified format, fitting the string into a clipping rectangle. - + Restores the appearance settings stored at the specified system registry path. - - A object which provides painting facilities. - - - - Contains formatting information, such as the line spacing and alignment of the string. + + A string value specifying the system registry path. If the specified path doesn't exist, calling this method has no effect. - - The string to be measured. - - - The maximum width of the clipping rectangle that will fit the string (in pixels). - - - The maximum height of the clipping rectangle that will fit the string (in pixels). + + + + Restores the appearance settings from the specified stream. + + + + A descendant from which the appearance settings are read. - The measured size of the string, in pixels. - - + - Calculates the length of the specified string drawn with the specified object. + Loads the appearance settings stored in the specified XML file. - - A object that provides painting facilities. + + A string value specifying the path to the XML file which contains the appearance settings to be loaded. If the specified file doesn't exist, an exception is raised. - - A object that contains formatting information, such as the line spacing and alignment of the string. - - - The string to measure. - - - An integer value specifying the maximum width of the string (in pixels). + + + + Saves the appearance settings to a system registry path. + + + + A string value specifying the system registry path to which the appearance settings are saved. - A structure that is the size of the string (in pixels). - - + - Calculates the length of the specified string. + Saves the appearance settings to a specific stream. - - A object that provides storage for pens, fonts and brushes. - - - - The string to measure. - - - - An integer value specifying the maximum width of the string (in pixels). + + A descendant to which the appearance settings are written. - A structure that is the size of the string (in pixels). - - + - Calculates the length of the specified string. + Saves the appearance settings to a specific XML file. - - A object that provides painting facilities. - - - - The string to measure. - - - - An integer value specifying the maximum width of the string (in pixels). + + A string value specifying the path to the file in which the appearance settings should be stored. If an empty string is specified, an exception is raised. - A structure that is the size of the string (in pixels). - - + - Calculates the length of the specified string drawn with the specified object. + Tests whether the should be persisted. - - A object that provides storage for pens, fonts and brushes. - - - - A object that contains formatting information, such as the line spacing and alignment of the string. + true if the object should be persisted; otherwise, false. + - - - The string to measure. - - - An integer value specifying the maximum width of the string (in pixels). + + + + Occurs when specific settings that control text size are changed. - - A structure that is the size of the string (in pixels). - + + - + - Unlocks the AppearanceObject object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + Updates the right-to-left text direction option. + + true, if the text is directed from right to left; otherwise, false. + + - + + - Fires when the appearance object's properties are changed. + Provides appearance options. - - + - Creates a copy of the current instance. + Initializes a new instance of the class with default settings. - An object which represents an exact copy of the current appearance object. - - + - Copies the activated settings from the appearance object passed as the parameter. + Copies all the settings from the options object passed as the parameter and assigns them to the current object. - - An object whose settings are going to be copied. + + A descendant whose settings are assigned to the current object. - + - Gets the default appearance settings which are used to paint 3-D elements in Windows. + Gets or sets whether the settings specified by the current appearance object have the highest priority. - An object which represents the default appearance settings used to paint 3-D elements in Windows. + true to set the current appearance settings to the highest priority; otherwise, false. - + + - Gets or sets the default font for controls. + Represents an appearance object with extended settings. - A object which is the default font for controls. The default value is the Tahoma font. - - - - + - [To be supplied] + Initializes a new instance of the class with the specified owner. + - [To be supplied] + + An object implementing the IAppearanceOwner interface. + + - + - Releases all resources used by the current appearance object. + Initializes a new instance of the class with default settings. - + - Draws the background. + Initializes a new instance of the class with the specified settings. - - A object that provides a means for painting. + + An object implementing the IAppearanceOwner interface. - - A object providing storage for the pens, fonts and brushes used during painting. + + An object which represents the parent appearance object. This value is assigned to the property. - - A structure specifying the drawing area. + + A value specifying the name of the created object. This value is assigned to the property. - + - Draws the background for the area contained within the specified boundary. + Sets the appearance object's settings to default values. - - A object providing storage for the pens, fonts and brushes used during painting. - - - - A structure specifying the drawing area. + + An AppearanceDefault object containing default appearance settings. - + - Draws the background for the area contained within the specified boundary. + Creates a copy of the current instance. - - A object that provides a means for painting. + An object which represents an exact copy of the current object. + - - - A object providing storage for the pens, fonts and brushes used during painting. - - - A structure specifying the drawing area. + + + + Provides access to the appearance object's options. + + + An object containing the appearance options. + - - - A Boolean value. - + + + + Stores elements of the type. + + - + - Draws the background for the area contained within the specified boundary. + Initializes a new instance of the AdornerElementCollection class with the default settings. - - A object providing storage for the pens, fonts and brushes used during painting. - - - A structure specifying the drawing area. - - - A Boolean value. + + + + Adds a specific to the current AdornerElementCollection. + + + + An AdornerElement to be added to this AdornerElementCollection. - + - Draws a text string at the specified position. + Adds multiple s to this AdornerElementCollection. - - A object providing storage for the pens, fonts and brushes used during painting. + + An IEnumerable structure containing s to be added. - - A value representing the text to be drawn. - - - A value representing the drawing area. - + + + + Fires when the AdornerElementCollection is modified. + + - + - Draws a text string at the specified position using the specified color. + Checks whether or not this AdornerElementCollection contains the target . - - A object providing storage for the pens, fonts and brushes used during painting. + + The to be checked. - - A value representing the text to be drawn. + true, if this AdornerElementCollection contains the target ; otherwise, false. + - - - A value representing the drawing area. + + + + + Copies all s from this AdornerElementCollection to a target one-dimensional array, starting from the specific index of the target array. + + + + An AdornerElement[] array to which all AdornerElementCollection items should be copied. - - A object which determines the color and texture of the drawn text. + + An Int32 value that is the index of the host array, starting from which copied elements should be arranged. - + - Draws a text string at the specified position using the specified color and format. + Gets all s related to the target UI element. - - A object providing storage for the pens, fonts and brushes used during painting. + + An Object that is the source UI element, whose related adorner elements should be returned. - - - A value representing the text to be drawn. - - A value representing the drawing area. + An AdornerElements array. + - - - A object which determines the color and texture of the drawn text. - - - A object which specifies formatting attributes, such as the line spacing and alignment, that are applied to the drawn text. + + + + Gets s of the specific type that are related to the target UI element. + + + + An Object that is the source UI element, whose related adorner elements should be returned. +nt + A one-dimensional array containing elements of the specific type. + - + - Draws a text string at the specified position using the specified format. + Returns the object that iterates through the current AdornerElementCollection. - - A object providing storage for the pens, fonts and brushes used during painting. - - - - A value representing the text to be drawn. - - - - A value representing the drawing area. - - - - A object which specifies formatting attributes, such as the line spacing and alignment, that are applied to the drawn text. - - + An IEnumerator object that iterates through this AdornerElementCollection. + - + - Draws a text string at the specified position using the specified font and format. + Gets the current position of the target element within this AdornerElementCollection. - - A object providing storage for the pens, fonts and brushes used during painting. - - - - A value representing the text to be drawn. - - - - A value representing the drawing area. - - - - A object which defines the font and associated settings of the text to be drawn. - - - - A object which specifies formatting attributes, such as the line spacing and alignment, that are applied to the drawn text. + + An whose index is to be obtained. + An Int32 value that is the current position of the target element within this AdornerElementCollection. + - + - Draws a text string at the specified position using the specified font, color and format. + Gets or sets whether or not this AdornerElementCollection can be modified. - - A object which provides the storage for the pens, fonts and brushes used during painting. - - - - A value which represents the text to be drawn. - - - - A structure which represents the drawing area. - - - - A object which defines the font and associated settings of the text to be drawn. + true, if this AdornerElementCollection is in read-only mode; otherwise, false. + - - - A object which specifies the color and texture of the drawn text. - - - A object which specifies formatting attributes such as the line spacing and alignment that are applied to the drawn text. + + + + Gets the located at the target position within this AdornerElementCollection. + + + + An Int32 value that is the element position within the AdornerElementCollection. + An located at the target position within this AdornerElementCollection. + - + - Draws a text string vertically with the specified angle and at the specified position using the specified font, color and format. + Removes the target from this AdornerElementCollection. - - A object which provides the storage for the pens, fonts and brushes used during painting. + + An AdornerElement to be removed. - - A value which represents the text to be drawn. + true, if the element was successfully removed; otherwise, false. + - - - A object which defines the font and associated settings of the text to be drawn. - - - A object which specifies the color and texture of the drawn text. + + - - - A structure which represents the drawing area. + + Provides members that specify the appearance and behavior of the current . - - - A object which specifies formatting attributes such as the line spacing and alignment that are applied to the drawn text. + + - - - An integer value specifying the angle in degrees at which the text should be drawn. + + + + Initializes a new instance of the BadgeDefaultProperties class and inherits its property values from the parent object. + + + + A BadgeProperties object whose property values are copied to the newly created BadgeDefaultProperties object. - + - Returns an empty appearance object. + Gets the current image displayed by this badge. - An AppearanceObject object whose settings are not initialized. + An Image, currently displayed by this badge. - + - Unlocks the AppearanceObject object after a call to the BeginUpdate method and causes an immediate visual update. - - + Returns the current stretch margins applied to this 's image. + A Padding structure that is the current image stretch margins of this badge. + + - + - Fills the interior of a rectangle specified by a structure. + Returns the current alignment relative to its target element. - - A object providing storage for the pens, fonts and brushes used during painting. - - - - A value representing the drawing area. - - + A enumerator value that specifies the current alignment relative to its target element. + - + - Fills the interior of a rectangle specified by a structure. + Returns the current offset. - - A object providing storage for the pens, fonts and brushes used during painting. - - - - A value representing the drawing area. - - - - A Boolean value. - - + A Point structure that is the current offset. + - + - Gets or sets the font used to paint the text. + Returns the text currently displayed in this badge. - A object specifying the font used to display the contents of elements. + A String value that is the currently displayed badge text. - + - Gets the height of the font used by the apperance object. + Returns margins currently applied to this 's text. - An integer value which specifies the font's height. + A Padding structure that specifies margins currently applied to this 's text. - + - [To be supplied] + Gets or sets whether or not the glyph skinning feature is applied to this badge. + - [To be supplied] + A DefaultBoolean enumerator value that specifies whether or not the glyph skinning feature is applied to this badge. + - + - [To be supplied] + Gets or sets whether or not this badge should display its image. + - [To be supplied] + A enumerator value that specifies whether or not this badge should display its image. + - + - Gets or sets the foreground color. + Gets whether or not this badge can colorize its image using the backcolor. - A structure specifying the foreground color. + true, if this badge can colorize its image using the backcolor; otherwise, false. - + - Gets the solid brush used to draw the element's background. + Gets whether or not this image can be stretched. + - - A object that provides access to the pens and brushes used for painting. - - - A descendant representing the brush specified by the appearance object's settings. - + true, if this 's image can be stretched; otherwise, false. + - + - Gets the brush used to draw an element's background. + Gets whether or not an image, assigned to this will be displayed. - - A object that provides access to the pens and brushes used for painting. - - - - A structure specifying the rectangle for which a brush is created. - - - A descendant representing the brush specified by the appearance object's settings. - + true, if an image, assigned to this will be displayed; otherwise, false. + - + - Gets the background color specified by the appearance object's settings. + Gets or sets an image, used by this . - A object representing the background color specified by the appearance object's settings. - + An Image displayed within this badge. + - + - Gets the ending color of the linear gradient brush, specified by the appearance object's settings. + Gets or sets the image region that can be stretched. - A object representing the end color of the linear gradient brush as specified by the appearance object's settings. - - + A Padding structure that is the image stretch region. + - + - Gets the pen used to draw the element's background lines and curves. + Gets or sets the relative position for this . - - A object that provides access to the pens and brushes used for painting. - - - A object representing a pen specified by the appearance object's settings. - + A ContentAlignment enumerator value that specifies the relative position for this . + - + - Gets the brush used to draw the element's border. + Gets or sets this badge's offset from its relative position. - - A object that provides access to the pens and brushes used for painting. - - - A descendant representing a brush specified by the appearance object's settings. - + A Point structure that specifies this badge's offset from its relative position. + - + - Gets the element's border color specified by the appearance object's settings. + Gets or sets whether or not this should stretch its image to fit the text block. - A object representing the element's border color specified by the appearance object's settings. - + A DefaultBoolean enumerator value that specifies whether or not this should stretch its image to fit the text block. + - + - Gets the pen used to draw the border's lines and curves. + Gets or sets the text string, displayed by this . - - A object that provides access to the pens and brushes used for painting. - - - A object representing a pen specified by the appearance object's settings. - + A String value that is the text. + - + - Gets the font settings specified by the appearance object's settings. + Gets or sets margins for this 's text. - A object specifying the font used to display the contents of elements. - + A Padding structure that specifies margins for this 's text. + - + + - Gets the solid brush whose color is specified by the property. + The base class for all adorner elements (e.g., s). - - A object that provides access to the pens and brushes used for painting. - - - A descendant representing a brush specified by the appearance object's settings. - - - + - Gets the foreground color specified by the appearance object's settings. + Initializes a new instance of the AdornerElement class with the default settings. - A structure specifying the element content's foreground color. - - + - Gets the pen whose color is specified by the property. + Provides access to the appearance settings that affect this AdornerElement. - - A object that provides access to the pens and brushes used for painting. - - - A object representing a pen specified by the appearance object's settings. - + A object that stores AdornerElement appearance settings. + - + - Gets the background gradient's direction specified by the appearance object's settings. + Gets whether the AdornerElement is being disposed of. - A enumeration value giving the gradient's direction as specified by the appearance object's settings. - + true, if the AdornerElement is being disposed of; otherwise, false. + - + - Gets the background image specified by the appearance object's settings. + Gets or sets the UI element to which this AdornerElement is bound. - A object representing the element's background image as specified by the appearance object's settings. - + An Object related to this AdornerElement. + - + - Gets the formatting attributes specified by the appearance object's settings. + Gets or sets whether or not this AdornerElement is visible. - A object which specifies formatting attributes, such as the line spacing and alignment. - + true, if this AdornerElement is visible; otherwise, false. + - - - Gets the formatting attributes specified by the object passed as the parameter. - - - - A object which provides the text settings. - - - A object which specifies formatting attributes (such as the line spacing and alignment) based on the text settings specified. - + - - - - Gets the text options specified by the appearance object's settings. + A Workspace Manager. - A TextOptions object containing the text options. - - - + - Returns a TextureBrush object which uses the image specified by the property to fill the interior of a shape. + Initializes a new instance of the WorkspaceManager class with the default settings. - A System.Drawing.TextureBrush object which represents the brush that fills the interior of a shape with the image specified by the property. - - + - Gets or sets the background gradient's direction. + Occurs after a workspace was applied. - A enumeration value specifying the gradient's direction. - - + - Gets the horizontal alignment of the appearance object's text. + Gets or sets whether or not changing workspaces within this WorkspaceManager should be followed by animation effects. - A enumeration value specifying the horizontal alignment of the text. + A DefaultBoolean enumerator value that specifies whether or not changing workspaces within this WorkspaceManager should be followed by animation effects. - + - Gets or sets the background image. + Locates a workspace with the target name within the collection and applies it to the application. - A object specifying the background image. - + + A String value that is the workspace name within the collection. + + - + - Gets whether the current object has been disposed of. + Occurs immediately after the method is called. - true if the current object has been disposed of; otherwise, false. - - + - Tests whether two objects have the same property values. + Makes a snapshot of the current application layout and places it to the collection under the specific name. - - The AppearanceObject object to which the current object is compared. + + A String value that is the workspace name under which it will be stored in the collection. - true if the current object has the same property values as the specified object; otherwise, false. - - + - Gets or sets the name of the current appearance object. + Gets or sets whether this WorkspaceManager should automatically close streams opened when loading workspaces. - A value which specifies the name of the current appearance object. + A DefaultBoolean enumerator value that specifies whether this WorkspaceManager should automatically close streams opened when loading workspaces. - + - Provides access to the appearance object's options. + Gets or sets whether this WorkspaceManager should automatically close streams opened when saving workspaces. - An object containing the appearance options. + A DefaultBoolean enumerator value that specifies whether this WorkspaceManager should automatically close streams opened when saving workspaces. - + - Occurs when specific settings that control the text appearance are changed. + Gets a WorkspaceManager stored within the target control. + + A Control from which a WorkspaceManager is extracted. + + + A WorkspaceManager stored within the target control. + - + - Gets the parent appearance object. + Returns a workspace with a specific name from the collection. - An object representing the parent appearance object. null (Nothing in Visual Basic) if no parent appearance object is assigned. - + + A String value that is the name of a workspace to be obtained. + + + An IWorkspace object that is the workspace with the target name. + - + - Reverts the appearance object's properties to their default values. + Returns a workspace with a specific index from the collection. + + An Int32 value that is the index of a workspace to be obtained. + + + An IWorkspace object that is the workspace with the target index. + - + - Tests whether the should be persisted. + Loads a workspace from the target local file and places it in the collection under the specific name. + - true, if the object should be persisted; otherwise, false. + + A String value that is the name under which the loaded workspace is kept in the collection. + + + + An Object that is the location of the file that stores a workspace. + + + true, if the workspace was successfully loaded; otherwise, false. - + - Occurs when specific settings that control the size of text are changed. + Provides access to the recently used workspaces collection. + A List object containing the recently used workspaces collection. + + - + - Provides access to the appearance object's text options. + Removes a workspace with the target name from the collection. - A object containing text options. - + + A String value that is the name under which the workspace is stored within the collection. + + - + - Returns a string representing the current appearance object. + Renames the target workspace. - A value which represents an appearance object. - + + A String value that is the name under which the workspace is currently stored in the collection. + + + A String value that is the new name for the workspace. - - + - - Enumerates paint styles for tooltips. - - - + - The style of regular tooltips is automatically determined by the Windows OS and currently selected Windows theme. -In Windows Vista and Windows 7, if no classic Windows theme is applied, tooltips are painted using the style. -In other cases, tooltips are painted using the style. + Saves the target workspace from the collection to a local file. + + A String value that is the workspace name in the collection. + + + An Object that is the path to which the target workspace should be saved. - - - - Regular tooltips are painted as those in Windows 7 (this style is in effect when a program runs under Windows Vista or Windows 7, provided that no classic Windows theme is applied). + + + If no workspace with this name is currently present at the target location, the true value specifies that a new file should be created. Otherwise, the existing workspace will be overwritten. - +The false value restricts the SaveWorkspace method to create new workspace-containing files. - - + + + true, if saving was successful; otherwise, false. + + - + - Regular tooltips are painted as those in Windows XP. - - - + Allows you to exclude a specific control from the global application workspace. + + A Component that is the target control. + + + false to force the WorkspaceManager to ignore the target control; otherwise, true. - - + + + + - [To be supplied] + Gets or sets a control whose layout is managed by this WorkspaceManager. + + A Control whose layout is managed by this WorkspaceManager. + + - + - [To be supplied] + Gets or sets the transition animation that follows applying workspaces. + - [To be supplied] + An ITransitionAnimator object that is the transition animation with its parameters. + - + - [To be supplied] + Occurs whenever a new workspace was added to the collection. + - [To be supplied] - + - [To be supplied] + Fires when a workspace was removed from the collection. + - [To be supplied] - + - [To be supplied] + Provides access to all currently active workspaces. + - [To be supplied] + A List structure that stores all currently active workspaces. + - + - [To be supplied] + Occurs after the method was called. + - [To be supplied] - + + - [To be supplied] + Enumerates animation modes. + - [To be supplied] - - + - [To be supplied] + A fade animation effect. + - [To be supplied] - + - [To be supplied] + A slide-in animation effect. + - + + - [To be supplied] + Provides members that enumerate scroll bar UI modes. + - [To be supplied] - - + - [To be supplied] + Specifies the same UI mode as the Desktop value. + - [To be supplied] - + - [To be supplied] + Scroll bars that are optimized for desktop applications. In this mode, scroll bars contain scroll buttons. The auto-hide functionality is not supported. + + + + + - [To be supplied] - + - [To be supplied] + Scroll bars that are optimized for touch-aware applications. + +In this mode, the scroll bar thumb supports the auto-hide functionality. It automatically appears when an end-user flicks the scrollable content (or the mouse cursor moves over the control), and disappears if the control is not scrolled (or the mouse cursor does not move) for some time. The scroll bar buttons are never displayed. + + + + - [To be supplied] - + + - [To be supplied] - - [To be supplied] + Provides data for events that maintain the Asynchronous Image Load feature. + + - + - [To be supplied] + Initializes a new instance of the ThumbnailImageEventArgs class with the specified settings. + + + An Int32 value that specifies the number of the current item among all items that load images asynchronously. + + + + An AsyncImageLoader object that performs image load. + + + + An ImageLoadInfo object that stores detailed information about the item. + + - + - [To be supplied] + Creates a thumbnail image that will be assigned to an item that supports the asynchronous image load feature. + + + + An Image that will be transformed to the thumbnail image. + + + An Image created by this method. + - + - Gets or sets whether the scroll bar thumb restores its previous position or keeps the terminal position when it is dragged beyond a control. + Creates a thumbnail image of the specific size. This image will be later assigned to an item that supports the asynchronous image load feature. + - A DragScrollThumbBeyondControlMode enumeration value that specifies whether the scroll bar thumb restores its previous position or keeps the terminal position when dragged beyond a control. - + + An Image that will be transformed to the thumbnail image. + + + + A Size structure that is the size of the thumbnail image. + + + + An Image created by this method. + - + - Gets or sets the threshold, in pixels, beyond which the previous scroll bar thumb position is restored. This property is in effect in the RestoreThumbPosition mode. + Gets the index of the item that fired this event among other items that support the asynchronous image load feature. - An integer value that specifies the threshold, in pixels, beyond which the previous scroll bar thumb position is restored. The default value is 50 pixels. + An Int32 value that specifies the index of the item that fired this event among other items that support the asynchronous image load feature. - + - [To be supplied] + Stores the desired size of thumbnail images, generated using the method. + + + A Size structure that is the desired size of thumbnail images, generated using the method. + + - + - [To be supplied] + Resets the image cache and causes all items that are not currently visible to reload their images when displayed again. + - + - [To be supplied] + Gets or sets the image that will be assigned to an item that fired this event. + + An Image that will be assigned to an item that fired this event. + - + + - [To be supplied] + Provides appearance and behavior settings common to all DevExpress controls. + - [To be supplied] - - + - [To be supplied] + Gets or sets whether dragging-and-dropping columns/fields is indicated using arrow indicators. This is a static property. + + true, if dragging-and-dropping columns is indicated using arrow indicators; otherwise, false. + - + - [To be supplied] + Gets or sets whether a control is scaled according to its scale factor (which is dependent on the monitor DPI setting). This is a static property. + + Default or True if control auto-scaling is enabled; False if this mode is disabled. + - + - [To be supplied] + Gets or sets whether or not DevExpress Skins can be scaled on high-DPI devices. + + true, if DevExpress Skins can be scaled on high-DPI devices; otherwise, false. + - + - [To be supplied] + Gets whether the form title bar skinning feature is enabled. This is a static property. + - [To be supplied] + true, if the form title bar skinning feature is enabled; otherwise, false. + - + - [To be supplied] - - - [To be supplied] - - [To be supplied] + Gets or sets whether animation on hovering objects is enabled. This is a static property. - - - - [To be supplied] + - [To be supplied] + A value that specifies whether animation on hovering objects is enabled. - - - - - [To be supplied] - - [To be supplied] + - + - [To be supplied] + Gets or sets whether the window bounce (panning feedback) is enabled when an end-user tries to pan (scroll with the finger) beyond a control's pannable area. This is a static property. + - [To be supplied] + Default or True if the window panning feedback is enabled; False if this visual effect is disabled. + - + - [To be supplied] - - + Gets or sets whether smooth pixel-based scrolling is enabled for controls. This is a static property. - - - - [To be supplied] + - [To be supplied] + A DefaultBoolean value that specifies whether smooth pixel-based scrolling is enabled for controls. - - - - - [To be supplied] - - [To be supplied] + - - + - Prevents default actions when handling specific events. + Gets or sets whether or not all s used within this app should use the Windows 7 Aero effect. + A enumerator value that specifies whether or not all s used within this app should use the Windows 7 Aero effect. + + - + - Initializes a new class instance. + Gets or sets whether the window ghosting feature is enabled for skinned XtraForm objects. This is a static property. + A Boolean value that specifies whether the window ghosting feature is enabled. The default value is false. + - - + - An image collection that allows you to share images between controls within multiple forms. + This method is called by DevExpress demos to apply specific settings. This is a static method. + - + - Initializes a new instance of the SharedImageCollection class. + Indicates whether HTML text formatting is enabled for controls by default. This is a static property. + true, if HTML text formatting is enabled for controls by default; otherwise, false. + - + - Initializes a new instance of the SharedImageCollection class with the specified container. + Gets or sets the default font for controls. This is a static property. - - An object that implements the interface. - - + A object which is the default font for controls. The default value is the Tahoma font. + - + - Notifies the image collection that initialization has started + Gets the default object which is used for painting controls. This is a static property. + A object. + - + - Notifies the image collection that initialization is complete. - + Gets and sets the font used to display text on menus. This is a static property. + A object which is the default font for menu items. If not set, the property value is specified by the System.Windows.Forms.SystemInformation.MenuFont property. + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Gets or sets the default text font for printing. This is a static property. - - + A System.Drawing.Font object that defines the default text font for printing. + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Disables the title bar skinning feature for DevExpress forms. - [To be supplied] - + - Gets or sets the inner collection of images for the SharedImageCollection. + Disables the title bar skinning feature for MDI child DevExpress forms. - A object that is the inner collection of images. - - + - Gets the number of existing SharedImageCollection instances. + Gets or sets whether the scroll bar thumb restores its previous position or keeps the terminal position when it is dragged beyond a control. This is a static property. - An integer value that is the number of existing SharedImageCollection instances. + A DragScrollThumbBeyondControlMode enumeration value that specifies whether the scroll bar thumb restores its previous position or keeps the terminal position when dragged beyond a control. - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Gets or sets the threshold, in pixels, beyond which the previous scroll bar thumb position is restored. This property is in effect in the RestoreThumbPosition mode. This is a static property. - + An integer value that specifies the threshold, in pixels, beyond which the previous scroll bar thumb position is restored. The default value is 50 pixels. - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Enables the title bar skinning feature for DevExpress forms. - [To be supplied] - - + - Specifies the location where a tooltip is displayed in relation to the mouse cursor position. + Enables the title bar skinning feature for DevExpress forms, if the application is running under Microsoft Windows XP. + - + - A tooltip appears vertically aligned at the bottom, and horizontally centered relative to the mouse cursor position. - + Enables the title bar skinning feature for MDI child DevExpress forms. - + - A tooltip appears vertically aligned at the bottom, and horizontally aligned on the left relative to the mouse cursor position. - + Gets or sets the style of dashed lines to paint focus rectangles. This is a static property. + A DXDashStyle enumeration value that specifies the style of dashed lines to paint focus rectangles. + - + - A tooltip appears vertically aligned at the bottom, and horizontally aligned on the right relative to the mouse cursor position. - + Gets or sets the behavior specifying fonts used by DevExpress and standard .Net controls. This is a static property. + A enumeration value that specifies the behavior specifying fonts used by DevExpress and standard .Net controls. + - + - The default tooltip location. + Enables the mixed use of the DevExpress text rendering library and System.Windows.Forms.TextRenderer class functionality. - + - For internal use. + Enables the use of the System.Drawing.Graphics class for text rendering. - + - A tooltip appears horizontally aligned on the left, and vertically aligned at the bottom relative to the mouse cursor position. - + Enables the use of the System.Windows.Forms.TextRenderer class for rendering text. - + - A tooltip appears horizontally aligned on the left, and vertically centered relative to the mouse cursor position. - + Gets the actual value of the auto-scaling setting for controls. This is a static property. + The actual value of the auto-scaling setting for controls. + - + - A tooltip appears horizontally aligned on the left, and vertically aligned at the top relative to the mouse cursor position. - + Returns whether animation on hovering objects is enabled. This is a static property. + + + An object that provides information on the current skin. + + + true, if animation on hovering objects is enabled; otherwise, false. + + - + - A tooltip appears horizontally aligned on the right, and vertically aligned at the bottom relative to the mouse cursor position. - + Returns a Boolean value that specifies whether DevExpress controls are aligned to support locales using right-to-left fonts. The method parameter allows the default behavior to be specified. This is a static method. + + A RightToLeft enumeration value that specifies the default behavior that is used if the property equals Default. + + + true, if DevExpress controls are aligned to support locales using right-to-left fonts; otherwise, false. + - + - A tooltip appears horizontally aligned on the right, and vertically centered relative to the mouse cursor position. - + Returns a Boolean value that indicates whether the specified control is actually aligned to support locales using right-to-left fonts. This is a static method. + + A Control object. + + + true, if the specified control is actually aligned to support locales using right-to-left fonts; otherwise, false. + - + - A tooltip appears horizontally aligned on the right, and vertically aligned at the top relative to the mouse cursor position. - + Returns a Boolean value that indicates whether right-to-left mirror placement is turned on for the specified control or form. This is a static method. + + A Control object. + + + A Boolean value that indicates whether right-to-left mirror placement is turned on for the specified control or form. + - + - A tooltip appears vertically aligned at the top, and horizontally centered relative to the mouse cursor position. - + Returns a Boolean value that indicates whether right-to-left mirror placement is turned on. The method parameter allows the default behavior to be specified. This is a static method. + + A default Boolean value that is returned if the property equals Default. + + + A Boolean value that indicates whether right-to-left mirror placement is turned on. + - + - A tooltip appears vertically aligned at the top, and horizontally aligned on the left relative to the mouse cursor position. - + Returns a RightToLeft enumeration value that specifies whether DevExpress controls are aligned to support locales using right-to-left fonts. The method parameter allows the default behavior to be specified. This is a static method. + + A default System.Windows.Forms.RightToLeft enumeration value that is returned if the property equals Default. + + + A System.Windows.Forms.RightToLeft enumeration value that specifies whether DevExpress controls are aligned to support locales using right-to-left fonts. + - + - A tooltip appears vertically aligned at the top, and horizontally aligned on the right relative to the mouse cursor position. - + Returns a RightToLeft enumeration value that indicates whether the specified control is actually aligned to support locales using right-to-left fonts. This is a static method. + + A Control object. + + A System.Windows.Forms.RightToLeft enumeration value that indicates whether the specified control is actually aligned to support locales using right-to-left fonts. + - - + + - Lists values specifying icon types to be displayed within tooltips. + Gets whether smooth pixel-based scrolling is enabled for controls. +This is a static property. + true, if smooth pixel-based scrolling is enabled for controls; otherwise, false. + + + - + - A tooltip contains the default application icon. + Loads appearance settings from the configuration file and updates the corresponding properties accordingly. - + - A tooltip contains the system asterisk icon. + Gets or sets whether the DevExpess controls' built-in context menus are displayed in the classic rectangular or radial style. This is a static property. + A PopupMenuStyle enumeration value that specifies the style in which built-in context menus are displayed. + - + - A tooltip contains the system error icon. + Gets or sets whether visual elements of DevExpress controls are aligned to support locales using right-to-left fonts. This is a static property. + A enumeration value that specifies whether visual elements of DevExpress controls are aligned to support locales using right-to-left fonts. + - + - A tooltip contains the system exclamation icon. + Gets or sets whether right-to-left mirror placement is turned on. + A value that specifies whether right-to-left mirror placement is turned on. + - + - A tooltip contains the system hand icon. + Gets or sets the UI mode in which scroll bars are displayed. This is a static property. + A enumeration value that specifies the UI mode in which scroll bars are displayed. + - + - A tooltip contains the system information icon. + Sets the current process as dots per inch (dpi) aware. - + - A tooltip contains no predefined icon. + Gets or sets whether a control's scroll bars appear on screen when an end-user moves the mouse pointer over the scrollable content. This is a static property. + true, if scoll bars appear; otherwise, false. + + - + - A tooltip contains the system question icon. + Gets or sets whether the mouse wheel scrolls the control that is currently hovered over with the mouse pointer or the control that is currently focused. This property is in effect for controls that reside within an or . This is a static property. + true, if the mouse wheel scrolls the control that is currently hovered with the mouse pointer; false, if the focused control is scrolled with the mouse wheel, regardless of the mouse cursor position. +The default is true. + - + - A tooltip contains the system warning icon. + Gets or sets the scale factor used to calculate the size and distance between specific control elements when touch UI mode is enabled. This is a static property. + + The scale factor used to calculate the size and distance between specific control elements when touch UI mode is enabled. + - + - A tooltip contains the Windows logo icon. + Gets or sets whether touch UI mode is enabled, in which controls automatically increase their size and the distance between some of their elements. This is a static property. + + A value that specifies if touch UI mode is enabled. + - + - Specifies the size of a predefined icon displayed within a tooltip. + Provides members that specify whether a button is a regular (push button) or check-button. + - + - An icon displayed within a tooltip is large. The icon type can be selected via the property or can be specified in a handler of the event via property. + Specifies whether a custom header button is a check or a group radio button. + - + - An icon displayed within a tooltip is small. The icon type can be selected via the property or can be specified in a handler of the event via property. + Specifies a custom header button is a regular (push) button. - + - Provides data for the event. + Provides appearance options. - + - Creates an instance of the class and initializes the and properties. + Initializes a new instance of the class. - - The object to initialize the property. - - - The object to initialize the property. + + + + + Copies all settings from the options object passed as the parameter and assigns them to the current object. + + + + A descendant whose settings are assigned to the current object. - + - Creates an instance of the class and initializes properties with default values + Returns an AppearanceOptions object whose settings are not initialized. + An AppearanceOptions object whose settings are not initialized. + - + - Initializes a new instance of the ToolTipControllerShowEventArgs class with the specified settings. + Tests whether two objects have the same property values. - - The object to initialize the property. + + The AppearanceOptions object to which the current object is compared. - - The object to initialize the property. + true if the current object has the same property values as the specified object; otherwise, false. + - - - A value that specifies the tooltip's text. This value is assigned to the property. - - - A value that specifies the tooltip's title. This value is assigned to the property. + + + + Gets or sets whether to use the property value. + + + true to use the property value; false to use the background color specified by the parent appearance object. + - - - A value that specifies the relative position of the tooltip window. This value is assigned to the property. - - - true if the callout beak is displayed when a hint appears; otherwise, false. This value is assigned to the property. + + + + Gets or sets whether to use the property value. + + + true to use the property value; false to use the border color specified by the parent appearance object. + - - - true if tooltip window's corners are rounded; otherwise, false. This value is assigned to the property. - - - The radius of the rounded corners. This value is assigned to the property. + + + + Gets or sets whether to use the property value. + + + true to use the property value; false to use the font settings specified by the parent appearance object. + - - - A value that specifies the kind of the predefined icon. This value is assigned to the property. - - - A value that specifies the icon's size. This value is assigned to the property. + + + + Gets or sets whether to use the property value. + + + true to use the property value; false to use the foreground color specified by the parent appearance object. + - - - An object that represents the source of the images that can be displayed within tooltips. This value is assigned to the property. - - - The index of the image to display in the tooltip. This value is assigned to the property. + + + + Gets or sets whether to use the property value. + + + true to use the property value; false to use the background image specified by the parent appearance object. + - - - An object that provides the tooltip's appearance settings. This value is assigned to the property. - - - An object that provides the appearance settings used to paint the tooltip's title. This value is assigned to the property. + + + + Gets or sets whether to use the property value. + + + true to use the property value; false to use the text options specified by the parent appearance object. + + + + + + + + Represents an appearance object. + + + + + + + Initializes a new instance of the class. + + + + + + + + Initializes a new instance of the class with the specified parent. + + + + An object representing the parent appearance object. This value is assigned to the property. - + - Initializes a new instance of the ToolTipControllerShowEventArgs class with the specified settings. + Initializes a new instance of the class. - - The object to initialize the property. + + An representing the appearance object whose settings are used to initialize the created object's properties. - - The object to initialize the property. + + A DefaultAppearance object representing default appearance settings. - - A value that specifies the tooltip's text. This value is assigned to the property. + + + + + + Initializes a new instance of the class with default settings. + + + + A object containing the default appearance settings. + - - A value that specifies the tooltip's title. This value is assigned to the property. + + + + + + Initializes a new instance of the class with the specified owner and parent appearance object. + + + + An object implementing the IAppearanceOwner interface. - - A value that specifies the relative position of the tooltip window. This value is assigned to the property. + + An object which represents the parent appearance object. This value is assigned to the property. - - true if the callout beak is displayed when a hint appears; otherwise, false. This value is assigned to the property. + + + + + + Initializes a new instance of the class with the specified settings. + + + + An object whose settings are used to initialize the created object's properties. - - true if tooltip window's corners are rounded; otherwise, false. This value is assigned to the property. + + A object. - - The radius of the rounded corners. This value is assigned to the property. + + + + + + Initializes a new instance of the class with the specified name. + + + + A value specifying the name of the created object. This value is assigned to the property. - - The regular tooltip's style, which controls the look-and-feel settings. This value is assigned to the property. + + + + + + Initializes a new instance of the AppearanceObject class with the specified owner, parent and name. + + + + An object implementing the IAppearanceOwner interface. - - A value that specifies the kind of the predefined icon. This value is assigned to the property. + + An object which represents the parent of the created object. This value is assigned to the property. - - A value that specifies the icon's size. This value is assigned to the property. + + A value specifying the name of the created object. This value is assigned to the property. - - An object that is the source of the images that can be displayed within tooltips. This value is assigned to the property. - - - The index of the image to display in the tooltip. This value is assigned to the property. + + + + Initializes a new instance of the class with the specified name and parent. + + + + An object which represents the parent of the created object. This value is assigned to the property. - - An object that provides the tooltip's appearance settings. This value is assigned to the property. + + A value specifying the name of the created object. This value is assigned to the property. - - An object that provides the appearance settings used to paint the tooltip's title. This value is assigned to the property. - + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + Copies all settings from the appearance object passed as a parameter. + + + + An object representing the source of the operation. + + + + + + + + Sets the appearance object's settings to default values. + + + + An AppearanceDefault object containing default appearance settings. + + + + + + + + Copies all the settings in the appearance object passed as the parameter to the current object without raising the event. + + + + An object representing the source of the operation. + + + + + + + + Gets or sets the background color. + + + A object specifying the background color. + + + + + + + Gets or sets the end color of the background's gradient brush. + + + + A object specifying the end color of the linear gradient brush used to fill the background. + + + + + + + + Locks the AppearanceObject object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. + + + + + + + + + + Gets or sets the border color. + + + A object specifying the border color. + + + + + + + Calculates the size of a string painted with the font specified by the current object. + + + + A object which provides painting facilities. + + + A structure which represents the size (in pixels) of a string. + + + + + + + Calculates the size of a string painted with the default font. + + + A structure which represents the size (in pixels) of a string. + + + + + + + Calculates the size of the specified string drawn with the specified object. + + + + A object which provides storage for pens, fonts and brushes. + + + + A object which represents formatting information, such as line spacing and alignment, for the string. + + + + A value which represents a string to measure. + + + + An integer value specifying the maximum width of the string (in pixels). + + + A structure which represents the size, in pixels, of the string. + + + + + + + Calculates the size of the specified string drawn with the specified object. + + + + A object which provides painting facilities. + + + + A object which represents formatting information, such as the line spacing for the string. + + + + A value which represents the string to measure. + + + + An integer value specifying the maximum width of the string (in pixels). + + + A structure which represents the size (in pixels) of the string. + + + + + + + Calculates the size of the specified string. + + + + A object which provides painting facilities. + + + + A value which represents a string to measure. + + + + An integer value specifying the maximum width of the string (in pixels). + + + A structure which represents the size (in pixels) of the string. + + + + + + + Calculates the size of the specified string. + + + + A object which provides storage for pens, fonts and brushes. + + + + The string to be measured. + + + + An integer value specifying the maximum width of the string (in pixels). + + + The measured size of the string, in pixels. + + + + + + + Calculates the size of the specified string when it's drawn with the specified font, fitting the string into a clipping rectangle. Allows you to determine whether the string does not fit the clipping rectangle. + + + + A object which provides painting facilities. + + + + Contains formatting information, such as the line spacing and alignment of the string. + + + + The string to be measured. + + + + The maximum width of the clipping rectangle that will fit the string (in pixels). + + + + The maximum height of the clipping rectangle that will fit the string (in pixels). + + + + Returns whether the text is trimmed (its size is larger than the clipping rectangle). + + + The measured size of the string, in pixels. + + + + + + + Calculates the size of the specified string drawn with the specified format, fitting the string into a clipping rectangle. + + + + + A object which provides painting facilities. + + + + Contains formatting information, such as the line spacing and alignment of the string. + + + + The string to be measured. + + + + The maximum width of the clipping rectangle that will fit the string (in pixels). + + + + The maximum height of the clipping rectangle that will fit the string (in pixels). + + + The measured size of the string, in pixels. + + + + + + + Calculates the length of the specified string drawn with the specified object. + + + + A object that provides painting facilities. + + + + A object that contains formatting information, such as the line spacing and alignment of the string. + + + + The string to measure. + + + + An integer value specifying the maximum width of the string (in pixels). + + + A structure that is the size of the string (in pixels). + + + + + + + Calculates the length of the specified string. + + + + A object that provides storage for pens, fonts and brushes. + + + + The string to measure. + + + + An integer value specifying the maximum width of the string (in pixels). + + + A structure that is the size of the string (in pixels). + + + + + + + Calculates the length of the specified string. + + + + A object that provides painting facilities. + + + + The string to measure. + + + + An integer value specifying the maximum width of the string (in pixels). + + + A structure that is the size of the string (in pixels). + + + + + + + Calculates the length of the specified string drawn with the specified object. + + + + A object that provides storage for pens, fonts and brushes. + + + + A object that contains formatting information, such as the line spacing and alignment of the string. + + + + The string to measure. + + + + An integer value specifying the maximum width of the string (in pixels). + + + A structure that is the size of the string (in pixels). + + + + + + + Unlocks the AppearanceObject object after it has been locked by the BeginUpdate method, without causing an immediate visual update. + + + + + + + + Fires when the appearance object's properties are changed. + + + + + + + + Creates a copy of the current instance. + + + An object which represents an exact copy of the current appearance object. + + + + + + + Copies the activated settings from the appearance object passed as the parameter. + + + + An object whose settings are going to be copied. + + + + + + + + Gets the default appearance settings which are used to paint 3-D elements in Windows. + + + An object which represents the default appearance settings used to paint 3-D elements in Windows. + + + + + + + Gets or sets the default font for controls. + + + A object which is the default font for controls. The default value is the Tahoma font. + + + + + + + + Gets and sets the font used to display text on menus. + + + A object which is the default font for menu items. If not set, the property value is specified by the System.Windows.Forms.SystemInformation.MenuFont property. + + + + + + + + Releases all resources used by the current appearance object. + + + + + + + + Draws the background. + + + + A object that provides a means for painting. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A structure specifying the drawing area. + + + + + + + + Draws the background for the area contained within the specified boundary. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A structure specifying the drawing area. + + + + + + + + Draws the background for the area contained within the specified boundary. + + + + A object that provides a means for painting. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A structure specifying the drawing area. + + + + A Boolean value. + + + + + + + + Draws the background for the area contained within the specified boundary. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A structure specifying the drawing area. + + + + A Boolean value. + + + + + + + + Draws a text string at the specified position. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A value representing the text to be drawn. + + + + A value representing the drawing area. + + + + + + + + Draws a text string at the specified position using the specified color. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A value representing the text to be drawn. + + + + A value representing the drawing area. + + + + A object which determines the color and texture of the drawn text. + + + + + + + + Draws a text string at the specified position using the specified color and format. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A value representing the text to be drawn. + + + + A value representing the drawing area. + + + + A object which determines the color and texture of the drawn text. + + + + A object which specifies formatting attributes, such as the line spacing and alignment, that are applied to the drawn text. + + + + + + + + Draws a text string at the specified position using the specified format. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A value representing the text to be drawn. + + + + A value representing the drawing area. + + + + A object which specifies formatting attributes, such as the line spacing and alignment, that are applied to the drawn text. + + + + + + + + Draws a text string at the specified position using the specified font and format. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A value representing the text to be drawn. + + + + A value representing the drawing area. + + + + A object which defines the font and associated settings of the text to be drawn. + + + + A object which specifies formatting attributes, such as the line spacing and alignment, that are applied to the drawn text. + + + + + + + + Draws a text string at the specified position using the specified font, color and format. + + + + A object which provides the storage for the pens, fonts and brushes used during painting. + + + + A value which represents the text to be drawn. + + + + A structure which represents the drawing area. + + + + A object which defines the font and associated settings of the text to be drawn. + + + + A object which specifies the color and texture of the drawn text. + + + + A object which specifies formatting attributes such as the line spacing and alignment that are applied to the drawn text. + + + + + + + + Draws a text string vertically with the specified angle and at the specified position using the specified font, color and format. + + + + A object which provides the storage for the pens, fonts and brushes used during painting. + + + + A value which represents the text to be drawn. + + + + A object which defines the font and associated settings of the text to be drawn. + + + + A object which specifies the color and texture of the drawn text. + + + + A structure which represents the drawing area. + + + + A object which specifies formatting attributes such as the line spacing and alignment that are applied to the drawn text. + + + + An integer value specifying the angle in degrees at which the text should be drawn. + + + + + + + + Returns an empty appearance object. + + + An AppearanceObject object whose settings are not initialized. + + + + + + + Unlocks the AppearanceObject object after a call to the BeginUpdate method and causes an immediate visual update. + + + + + + + + + + Fills the interior of a rectangle specified by a structure. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A value representing the drawing area. + + + + + + + + Fills the interior of a rectangle specified by a structure. + + + + A object providing storage for the pens, fonts and brushes used during painting. + + + + A value representing the drawing area. + + + + A Boolean value. + + + + + + + + Gets or sets the font used to paint the text. + + + A object specifying the font used to display the contents of elements. + + + + + + + Gets the height of the font used by the apperance object. + + + An integer value which specifies the font's height. + + + + + + + Gets or sets an integer value by which the font size is adjusted. + + + An integer value by which the font size is adjusted. + + + + + + + Gets or sets a style by which the font is modified. + + + A System.Drawing.FontStyle enumeration value that specifies a style by which to modify the font. + + + + + + + Gets or sets the foreground color. + + + A structure specifying the foreground color. + + + + + + + + + + + + + + + + + + + + + + + + + + Gets the solid brush used to draw the element's background. + + + + A object that provides access to the pens and brushes used for painting. + + + A descendant representing the brush specified by the appearance object's settings. + + + + + + + Gets the brush used to draw an element's background. + + + + A object that provides access to the pens and brushes used for painting. + + + + A structure specifying the rectangle for which a brush is created. + + + A descendant representing the brush specified by the appearance object's settings. + + + + + + + Gets the background color specified by the appearance object's settings. + + + A object representing the background color specified by the appearance object's settings. + + + + + + + Gets the ending color of the linear gradient brush, specified by the appearance object's settings. + + + A object representing the end color of the linear gradient brush as specified by the appearance object's settings. + + + + + + + + Gets the pen used to draw the element's background lines and curves. + + + + A object that provides access to the pens and brushes used for painting. + + + A object representing a pen specified by the appearance object's settings. + + + + + + + Gets the brush used to draw the element's border. + + + + A object that provides access to the pens and brushes used for painting. + + + A descendant representing a brush specified by the appearance object's settings. + + + + + + + Gets the element's border color specified by the appearance object's settings. + + + A object representing the element's border color specified by the appearance object's settings. + + + + + + + Gets the pen used to draw the border's lines and curves. + + + + A object that provides access to the pens and brushes used for painting. + + + A object representing a pen specified by the appearance object's settings. + + + + + + + Gets the font settings specified by the appearance object's settings. + + + A object specifying the font used to display the contents of elements. + + + + + + + Gets the solid brush whose color is specified by the property. + + + + A object that provides access to the pens and brushes used for painting. + + + A descendant representing a brush specified by the appearance object's settings. + + + + + + + Gets the foreground color specified by the appearance object's settings. + + + A structure specifying the element content's foreground color. + + + + + + + Gets the pen whose color is specified by the property. + + + + A object that provides access to the pens and brushes used for painting. + + + A object representing a pen specified by the appearance object's settings. + + + + + + + Gets the background gradient's direction specified by the appearance object's settings. + + + A enumeration value giving the gradient's direction as specified by the appearance object's settings. + + + + + + + Gets the background image specified by the appearance object's settings. + + + A object representing the element's background image as specified by the appearance object's settings. + + + + + + + Gets the formatting attributes specified by the appearance object's settings. + + + A object which specifies formatting attributes, such as the line spacing and alignment. + + + + + + + Gets the formatting attributes specified by the object passed as the parameter. + + + + A object which provides the text settings. + + + A object which specifies formatting attributes (such as the line spacing and alignment) based on the text settings specified. + + + + + + + Gets the text options specified by the appearance object's settings. + + + A TextOptions object containing the text options. + + + + + + + Returns a TextureBrush object which uses the image specified by the property to fill the interior of a shape. + + + A System.Drawing.TextureBrush object which represents the brush that fills the interior of a shape with the image specified by the property. + + + + + + + Gets or sets the background gradient's direction. + + + A enumeration value specifying the gradient's direction. + + + + + + + Gets the horizontal alignment of the appearance object's text. + + + A enumeration value specifying the horizontal alignment of the text. + + + + + + + Gets or sets the background image. + + + A object specifying the background image. + + + + + + + Gets whether the current object has been disposed of. + + + true if the current object has been disposed of; otherwise, false. + + + + + + + Tests whether two objects have the same property values. + + + + The AppearanceObject object to which the current object is compared. + + + true if the current object has the same property values as the specified object; otherwise, false. + + + + + + + Gets or sets the name of the current appearance object. + + + A value which specifies the name of the current appearance object. + + + + + + + Provides access to the appearance object's options. + + + An object containing the appearance options. + + + + + + + Occurs when specific settings that control the text appearance are changed. + + + + + + + + Gets the parent appearance object. + + + An object representing the parent appearance object. null (Nothing in Visual Basic) if no parent appearance object is assigned. + + + + + + + Reverts the appearance object's properties to their default values. + + + + + + + + Tests whether the should be persisted. + + + true, if the object should be persisted; otherwise, false. + + + + + + + Occurs when specific settings that control the size of text are changed. + + + + + + + + Provides access to the appearance object's text options. + + + A object containing text options. + + + + + + + Returns a string representing the current appearance object. + + + A value which represents an appearance object. + + + + + + + + Contains values that specify how an element is displayed relative to a text label within a group control. + + + + + + + Displays an element after a text label. + + + + + + + + Displays an element before a text label. + + + + + + + + Specifies the default position of an element relative to a text label. +Currently, the Default option is equivalent to the BeforeText option. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. This identifies the component which fires the event. + + + + A object containing data related to the event. + + + + + + + + + Represents a scrollable context item. + + + + + + + Initializes a new instance of the TrackBarContextButton class. + + + + + + + + Gets or sets whether the tick is displayed in the middle of the track and enables using a custom middle tick value. + + + true, if the tick is displayed in the middle of the track; otherwise, false. + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. + + + + + + + + + + Gets the maximum track value. + + + An integer value that specifies the maximum track value. + + + + + + + Gets or sets the value located in the middle of the track. + + + An integer value located in the middle of the track. + + + + + + + Gets the minimum track value. + + + An integer value that specifies the minimum track value. + + + + + + + Gets or sets whether the zoom buttons are displayed. + + + true, if the zoom buttons are displayed; otherwise, false. + + + + + + + Gets or sets the value to be added to or subtracted from the property when one of the zoom buttons is clicked. + + + An integer value to be added to or subtracted from the property when a zoom button is clicked. + + + + + + + Gets or sets the length, in pixels, of the track. + + + An integer value that specifies the length, in pixels, of the track. + + + + + + + Gets or sets the track value. + + + An integer value that specifies the track value. + + + + + + + + Enumerates paint styles for tooltips. + + + + + + + The style of regular tooltips is automatically determined by the Windows OS and currently selected Windows theme. +In Windows Vista and Windows 7, if no classic Windows theme is applied, tooltips are painted using the style. +In other cases, tooltips are painted using the style. + + + + + + + + Regular tooltips are painted as those in Windows 7 (this style is in effect when a program runs under Windows Vista or Windows 7, provided that no classic Windows theme is applied). + + + + + + + + + + + + Regular tooltips are painted as those in Windows XP. + + + + + + + + + + + + Serves as the base for , , and classes. + + + + + + + Creates a new object. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Applies the specified UI mode to the specified scroll bar. + + + + A control to which the specified UI mode should be applied. + + + + A enumeration value specifying the UI mode to be applied. + + + A control whose UI mode has been set. + + + + + + + Applies the default scroll mode to the specified scroll bar. + + + + A control to which the default UI mode should be applied. + + + A control whose UI mode has been set. + + + + + + + Gets or sets a value specifying whether the scroll bar is autosized. + + + true if auto size is applied; otherwise false. + + + + + + + Overrides the base class BackColor property. + + + A object representing the control's background color. + + + + + + + Overrides the base class BackgroundImage property. + + + A object representing the image to display in the control's background. + + + + + + + Locks the ScrollBarBase object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. + + + + +Prevents the control from being updated until the or method is called. + + + + + + + + Unlocks the control after a method call without causing immediate repainting. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Unlocks the control after a method call and causes its immediate repainting. + + + + + + + + Overrides the base class Font property. + + + A object to apply to the text displayed by the control. + + + + + + + Overrides the base class ForeColor property. + + + A object representing the control's foreground color. + + + + + + + Returns an object which implements the accessibility information. + + + A BaseAccessibility object. + + + + + + + Returns the default height, in pixels, of horizontal scroll bars displayed in the current scroll UI mode. + + + A value that indicates the default height, in pixels, of a horizontal scroll bar. + + + + + + + Returns the default width, in pixels, of vertical scroll bars displayed in the current scroll UI mode. + + + A value that indicates the default width, in pixels, of a vertical scroll bar. + - + - Gets or sets whether HTML formatting tags can be used to format the tooltip's text. + Returns the value of the control's Enabled property. - A value that specifies whether HTML formatting tags can be used to format the tooltip's text. - + The value of the Enabled property. + - + - Gets the tooltip's appearance settings. This property is not in effect for objects. + Returns the value of the control's Height property. - An object which provides the tooltip's appearance settings. - + The value of the Height property. + - + - Gets the appearance settings used to paint the tooltip's title. This property is not in effect for objects. + Returns the default height, in pixels, of horizontal scroll bars displayed in the specified UI mode. - An object which provides the appearance settings used to paint the tooltip's title. - + + A ScrollUIMode enumeration value that specifies the UI mode in which a scroll bar is displayed. + + + A value that indicates the default height, in pixels, of a horizontal scroll bar. + - + - Gets or sets whether the tooltip is hidden after a specific time ellapses. + Returns the default height, in pixels, of horizontal scroll bars. - true if the tooltip is hidden after a specific time period ellapses; otherwise, false. - + A value that indicates the default height, in pixels, of horizontal scroll bars. + - + - Determines whether two objects are equal. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - - The object specifying a instance to compare with the current object. + + - true if the specified object is equal to the current instance. + - + - Gets the hash code (a number) that corresponds to the value of the current object. + Returns the UI mode in which the specified scroll bar is displayed. - The hash code for the current object. + + A object whose UI mode should be returned. + + + The scroll bar's UI mode. - + - Gets the actual location of the tooltip window relative to the position where the tooltip should appear. + Returns the default width, in pixels, of vertical scroll bars displayed in the specified UI mode. + + + + A ScrollUIMode enumeration value that specifies the UI mode in which a scroll bar is displayed. + + + A value that indicates the default width, in pixels, of a vertical scroll bar. + + + + + + Returns the default width, in pixels, of vertical scroll bars. - A value specifying the relative position of the tooltip window. + A value that indicates the default width, in pixels, of vertical scroll bars. - + - Gets the size of the predefined icon to display in the tooltip. + Returns the value of the control's Width property. - A value specifying the icon size. - + The value of the Width property. + - + - Gets or sets the kind of predefined icons to display in the tooltip. + Gets or sets the Input Method Editor(IME) mode supported by this control. - A value specifying the kind of predefined icon to display. + A ImeMode enumeration member specifying the Input Method Editor (IME) status of an object when the object is selected. - + - Gets or sets the index of an image from the to display in the tooltip. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - The index of a custom image to display in the tooltip. + - + - Gets or sets the source of images that can be displayed within tooltips. + Gets or sets the increment applied to the property when the scroll box is moved by a 'page'. - An object that represents the source of images that can be displayed within tooltips. + An integer value representing the increment applied when the scroll box is moved by a 'page'. - + - Gets or sets the bounds of the current object for which a tooltip is displayed. + Gets a value providing access to settings controlling the control's look and feel. - The bounds of the object for which a tooltip is displayed. + A object whose properties specify the control's look and feel. - + - Gets or sets whether the tooltip window has rounded corners. + Gets or sets the upper limit of values of the scrollable range. - true if tooltip window's corners are rounded; otherwise, false. + An integer value representing the value's upper limit. - + - Gets or sets the radius of the rounded corners of the tooltip window. + Gets or sets the lower limit of the scrollable range. - The radius of the rounded corners. + An integer value representing a lower limit. - + - Gets or sets whether the tooltip should be displayed. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - true if the tooltip should be displayed; otherwise, false. - + + A ScrollNotifyAction enumeration value. + + - + - Tests whether callout beaks are displayed for hints. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - true if the callout beak is displayed when a hint appears; otherwise, false - + + + + - + - Gets or sets a . + This member supports the internal infrastructure, and is not intended to be used directly from your code. - A object. - + + + + - + - Gets or sets the regular tooltip's title. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - A value which specifies the regular tooltip's title. - + + + + - + - Gets or sets the text for the regular tooltip. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - The string that is the text to display in the regular tooltip. + + - + - + - Gets or sets the image to display within the current tooltip. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - An object that specifies the image to display within the current tooltip. - + + + + - + - Gets or sets the location of the tooltip window relative to the position where the tooltip should appear. + Fires when the scroll thumb has been moved either by a mouse or keyboard action. - A value specifying the relative position of the tooltip window. - - + - Gets or sets the look-and-feel settings of the regular tooltip displayed. - + Gets or sets a value specifying whether the scroll bar is automatically sized. - A value that specifies the look-and-feel of regular tooltips. + true if the auto sizing feature is enabled; otherwise false. - + - Gets or sets the type of tooltip to be displayed. + Fires after the property's value has been changed. - A value that specifies the type of tooltip to be displayed. + + + + + Gets the value indicating whether the scroll bar is horizontal or vertical. + + + A enumeration member specifying the scroll bar type. - + + + Sets the visibility of the current ScrollBarBase control. This method is not in effect if the scroll bar is displayed in the touch UI mode. + + + + true to display the control; false to hide the control. + + + + + - The base class for classes providing data for 's events. + Gets or sets the value by which the property changes when the user presses one of the arrow keys or clicks one of the scroll-bar buttons. + An integer value by which the property changes. + + - + - Creates an instance of the class. + Gets or sets a value indicating whether a user can focus the scroll bar control using the TAB key. - - The object to initialize the property. + true if a user can focus the scroll bar using the TAB key; otherwise, false. + - - - The object to initialize the property. - + + + + Overrides the base class Text property. + + + A string value representing the text associated with this control. + - + - Creates an instance of the class. + Gets or sets the UI mode in which scroll bars are displayed. + A enumeration value that specifies the UI mode in which scroll bars are displayed. + - + - Gets or sets the control for which a tooltip controller's event is fired. + Gets or sets a value specifying the scroll box's current position. - A object for which the event is fired. + An integer value representing the scroll box's current position. - + - Gets or sets the element of the control for which the tooltip should be displayed. + Fires immediately after the property has been changed. - An object defining the element for which to display the tooltip. - - + - Represents a method that will handle the event. - + Prevents default actions when handling specific events. - + - Represents a method that will handle the event. + Initializes a new class instance. - - The event source. This identifies the component which fires the event. - - - - A object containing data related to the event. - - - + - Provides data for the event. + An image collection that allows you to share images between controls within multiple forms. - + - Initializes a new instance of the class with the specified settings. + Initializes a new instance of the SharedImageCollection class. - - An object for which the event is fired. This value is assigned to the property. - - - - An object which identifies the element which the tooltip is displayed for. This value is assigned to the property. - - - - A value which specifies the tooltip's contents. This value is assigned to the property. - - - - A value which specifies the tooltip's title. This value is assigned to the property. - - - - A structure which specifies the tooltip's bounds. This value is assigned to the property. - - - - A structure which specifies the screen coordinates of the top left tooltip corner. This value is assigned to the property. - - - + - Initializes a new instance of the ToolTipControllerCalcSizeEventArgs class with the specified settings. + Initializes a new instance of the SharedImageCollection class with the specified container. - - An object for which the event is fired. This value is assigned to the property. + + An object that implements the interface. - - An object which identifies the element that the tooltip is displayed for. This value is assigned to the property. - - - A object that provides additional event data. This value is assigned to the property. - + + + + + + - + - Initializes a new instance of the ToolTipControllerCalcSizeEventArgs class with the specified settings. + Notifies the image collection that initialization has started - - An object for which the event is fired. This value is assigned to the property. - - - An object which identifies the element for which the tooltip is displayed. This value is assigned to the property. + + + + Notifies the image collection that initialization is complete. - - - A value which specifies the tooltip's contents. This value is assigned to the property. + + - - - A value which specifies the tooltip's title. This value is assigned to the property. - + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + - + - Gets or sets the coordinates of the top left tooltip corner. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - The object specifying the coordinates of the top left tooltip corner relative to the desktop. - + - + - Gets the additional event data. + Gets or sets the inner collection of images for the SharedImageCollection. - A object that provides additional event data. + A object that is the inner collection of images. - + - Gets or sets the tooltip dimensions. + Gets the number of existing SharedImageCollection instances. - The object specifying the width and height of a tooltip rectangle. + An integer value that is the number of existing SharedImageCollection instances. - + - Gets the tooltip's title. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - A value which specifies the tooltip's title. + - + - Gets the text to be displayed within the tooltip. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - The object specifying the text to be displayed within the tooltip. - + - + - Represents a method that will handle the event. + Specifies the location where a tooltip is displayed in relation to the mouse cursor position. - + - Represents a method that will handle the event. + A tooltip appears vertically aligned at the bottom, and horizontally centered relative to the mouse cursor position. + - - The event source. This identifies the component which fires the event. - - - A object containing data related to the event. - + + + + A tooltip appears vertically aligned at the bottom, and horizontally aligned on the left relative to the mouse cursor position. + + + - + + + A tooltip appears vertically aligned at the bottom, and horizontally aligned on the right relative to the mouse cursor position. + + + + + + - Provides tooltip appearance and behavior options for individual controls. + The default tooltip location. + - + - Creates a new instance of the class. + For internal use. - + - Initializes a new instance of the ToolTipController class with the specified container. + A tooltip appears horizontally aligned on the left, and vertically aligned at the bottom relative to the mouse cursor position. + - - A that represents the container for the tooltip controller. - + + + + + A tooltip appears horizontally aligned on the left, and vertically centered relative to the mouse cursor position. + + + - + - Gets or sets whether the component's functionality is enabled. + A tooltip appears horizontally aligned on the left, and vertically aligned at the top relative to the mouse cursor position. + - true if displaying tooltips is allowed; otherwise, false. - - + - Gets the active control, if it implements the IToolTipControlClient interface. + A tooltip appears horizontally aligned on the right, and vertically aligned at the bottom relative to the mouse cursor position. + - A object. - - + - Returns the object that identifies which of the bound control's elements the tooltip is displayed for. + A tooltip appears horizontally aligned on the right, and vertically centered relative to the mouse cursor position. + - A object representing the bound control's element that the tooltip is displayed for. - - + - An object containing tooltip information for the current element of a bound control. + A tooltip appears horizontally aligned on the right, and vertically aligned at the top relative to the mouse cursor position. + - A object containing tooltip information for the current element of a bound control. - - + - Enables the display of tooltips for the specified control implementing the DevExpress.Utils.IToolTipControlClient interface. + A tooltip appears vertically aligned at the top, and horizontally centered relative to the mouse cursor position. + - - The control, implementing the DevExpress.Utils.IToolTipControlClient interface, for which tooltips should be enabled. - + + + + + A tooltip appears vertically aligned at the top, and horizontally aligned on the left relative to the mouse cursor position. + + + - + - Enables the display of tooltips for the specified control implementing the DevExpress.Utils.IToolTipControlClient interface. + A tooltip appears vertically aligned at the top, and horizontally aligned on the right relative to the mouse cursor position. + - - - - - - + + + + + Lists values specifying icon types to be displayed within tooltips. + + + + + + + A tooltip contains the default application icon. + + - + - Gets or sets whether HTML formatting tags can be used to format text in tooltips. + A tooltip contains the system asterisk icon. - A Boolean value that specifies whether HTML formatting tags can be used to format text in tooltips. - - + - Gets or sets the settings that control the appearance of a tooltip's window and text. - + A tooltip contains the system error icon. - An object that contains the appearance settings. - - - + - Provide the settings that control the appearance of a tooltip's title. + A tooltip contains the system exclamation icon. - An object that contains the appearance settings. - - - + - Gets or sets the tooltip delay in milliseconds. + A tooltip contains the system hand icon. - Integer value specifying tooltip delay. - - + - Enables you to customize the text and settings of the tooltip before displaying it onscreen. + A tooltip contains the system information icon. - + - Enables you to specify the position and size of the tooltip window. + A tooltip contains no predefined icon. - + - Gets or sets whether a tooltip is closed when it's clicked. + A tooltip contains the system question icon. - A value that specifies whether a tooltip is closed when it's clicked. - - + - Returns a object containing settings of the current tooltip controller. + A tooltip contains the system warning icon. - A object with settings of the current tooltip controller. - - + - Enables a tooltip's window to be custom painted. + A tooltip contains the Windows logo icon. - + + - Gets the default used for displaying tooltips. + Specifies the size of a predefined icon displayed within a tooltip. - A default object. - - - + - Allows you to provide custom tooltips for any element of a control that implements the interface. + An icon displayed within a tooltip is large. The icon type can be selected via the property or can be specified in a handler of the event via property. - + - Returns whether HTML formatting is enabled in tooltips for the specified control. + An icon displayed within a tooltip is small. The icon type can be selected via the property or can be specified in a handler of the event via property. - - A control for which this tooltip setting is to be obtained. - - A value that specifies whether HTML formatting is supported in tooltips for the specified control. - + + + + + Provides data for the event. + + - + - Gets a object associated with the specified control. + Creates an instance of the class and initializes the and properties. - The control whose SuperToolTip object is to be obtained. + The object to initialize the property. + + + + The object to initialize the property. - A object associated with the control. - - + - Gets a regular tooltip's title displayed within the specified control. + Creates an instance of the class and initializes properties with default values + + + + + + + Initializes a new instance of the ToolTipControllerShowEventArgs class with the specified settings. - A control whose regular tooltip's title is to be obtained. + The object to initialize the property. + + + The object to initialize the property. - A string representing a regular tooltip's title for the control. + + A value that specifies the tooltip's text. This value is assigned to the property. - + + + A value that specifies the tooltip's title. This value is assigned to the property. + + + A value that specifies the relative position of the tooltip window. This value is assigned to the property. - - - - Gets a regular tooltip for the specified control. - - - - A control whose tooltip should be obtained. + + + true if the callout beak is displayed when a hint appears; otherwise, false. This value is assigned to the property. + + + true if tooltip window's corners are rounded; otherwise, false. This value is assigned to the property. - A string representing a regular tooltip for the control. + + The radius of the rounded corners. This value is assigned to the property. - + + + A value that specifies the kind of the predefined icon. This value is assigned to the property. + + + + A value that specifies the icon's size. This value is assigned to the property. + + + + An object that represents the source of the images that can be displayed within tooltips. This value is assigned to the property. + + + + The index of the image to display in the tooltip. This value is assigned to the property. + + + + An object that provides the tooltip's appearance settings. This value is assigned to the property. + + + + An object that provides the appearance settings used to paint the tooltip's title. This value is assigned to the property. + + - + - Gets the type of the icon displayed within the specified control's regular tooltip. + Initializes a new instance of the ToolTipControllerShowEventArgs class with the specified settings. - A control whose tooltip's icon type is to be obtained. + The object to initialize the property. + + + The object to initialize the property. + + + A value that specifies the tooltip's text. This value is assigned to the property. - A value representing the type of the icon displayed within the specified control's regular tooltip. + + A value that specifies the tooltip's title. This value is assigned to the property. + + + A value that specifies the relative position of the tooltip window. This value is assigned to the property. + + + + true if the callout beak is displayed when a hint appears; otherwise, false. This value is assigned to the property. + + + + true if tooltip window's corners are rounded; otherwise, false. This value is assigned to the property. + + + + The radius of the rounded corners. This value is assigned to the property. + + + + The regular tooltip's style, which controls the look-and-feel settings. This value is assigned to the property. + + + + A value that specifies the kind of the predefined icon. This value is assigned to the property. + + + + A value that specifies the icon's size. This value is assigned to the property. + + + + An object that is the source of the images that can be displayed within tooltips. This value is assigned to the property. - + + + + The index of the image to display in the tooltip. This value is assigned to the property. + + + + An object that provides the tooltip's appearance settings. This value is assigned to the property. + + + + An object that provides the appearance settings used to paint the tooltip's title. This value is assigned to the property. + + - + - Hides the hint if it is being displayed. + Gets or sets whether HTML formatting tags can be used to format the tooltip's text. + A value that specifies whether HTML formatting tags can be used to format the tooltip's text. + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Gets the tooltip's appearance settings. This property is not in effect for objects. + An object which provides the tooltip's appearance settings. + - + - Occurs when an end-user clicks a hyperlink within a control's tool-tip or super tool-tip. + Gets the appearance settings used to paint the tooltip's title. This property is not in effect for objects. + An object which provides the appearance settings used to paint the tooltip's title. + - + - Gets or sets tooltip icon size. + Gets or sets whether the tooltip is hidden after a specific time ellapses. - The enumerator. + true if the tooltip is hidden after a specific time period ellapses; otherwise, false. - + - Gets or sets tooltip icon type. + Determines whether two objects are equal. - The enumerator. - + + The object specifying a instance to compare with the current object. + + + true if the specified object is equal to the current instance. + - + - Gets or sets the index of an image to be displayed within tooltips. + Gets the hash code (a number) that corresponds to the value of the current object. - The integer value specifying the index of an image to be displayed within tooltips. - + The hash code for the current object. + - + - Gets or sets the source of the images that can be displayed within tooltips. + Gets the actual location of the tooltip window relative to the position where the tooltip should appear. + - An object that is the source of images that can be displayed within tooltips. - + A value specifying the relative position of the tooltip window. + - + - Gets or sets the initial tooltip delay in milliseconds. + Gets the size of the predefined icon to display in the tooltip. - Integer value, specifying initial tooltip delay. + A value specifying the icon size. - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Gets or sets the kind of predefined icons to display in the tooltip. - + A value specifying the kind of predefined icon to display. - + - Disables displaying tooltips for the specified control implementing the DevExpress.Utils.IToolTipControlClient interface. + Gets or sets the index of an image from the to display in the tooltip. - - The control, implementing the DevExpress.Utils.IToolTipControlClient interface, for which the 's functionality should be disabled. - - + The index of a custom image to display in the tooltip. + - + - Resets the timer which controls when a tooltip's window is hidden. - + Gets or sets the source of images that can be displayed within tooltips. + An object that represents the source of images that can be displayed within tooltips. + - + - Gets or sets the time interval that must pass before another hint is displayed if another hint is currently visible. + Gets or sets the bounds of the current object for which a tooltip is displayed. - An integer value specifying the time interval in milliseconds. + The bounds of the object for which a tooltip is displayed. - + - Gets or sets whether the tooltip's corners are rounded. + Gets or sets whether the tooltip window has rounded corners. - true to display hints with rounded corners; otherwise, false. + true if tooltip window's corners are rounded; otherwise, false. - + Gets or sets the radius of the rounded corners of the tooltip window. @@ -12052,1232 +14730,1319 @@ In other cases, tooltips are painted using the + - Sets whether HTML formatting is enabled in tooltips for the specified control. + Gets or sets whether the tooltip should be displayed. - - A control for which the tooltip information is to be changed. - - - - A value that specifies whether HTML formatting is enabled in tooltips for the specified control. - - + true if the tooltip should be displayed; otherwise, false. + - + - Associates a object with the specified control. + Tests whether callout beaks are displayed for hints. - - A control for which to set the tooltip. - - - - - A object to associate with the control. - - + true if the callout beak is displayed when a hint appears; otherwise, false + - + - Sets a regular tooltip's title for the specified control. + Gets or sets a . - - A control for which to set a regular tooltip's title. - - - - - A string representing a regular tooltip's title. - - - + A object. + - + - Sets a regular tooltip for the specified control. + Gets or sets the regular tooltip's title. - - A control for which to set the tooltip. - - - - - A string representing a regular tooltip's text. - - - + A value which specifies the regular tooltip's title. + - + - Sets the type of the icon displayed within the specified control's regular tooltip. - + Gets or sets the text for the regular tooltip. - - A control for which the icon type is set. - - - - - - A value representing the type of the icon that should be displayed within the specified control's regular tooltip. + The string that is the text to display in the regular tooltip. - + - + - Tests whether callout beaks are displayed for hints. + Gets or sets the image to display within the current tooltip. - true if the callout beak is displayed when a hint appears; otherwise, false. + An object that specifies the image to display within the current tooltip. - + - Displays a hint for a control using specified settings. + Gets or sets the location of the tooltip window relative to the position where the tooltip should appear. - - A object specifying the settings used to display tooltips. - - - - The control for which to display the tooltip. - - + A value specifying the relative position of the tooltip window. + - + - Displays a hint relative to a specific control. + Gets or sets the look-and-feel settings of the regular tooltip displayed. + - - The text to display as a tooltip. - - - - The control for which to display the tooltip. - - - - The position relative to the specified control at which the tooltip should be displayed. - - + A value that specifies the look-and-feel of regular tooltips. + - + - Displays a hint relative to the mouse cursor using current settings. + Gets or sets the type of tooltip to be displayed. + - - The text to display as a tooltip. + A value that specifies the type of tooltip to be displayed. - + - + + - Displays a hint at the specified position relative to the mouse cursor. + The base class for classes providing data for 's events. - - The text to display as a tooltip. - - - - The position relative to the mouse cursor at which the hint should be displayed. - - - - + - Displays a hint relative to the specified point using current settings - + Creates an instance of the class. - - The text to display as a tooltip. + + The object to initialize the property. - - The point relative to which the tooltip should be displayed. + + The object to initialize the property. - + - Displays a hint at a specified position relative to a specific point. + Creates an instance of the class. - - The text to display as a tooltip. - - - - The position relative to the specified point at which the hint should be displayed. - - - - The point relative to which the hint should be displayed. - - - + - Displays a hint relative to a specific point using specified settings. + Gets or sets the control for which a tooltip controller's event is fired. - - A object specifying settings for displaying tooltips. - - - - - A point relative to which the hint should be displayed. - - + A object for which the event is fired. + - + - Displays a hint relative to the mouse cursor using specified settings. + Gets or sets the element of the control for which the tooltip should be displayed. - - A object specifying settings for displaying tooltips. - - + An object defining the element for which to display the tooltip. + - + + - Displays a hint using the specified tooltip information. + Represents a method that will handle the event. + - - A object containing information for displaying a hint. - - - - + - Displays a hint with the specified text and title relative to the specified control. + Represents a method that will handle the event. - - A string which represents the tooltip's text. + + The event source. This identifies the component which fires the event. - - A string which represents the tooltip's title. + + A object containing data related to the event. - - The control to display the tooltip for. - - - - The position relative to the specified control at which the tooltip should be displayed. - + + + + Provides data for the event. + + - + - Displays a hint with the specified text and title relative to the mouse cursor using the current ToolTipController settings. - + Initializes a new instance of the class with the specified settings. - - A string that represents a tooltip's text. + + An object for which the event is fired. This value is assigned to the property. - - A string that represents a tooltip's title. + + An object which identifies the element which the tooltip is displayed for. This value is assigned to the property. - - - - - - Displays a hint with the specified text and title relative to the specified point. - - - - A string that represents a tooltip's text. + A value which specifies the tooltip's contents. This value is assigned to the property. - A string that represents a tooltip's title. + A value which specifies the tooltip's title. This value is assigned to the property. - - The position relative to the specified control at which the tooltip should be displayed. + + A structure which specifies the tooltip's bounds. This value is assigned to the property. - - A point relative to which the hint should be displayed. + + A structure which specifies the screen coordinates of the top left tooltip corner. This value is assigned to the property. - + - Displays a hint with the specified text and title at the specified point using the current ToolTipController settings - + Initializes a new instance of the ToolTipControllerCalcSizeEventArgs class with the specified settings. - - A string that represents a tooltip's text. + + An object for which the event is fired. This value is assigned to the property. - - A string that represents a tooltip's title. + + An object which identifies the element that the tooltip is displayed for. This value is assigned to the property. - - A point relative to which the hint should be displayed. + + A object that provides additional event data. This value is assigned to the property. - + - Displays a hint with the specified text and title relative to the mouse cursor's position. - + Initializes a new instance of the ToolTipControllerCalcSizeEventArgs class with the specified settings. - - A string that represents a tooltip's text. + + An object for which the event is fired. This value is assigned to the property. - - A string that represents a tooltip's title. + + An object which identifies the element for which the tooltip is displayed. This value is assigned to the property. - - - The position relative to the specified control at which the tooltip should be displayed. + + A value which specifies the tooltip's contents. This value is assigned to the property. + + + A value which specifies the tooltip's title. This value is assigned to the property. - - - - Gets or sets whether the tooltips are shown shadowed. - - - true if the tooltips are shown shadowed; otherwise, false. - + - + - Gets the appearance settings used to paint the hints of bound controls. + Gets or sets the coordinates of the top left tooltip corner. - An object which provides the appearance settings used to paint the hints of bound controls. + The object specifying the coordinates of the top left tooltip corner relative to the desktop. - + - Gets or sets the tooltip location. + Gets the additional event data. - The enumerator. + A object that provides additional event data. - + - Gets or sets the look-and-feel of regular tooltips. + Gets or sets the tooltip dimensions. - A value that specifies the look-and-feel of regular tooltips. + The object specifying the width and height of a tooltip rectangle. - + - Gets or sets the type of tooltips displayed by the controller. + Gets the tooltip's title. - A value that specifies the type of tooltips to be displayed. - + A value which specifies the tooltip's title. - + - Obsolete. Gets or sets whether the default style should be used for the hint. + Gets the text to be displayed within the tooltip. - true if the default style is applied to the hint; false if the is used + The object specifying the text to be displayed within the tooltip. - + - Contains default look and feel settings used by all DevExpress controls in the application. + Provides tooltip appearance and behavior options for individual controls. - + - Creates an instance of the object. + Creates a new instance of the class. - + - Initializes a new instance of the DefaultLookAndFeel class with the specified container. + Initializes a new instance of the ToolTipController class with the specified container. - A that represents the container for the Default LookAndFeel object. + A that represents the container for the tooltip controller. - + - [To be supplied] + Gets or sets whether the component's functionality is enabled. + - [To be supplied] + true if displaying tooltips is allowed; otherwise, false. + - + - Gets the object defining Default LookAndFeel settings. + Gets the active control, if it implements the IToolTipControlClient interface. - A object defining Default LookAndFeel settings. + A object. - - + - Contains methods to operate on objects. + Returns the object that identifies which of the bound control's elements the tooltip is displayed for. + A object representing the bound control's element that the tooltip is displayed for. + + - + - Hides the current popup control. + An object containing tooltip information for the current element of a bound control. + A object containing tooltip information for the current element of a bound control. + - + - Displays the current popup control using a menu manager. + Enables the display of tooltips for the specified control implementing the DevExpress.Utils.IToolTipControlClient interface. - - An IDXMenuManager object that displays a popup control in a specific manner. + + The control, implementing the DevExpress.Utils.IToolTipControlClient interface, for which tooltips should be enabled. + + + + + + Enables the display of tooltips for the specified control implementing the DevExpress.Utils.IToolTipControlClient interface. + + - A parent control for the current popup control. + - - A position where a popup control will be displayed. + + - + - Gets whether the current popup control is visible. + Gets or sets whether HTML formatting tags can be used to format text in tooltips. - true if the current popup control is visible; otherwise, false. + A Boolean value that specifies whether HTML formatting tags can be used to format text in tooltips. - + + + Gets or sets the settings that control the appearance of a tooltip's window and text. + + + + An object that contains the appearance settings. + + + + + + + + Provide the settings that control the appearance of a tooltip's title. + + + An object that contains the appearance settings. + + + + + + + + Gets or sets the tooltip delay in milliseconds. + + + Integer value specifying tooltip delay. + + + + + + + Enables you to customize the text and settings of the tooltip before displaying it onscreen. + + + + + - Serves as the base for class. + Enables you to specify the position and size of the tooltip window. + - + - Gets the value indicating whether the scroll bar is horizontal or vertical. + Gets or sets whether a tooltip is closed when it's clicked. - A enumeration member specifying scroll bar orientation. + A value that specifies whether a tooltip is closed when it's clicked. - - + - Represents the vertical scroll bar control. + Returns a object containing settings of the current tooltip controller. + A object with settings of the current tooltip controller. + + - + - Creates a new object. + Enables a tooltip's window to be custom painted. - + - This member overrides Control.RightToLeft. + Gets the default used for displaying tooltips. - One of the System.Windows.Forms.RightToLeft values. + A default object. - - + - Serves as the base for , , and classes. + Allows you to provide custom tooltips for any element of a control that implements the interface. + - + - Creates a new object. + Returns whether HTML formatting is enabled in tooltips for the specified control. + + A control for which this tooltip setting is to be obtained. + + + A value that specifies whether HTML formatting is supported in tooltips for the specified control. + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Gets a object associated with the specified control. - - + + The control whose SuperToolTip object is to be obtained. + + + A object associated with the control. + - + - Applies the specified UI mode to the specified scroll bar. + Gets a regular tooltip's title displayed within the specified control. + - - A control to which the specified UI mode should be applied. + + A control whose regular tooltip's title is to be obtained. - - - A enumeration value specifying the UI mode to be applied. - A control whose UI mode has been set. + A string representing a regular tooltip's title for the control. + - + - Applies the default scroll mode to the specified scroll bar. + Gets a regular tooltip for the specified control. - - A control to which the default UI mode should be applied. + + A control whose tooltip should be obtained. + - A control whose UI mode has been set. + A string representing a regular tooltip for the control. + - + - Gets or sets a value specifying whether the scroll bar is autosized. + Gets the type of the icon displayed within the specified control's regular tooltip. - true if auto size is applied; otherwise false. - + + A control whose tooltip's icon type is to be obtained. + + + + + A value representing the type of the icon displayed within the specified control's regular tooltip. + + + - + - Overrides the base class BackColor property. + Hides the hint if it is being displayed. - A object representing the control's background color. - - + - Overrides the base class BackgroundImage property. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - A object representing the image to display in the control's background. - - + - Locks the ScrollBarBase object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. - - - - -Prevents the control from being updated until the or method is called. + Occurs when an end-user clicks a hyperlink within a control's tool-tip or super tool-tip. - + - Unlocks the control after a method call without causing immediate repainting. + Gets or sets tooltip icon size. + The enumerator. + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Gets or sets tooltip icon type. - + The enumerator. - + - Unlocks the control after a method call and causes its immediate repainting. + Gets or sets the index of an image to be displayed within tooltips. + The integer value specifying the index of an image to be displayed within tooltips. + - + - Overrides the base class Font property. + Gets or sets the source of the images that can be displayed within tooltips. - A object to apply to the text displayed by the control. + An object that is the source of images that can be displayed within tooltips. - + - Overrides the base class ForeColor property. + Gets or sets the initial tooltip delay in milliseconds. - A object representing the control's foreground color. + Integer value, specifying initial tooltip delay. - + - Returns an object which implements the accessibility information. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - A BaseAccessibility object. - + + - + - Returns the default height, in pixels, of horizontal scroll bars displayed in the current scroll UI mode. - + - A value that indicates the default height, in pixels, of a horizontal scroll bar. - + + + + + + - + - Returns the default width, in pixels, of vertical scroll bars displayed in the current scroll UI mode. + Disables displaying tooltips for the specified control implementing the DevExpress.Utils.IToolTipControlClient interface. - A value that indicates the default width, in pixels, of a vertical scroll bar. - + + The control, implementing the DevExpress.Utils.IToolTipControlClient interface, for which the 's functionality should be disabled. + + - + - Returns the value of the control's Enabled property. + Resets the timer which controls when a tooltip's window is hidden. + - The value of the Enabled property. - - + - Returns the value of the control's Height property. + Gets or sets the time interval that must pass before another hint is displayed if another hint is currently visible. - The value of the Height property. - + An integer value specifying the time interval in milliseconds. + - + - Returns the default height, in pixels, of horizontal scroll bars displayed in the specified UI mode. + Gets or sets whether the tooltip's corners are rounded. - - A ScrollUIMode enumeration value that specifies the UI mode in which a scroll bar is displayed. - - - A value that indicates the default height, in pixels, of a horizontal scroll bar. - + true to display hints with rounded corners; otherwise, false. + - + - Returns the default height, in pixels, of horizontal scroll bars. + Gets or sets the radius of the rounded corners of the tooltip window. - A value that indicates the default height, in pixels, of horizontal scroll bars. - + The radius of the rounded corners. + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Sets whether HTML formatting is enabled in tooltips for the specified control. - - + + A control for which the tooltip information is to be changed. + + + + A value that specifies whether HTML formatting is enabled in tooltips for the specified control. - - - + - Returns the UI mode in which the specified scroll bar is displayed. + Associates a object with the specified control. - - A object whose UI mode should be returned. + + A control for which to set the tooltip. + + + + + A object to associate with the control. - The scroll bar's UI mode. - - + - Returns the default width, in pixels, of vertical scroll bars displayed in the specified UI mode. + Sets a regular tooltip's title for the specified control. - - A ScrollUIMode enumeration value that specifies the UI mode in which a scroll bar is displayed. + + A control for which to set a regular tooltip's title. + + + + + A string representing a regular tooltip's title. + - A value that indicates the default width, in pixels, of a vertical scroll bar. - - + - Returns the default width, in pixels, of vertical scroll bars. + Sets a regular tooltip for the specified control. - A value that indicates the default width, in pixels, of vertical scroll bars. - + + A control for which to set the tooltip. - - - - Returns the value of the control's Width property. - - - The value of the Width property. - + + + A string representing a regular tooltip's text. - - - - Gets or sets the Input Method Editor(IME) mode supported by this control. - - - A ImeMode enumeration member specifying the Input Method Editor (IME) status of an object when the object is selected. - + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Sets the type of the icon displayed within the specified control's regular tooltip. + - - + + A control for which the icon type is set. + + + + + + A value representing the type of the icon that should be displayed within the specified control's regular tooltip. + + - + - Gets or sets the increment applied to the property when the scroll box is moved by a 'page'. + Tests whether callout beaks are displayed for hints. - An integer value representing the increment applied when the scroll box is moved by a 'page'. + true if the callout beak is displayed when a hint appears; otherwise, false. - + - Gets a value providing access to settings controlling the control's look and feel. + Displays a hint for a control using specified settings. - A object whose properties specify the control's look and feel. - + + A object specifying the settings used to display tooltips. + + + + The control for which to display the tooltip. + + - + - Gets or sets the upper limit of values of the scrollable range. + Displays a hint relative to a specific control. - An integer value representing the value's upper limit. - + + The text to display as a tooltip. + + + + The control for which to display the tooltip. + + + + The position relative to the specified control at which the tooltip should be displayed. + + - + - Gets or sets the lower limit of the scrollable range. + Displays a hint relative to the mouse cursor using current settings. - An integer value representing a lower limit. - + + The text to display as a tooltip. + + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Displays a hint at the specified position relative to the mouse cursor. - - A ScrollNotifyAction enumeration value. + + The text to display as a tooltip. + + + + The position relative to the mouse cursor at which the hint should be displayed. - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Displays a hint relative to the specified point using current settings + - - + + The text to display as a tooltip. + + + + The point relative to which the tooltip should be displayed. - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Displays a hint at a specified position relative to a specific point. - - + + The text to display as a tooltip. + + + + The position relative to the specified point at which the hint should be displayed. + + + + The point relative to which the hint should be displayed. - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Displays a hint relative to a specific point using specified settings. - - + + A object specifying settings for displaying tooltips. + + + + + A point relative to which the hint should be displayed. - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Displays a hint relative to the mouse cursor using specified settings. - - + + A object specifying settings for displaying tooltips. - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Displays a hint using the specified tooltip information. - - + + A object containing information for displaying a hint. - + - Fires when the scroll thumb has been moved either by a mouse or keyboard action. + Displays a hint with the specified text and title relative to the specified control. + + A string which represents the tooltip's text. + + + + A string which represents the tooltip's title. + + + + The control to display the tooltip for. + + + + + The position relative to the specified control at which the tooltip should be displayed. + + - + - Gets or sets a value specifying whether the scroll bar is automatically sized. + Displays a hint with the specified text and title relative to the mouse cursor using the current ToolTipController settings. + - true if the auto sizing feature is enabled; otherwise false. - + + A string that represents a tooltip's text. + + + + A string that represents a tooltip's title. + + - + - Fires after the property's value has been changed. + Displays a hint with the specified text and title relative to the specified point. + + A string that represents a tooltip's text. + + + + A string that represents a tooltip's title. + + + + The position relative to the specified control at which the tooltip should be displayed. + + + + A point relative to which the hint should be displayed. + + - + - Gets the value indicating whether the scroll bar is horizontal or vertical. + Displays a hint with the specified text and title at the specified point using the current ToolTipController settings + - A enumeration member specifying the scroll bar type. - + + A string that represents a tooltip's text. + + + + A string that represents a tooltip's title. + + + + A point relative to which the hint should be displayed. + + - + - Sets the visibility of the current ScrollBarBase control. This method is not in effect if the scroll bar is displayed in the touch UI mode. + Displays a hint with the specified text and title relative to the mouse cursor's position. + - - true to display the control; false to hide the control. + + A string that represents a tooltip's text. + + + + A string that represents a tooltip's title. + + + + The position relative to the specified control at which the tooltip should be displayed. - + - Gets or sets the value by which the property changes when the user presses one of the arrow keys or clicks one of the scroll-bar buttons. + Gets or sets whether the tooltips are shown shadowed. - An integer value by which the property changes. + true if the tooltips are shown shadowed; otherwise, false. - + - Gets or sets a value indicating whether a user can focus the scroll bar control using the TAB key. + Gets the appearance settings used to paint the hints of bound controls. - true if a user can focus the scroll bar using the TAB key; otherwise, false. + An object which provides the appearance settings used to paint the hints of bound controls. - + - Overrides the base class Text property. + Gets or sets the tooltip location. - A string value representing the text associated with this control. + The enumerator. - + - Gets or sets the UI mode in which scroll bars are displayed. + Gets or sets the look-and-feel of regular tooltips. - A enumeration value that specifies the UI mode in which scroll bars are displayed. + A value that specifies the look-and-feel of regular tooltips. - + - Gets or sets a value specifying the scroll box's current position. + Gets or sets the type of tooltips displayed by the controller. - An integer value representing the scroll box's current position. + A value that specifies the type of tooltips to be displayed. + - + - Fires immediately after the property has been changed. + Obsolete. Gets or sets whether the default style should be used for the hint. + true if the default style is applied to the hint; false if the is used + - + - Serves as the base for class. + Contains default look and feel settings used by all DevExpress controls in the application. - + - Gets the value indicating whether the scroll bar is horizontal or vertical. + Creates an instance of the object. - A enumeration member specifying the scroll bar's orientation. - - + + + Initializes a new instance of the DefaultLookAndFeel class with the specified container. + + + + A that represents the container for the Default LookAndFeel object. + + + + + - Represents the horizontal scroll bar control. + Registers the Bonus Skins for runtime use. + true to register the Bonus Skins. + + - + - Creates a new object. + Gets the object defining Default LookAndFeel settings. + A object defining Default LookAndFeel settings. + - + - Contains miscellaneous settings applied to a 's built-in button panel. + Contains methods to operate on objects. - + - Initializes a new instance of the FlyoutPanelButtonOptions class with the specified settings. + Hides the current popup control. - - A that owns the current FlyoutPanelButtonOptions. - - - + - Gets or sets whether button glyphs are painted based on the 's foreground color. - + Displays the current popup control using a menu manager. - true, if button glyphs are painted based on the 's foreground color; otherwise, false. + + An IDXMenuManager object that displays a popup control in a specific manner. - + + + A parent control for the current popup control. + + + A position where a popup control will be displayed. - - - - [To be supplied] - - [To be supplied] + - + - Gets or sets the alignment of buttons within the button panel. + Gets whether the current popup control is visible. - A System.Drawing.ContentAlignment enumeration value that specifies the alignment of buttons within the button panel. + true if the current popup control is visible; otherwise, false. - + + - Gets or sets the built-in button panel's height. + Serves as the base for class. - A value specifying the button panel's height, in pixels. - - - + - Gets or sets the location of the built-in button panel in the . + Gets the value indicating whether the scroll bar is horizontal or vertical. - A FlyoutPanelButtonPanelLocation enumeration value specifying the location of the built-in button panel in the . + A enumeration member specifying scroll bar orientation. - + + - Provides access to the collection of buttons displayed in the 's built-in button panel. + Represents the vertical scroll bar control. - A BaseButtonCollection object representing a button collection. - - - + - [To be supplied] + Creates a new object. + - [To be supplied] - + - Gets or sets the amount of space around the button panel. + This member overrides Control.RightToLeft. - A System.Windows.Forms.Padding structure that specifies the amount of space around the button panel. - + One of the System.Windows.Forms.RightToLeft values. - + + - Resets settings applied to the built-in button panel to the default values. This member supports the internal infrastructure, and is not intended to be used directly from your code. + Serves as the base for class. - - + - Tests whether the FlyoutPanelButtonOptions object should be persisted. + Gets the value indicating whether the scroll bar is horizontal or vertical. - true, if the object should be persisted; otherwise, false. - + A enumeration member specifying the scroll bar's orientation. + - + + - Gets or sets whether the built-in button panel is displayed in the . + Represents the horizontal scroll bar control. + + + + + + + Creates a new object. - true, if the built-in button panel is displayed; otherwise, false. - @@ -13536,7 +16301,7 @@ Prevents the control from being updated until the - Gets the actual value of the setting for the current UserLookAndFeel object. - + This member supports the internal infrastructure, and is not intended to be used directly from your code. Use the property instead. - The actual value of the setting for the current UserLookAndFeel object. + - Gets the actual value of the setting for the current UserLookAndFeel object. - + This member supports the internal infrastructure, and is not intended to be used directly from your code. Use the property instead. - The actual value of the setting for the current UserLookAndFeel object. + @@ -13724,15 +16487,31 @@ Prevents the control from being updated until the - Applies the specified skin and allows you to enable the touch-aware mode. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - A string value specifying the skin name to apply. + + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + - The value that specifies whether touch-aware mode needs to be enabled. + @@ -13771,77 +16550,137 @@ Prevents the control from being updated until the enumeration value which specifies the style of the current object. - - true if a control should be painted using the WindowsXP theme; otherwise, false. + + true if a control should be painted using the WindowsXP theme; otherwise, false. + + + + true to use the look and feel settings provided by the parent object or default look and feel object; false to apply the current object's settings. + + + + + + + + Sets the look and feel settings of the current object to the specified values. + + + + A enumeration value which specifies the style of the current object. This value is assigned to the property. + + + + + true, if a control should be painted using the WindowsXP theme; otherwise, false. This value is assigned to the property. + + + + + true to use the look and feel settings provided by the parent object or default look and feel object; false to apply the current object's settings. This value is assigned to the property. + + + + + A string value specifying the skin name. This value is assigned to the property. + + + + + true, to enable the touch-aware mode; otherwise, false. This value is assigned to the property. + + + + + + + + + Sets the look and feel settings of the current object to the specified values. + + + + A enumeration value which specifies the style of the current object. This value is assigned to the property. + + + + true, if a control should be painted using the WindowsXP theme; otherwise, false. This value is assigned to the property. + + + + true to use the look and feel settings provided by the parent object or default look and feel object; false to apply the current object's settings. This value is assigned to the property. + + + + A string value specifying the skin name. This value is assigned to the property. + + + + true, to enable the touch-aware mode; otherwise, false. This value is assigned to the property. - - true to use the look and feel settings provided by the parent object or default look and feel object; false to apply the current object's settings. + + The scale factor applied when touch-aware mode is enabled. This value is assigned to the property. - + - Sets the look and feel settings of the current object to the specified values. + Sets the look and feel settings of the current object to the specified values. - A enumeration value which specifies the style of the current object. This value is assigned to the property. - + A value which specifies the style of the current object. This value is assigned to the property. - true, if a control should be painted using the WindowsXP theme; otherwise, false. This value is assigned to the property. - + true, if a control should be painted using the WindowsXP theme; otherwise, false. This value is assigned to the property. - true to use the look and feel settings provided by the parent object or default look and feel object; false to apply the current object's settings. This value is assigned to the property. - + true, to use the look and feel settings provided by the parent object or default look and feel object; false, to apply the current object's settings. This value is assigned to the property. - A string value specifying the skin name. This value is assigned to the property. - + A string value specifying the skin name. This value is assigned to the property. - - true, to enable the touch-aware mode; otherwise, false. This value is assigned to the property. - + + A value that specifies whether touch-aware mode needs to be enabled or disabled. This value is assigned to the property. - + - Sets the look and feel settings of the current object to the specified values. + Sets the look and feel settings of the current object to the specified values. - A enumeration value which specifies the style of the current object. This value is assigned to the property. + A value which specifies the style of the current object. This value is assigned to the property. - true, if a control should be painted using the WindowsXP theme; otherwise, false. This value is assigned to the property. + true, if a control should be painted using the WindowsXP theme; otherwise, false. This value is assigned to the property. - true to use the look and feel settings provided by the parent object or default look and feel object; false to apply the current object's settings. This value is assigned to the property. + true, to use the look and feel settings provided by the parent object or default look and feel object; false, to apply the current object's settings. This value is assigned to the property. - A string value specifying the skin name. This value is assigned to the property. + A string value specifying the skin name. This value is assigned to the property. - - true, to enable the touch-aware mode; otherwise, false. This value is assigned to the property. + + A value that specifies whether touch-aware mode needs to be enabled or disabled. This value is assigned to the property. - The scale factor applied when touch-aware mode is enabled. This value is assigned to the property. + The scale factor applied when touch-aware mode is enabled. This value is assigned to the property. @@ -13938,28 +16777,6 @@ Prevents the control from being updated until the - - Gets or sets the scale factor used to calculate the size and distance between specific control elements when touch-aware mode is enabled. - - - - The scale factor used to calculate the size and distance between specific control elements when touch-aware mode is enabled. - - - - - - - Gets or sets whether touch-aware mode is enabled, in which controls automatically increase their size and the distance between some of their elements. - - - - true, if touch-aware mode is enabled; otherwise, false. - - - @@ -14184,22 +17001,6 @@ The following screenshot shows the UltraFlat style applied to a button ed - - - - - A group of buttons that can be displayed within a object. - - - - - - - Initializes a new DXButtonGroupItem instance with the default settings. - - - - @@ -14883,179 +17684,17 @@ The following screenshot shows the UltraFlat style applied to a button ed - - - - Represents the base class for panels. - - - - - - - Initializes a new instance of the XtraPanel class. - - - - - - - - Gets or sets a value indicating whether the container enables the user to scroll to any control placed outside its visible boundaries. - - - - true if the auto-scrolling feature is enabled; otherwise, false. - - - - - - - Gets or sets whether the panel is automatically resized according to the value of the property. - - - true if the panel's auto-resizing feature is enabled; otherwise, false. - - - - - - - Fires when the value of the property is changed. - - - - - - - - Indicates the automatic sizing behavior of the panel. - - - A value. - - - - - - - Gets or sets the panel's border style. - - - A value that specifies the panel's border style. - - - - - - - Retrieves the size of a rectangular area into which the panel can be fitted. - - - - A custom-sized area for the panel. - - - - A Size value that specifies a rectangle into which the panel can be fit. - - - - - - - - This member is not supported by the XtraPanel class. - - - - - - - - This member is not supported by the XtraPanel class. - - - - - - - - This member is not supported by the XtraPanel class. - - - - - - - - Resets the property to its default value. - - - - - - - - Gets whether the property should be serialized. - - - true if the property should be serialized; otherwise, false. - - - - - - - Gets or sets a value indicating whether the user can focus this control using the TAB key. - - - - - true if the user can focus this control using the TAB key; otherwise, false. - - - - - - - - This member is not supported by the XtraPanel class. - - - - - - - - - - This member is not supported by the XtraPanel class. - - - - - - - - - Enumerates animation modes. - - + - - - A fade animation effect. + A group of buttons that can be displayed within a object. - - + - A slide-in animation effect. + Initializes a new DXButtonGroupItem instance with the default settings. @@ -15139,16 +17778,6 @@ The following screenshot shows the UltraFlat style applied to a button ed - - - - This member is not intended to be used directly from your code. - - - - - - @@ -15183,27 +17812,43 @@ The following screenshot shows the UltraFlat style applied to a button ed - + + + Provides access to the collection of control state transitions. + + + The collection of control state transitions. + + + + + + + + Contains values used to set the property. + + + + + - This member is not intended to be used directly from your code. + The same as False. - + - Provides access to the collection of control state transitions. + Touch UI mode is disabled. - The collection of control state transitions. - - + - This member is not intended to be used directly from your code. + Touch UI mode is enabled. diff --git a/lib/DevExpress/DevExpress.Xpf.Controls.v14.1.dll b/lib/DevExpress/DevExpress.Xpf.Controls.v14.1.dll deleted file mode 100644 index 2da7300b..00000000 Binary files a/lib/DevExpress/DevExpress.Xpf.Controls.v14.1.dll and /dev/null differ diff --git a/lib/DevExpress/DevExpress.Xpf.Controls.v15.1.dll b/lib/DevExpress/DevExpress.Xpf.Controls.v15.1.dll new file mode 100644 index 00000000..936b193f Binary files /dev/null and b/lib/DevExpress/DevExpress.Xpf.Controls.v15.1.dll differ diff --git a/lib/DevExpress/DevExpress.Xpf.Controls.v14.1.xml b/lib/DevExpress/DevExpress.Xpf.Controls.v15.1.xml similarity index 72% rename from lib/DevExpress/DevExpress.Xpf.Controls.v14.1.xml rename to lib/DevExpress/DevExpress.Xpf.Controls.v15.1.xml index a27adfa0..93039b89 100644 --- a/lib/DevExpress/DevExpress.Xpf.Controls.v14.1.xml +++ b/lib/DevExpress/DevExpress.Xpf.Controls.v15.1.xml @@ -1,234 +1,236 @@ - DevExpress.Xpf.Controls.v14.1 + DevExpress.Xpf.Controls.v15.1 - + - A navigation container that implements the interface. + Lists values that specify on which side of the book the first page is displayed. - + - Initializes a new instance of the NavigationPage class with the default settings. + The first page is displayed on the right side of the book. - + - Gets or sets the displayed on the bottom of the NavigationPage. - + The first page is displayed on the left side of the book. - The displayed on the bottom of the NavigationPage. - - - + + - Identifies the dependency property. + Represents a method that will handle the event. - [To be supplied] - - + - Gets the navigation cache mode currently applied to the specific element within this NavigationPage. + Represents a method that will handle the event. - - A DependencyObject that is the element within this NavigationPage, whose cache mode is to be obtained. + + An object representing the event source. - A NavigationCacheMode enumerator value that is the cache mode currently applied to the specific element within this NavigationPage. - - + + A object that contains event data. - - - - Gets or sets the cache mode for specific elements within the NavigationPage. - - - A NavigationCacheMode that is the cache mode for specific elements within the NavigationPage. - + - - - Identifies the dependency property. - - - [To be supplied] - + - - - Called after the template is completely generated and attached to the visual tree. + Provides data for the event. + - - + - Sets the cache mode for the NavigationPage's content. + Initializes a new instance of the PageIndexChangingEventArgs class. - - A DependencyObject that is the NavigationPage content element whose content cache mode is to be set. + + An integer value that specifies the index of the previous page. This value is assigned to the property. - - A NavigationCacheMode enumerator value that specifies the cache mode for the obj NavigationPage content. + + An integer value that specifies the index of the current page. This value is assigned to the property. - + - Gets of sets the disposed at the top of the NavigationPage. + Gets or sets the index of the current page. - The disposed at the top of the NavigationPage. + An integer value that specifies the index of the current page. - + - Identifies the dependency property. + Gets the index of the previous page. - [To be supplied] + An integer value that specifies the index of the previous page. + - + - Lists values that specify on which side of the book the first page is displayed. + A Windows-8 styled pop-up menu. - + - The first page is displayed on the right side of the book. + Initializes a new instance of the MenuFlyout class with default settings. + - + - The first page is displayed on the left side of the book. + Provides access to the collection of s used in this MenuFlyout. + + A MenuFlyoutItemCollection that stores s used in this MenuFlyout. + - - + + - Represents a method that will handle the event. + Gets or sets an object that provides information to generate and initialize s for the current MenuFlyout. + This is a dependency property. + An Object that serves as a source for this MenuFlyout's items. + + - + - Represents a method that will handle the event. + Identifies the dependency property. - - An object representing the event source. + + - - - A object that contains event data. - + + + + Gets or sets the style applied to a object contained within this MenuFlyout. +This is a dependency property. + + + A Style object providing corresponding style settings. + - - + - Provides data for the event. - + Identifies the dependency property. + + + - + - Initializes a new instance of the PageIndexChangingEventArgs class. + Gets or sets a template used to visualize s within this MenuFlyout. This is a dependency property. - - An integer value that specifies the index of the previous page. This value is assigned to the property. + A DataTemplate object that specifies the corresponding template. + - - - An integer value that specifies the index of the current page. This value is assigned to the property. - + + + + Identifies the dependency property. + + + + - + - Gets or sets the index of the current page. + Gets or sets an object that chooses a template used to visualize s within this MenuFlyout. This is a dependency property. - An integer value that specifies the index of the current page. + A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. - + - Gets the index of the previous page. + Identifies the dependency property. - An integer value that specifies the index of the previous page. - + + - [To be supplied] + A single item in the control. + - [To be supplied] + Initializes a new instance of the TileBarItem class with the default settings. + - [To be supplied] + Gets or sets the content for the flyout invoked with the current item. This is a dependency property. + - [To be supplied] + An Object that represents the content for the flyout. + @@ -237,15 +239,17 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets or sets the DataTemplate used to render the flyout content. This is a dependency property. + - [To be supplied] + A DataTemplate used to render the flyout content. + @@ -254,15 +258,17 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets or sets the DataTemplateSelector object that provides a way to choose a DataTemplate used to render the flyout content. This is a dependency property. + - [To be supplied] + A DataTemplateSelector object that provides a way to choose a DataTemplate used to render the flyout content. + @@ -271,7 +277,7 @@ Identifies the dependency property. - [To be supplied] + @@ -306,7 +312,7 @@ Identifies the dependency property. - [To be supplied] + @@ -397,7 +403,7 @@ Identifies the dependency property. - [To be supplied] + @@ -416,7 +422,7 @@ Identifies the dependency property. - [To be supplied] + @@ -435,7 +441,7 @@ Identifies the dependency property. - [To be supplied] + @@ -454,7 +460,7 @@ Identifies the dependency property. - [To be supplied] + @@ -521,7 +527,7 @@ Identifies the dependency property. - [To be supplied] + @@ -540,7 +546,7 @@ Identifies the dependency property. - [To be supplied] + @@ -597,7 +603,7 @@ Identifies the dependency property. - [To be supplied] + @@ -612,26 +618,28 @@ - [To be supplied] + Initializes a new instance of the OfficeNavigationBar class with default settings. + + - [To be supplied] + - [To be supplied] + - [To be supplied] + - [To be supplied] + @@ -640,15 +648,17 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets the alignment of the customization button relative to the bar. This is a dependency property. + - [To be supplied] + A enumeration value that specifies the customization button alignment. + @@ -657,47 +667,52 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Get or sets whether the customization button is displayed after or before bar items, or is hidden. This is a dependency property. + - [To be supplied] + A enumeration value that specifies whether and where the customization button is displayed. The default is ShowAfterItems. + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + - [To be supplied] + The default value for the dependency property. + - [To be supplied] + - [To be supplied] + The default value for the dependency property. + - [To be supplied] + - [To be supplied] + - [To be supplied] + @@ -706,15 +721,15 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + - [To be supplied] + @@ -723,15 +738,15 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + - [To be supplied] + @@ -740,31 +755,32 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + - [To be supplied] + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + - [To be supplied] + - [To be supplied] + @@ -773,15 +789,17 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets or sets the delay, in milliseconds, elapsed before the peek form is hidden. This is a dependency property. + - [To be supplied] + An integer value that specifies the delay, in milliseconds, elapsed before the peek form is hidden. + @@ -790,15 +808,17 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets or sets the delay, in milliseconds, elapsed before the peek form is shown. This is a dependency property. + - [To be supplied] + An integer value that specifies the delay, in milliseconds, elapsed before the peek form is shown. + @@ -807,16 +827,16 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + - [To be supplied] + @@ -826,7 +846,7 @@ Identifies the dependency property. - [To be supplied] + @@ -835,15 +855,15 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + - [To be supplied] + @@ -852,7 +872,7 @@ Identifies the dependency property. - [To be supplied] + @@ -867,16 +887,20 @@ - [To be supplied] + Initializes a new instance of the TileBar class with the default settings. + - [To be supplied] + Gets or sets whether items can be selected. + - [To be supplied] + true, if items can be selected; otherwise, false. + + @@ -885,30 +909,35 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Hides the currently displayed flyout. + - [To be supplied] + The default value for the dependency property that specifies the distance between tiles and group headers. Value: 5. + - [To be supplied] + - [To be supplied] + Gets or sets the direction in which flyouts open. + - [To be supplied] + A FlyoutShowDirection enumeration value that specifies the direction in which flyouts open. + + @@ -917,26 +946,50 @@ Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets the mode that specifies how drop-down tile bars are displayed. + + + A enumeration value that specifies how drop-down tile bars are displayed. + + + + + + + Identifies the dependency property. + + + - [To be supplied] + Returns the group header of the specified navigation element. + - [To be supplied] + A DependencyObject representing a navigation element whose group header should be returned. + - [To be supplied] + An Object representing a group header assigned to the specified navigation element. null (Nothing in VB) if no group header is assigned. + - [To be supplied] + Gets or sets a group header associated with a specific object. This is an attached property. + - [To be supplied] + An Object representing a group header associated with a specific object. + @@ -945,15 +998,17 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets or sets the distance between tiles and group headers. This is a dependency property. + - [To be supplied] + A Double value that specifies the distance between tiles and group headers. + @@ -962,15 +1017,20 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets or sets the style applied to group headers. + + +This is a dependency property. + - [To be supplied] + A Style object providing corresponding style settings. + @@ -979,15 +1039,17 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets or sets the DataTemplate used to render group headers. + - [To be supplied] + A DataTemplate object used to render group headers. + @@ -996,15 +1058,17 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets or sets the mode that specifies how tiles are colored. This property is in effect if the TileBar is displayed in a flyout. + - [To be supplied] + A TileColorMode enumeration value that specifies how tiles are colored. + @@ -1013,15 +1077,17 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets or sets the distance between tiles in the current TileBar. This is a dependency property. + - [To be supplied] + A Double value that specifies the distance, in pixels, between tiles within the current TileBar. The default is 10. + @@ -1030,15 +1096,17 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets or sets whether the TileBar is oriented horizontally or vertically. + - [To be supplied] + An Orientation enumeration value that specifies the orientation of the current TileBar. The default is Horizontal. + @@ -1047,28 +1115,33 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Sets the value of the attached property for a specific object. + - [To be supplied] + A DependencyObject whose attached property is to be set. + - [To be supplied] + A new value of the attached property for the specified object. + - [To be supplied] + Gets or sets whether the group headers assigned to navigation elements are shown. + - [To be supplied] + true, if the group headers are shown; otherwise, false. + @@ -1077,7 +1150,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1104,6 +1177,25 @@ + + + + Gets or sets the name of the group of mutually exclusive toggle buttons to which the current button belongs. This is a dependency property. + + + A value specifying the name of the mutually exclusive toggle button group to which the current button belongs. + + + + + + + Identifies the dependency property. + + + + + @@ -1120,7 +1212,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1216,7 +1308,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1235,7 +1327,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1254,7 +1346,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1273,7 +1365,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1292,7 +1384,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1311,7 +1403,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1326,7 +1418,7 @@ - Represents the bar in the Windows UI style. + Represents the bar in the Windows 8 style. @@ -1341,7 +1433,7 @@ - Gets or sets the AppBar alignment, relative to the parent FrameworkElement. + Gets or sets the AppBar alignment, relative to the parent FrameworkElement. This is a dependency property. The AppBar alignment. The default value is Bottom. @@ -1354,16 +1446,16 @@ Identifies the dependency property. - [To be supplied] + - Gets or sets a custom command invoked by the predefined Back button. + Gets or sets a custom command invoked by the predefined Back button. - A custom command invoked by the predefined Back button. + A custom command invoked by the predefined Back button. @@ -1373,7 +1465,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1408,51 +1500,71 @@ Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether the Back button is displayed within the AppBar. + Gets or sets the dismissal mode that specifies whether, and if so how, the AppBar closes. This is a dependency property. + - true, if the Back button is displayed; otherwise, false. The default value is false. + An enumeration value that specifies whether, and if so how, the AppBar closes. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether buttons in the AppBar are displayed without labels and reduced spacing. - + Gets or sets whether the Back button is displayed within the AppBar. - true, if buttons in the AppBar are displayed without labels and reduced spacing; otherwise, false. - + true, if the Back button is displayed; otherwise, false. The default value is false. - + Identifies the dependency property. - [To be supplied] + - + + + Gets or sets whether buttons in the AppBar are displayed without labels and reduced spacing. This is a dependency property. + + + + true, if buttons in the AppBar are displayed without labels and reduced spacing; otherwise, false. The default is false. + + + + + + + + Identifies the dependency property. + + + + + + + Gets or sets whether the Exit button is displayed in the AppBar. @@ -1467,7 +1579,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1486,13 +1598,14 @@ Identifies the dependency property. - [To be supplied] + - Gets or sets whether the AppBar remains visible when an end-user interacts with the application. + Gets or sets whether the AppBar remains visible when an end-user interacts with the application. This property is obsolete. Use the property instead. + true, if the AppBar remains visible when an end-user interacts with the application; otherwise, false. @@ -1505,7 +1618,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1524,7 +1637,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1575,7 +1688,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1594,7 +1707,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1613,7 +1726,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1635,7 +1748,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1655,7 +1768,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1675,7 +1788,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1838,6 +1951,14 @@ This is a dependency property. + + + + Clears the navigation history. + + + + @@ -1895,13 +2016,13 @@ This is a dependency property. - [To be supplied] + - [To be supplied] + - [To be supplied] + @@ -1966,6 +2087,116 @@ This is a dependency property. + + + + + An item within a . + + + + + + + Initializes a new instance of the MenuFlyoutItem class with default settings. + + + + + + + + + Gets or sets a command executed when this MenuFlyoutItem is clicked at runtime. This is a dependency property. + + + An ICommand object that specifies a command executed when this MenuFlyoutItem is clicked at runtime. + + + + + + + Gets or sets an object passed to this item's as a parameter. This is a dependency property. + + + + An object passed to this item's as a parameter. + + + + + + + + Identifies the dependency property. + + + + + + + + + + Identifies the dependency property. + + + + + + + + + + Gets or sets an element on which to raise the . +This is a dependency property. + + + An element on which to raise the . + + + + + + + Identifies the dependency property. + + + + + + + + + + + + + + + + + + Gets or sets whether the parent that contains this MenuFlyoutItem should remain open after an end-user has clicked this MenuFlyoutItem. This is a dependency property. + + + + true, if the parent should remain open after an end-user has clicked this MenuFlyoutItem. ; otherwise, false. + + + + + + + + Identifies the dependency property. + + + + + + @@ -1998,7 +2229,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2017,7 +2248,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2036,7 +2267,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2058,7 +2289,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2078,7 +2309,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2098,7 +2329,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2133,7 +2364,29 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets whether this FrameNavigationService should display a splash screen when loading. This is a dependency property. + + + + true, if this FrameNavigationService should display a splash screen when loading.; otherwise, false. + + + + + + + + Identifies the dependency property. + + + + @@ -2154,7 +2407,27 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets a splash screen service associated with this FrameNavigationService. This is a dependency property. + + + An object associated with this FrameNavigationService. + + + + + + + Identifies the dependency property. + + + + @@ -2207,7 +2480,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2216,7 +2489,28 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets the element on which to raise the . +This is a dependency property. + + + The element on which to raise the . + + + + + + + Identifies the dependency property. + + + + @@ -2235,7 +2529,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2254,7 +2548,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2273,6 +2567,14 @@ This is a dependency property. + + + + + + + + @@ -2302,17 +2604,21 @@ This is a dependency property. - [To be supplied] + Gets or sets the speed of animation that follows navigation through this PageView's pages. This is a dependency property. + - [To be supplied] + A Double value that specifies the speed of animation that follows navigation through this PageView's pages. + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + + @@ -2331,7 +2637,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2350,7 +2656,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2369,7 +2675,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2388,7 +2694,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2407,7 +2713,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2428,7 +2734,47 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + + + + + + + Gets whether end-users can currently scroll through page headers by clicking corresponding scroll buttons. This is a dependency property. + + + true, if end-users can currently scroll through page headers by clicking corresponding scroll buttons.; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + + Gets or sets how s that belong to this PageView are cached. This is a dependency property. + + + An ItemCacheMode enumerator value that specifies how s that belong to this PageView are cached. + + + + + + + Identifies the dependency property. + + + + @@ -2491,6 +2837,26 @@ This is a dependency property. + + + + Gets or sets the way page headers within this PageView are arranged. This is a dependency property. + + + A enumerator value that specifies the way page headers within this PageView are arranged. + + + + + + + Identifies the dependency property. + + + + + + @@ -2507,7 +2873,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2591,53 +2957,691 @@ This is a dependency property. - + - Provides data for the and events. + A control that, when navigated to, displays a header and reveals a back button. + - + - Initializes a new instance of the NavigationEventArgs class with the specified settings. + Initializes a new instance of the PageAdornerControl class with the default settings. - - An Object that points to the navigation destination for the related navigation event. - - - - An Object that is the View to which the application navigates. - - - - An Object that is the parameter passed to the related navigation event. - - - + - The View to which the application navigates. + Gets or sets the command associated with the PageAdornerControl's Back Button. - An Object that is the View to which the application navigates. + An ICommand object that is the command associated with the PageAdornerControl's Back Button. - - + - Provides base properties for navigation events in WindowsUI applications. + Identifies the dependency property. + + - + + + Gets or sets whether the PageAdornerControl's Back Button should be displayed. + + + true, if the PageAdornerControl's Back Button should be displayed; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + + A navigation container that implements the interface. + + + + + + + Initializes a new instance of the NavigationPage class with the default settings. + + + + + + + + Gets or sets the displayed on the bottom of the NavigationPage. + + + + The displayed on the bottom of the NavigationPage. + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets the navigation cache mode currently applied to the specific element within this NavigationPage. + + + + A DependencyObject that is the element within this NavigationPage, whose cache mode is to be obtained. + + + A NavigationCacheMode enumerator value that is the cache mode currently applied to the specific element within this NavigationPage. + + + + + + + Gets or sets the cache mode for specific elements within the NavigationPage. + + + A NavigationCacheMode that is the cache mode for specific elements within the NavigationPage. + + + + + + + Identifies the dependency property. + + + + + + + + + Called after the template is completely generated and attached to the visual tree. + + + + + + + + Sets the cache mode for the NavigationPage's content. + + + + A DependencyObject that is the NavigationPage content element whose content cache mode is to be set. + + + + A NavigationCacheMode enumerator value that specifies the cache mode for the obj NavigationPage content. + + + + + + + + Gets of sets the disposed at the top of the NavigationPage. + + + The disposed at the top of the NavigationPage. + + + + + + + Identifies the dependency property. + + + + + + + + + + A container within a WindowsUI application which provides the capability to navigate through application screens. + + + + + + + + Initializes a new instance of the NavigationFrame class with the default settings. + + + + + + + + + + + + + + + + + + + + + + + + Gets or sets the delay that elapses before a View is changed using the animation. This is a dependency property. + + + + A structure that specifies the delay that elapses before navigation is performed using the animation. The default is 150 milliseconds. + + + + + + + + Identifies the dependency property. + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + + + + + Gets or sets the coefficient that increases or decreases the animation default speed. This is a dependency property. + + + A value that is the coefficient that increases or decreases the animation default speed. The default is 1. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the animation effect used when navigating through Views within this NavigationFrame. + + + An AnimationType enumerator value that specifies the animation effect used when navigating through Views within this NavigationFrame. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the Back button navigation destination for all the screens (views), managed by the NavigationFrame. + + + A BackNavigationMode enumerator value that specifies the Back button navigation destination. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets whether the navigation back within the NavigationFrame is currently possible. + + + true, if the navigation back within the NavigationFrame is currently possible; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets whether the navigation forward within the NavigationFrame is currently possible. + + + true, if the navigation forward within the NavigationFrame is currently possible; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the content provider for the current NavigationFrame. + + + An INavigationContentProvider object that provides content for the NavigationFrame. + + + + + + + Identifies the dependency property. + + + + + + + + + Occurs after a View to which the NavigationFrame navigates is completely rendered. + + + + + + + + Navigates back to the previously selected screen (view). + + + + + + + + Navigates forward to the previously selected screen (view). + + + + + + + + Provides access to the Journal object that stores all navigation information for the current NavigationFrame. + + + A object that stores all navigation information for the current NavigationFrame. + + + + + + + Identifies the dependency property. + + + + + + + + + Navigates to the specific application view (screen). + + + + An Object that is the application view to which the NavigationFrame should navigate. + + + + + + + + Navigates to a specific application screen (View) and passes the required navigation parameter. + + + + An Object that is the View to which this NavigationFrame should navigate. + + + + An Object that is the navigation parameter for the current navigation. + + + + + + + + Occurs each time the NavigationFrame has successfully navigated to a view (screen). + + + + + + + + Occurs whenever the NavigationFrame attempts to navigate to a view (screen). + + + + + + + + Gets or sets the maximum cache size for the current NavigationFrame. This is a dependency property. + + + An Int32 value that specifies the maximum cache size for the current NavigationFrame. + + + + + + + Identifies the dependency property. + + + + + + + + + + Gets or sets the cache mode for the NavigationFrame's content. This is a dependency property. + + + A NavigationCacheMode enumerator value specifying the cache mode for the NavigationFrame's content. The default is NavigationCacheMode.Disabled. + + + + + + + Identifies the dependency property. + + + + + + + + + Occurs when navigation within the current NavigationFrame fails. + + + + + + + + + Gets whether navigation within this NavigationFrame is currently running. + + + + true, if navigation within this NavigationFrame is currently running; otherwise, false. + + + + + + + + Called after the template is completely generated and attached to the visual tree. + + + + + + + + The application screen (View), initially displayed within the NavigationFrame. + + + An Object that is the application screen (View), initially displayed within the NavigationFrame. + + + + + + + Identifies the dependency property. + + + + + + + + + + A button within WindowsUI application capable of navigating to a specific application screen. + + + + + + + Initializes a new instance of the NavigationButton class with the default settings. + + + + + + + + Gets or sets a view to which an end-user will navigate upon clicking the current NavigationButton. + + + An Object to which an end-user will navigate upon clicking the current NavigationButton. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the specific parameter, passed when navigating through views. + + + An Object that is the specific parameter, passed when navigating through views. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the frame that manages the navigation, invoked by the current NavigationButton. + + + An Object that is the , which manages the navigation invoked by the current NavigationButton. + + + + + + + Identifies the dependency property. + + + + + + + + + Modifies the navigation destination for the current NavigationButton. + + + + An Object that is the previous NavigationButton's navigation destination. + + + + An Object that is the new NavigationButton's navigation destination. + + + + + + + + Modifies the navigation parameter for this NavigationButton. + + + + An Object that is the old navigation parameter. + + + + An Object that is the new navigation parameter. + + + + + + + + Changes the related to the current NavigationButton. + + + + + An Object that is the Frame, previously related to this NavigationButton. + + + + + An Object that is the currently related to this NavigationButton Frame. + + + + + + + + + + An item within a . + + + + + + + Initializes a new instance of the FlipViewItem class with the default settings. + + + + + + + + + Provides base properties for navigation events in WindowsUI applications. + + + + + Initializes a new instance of the NavigationBaseEventArgs class with the specified settings. @@ -2804,7 +3808,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2823,7 +3827,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2842,7 +3846,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2856,78 +3860,216 @@ This is a dependency property. - + + + Identifies the dependency property. + + + + + + + + + Sets the navigation destination for the specific object. + + + + A DependencyObject whose navigation destination is to be set. + + + + An Object that is the navigation destination for the target. + + + + + + + + Sets a handler for navigation events of a specific object. + + + + A DependencyObject whose navigation event handler is to be set. + + + + + An INavigationHandler object that handles navigation events for the obj object. + + + + + + + + Sets a navigation parameter for a specific element. + + + + A DependencyObject that is the element whose navigation parameter is to be set. + + + + An Object that is the navigation parameter for the target element, used in navigating within application Views. + + + + + + + + + Sets the Navigation Frame for a specific object. + + + + A DependencyObject whose Navigation Frame is to be set. + + + + An Object that is the Navigation Frame for a specific object. + + + + + + + + + Allows you to show documents in a . + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets the active document. This is a dependency property. + + + An object implementing the interface. + + + + + + + Fires after the service's active document has been successfully changed. + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets the active view. + + + An object specifying the active view. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the style applied to a document's container (a object). This is a dependency property. + + + A Style object providing corresponding style settings. + + + + + Identifies the dependency property. - [To be supplied] + - + - Sets the navigation destination for the specific object. + Gets or sets an object that chooses a style applied to a document's container (a object). This is a dependency property. - - A DependencyObject whose navigation destination is to be set. - - - - An Object that is the navigation destination for the target. - - + A System.Windows.Controls.StyleSelector descendant that applies a style based on custom logic. + - + - Sets a handler for navigation events of a specific object. + Identifies the dependency property. - - A DependencyObject whose navigation event handler is to be set. - + - - - An INavigationHandler object that handles navigation events for the obj object. - + + + + Provides data for the and events. + + - + - Sets a navigation parameter for a specific element. + Initializes a new instance of the NavigationEventArgs class with the specified settings. - - A DependencyObject that is the element whose navigation parameter is to be set. + + An Object that points to the navigation destination for the related navigation event. - - An Object that is the navigation parameter for the target element, used in navigating within application Views. + + An Object that is the View to which the application navigates. + + + An Object that is the parameter passed to the related navigation event. - + - Sets the Navigation Frame for a specific object. + The View to which the application navigates. - - A DependencyObject whose Navigation Frame is to be set. - - - - An Object that is the Navigation Frame for a specific object. - - + An Object that is the View to which the application navigates. + @@ -2992,7 +4134,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3011,7 +4153,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3030,7 +4172,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3057,7 +4199,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3078,7 +4220,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3097,32 +4239,36 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets or sets how s within this SlideView should be arranged. This is a dependency property. + - [To be supplied] + An Orientation enumerator value that specifies how s within this SlideView should be arranged. + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + + - [To be supplied] + - [To be supplied] + @@ -3142,7 +4288,27 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets whether sticky page headers are enabled within this SlideView. This is a dependency property. + + + true if sticky page headers are enabled within this SlideView; otherwise, false. + + + + + + + Identifies the dependency property. + + + + @@ -3185,6 +4351,14 @@ This is a dependency property. + + + + Clears the navigation history. + + + + @@ -3258,486 +4432,338 @@ This is a dependency property. - - - - A container within a WindowsUI application which provides the capability to navigate through application screens. - - - - - - - - Initializes a new instance of the NavigationFrame class with the default settings. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - [To be supplied] - - [To be supplied] - - - - - - [To be supplied] - - [To be supplied] - - - - - - Gets or sets the animation effect used when navigating through Views within this NavigationFrame. - - - An AnimationType enumerator value that specifies the animation effect used when navigating through Views within this NavigationFrame. - - - - - - - Identifies the dependency property. - - - [To be supplied] - - - - - - Gets or sets the Back button navigation destination for all the screens (views), managed by the NavigationFrame. - - - A BackNavigationMode enumerator value that specifies the Back button navigation destination. - - - - - - - Identifies the dependency property. - - - [To be supplied] - - - - - - Gets whether the navigation back within the NavigationFrame is currently possible. - - - true, if the navigation back within the NavigationFrame is currently possible; otherwise, false. - - - - - - - Identifies the dependency property. - - - [To be supplied] - + - - - - Gets whether the navigation forward within the NavigationFrame is currently possible. - - - true, if the navigation forward within the NavigationFrame is currently possible; otherwise, false. - - - - - - Identifies the dependency property. + A separator within the . - [To be supplied] - - + - Gets or sets the content provider for the current NavigationFrame. - - - An INavigationContentProvider object that provides content for the NavigationFrame. - + Initializes a new instance of the MenuFlyoutSeparator class with default settings. - - - - - Identifies the dependency property. - [To be supplied] - - - Occurs after a View to which the NavigationFrame navigates is completely rendered. - - - + - - - Navigates back to the previously selected screen (view). + A FlipView. - - + - Navigates forward to the previously selected screen (view). + Initializes a new instance of the FlipView class with the default settings. - + - Provides access to the Journal object that stores all navigation information for the current NavigationFrame. + Gets or sets whether animation effects for navigating through the FlipView container's items are enabled. - A object that stores all navigation information for the current NavigationFrame. + true, if animation effects for navigating through the FlipView container's items are enabled; otherwise, false. - + Identifies the dependency property. - [To be supplied] - - - - - - Navigates to the specific application view (screen). - - - - An Object that is the application view to which the NavigationFrame should navigate. - - - - - - - - Navigates to a specific application screen (View) and passes the required navigation parameter. - - - - An Object that is the View to which this NavigationFrame should navigate. - - - - An Object that is the navigation parameter for the current navigation. - - + - + - Occurs each time the NavigationFrame has successfully navigated to a view (screen). + Gets or sets whether inertia while navigating through the FlipView items is enabled. + true, if inertia while navigating through the FlipView items is enabled; otherwise, false. + - + - Occurs whenever the NavigationFrame attempts to navigate to a view (screen). + Identifies the dependency property. + - + - Gets or sets the maximum cache size for the current NavigationFrame. This is a dependency property. + Gets or sets whether, and if so how, the FlipView's items are cached. This is a dependency property. - An Int32 value that specifies the maximum cache size for the current NavigationFrame. + An enumeration value that specifies how items are cached. The default is None. - + Identifies the dependency property. - - + - + - Gets or sets the cache mode for the NavigationFrame's content. + Gets or sets a custom command invoked by the Next button after the current item has been flipped. - A NavigationCacheMode enumerator value specifying the cache mode for the NavigationFrame's content. + A custom command invoked by the Next button after the current item has been flipped. - + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + - + - Occurs when navigation within the current NavigationFrame fails. - + Gets or sets the item flipping orientation. + The Orientation enumeration value specifying the item flipping orientation. + - + - Gets whether navigation within this NavigationFrame is currently running. - + Identifies the dependency property. - true, if navigation within this NavigationFrame is currently running; otherwise, false. + + + + + + Gets or sets a custom command invoked by the Previous button after the current item has been flipped. + + + A custom command invoked by the Previous button after the current item has been flipped. - + - Called after the template is completely generated and attached to the visual tree. + Identifies the dependency property. + - + - The application screen (View), initially displayed within the NavigationFrame. + Gets or sets whether the Next button is displayed. This is a dependency property. - An Object that is the application screen (View), initially displayed within the NavigationFrame. + true, if the Next button is displayed; otherwise, false. The default is true. - + Identifies the dependency property. - [To be supplied] + - - + - An item within a . + Gets or sets whether the Previous button is displayed. + true, if the Previous button is displayed; otherwise, false. + + - + - Initializes a new instance of the FlipViewItem class with the default settings. + Identifies the dependency property. + - + - A FlipView. + A Windows-8 styled flyout. - + - Initializes a new instance of the FlipView class with the default settings. + Initializes a new instance of the Flyout class with default settings. + - + - Gets or sets whether animation effects for navigating through the FlipView container's items are enabled. + Gets or sets whether to close the Flyout when the is executed. This is a dependency property. - true, if animation effects for navigating through the FlipView container's items are enabled; otherwise, false. + true, to close the Flyout when the is executed; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether inertia while navigating through the FlipView items is enabled. + Gets or sets the command to invoke when the Flyout's command button is clicked. This is a dependency property. - true, if inertia while navigating through the FlipView items is enabled; otherwise, false. + The command to invoke when the Flyout's command button is clicked. - + - Identifies the dependency property. + Gets or sets the parameter to pass to the . This is a dependency property. - [To be supplied] + A parameter to pass to the . + - + - Gets or sets a custom command invoked by the Next button after the current item has been flipped. + Identifies the dependency property. - A custom command invoked by the Next button after the current item has been flipped. - + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the item flipping orientation. + Gets or sets the element on which to raise the . This is a dependency property. - The Orientation enumeration value specifying the item flipping orientation. + An element on which to raise the . - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets a custom command invoked by the Previous button after the current item has been flipped. + Gets or sets the content of the Flyout. This is a dependency property. - A custom command invoked by the Previous button after the current item has been flipped. + An that is used to specify the flyout content. - + Identifies the dependency property. - [To be supplied] - - - - - - [To be supplied] - + - + - Gets or sets whether the Next button is displayed. + Gets or sets the data template used to render the content of the Flyout. - true, if the Next button is displayed; otherwise, false. + A object that is used to render the content of the Flyout. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether the Previous button is displayed. + Gets or sets the DataTemplateSelector descendant that provides a way to select a particular data template used to render the content of the Flyout. - true, if the Previous button is displayed; otherwise, false. + A descendant that provides the way to select a particular data template used to render the content of the Flyout. - + Identifies the dependency property. - [To be supplied] + @@ -3762,7 +4788,7 @@ This is a dependency property. Provides access to the collection of navigation categories available in the current TileNavPane. - A TileNavCategoryCollection object representing the collection of objects. + A TileNavCategoryCollection object that represents a collection of objects. @@ -3782,7 +4808,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3804,7 +4830,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3824,7 +4850,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3844,7 +4870,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3855,6 +4881,63 @@ This is a dependency property. + + + + Gets or sets whether the opened drop-down tile bar closes on light dismiss. This is a dependency property. + + + true, if the opened drop-down tile bar closes on light dismiss; otherwise, false. The default is true. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether selecting an element automatically shows the primary drop-down tile bar with the children of this element. This is a dependency property. + + + true, if selecting an element automatically shows the primary drop-down tile bar on selecting a navigation element; otherwise, false. The default is false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the mode that specifies how drop-down tile bars are displayed. + + + A enumeration value that specifies how drop-down tile bars are displayed. + + + + + + + Identifies the dependency property. + + + + + @@ -3872,9 +4955,14 @@ This is a dependency property. - [To be supplied] + Gets or sets the style applied to group headers. + + +This is a dependency property. + - [To be supplied] + A Style object providing corresponding style settings. + @@ -3883,15 +4971,17 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets or sets the DataTemplate used to render group headers. This is a dependency property. + - [To be supplied] + A DataTemplate object used to render group headers. + @@ -3900,7 +4990,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3929,7 +5019,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3951,7 +5041,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3971,7 +5061,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3991,7 +5081,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4018,7 +5108,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4061,186 +5151,226 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - + - A button within WindowsUI application capable of navigating to a specific application screen. + Represents a round button displaying an icon in the outline. - + - Initializes a new instance of the NavigationButton class with the default settings. + Initializes a new instance of the CommandButton class. - + - Gets or sets a view to which an end-user will navigate upon clicking the current NavigationButton. + Gets whether the button icon is colored according to the currently applied theme. This is a dependency property. - An Object to which an end-user will navigate upon clicking the current NavigationButton. + true, if the button icon is colored according to the currently applied theme; otherwise, false. The default is false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the specific parameter, passed when navigating through views. + Gets or sets the diameter of the button outline. This is a dependency property. - An Object that is the specific parameter, passed when navigating through views. + A value that specifies the diameter, in pixels, of the button outline. The default is 42. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the frame that manages the navigation, invoked by the current NavigationButton. + Gets or sets the icon displayed in the current button. This is a dependency property. - An Object that is the , which manages the navigation invoked by the current NavigationButton. + An object that specifies the icon displayed in the current button. - + - Identifies the dependency property. + Gets or sets the height of the frame into which the button icon is fitted. This is a dependency property. - [To be supplied] + A value that specifies the height, in pixels, of the frame into which the icon is fitted. + - + - Modifies the navigation destination for the current NavigationButton. + Identifies the dependency property. - - An Object that is the previous NavigationButton's navigation destination. + - - - An Object that is the new NavigationButton's navigation destination. - + + + + Identifies the dependency property. + + + - + - Modifies the navigation parameter for this NavigationButton. + Gets or sets how the icon is stretched to fill the button. This is a dependency property. - - An Object that is the old navigation parameter. + A enumeration value that specifies how the icon is stretched to fill the button. The default is Stretch.Uniform. + - - - An Object that is the new navigation parameter. - + + + + Identifies the dependency property. + + + - + - Changes the related to the current NavigationButton. - + Gets or sets the width of the frame into which the button icon is fitted. This is a dependency property. - - An Object that is the Frame, previously related to this NavigationButton. + A value that specifies the width, in pixels, of the frame into which the icon is fitted. + - - - An Object that is the currently related to this NavigationButton Frame. + + + + Identifies the dependency property. + + + - + + + + Gets or sets whether the button outline is displayed. This is a dependency property. + + + true, if the button outline is displayed; otherwise, false. The default is true. + - - + - A control that, when navigated to, displays a header and reveals a back button. + Identifies the dependency property. + + + + + + + + Gets whether the current button displays a glyph. This is a dependency property. + true, if the current button displays a glyph; otherwise, false. + + - + - Initializes a new instance of the PageAdornerControl class with the default settings. + Identifies the dependency property. + - + - Gets or sets the command associated with the PageAdornerControl's Back Button. + Gets or sets the width of the button outline. This is a dependency property. - An ICommand object that is the command associated with the PageAdornerControl's Back Button. + A value that specifies the width, in pixels, of the button outline. The default is 3. - + Identifies the dependency property. - [To be supplied] + - + + - Gets or sets whether the PageAdornerControl's Back Button should be displayed. + Contains members that are passed to the property as its values. + + + + + + + All page headers that cannot be displayed due to insufficient free space are clipped. - true, if the PageAdornerControl's Back Button should be displayed; otherwise, false. - - + - Identifies the dependency property. + A default behavior that acts identically to the mode. + + + + + + + + If there is not enough space to display page headers, the container displays buttons that allow end-users to scroll through all available headers. - [To be supplied] diff --git a/lib/DevExpress/DevExpress.Xpf.Core.v14.1.dll b/lib/DevExpress/DevExpress.Xpf.Core.v14.1.dll deleted file mode 100644 index 3c6a2aaa..00000000 Binary files a/lib/DevExpress/DevExpress.Xpf.Core.v14.1.dll and /dev/null differ diff --git a/lib/DevExpress/DevExpress.Xpf.Core.v15.1.dll b/lib/DevExpress/DevExpress.Xpf.Core.v15.1.dll new file mode 100644 index 00000000..50b72e8b Binary files /dev/null and b/lib/DevExpress/DevExpress.Xpf.Core.v15.1.dll differ diff --git a/lib/DevExpress/DevExpress.Xpf.Core.v14.1.xml b/lib/DevExpress/DevExpress.Xpf.Core.v15.1.xml similarity index 78% rename from lib/DevExpress/DevExpress.Xpf.Core.v14.1.xml rename to lib/DevExpress/DevExpress.Xpf.Core.v15.1.xml index d6264b3d..2a7cf7de 100644 --- a/lib/DevExpress/DevExpress.Xpf.Core.v14.1.xml +++ b/lib/DevExpress/DevExpress.Xpf.Core.v15.1.xml @@ -1,7 +1,7 @@ - DevExpress.Xpf.Core.v14.1 + DevExpress.Xpf.Core.v15.1 @@ -27,7 +27,7 @@ Identifies the dependency property. - [To be supplied] + @@ -42,173 +42,6 @@ - - - - - A base class that provides necessary functionality for custom localizers of the Toolbar-Menu and Ribbon Controls. - - - - - - - Initializes a new instance of the BarsLocalizer class with default settings. - - - - - - - - Gets or sets a localizer object providing localization of the user interface at runtime. - - - An descendant, used to localize the user interface at runtime. - - - - - - - - Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). - - - An object representing resources based on the thread's culture. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). - - - A object, which provides resources based on the thread's culture. - - - - - - - Returns a localized string for the given string identifier. - - - - A enumeration value identifying the string to localize. - - - - A corresponding to the specified identifier. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - A base class that provides necessary functionality for custom localizers of the Data Editors library. - - - - - - - Initializes a new instance of the EditorLocalizer class with default settings. - - - - - - - - Gets or sets a localizer object providing localization of the user interface at runtime. - - - An descendant, used to localize the user interface at runtime. - - - - - - - - Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). - - - An object representing resources based on the thread's culture. - - - - - - - Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). - - - A object, which provides resources based on the thread's culture. - - - - - - - Returns a localized string for the given string identifier. - - - - An enumeration value identifying the string to localize. - - - - A corresponding to the specified identifier. - - - - - - - Returns a localized string for the given string identifier. - - - - A string value identifying the string to localize. - - - - A corresponding to the specified identifier. - - - @@ -223,7 +56,7 @@ A value provider. - [To be supplied] + @@ -232,7 +65,7 @@ A value provider. - [To be supplied] + @@ -241,7 +74,7 @@ A value provider. - [To be supplied] + @@ -250,7 +83,7 @@ A value provider. - [To be supplied] + @@ -259,7 +92,7 @@ A value provider. - [To be supplied] + @@ -268,7 +101,7 @@ A value provider. - [To be supplied] + @@ -277,7 +110,7 @@ A value provider. - [To be supplied] + @@ -286,7 +119,7 @@ A value provider. - [To be supplied] + @@ -295,7 +128,7 @@ A value provider. - [To be supplied] + @@ -304,7 +137,7 @@ A value provider. - [To be supplied] + @@ -313,7 +146,7 @@ A value provider. - [To be supplied] + @@ -322,7 +155,7 @@ A value provider. - [To be supplied] + @@ -331,7 +164,7 @@ A value provider. - [To be supplied] + @@ -340,7 +173,7 @@ A value provider. - [To be supplied] + @@ -349,7 +182,16 @@ A value provider. - [To be supplied] + + + + + + + A value provider. + + + @@ -358,7 +200,7 @@ A value provider. - [To be supplied] + @@ -367,7 +209,7 @@ A value provider. - [To be supplied] + @@ -376,7 +218,7 @@ A value provider. - [To be supplied] + @@ -385,7 +227,7 @@ A value provider. - [To be supplied] + @@ -394,7 +236,7 @@ A value provider. - [To be supplied] + @@ -403,7 +245,7 @@ A value provider. - [To be supplied] + @@ -412,7 +254,7 @@ A value provider. - [To be supplied] + @@ -421,7 +263,16 @@ A value provider. - [To be supplied] + + + + + + + A value provider. + + + @@ -430,7 +281,7 @@ A value provider. - [To be supplied] + @@ -439,7 +290,7 @@ A value provider. - [To be supplied] + @@ -448,7 +299,7 @@ A value provider. - [To be supplied] + @@ -457,7 +308,7 @@ A value provider. - [To be supplied] + @@ -466,7 +317,7 @@ A value provider. - [To be supplied] + @@ -475,7 +326,7 @@ A value provider. - [To be supplied] + @@ -484,7 +335,7 @@ A value provider. - [To be supplied] + @@ -533,7 +384,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -553,7 +404,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -572,6 +423,22 @@ This is a dependency property. + + + + + + + + + + + + + + + + @@ -580,6 +447,30 @@ This is a dependency property. + + + + + + + + + + + + + + + + + + + + + + + + @@ -597,7 +488,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -617,7 +508,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -650,7 +541,8 @@ When merging bars and link containers, the position to insert the BarItemLink is - [To be supplied] + Acts identically to the Add value. + @@ -859,17 +751,17 @@ If such a link is not found in the parent BarManager's bar/link container, the c - [To be supplied] + - [To be supplied] + - [To be supplied] + - [To be supplied] + @@ -966,6 +858,283 @@ If such a link is not found in the parent BarManager's bar/link container, the c + + + + + Contains properties to define name scopes for bar objects. + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + For internal use. + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + Gets or sets whether the current element defines a new (child) name scope. This is an attached property. + + + true, if the current element defines a new name scope; otherwise, false. + + + + + + + Identifies the attached property. + + + + + + + + + For internal use. + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + + + + + For internal use. + + + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + For internal use. + + + + + + + + + + + + + + + + For internal use. + + + + + + @@ -1038,7 +1207,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1057,7 +1226,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1076,7 +1245,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1095,7 +1264,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1114,7 +1283,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1133,7 +1302,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1181,7 +1350,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1229,7 +1398,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1248,7 +1417,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1269,7 +1438,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1288,7 +1457,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1307,7 +1476,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1326,7 +1495,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1346,7 +1515,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1365,7 +1534,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1384,7 +1553,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1403,7 +1572,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1451,7 +1620,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1470,7 +1639,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1518,7 +1687,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1557,7 +1726,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1576,7 +1745,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1595,7 +1764,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1615,7 +1784,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1635,7 +1804,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1654,7 +1823,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1674,7 +1843,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1694,7 +1863,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1713,7 +1882,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1732,7 +1901,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1779,7 +1948,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1799,7 +1968,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -1819,152 +1988,206 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + - + - A dialog that is visually consistent with other controls that use DevExpress visual themes. + A standalone control, which provides a straightforward and simplified way to create a bar. + + + + + + + Initializes a new instance of the ToolBarControl class with default settings. + - + - Initializes a new instance of the class with the specified title. + Gets whether the drag widget is actually displayed. - - A string value that specifies the dialog's title. This value is assigned to the property. + true, if the drag widget is actually displayed; otherwise, false. + - + + + + + Identifies the dependency property. + + + - + - Initializes a new instance of the class with default settings. + Gets or sets whether it is allowed to collapse the ToolBarControl. This is a dependency property. + true, if it is allowed to collapse the ToolBarControl; otherwise, false. The default is false. + - + - Initializes a new instance of the class with the specified title and dialog buttons. + Identifies the dependency property. - - A string value that specifies the dialog's title. This value is assigned to the property. + - - - A enumeration value that specifies which buttons are displayed within the dialog. This value is assigned to the property. - + + + + Gets or sets whether the tool bar provides the Quick Customization Button, opening the customization menu. + + + true, if the tool bar provides the Quick Customization Button; otherwise, false. The default is true. + - + - Initializes a new instance of the class with the specified settings. + Identifies the dependency property. - - A string value that specifies the dialog's title. This value is assigned to the property. + - - - A enumeration value that specifies which buttons are displayed within the dialog. This value is assigned to the property. - - - true to set the default button click handlers; otherwise false. + + + + Gets or sets whether the ToolBarControl is collapsed. This is a dependency property. + + + true, if the ToolBarControl is collapsed; otherwise, false. The default is false. + - + + + + + Identifies the dependency property. + + + - + - Gets or sets the buttons displayed within the dialog. + Gets or sets whether the items in the current ToolBarControl are arranged horizontally or vertically. This is a dependency property. - A enumeration value that specifies which buttons are displayed within the dialog. + An Orientation enumeration value that specifies whether the items in the current ToolBarControl are arranged horizontally or vertically. The default is Horizontal. - + - Gets the Cancel dialog button. + Identifies the dependency property. - A object that represents the dialog button. - + - + - Gets the No dialog button. + Gets or sets whether the item captions are directed from top to bottom when the ToolBarControl is oriented vertically. This is a dependency property. - A object that represents the dialog button. + true, if the item captions are directed from top to bottom when the ToolBarControl is oriented vertically; otherwise, false. The default is true. - + - Gets the OK dialog button. + Identifies the dependency property. - A object that represents the dialog button. + + + + + + + Gets or sets whether the drag widget is displayed at the left of the ToolBarControl, allowing it to be dragged using the mouse. This is a dependency property. + + + true, if the drag widget is displayed; otherwise, false. The default is true. - + - Called after the template is completely generated and attached to the visual tree. + Identifies the dependency property. + - + - This member supports the .NET Framework infrastructure and cannot be used directly from your code. Instead, use the ShowDialog() method. + Gets or sets whether the ToolBarControl is stretched to match the container's width. + true, if the ToolBarControl is stretched to match the container's width; otherwise, false. + - + - Opens a dialog window with the specified buttons and returns only when the dialog is closed. + Identifies the dependency property. + + + + + + + + + + Provides the methods to manage strategies. - - The System.Windows.MessageBoxButton value specifying the buttons to be displayed within the DXDialog. This value is assigned to the property. + + + + + Creates a strategy for the specified control. + + + + A System.Windows.DependencyObject object specifying the target control. - The System.Windows.MessageBoxResult value specifying an end-user choice. + An implementation. - + - Gets the Yes dialog button. + Registers a custom strategy for the specified control's type. - A object that represents the dialog button. - @@ -2031,6 +2254,46 @@ If such a link is not found in the parent BarManager's bar/link container, the c + + + + + Provides utility methods for searching nodes in a visual and logical trees. + + + + + + + Returns a LINQ-compatible collection which contains visual children. + + + + A visual object from which to obtain a collection of visual children. + + + A LINQ-compatible collection which contains visual children. + + + + + + + Returns a LINQ-compatible collection which contains visual parents. + + + + A visual or logical child for which to obtain a collection of visual parents. + + + + A visual parent that is the stop node. + + + A LINQ-compatible collection which contains visual parents. + + + @@ -2042,25 +2305,33 @@ If such a link is not found in the parent BarManager's bar/link container, the c - [To be supplied] + This property specifies whether to show selection thumbs. + - [To be supplied] + true to show selection thumbs; otherwise, false. + - [To be supplied] + Specifies the client bounds. + - [To be supplied] + A structure. + - [To be supplied] + This property specifies whether to change the selected range in accordance with the visible range. + + - [To be supplied] + true to change the selected range in accordance with the visible range; otherwise, false. + + @@ -2076,56 +2347,71 @@ If such a link is not found in the parent BarManager's bar/link container, the c - [To be supplied] + Returns the display representation of the specified value. + - [To be supplied] + An object representing the value to be formatted. + - [To be supplied] + A string value representing the formatted textual representation of the specified value. + - [To be supplied] + Gets a comparable value associated to the specified real value object. + - [To be supplied] + An object that is the real value. + - [To be supplied] + A value associated with the specified object. + - [To be supplied] + Gets the object corresponding to the specified comparable value. + - [To be supplied] + A value. + - [To be supplied] + An object corresponding to the specified comparable value. + - [To be supplied] + Gets the snapped value corresponding to the specified real value. + - [To be supplied] + An object that is the real value. + - [To be supplied] + true, to snap the value downwards; otherwise, false. + - [To be supplied] + An object that is the snapped value. + - [To be supplied] + This property specifies whether the grayscale effect is applied to an unselected range. + - [To be supplied] + true, to apply the grayscale effect to an unselected range; otherwise, false. + @@ -2145,17 +2431,20 @@ If such a link is not found in the parent BarManager's bar/link container, the c - [To be supplied] + Invalidates the viewport, forcing it to be recalculated. + - [To be supplied] + The viewport size. + - [To be supplied] + Fires when the layout of items within the range control is changed. + @@ -2182,63 +2471,81 @@ If such a link is not found in the parent BarManager's bar/link container, the c - [To be supplied] + Specifies the range bounds. + - [To be supplied] + The start bound of a range. + - [To be supplied] + The end bound of a range. + - [To be supplied] + The viewport size. + - [To be supplied] + true, if the specified range boundaries are valid; otherwise, false. + - [To be supplied] + Specifies the selected range. + - [To be supplied] + The start bound of a selection range. + - [To be supplied] + The start bound of a selection range. + - [To be supplied] + The viewport size. + - [To be supplied] + true, to snap the range bounds to the bounds of range items; otherwise, false. + - [To be supplied] + true, if the specified range boundaries are valid; otherwise, false. + - [To be supplied] + Specifies the visible range. + - [To be supplied] + The start bound of a visible range. + - [To be supplied] + The end bound of a visible range. + - [To be supplied] + The viewport size. + - [To be supplied] + true, if the specified range boundaries are valid; otherwise, false. + - [To be supplied] + This property specifies whether to snap the selection thumbs to the bounds of the range items. + - [To be supplied] + true, to snap the selection thumbs to the bounds of the range items; otherwise, false. + @@ -2303,7 +2610,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2322,7 +2629,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2341,7 +2648,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2360,7 +2667,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2379,7 +2686,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2398,7 +2705,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2432,13 +2739,13 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + - Gets or sets the DataTemplate used to render the built-in labels that indicate the bound values of the selected range + Gets or sets the DataTemplate used to render the built-in labels that indicate the bound values of the selected range. A DataTemplate object used to render the bound labels. @@ -2451,7 +2758,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2478,7 +2785,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2497,7 +2804,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2516,7 +2823,36 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets whether the selected range and visible range are reset when the 's ItemsSource is changed. + + + true, if the selected range and visible range are reset in specific cases; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets the selection range. This is a dependency property. + + + A object. + @@ -2535,7 +2871,16 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + + + + + + + Identifies the dependency property. + + + @@ -2554,7 +2899,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2575,7 +2920,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2596,7 +2941,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2615,7 +2960,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2634,7 +2979,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2653,7 +2998,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2672,7 +3017,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2691,7 +3036,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2710,7 +3055,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2729,7 +3074,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2756,7 +3101,205 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + + + + + + + + Lists the values that specify the rule for the top/bottom conditional formatting. + + + + + + + The style is applied to cells whose values are above the average value for the field. + + + + + + + + The style is applied to cells whose values are below the average value for the field. + + + + + + + + The style is applied to cells whose values are the lowest for the field. The number of cells is specified by the () property. + + + + + + + + The style is applied to cells whose values are the lowest for the field. The percentage of cells is specified by the () property. + + + + + + + + The style is applied to cells whose values are the largest for the field. The number of cells is specified by the () property. + + + + + + + + The style is applied to cells whose values are the largest for the field. The percentage of cells is specified by the () property. + + + + + + + + + Contains information about the format. + + + + + + + + Initializes a new instance of the FormatInfo class with default settings. + + + + + + + + Specifies the description of the format. This is a dependency property. + + + A description of the format. + + + + + + + Identifies the dependency property. + + + + + + + + + Specifies the display name of the format. This is a dependency property. + + + A display name of the format. + + + + + + + Identifies the dependency property. + + + + + + + + + Specifies the format. This is a dependency property. + + + An object that represents the format. + + + + + + + Gets or sets the name of the format. This is a dependency property. + + + A value specifying the name of the format. + + + + + + + + Identifies the dependency property. + + + + + + + + + Identifies the dependency property. + + + + + + + + + Specifies the name of the group to which the format is assigned. This is a dependency property. + + + A name of the group to which the format is assigned. + + + + + + + Identifies the dependency property. + + + + + + + + + Specifies the icon for the format. This is a dependency property. + + + A System.Windows.Media.ImageSource object that is the source of the icon image. + + + + + + + Identifies the dependency property. + + + + + + + + + Returns the textual representation of the FormatInfo. + + + A value, which is the textual representation of FormatInfo. + @@ -2783,7 +3326,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2812,7 +3355,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2831,7 +3374,45 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets whether or not to recalculate sorting/grouping/filtering/summaries automatically when data in a data source is modified outside the control. This is a dependency property. + + + true to recalculate sorting/grouping/filtering/summaries automatically when data in a data source is modified outside the control; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether to reject the values that are not contained in the items source when the editor is not in lookup mode. This is a dependency property. + + + true, to reject unknown values; otherwise, false. + + + + + + + Identifies the dependency property. + + + @@ -2850,7 +3431,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2866,9 +3447,10 @@ If such a link is not found in the parent BarManager's bar/link container, the c - [To be supplied] + Identifies the dependency property. + - [To be supplied] + @@ -2887,7 +3469,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2906,7 +3488,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2927,7 +3509,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2946,7 +3528,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2965,7 +3547,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -2984,7 +3566,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3003,7 +3585,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3032,7 +3614,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3107,16 +3689,16 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + - Gets or sets whether incremental filtering is allowed. This is a dependency property. + Specifies whether to enable the incremental filtering feature. This is a dependency property. - true to allow incremental filtering; otherwise, false. + true, to enable the incremental filtering; otherwise, false. @@ -3126,7 +3708,26 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + + + + + + + Gets whether or not data is being loaded in Instant Feedback UI Mode. This is a dependency property. + + + true if data is being loaded; otherwise, false. + + + + + + + Identifies the dependency property. + + + @@ -3145,7 +3746,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3164,7 +3765,26 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + + + + + + + Gets whether the editor is in token mode. This is a dependency property. + + + true if the editor is in token mode; otherwise, false. + + + + + + + Identifies the dependency property. + + + @@ -3183,7 +3803,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3202,7 +3822,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3221,7 +3841,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3240,7 +3860,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3259,7 +3879,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3276,7 +3896,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the routed event. - [To be supplied] + @@ -3293,7 +3913,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the routed event. - [To be supplied] + @@ -3339,7 +3959,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the routed event. - [To be supplied] + @@ -3348,7 +3968,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3367,7 +3987,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3386,7 +4006,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3405,7 +4025,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3424,7 +4044,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3475,7 +4095,333 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + + + + + + + + Provides attached properties that control the bar merging behavior. + + + + + + + This property is obsolete. Use the property instead. + + + + + + + + + + This property is obsolete. Use the property instead. + + + + + + + + + Gets or sets whether the current container's elements are merged with elements of outside containers or elements of the same container or both. Also allows you to disable merging. This is an attached property. + + + A value that specifies the merging behavior of the object (or its elements) to which the property is applied. + + + + + + + Identifies the attached property. + + + + + + + + + Gets the value of the attached property for a specific object. + + + + The object whose value of the attached property is to be returned. + + + The value of the attached property for a specific object. + + + + + + + Gets the value of the attached property for a specific object. + + + + The object whose value of the attached property is to be returned. + + + The value of the attached property for a specific object. + + + + + + + Gets the value of the attached property for a specific object. + + + + The object whose value of the attached property is to be returned. + + + The value of the attached property for a specific object. + + + + + + + Gets the value of the attached property for a specific object. + + + + The object whose value of the attached property is to be returned. + + + The value of the attached property for a specific object. + + + + + + + Gets the value of the attached property for a specific object. + + + + The object whose value of the attached property is to be returned. + + + The value of the attached property for a specific object. + + + + + + + For internal use. + + + + + + + + + + Identifies the attached property. + + + + + + + + + Gets or sets a "merge name". This is an attached property. + + + A merge name + + + + + + + Identifies the attached property. + + + + + + + + + Sets the value of the attached property for a specific object. + + + + The object whose attached property is to be set. + + + + The value of the attached property for the specified object. + + + + + + + + Sets the value of the attached property for a specific object. + + + + The object whose attached property is to be set. + + + + The value of the attached property for the specified object. + + + + + + + + Sets the value of the attached property for a specific object. + + + + The object whose attached property is to be set. + + + + The value of the attached property for the specified object. + + + + + + + + Sets the value of the attached property for a specific object. + + + + The object whose attached property is to be set. + + + + The value of the attached property for the specified object. + + + + + + + + Sets the value of the attached property for a specific object. + + + + The object whose attached property is to be set. + + + + The value of the attached property for the specified object. + + + + + + + + Gets or sets the type of controls for which automatic merging is enabled. This is an attached property. + + + A value that identifies the type of controls for which automatic merging is enabled. The default is . + + + + + + + Identifies the attached property. + + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the TabControlNewTabbedWindowEventArgs class. + + + + A Window object that represents the source window. + + + + A DXTabControl object that represents the source tab control. + + + + A Window object that represents the new window that is created using the 's drag-and-drop mechanism. + + + + A DXTabControl object that represents the new tab control that is created using the 's drag-and-drop mechanism. + + + + + + + + + Gets or sets the new tab control with its settings. + + + A DXTabControl object that specifies the new tab control with its settings. + + + + + + + Gets or sets the new window with its settings. + + + A Window object that specifies the new window with its settings. + + + + + + + Get the source tab control. + + + A DXTabControl object that specifies the source tab control. + + + + + + + Gets the source window. + + + A Window object that specifies the source window. + @@ -3552,7 +4498,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3571,7 +4517,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3590,7 +4536,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3609,7 +4555,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3628,7 +4574,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3647,7 +4593,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3666,7 +4612,7 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + @@ -3685,8738 +4631,9043 @@ If such a link is not found in the parent BarManager's bar/link container, the c Identifies the dependency property. - [To be supplied] + - + - Defines the appearance and behavior of a calendar date edit. - + - + - [To be supplied] + Initializes a new instance of the IconSetFormat class with default settings. + - + - [To be supplied] + - - [To be supplied] + + + + + + + + + + + + - - + - A WorkspaceManager. - + Gets or sets a custom icon set. This is a dependency property. + A custom icon set. + + - + - Occurs after a workspace has been applied to the target control. + Identifies the dependency property. + - + - Applies the workspace with the specified name to the target control. + Specifies the threshold type for icons. This is a dependency property. - - A that specifies the name of the workspace to be applied. - - + A enumeration value. + - + - Occurs before a workspace is applied to the target control. + Identifies the dependency property. + - + - Creates a new workspace by capturing the current layout of the target control and its child controls. + Gets or sets the currently used set of icons. This is a dependency property. - - A that specifies the name of the created workspace. - - + A set of icons. + - + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + - + - [To be supplied] + Specifies the vertical alignment for the icon. This is a dependency property. + - [To be supplied] + A System.Windows.VerticalAlignment enumeration value. The default is Center. + - + - Gets the value of the attached property for the specified . - + Identifies the dependency property. - - The element from which the property value is read. - - - The property value for the element. - + - - - Gets the value of the attached property for the specified . + + + Defines the appearance and behavior of a calendar date edit. - - The element from which the property value is read. - - - The property value for the element. - - - + - Gets or sets whether the element, for which the property is read or written, has an associated WorkspaceManager. + Initializes a new instance of the DateEditCalendarStyleSettings class with default settings. - true if the element, for which the property is read or written, has an associated WorkspaceManager; otherwise, false. - - + - Identifies the dependency property. + Assigns the editor settings to the specified editor. - [To be supplied] + + A class descendant that is the target editor. + + - + - Loads a workspace from the specified file or stream, and adds it to the collection under the specified name. - + - - A that specifies the name which should be assigned to the loaded workspace. - - - - The source from which the workspace is loaded. - + + - true if the workspace has been successfully loaded; otherwise, false. - + - + + - Removes the workspace with the specified name. + Represents a collection of objects. - - A that specifies the name of the workspace to be removed. - - - - + - Renames the specified workspace. + Initializes a new instance of the FormatInfoCollection class with default settings. - - A that specifies the name of the workspace to be renamed. - - - - A that specifies the new name for the specified workspace. - - - + - Saves the workspace with the specified name to a file or stream. + Provides access to individual formats in the collection by their names. - A that specifies the name of the workspace to be saved. - - - - The destination where the workspace is saved. + A value specifying the name of the format to get. - true if the workspace has been successfully saved; otherwise, false. - + A object which is the format with the specified name. + - + + - Sets the value of the attached property to the specified . + The menu where items are arranged in a circle. - - The element to which the attached property is written. - - - The value of the property to be set. + + + + Initializes a new instance of the RadialContextMenu class with default settings. - + + - + - Gets the target control. + Gets or sets whether the current RadialContextMenu is automatically expanded when opened. - A object that represents the target control. + A value that specifies whether the current RadialContextMenu is automatically expanded when opened. + - + - Gets or sets the shader effect for the animation played when switching between workspaces. + Identifies the dependency property. - A enumeration member that specifies which shader effect is used when switching between workspaces. - + - + - Gets a WorkspaceManager associated with the , from which the property is read. -This is an attached property. + Gets or sets an image displayed in the sub-menu's central circle button that, when clicked, returns to the previous menu. This is a dependency property. + - An object implementing the interface that represents the WorkspaceManager associated with the from which the property is read. + An object that specifies an image displayed in the sub-menu's central circle button. - + - Identifies the attached property. + Identifies the dependency property. - [To be supplied] + - + - Gets the collection of workspaces. + Gets or sets a DataTemplate used to render the content of the sub-menu's central circle button. This is a dependency property. - A list of objects that implement the interface, representing the currently available workspaces. + An object that is used to render the content of the sub-menu's central circle button. - - + - Lists values that specify how the text is highlighted. + Identifies the dependency property. + + - + - Highlights the search string. + Gets or sets the index of the sector displaying the first menu item. This is a dependency property. + An integer value that specifies the index of the sector displaying the first menu item. The default is 0. + - + - Highlights the beginning of the text that matches the search string. + Identifies the dependency property. + - - + - Lists values that specify password strength. + Gets or sets an image displayed in the RadialContextMenu's central circle button. This is a dependency property. + An object that specifies an image displayed in the RadialContextMenu's central circle button. + + - + - The password is fair. + Identifies the dependency property. + - + - The password is good. + Gets or sets a DataTemplate used to render the content of the RadialContextMenu's central circle button. This is a dependency property. + A object that is used to render the content of the RadialContextMenu's central circle button. + + - + - The password is strong. + Identifies the dependency property. + - + - The password is weak. + Gets or sets the minimum number or sectors displayed in the RadialContextMenu. This is a dependency property. + An integer value that specifies the minimum number or sectors displayed in the RadialContextMenu. The default is 8. + - - + - Lists values that specify in which format the selected color is displayed. + Identifies the dependency property. + + - + + - The selected color is represented using ARGB (Alpha Red Green Blue) color model. - + Contains values corresponding to strings that can be localized. - - + - The selected color is represented using the hexadecimal color code. - + The caption of the Apply button displayed within the filter drop-down window inside a . + +Return Value: Apply - - - - - - The selected color is represented using the hexadecimal color code. - - - + - Contains settings specific to a passwordbox editor. + +Return Value: Center + + - + - Initializes a new instance of the PasswordBoxEditSettings class with default settings. + +Return Value: Gets or sets the center of the outermost circle of the radial gradient. + - + - [To be supplied] + +Return Value: EndPoint + + - - [To be supplied] - - [To be supplied] - + - Gets or sets the maximum number of characters an end-user can enter into the editor. This is a dependency property. + +Return Value: Gets or sets the two-dimensional coordinates for the end point of the linear gradient. + - A positive integer specifying the maximum number of characters an end-user can enter. 0 to disable the text length limit. - - + - Identifies the dependency property. + +Return Value: GradientOrigin + - [To be supplied] - + - Gets or sets the masking character. This is a dependency property. + +Return Value: Gets or sets the two-dimensional focal point that defines the beginning of a gradient. + - A masking character. The default value is a bullet character (?). - - + - Identifies the dependency property. + +Return Value: Linear + - [To be supplied] - - + - Contains settings specific to a trackbar editor. + +Return Value: MappingMode + + - + - Initializes a new instance of the TrackBarEditSettings class with default settings. + +Return Value: Gets or sets a value that specifies whether the gradient brush positioning coordinates are absolute or relative to the output area. + - + - Gets or sets a value that specifies the delta between ticks drawn on a track bar. + +Return Value: None + - A value that specifies the delta between ticks. - - + - Identifies the dependency property. + +Return Value: Radial + - [To be supplied] - + - Gets or sets the location of ticks. + +Return Value: RadiusX + - A enumeration value that specifies the location of ticks within a track bar. - - + - Identifies the dependency property. + +Return Value: Gets or sets the horizontal radius of the outermost circle of the radial gradient. + - [To be supplied] - - + - Provides data for the event. + +Return Value: RadiusY + + - + - Initializes a new instance of the PasswordStrengthEventArgs class. + +Return Value: Gets or sets the vertical radius of the outermost circle of the radial gradient. + - - - - - + - Gets the password currently entered by an end-user. + +Return Value: Solid + - An object that represents the password currently entered by an end-user. - - + - Gets or sets the password strength. + +Return Value: SpreadMethod + - A enumeration value that specifies the effectiveness of a password. - - - + - [To be supplied] + +Return Value: Gets or sets the type of spread method that specifies how to draw a gradient that starts or ends inside the bounds of the object to be painted. + + + - + - Initializes a new instance of the DialogService class with default settings. + +Return Value: StartPoint + - + - Gets or sets the style of a displayed dialog window. This is a dependency property. + +Return Value: Gets or sets the two-dimensional coordinates for the start point of the linear gradient. + - A Style that specifies the style of a displayed dialog window. - - + - Identifies the dependency property. + Represents the caption of the button used to calculate the sum in the editor. +Return Value: + - - - + - Gets or sets the startup location of a displayed dialog window. This is a dependency property. + Represents the caption of the button used to delete the last digit of the displayed number in the editor. +Return Value: ? - A WindowStartupLocation enumerator value that specifies the startup location of a displayed dialog window. - - + - Identifies the dependency property. + Represents the caption of the button used to clear the displayed number in the editor. +Return Value: CE - - - - + - Lists values that specify whether clicking within the editor shows the 'Open' dialog. + Represents the caption of the button used to clear the current calculation in the editor. +Return Value: C + - + - The 'Open' dialog is always shown after the editor has been clicked. + Represents the caption of the button used to calculate a quotient of the displayed number in the editor. +Return Value: / - + - The 'Open' dialog is shown if an empty editor has been clicked. + Represents the caption of the button used to type the number 8 in the editor. +Return Value: 8 - + - The 'Open' dialog isn't shown by clicking an editor. + Represents the caption of the button used to terminate the calculation in the editor. +Return Value: = - - + - Contains values that specify the border highlighting effect for a . + Represents the caption of the button used to type the number 5 in the editor. +Return Value: 5 + - + - The default highlighting border effect which depends on a paint theme. + Represents the caption of the button used to type the number 4 in the editor. +Return Value: 4 - + - No border highlighting effect. + Represents the caption of the button used to calculate a quotient of 1 and the displayed number in the editor. +Return Value: 1/x - - + - Serves as a base for classes that provide lookup editor customizability. + Represents the caption of the button used to add the displayed number to any number already in memory in the editor. +Return Value: M+ + - + - Initializes a new instance of the LookUpEditSettingsBase class with default settings. + Represents the caption of the button used to clear the number stored in the memory of the editor. +Return Value: MC + - + - Gets or sets the 'Add New' button's position. This is a dependency property. + Represents the caption of the button used to recall the number stored in the memory of the editor. +Return Value: MR + - A enumeration value that specifies the 'Add New' button's position. - - + - Identifies the dependency property. + Represents the caption of the button used to store the displayed number in the memory of the editor. +Return Value: MS + - [To be supplied] - + - Gets or sets whether to allow process collection views. This is a dependency property. + Represents the caption of the button used to subtract the displayed number from any number already in memory in the editor. +Return Value: M- - true to allow processing collection views; otherwise, false. - - + - Identifies the dependency property. + Represents the caption of the button used to calculate the product in the editor. +Return Value: * - [To be supplied] - + - Gets or sets whether item highlighting is enabled. This is a dependency property. + Represents the caption of the button used to type the number 9 in the editor. +Return Value: 9 - true to highlight an item located under the mouse pointer; otherwise, false. - - + - Identifies the dependency property. + Represents the caption of the button used to type the number 1 in the editor. +Return Value: 1 - [To be supplied] - + - Gets or sets whether to apply the ItemTemplate to the selected item, displayed within the edit box. This is a dependency property. + Represents the caption of the button used to calculate and display the percentage of the previously entered number in the editor. +Return Value: % + - true to apply the item template to the selected item; otherwise, false. - - + - Identifies the dependency property. + Represents the caption of the button used to type the number 7 in the editor. +Return Value: 7 - [To be supplied] - + - Gets or sets whether the automatic completion is enabled. This is a dependency property. + Represents the caption of the button used to change the sign of the displayed number in the editor. +Return Value: - true to enable automatic completion; otherwise, false. - - + - Identifies the dependency property. + Represents the caption of the button used to type the number 6 in the editor. +Return Value: 6 - [To be supplied] - + - Gets or sets a field name in the bound data source whose values are displayed by the editor. This is a dependency property. + Represents the caption of the button used to calculate the square root of the displayed number in the editor. +Return Value: v - A value that specifies the data source field whose values are displayed by the editor. - - + - Identifies the dependency property. + Represents the caption of the button used to calculate the difference in the editor. +Return Value: - - [To be supplied] - + - Gets or sets the filter condition. + Represents the caption of the button used to type the number 3 in the editor. +Return Value: 3 - A enumeration value that specifies the filter condition. - - + - Identifies the dependency property. + Represents the caption of the button used to type the number 2 in the editor. +Return Value: 2 - [To be supplied] - + - Gets or sets the filter expression applied to . This is a dependency property. + Represents the caption of the button used to type the number 0 in the editor. +Return Value: 0 - A descendant that represents an external filter expression. - - + - Identifies the dependency property. + The string displayed in the edit box of the editor if division by zero occured while evaluating the expression. +Return Value: Cannot divide by zero + - [To be supplied] - + - Gets or sets the 'Find' button's position. This is a dependency property. + The string displayed on the display of the editor if an expression cannot be evaluated (division by zero, for instance). +Return Value: Error - A enumeration value that specifies the 'Find' button's position. - - + - Identifies the dependency property. + Specifies the message raised when the value entered in the editor is invalid. + +Return Value: Invalid input + - [To be supplied] - + - Gets or sets whether data searching starts automatically, or must be started manually. This is a dependency property. + +The caption of the button to discard changes and close the dropdown window of a popup editor (the , for instance). + + +Return Value: Cancel + - A enumeration value that specifies the find mode. - - + - Identifies the dependency property. + The string that is the description of the exception invoked by an attempt to change the property while the property is set to false. + +Return Value: Can only change SelectedDates collection in multiple selection mode. Use FocusedDate in single select mode. - - [To be supplied] - - - - - Searches for the value in the and returns the corresponding item. This is a dependency property. - - An object that is the search value. - - - An object that is the corresponding item. - - + - Returns the specified item's value. + Return value: Common Characters - - The item whose value is to be obtained. - - - - An object that is the specified item's value. - - + - Gets or sets whether the dropdown list is displayed immediately after an end-user has typed a character in the edit box. This is a dependency property. + Return value: Special Characters - true to display the dropdown list after an end-user has typed a character in the edit box; otherwise, false. - - + - Identifies the dependency property. + Return value: Character set: - [To be supplied] - + - Gets or sets whether incremental filtering is allowed. This is a dependency property. + Return value: Filter: - true to allow incremental filtering; otherwise, false. - - + - Identifies the dependency property. + Return value: Font name: - [To be supplied] - + - Gets or sets whether the automatic completion and filtering are case sensitive. This is a dependency property. + Return value: Search by code: - true if the automatic completion and filtering are case sensitive, otherwise false. - - + - Identifies the dependency property. + The default caption for the error message box. +Return Value: Error - [To be supplied] - + - Gets or sets whether an editor should keep the synchronized with the current item in the property. This is a dependency property. + Specifies the string corresponding to the checked state of the check edit. This string is displayed, for instance, in the filter dropdown of the DXGrid (or other) control. +Return Value: Checked - true, to always synchronize the with the current item in the assigned to the property; otherwise, false. - - + - Identifies the dependency property. + Specifies the string corresponding to the indeterminate state of the check edit. This string is displayed, for instance, in the filter dropdown of the DXGrid (or other) control. +Return Value: Indeterminate - [To be supplied] - + - Gets or sets the template that defines the panel that controls the layout of items displayed within the editor's dropdown. This is a dependency property. + Specifies the string corresponding to the unchecked state of the check edit. This string is displayed, for instance, in the filter dropdown of the DXGrid (or other) control. +Return Value: Unchecked - A object that represents the panel to use for the layout of the items. - - + - Identifies the dependency property. + +The caption of the button to clear all the content from the editor. + + +Return Value: Clear + - [To be supplied] - + - Gets or sets the LookUpEdit's data source. This is a dependency property. + +Represents the caption of the CMYK color model. + +Return Value: CMYK - An object that represents the data source from which the LookUpEdit retrieves its data. - - + - Identifies the dependency property. + The caption of the button to pick up the default color in the editor. +Return Value: Automatic - [To be supplied] - + - Gets or sets a template that defines the presentation of items contained within the dropdown list. This is a dependency property. + The title of the dialog window, where end-users can set up a color in the editor by manually entering its Red, Blue, Green and Alpha or Hex values, or via visual elements. +Return Value: Colors - A object that represents the template which defines the presentation of items contained within the dropdown list. - - + - Identifies the dependency property. + The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . +Return Value: Black - [To be supplied] - + - Gets or sets an object that chooses a list item template based on custom logic. This is a dependency property. + The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . +Return Value: Blue - A descendant that applies a template based on custom logic. - - + - Identifies the dependency property. + The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . +Return Value: DarkBlue - [To be supplied] - + - Gets or sets the string separating checked items in the edit value. This is a dependency property. + The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . +Return Value: DarkRed - A value that separates checked items in the edit value. - - + - Identifies the dependency property. + The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . +Return Value: Green - [To be supplied] - + - Gets or sets a field name in the bound data source, whose contents are assigned to item values. This is a dependency property. + The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . +Return Value: LightBlue - A value that specifies the field name in a bound data source. - - + - Identifies the dependency property. + The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . +Return Value: LightGreen - [To be supplied] - - + - Contains settings for the flyout control. + The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . +Return Value: Orange + - + - Initializes a new instance of the FlyoutSettings class. + The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . +Return Value: Purple - + - [To be supplied] + The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . +Return Value: Red + - - [To be supplied] - - - [To be supplied] - - + - [To be supplied] + The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . +Return Value: White + - [To be supplied] - + - [To be supplied] + The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . +Return Value: Yellow + - [To be supplied] - + - [To be supplied] + The caption of the button to invoke the dialog window, where end-users can set up a color in the editor by manually entering its Red, Blue, Green and Alpha or Hex values, or via visual elements. +Return Value: Automatic + - - [To be supplied] - - [To be supplied] - + - [To be supplied] + The caption of the button to select the in the editor. This button is visible if the property is set to true. +Return Value: No Color + - [To be supplied] - + - [To be supplied] + The caption that is shown above the palette of recently used colors in the editor. +Return Value: Recent Colors + - [To be supplied] - + - [To be supplied] + The caption that is shown above the palette of standard colors in the editor. +Return Value: Standard Colors + - [To be supplied] - + - [To be supplied] + The caption that is shown above the palette of theme colors in the editor. +Return Value: Theme Colors + - [To be supplied] - + - [To be supplied] + +Represents the caption of the alpha channel attribute in the color picker. + +Return Value: Alpha + - [To be supplied] - + - [To be supplied] + +Represents the caption of the blue color. + +Return Value: Blue + - [To be supplied] - + - [To be supplied] + +Represents the caption of the brightness attribute in the color picker. + +Return Value: Brightness + - - [To be supplied] - - - [To be supplied] - - + - Gets or sets the flyout popup's position relative to its target. + +Represents the caption of the cyan color. + +Return Value: Cyan - A enumeration value. - - + - Identifies the dependency property. + +Represents the caption of the green color. + +Return Value: Green - [To be supplied] - + - Gets or sets whether to show the flyout popup indicator. This is a dependency property. + +Represents the caption of the hue attribute in the color picker. + +Return Value: Hue - true, to show the flyout popup indicator; otherwise, false. - - + - Identifies the dependency property. + Return Value: Key color - [To be supplied] - - + - Represents an editor that displays an image within a dropdown window. + +Represents the caption of the lightness attribute in the color picker. + +Return Value: Lightness + - + - Initializes a new instance of the PopupImageEdit class. + +Represents the caption of the magenta color. + +Return Value: Magenta - + - Gets or sets whether the dropdown is automatically sized to fit the width of the edit box. This is a dependency property. + +Represents the caption of the red color. + +Return Value: Red - true to automatically resize the dropdown to fit the width of the edit box; otherwise, false. - - + - Identifies the dependency property. + +Represents the caption of the saturation attribute in the color picker. + +Return Value: Saturation - [To be supplied] - + - Cancels the changes. + +Represents the caption of the yellow color. + +Return Value: Yellow - [To be supplied] - + - Allows you to manually encode the editor's value in the required image format before it is posted to a data source. + The title of the dialog window that appears when the end-user tries to set a font in the that cannot be found in the system. +The property should be set to true to allow for the window to appear. +Return Value: Confirmation - + - Identifies the routed event. + The message that is contained in the dialog window that appears when the end-user tries to set a font in the that cannot be found in the system. +The property should be set to true to allow for the window to appear. +Return Value:The font \"{0}\" is not available on your system. Do you want to use it anyway? - [To be supplied] - + - Specifies the dropdown's default height, in pixels. + +The caption of the button to copy the content from the editor. + + +Return Value: Copy + - [To be supplied] - + - Gets or sets the dropdown's default minimum width. + +The caption of the button to cut the content from the editor. + + +Return Value: Cut + - A value that specifies the dropdown's default minimum width. - - + - Gets or sets a template that defines the presentation of an empty editor's dropdown. This is a dependency property. - + +Return Value: A + - A object that defines the presentation of an empty editor's dropdown. - - + - Identifies the dependency property. + +Return Value: ABCXYZ + - [To be supplied] - + - Gets whether the editor displays an image. This is a dependency property. + Return value: hours - true if the editor displays an image; false if the editor is empty. - - + - Identifies the dependency property. + Return value: msecs - [To be supplied] - + - Gets or sets a bitmap effect. This is a dependency property. + Return value: mins - A descendant that represents the bitmap effect. - - + - Identifies the dependency property. + Return value: secs - [To be supplied] - + - Occurs if the property is set to an invalid format or is specified to a URI that cannot be resolved. + +Return Value: Currency + - + - Identifies the routed event. + +Return Value: Custom + - [To be supplied] - + - Gets or sets the template used to display the image menu container. This is a dependency property. + +Return Value: Datetime + - A object that represents the template used to display the image menu container. - - + - Identifies the dependency property. + +Return Value: Default + - [To be supplied] - + - Gets or sets the template used to display the image menu. This is a dependency property. + +Return Value: Number + - A object that represents the template used to display the image menu. - - - + - Identifies the dependency property. + +Return Value: Percent + - [To be supplied] - + - Accepts the changes. + +Return Value: Special + - [To be supplied] - + - Gets or sets whether clicking within the editor's dropdown shows the 'Open' dialog. This is a dependency property. - + +Return Value: Invalid display format text + - One of the enumeration values. - - + - Identifies the dependency property. + +Return Value: None + - [To be supplied] - + - Gets or sets a value indicating whether the menu is displayed when the mouse pointer is hovered over the dropdown. This is a dependency property. - - + +Return Value: Display format text: + - true to show the menu when the mouse pointer is hovered over the dropdown; otherwise, false. - - - + - Gets or sets whether an Image Menu is always displayed or is displayed when the cursor hovers over a PopupImageEdit. - + +Return Value: Example: + - A enumeration value that specifies when a PopupImageEdit displays the Image Menu. - - + - Identifies the dependency property. + +Return Value: Prefix: + - [To be supplied] - + - Identifies the dependency property. + +Return Value: Suffix: + - [To be supplied] - + - Gets or sets an image displayed within the editor. This is a dependency property. + +Return Value: (None) + - An object that represents the image. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Abs(Value)\r\nReturns the absolute, positive value of the given numeric expression. + + - [To be supplied] - + - Gets or sets a value that specifies how an image should be stretched to fill the available space. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Acos(Value)\r\nReturns the arccosine of a number (the angle, in radians, whose cosine is the given float expression). + + - One of the enumeration values. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: AddDays(DateTime, DaysCount)\r\nReturns a date-time value that is the specified number of days away from the specified DateTime. + + - [To be supplied] - - + - Represents an image editor. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: AddHours(DateTime, HoursCount)\r\nReturns a date-time value that is the specified number of hours away from the specified DateTime. - - - - - Initializes a new instance of the ImageEdit class. - + - Clears the image. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: AddMilliSeconds(DateTime, MilliSecondsCount)\r\nReturns a date-time value that is the specified number of milliseconds away from the specified DateTime. + + - + - Allows you to manually encode the editor's value in the required image format before it is posted to a data source. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: AddMinutes(DateTime, MinutesCount)\r\nReturns a date-time value that is the specified number of minutes away from the specified DateTime. + + - + - Identifies the routed event. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: AddMonths(DateTime, MonthsCount)\r\nReturns a date-time value that is the specified number of months away from the specified DateTime. + + - [To be supplied] - + - Copies an image to the clipboard. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: AddSeconds(DateTime, SecondsCount)\r\nReturns a date-time value that is the specified number of seconds away from the specified DateTime. + + - + - Removes the current image and copies it to the clipboard. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: AddTicks(DateTime, TicksCount)\r\nReturns a date-time value that is the specified number of ticks away from the specified DateTime. + + - + - Gets or sets a template that defines the presentation of an empty editor. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: AddTimeSpan(DateTime, TimeSpan)\r\nReturns a date-time value that is away from the specified DateTime for the given TimeSpan. + + - A object that defines the presentation of an empty editor. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: AddYears(DateTime, YearsCount)\r\nReturns a date-time value that is the specified number of years away from the specieid DateTime. + + - [To be supplied] - + - Gets whether the editor displays an image. This is a dependency property. + The description of the corresponding operator that is displayed to the right of the Expression Editor. + +Return Value: Performs a logical conjunction on two expressions. + - true if the editor displays an image; false if the editor is empty. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Ascii(String)\r\nReturns the ASCII code value of the leftmost character in a character expression. + + - [To be supplied] - + - Gets or sets a bitmap effect. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Asin(Value)\r\nReturns the arcsine of a number (the angle, in radians, whose sine is the given float expression). + + - A descendant that represents the bitmap effect. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Atn(Value)\r\nReturns the arctangent of a number (the angle, in radians, whose tangent is the given float expression). + + - [To be supplied] - + - Invokes the Open File dialog, allowing an end-user to select an image and load it to the editor. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Atn2(Value1, Value2)\r\nReturns the angle whose tangent is the quotient of two specified numbers, in radians. + + - + - Gets or sets the template used to display the image menu container. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Avg(Value)\r\nEvaluates the average of the values in the collection. + - A object that represents the template used to display the image menu container. - - + - Identifies the dependency property. + The description of the corresponding operator that is displayed to the right of the Expression Editor. + +Return Value: Between (,)\r\nSpecifies a range to test. Returns true if a value is greater than or equal to the first operand and less than or equal to the second operand. + + - [To be supplied] - + - Gets or sets the template used to display the image menu. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: BigMul(Value1, Value2)\r\nReturns an Int64 containing the full product of two specified 32-bit numbers. + + - A object that represents the template used to display the image menu. - - + - Identifies the dependency property. + The description of the corresponding operator that is displayed to the right of the Expression Editor. + +Return Value: Performs a bitwise logical AND operation between two integer values. + - [To be supplied] - + - Inserts an image from the clipboard. + The description of the corresponding operator that is displayed to the right of the Expression Editor. + +Return Value: Compares each bit of its first operand to the corresponding bit of its second operand. If either bit is 1, the corresponding result bit is set to 1. Otherwise, the corresponding result bit is set to 0. + - + - Invokes the Save As dialog, allowing an end-user to save the current image into a file. + The description of the corresponding operator that is displayed to the right of the Expression Editor. + +Return Value: Performs a logical exclusion on two Boolean expressions, or a bitwise exclusion on two numeric expressions. + - + - Gets or sets whether clicking within the editor shows the 'Open' dialog. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Ceiling(Value)\r\nReturns the smallest integer that is greater than or equal to the given numeric expression. + + - One of the enumeration values. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Char(Number)\r\nConverts an integerASCIICode to a character. + + - [To be supplied] - + - Gets or sets a value indicating whether the menu is displayed when the mouse pointer is hovered over the image. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: CharIndex(String1, String2)\r\nReturns the starting position of String1 within String2, beginning from the zero character position to the end of a string. + - true to show the menu when the mouse pointer is hovered over the image; otherwise, false. - - - + - Gets or sets whether an Image Menu is always displayed , or is displayed when the cursor hovers over an ImageEdit. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: CharIndex(String1, String2, StartLocation)\r\nReturns the starting position of String1 within String2, beginning from the StartLocation character position to the end of a string. + - A enumeration value that specifies when an ImageEdit displays the Image Menu. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Concat(String1, ... , StringN)\r\nReturns a string value containing the concatenation of the current string with any additional strings. + + - [To be supplied] - + - Identifies the dependency property. + The name of the group of constants in the Expression Editor. + +Return Value: Constants + - [To be supplied] - + - Gets or sets an image displayed within the editor. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Contains(String, SubString)\r\nReturns True if SubString occurs within String; otherwise, False is returned. + + - An object that represents the image. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Cos(Value)\r\nReturns the cosine of the angle defined in radians. + + - [To be supplied] - + - Gets or sets a value that specifies how an image should be stretched to fill the available space. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Cosh(Value)\r\nReturns the hyperbolic cosine of the angle defined in radians. + + - One of the enumeration values. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Count()\r\nReturns the number of objects in a collection. + - [To be supplied] - - + - Lists values that specify the DXExpander's vertical animation style. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: DateDiffDay(startDate, endDate)\r\nReturns the number of day boundaries between two non-nullable dates. - - - - - The content is expanded from bottom to top. - + - The content is expanded from the center to edges. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: DateDiffHour(startDate, endDate)\r\nReturns the number of hour boundaries between two non-nullable dates. + + - + - The content is expanded from top to bottom. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: DateDiffMilliSecond(startDate, endDate)\r\nReturns the number of millisecond boundaries between two non-nullable dates. + + - + - The content is not expanded vertically. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: DateDiffMinute(startDate, endDate)\r\nReturns the number of minute boundaries between two non-nullable dates. + + - - + - Lists values that specify the DXExpander's horizontal animation style. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: DateDiffMonth(startDate, endDate)\r\nReturns the number of month boundaries between two non-nullable dates. - - - - - The content is expanded from the center to edges. - + - The content is expanded from left to right. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: DateDiffSecond(startDate, endDate)\r\nReturns the number of second boundaries between two non-nullable dates. + + - + - The content is expanded from right to left. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: DateDiffTick(startDate, endDate)\r\nReturns the number of tick boundaries between two non-nullable dates. + + - + - The content is not expanded horizontally. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: DateDiffYear(startDate, endDate)\r\nReturns the number of year boundaries between two non-nullable dates. + + - - + - Lists values that specify the size of color chips. + The description of the corresponding operator that is displayed to the right of the Expression Editor. + +Return Value: Divides the first operand by the second. + + - + - The chip size is 13x13 pixels. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: EndsWith(String, EndString)\r\nReturns True if the end of String matches EndString; otherwise, False is returned. + - + - The chip size is 20x20 pixels. - + The description of the corresponding operator that is displayed to the right of the Expression Editor. + +Return Value: Returns true if both operands have the same value; otherwise, it returns false. + - + - The chip size is 16x16 pixels. - + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Exists()\r\nDetermines whether the object exists in the collection. + - + - The chip size is 13x13 pixels. - + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Exp(Value)\r\nReturns the exponential value of the given float expression. + - - + - Serves as the base class for editors that provide the text editing capability (e.g. , , ). + The description of the corresponding constant that is displayed to the right of the Expression Editor. + +Return Value: Represents the Boolean False value. + + - + - Initializes a new instance of the TextEditBase class with default parameters. + The name of the group of fields in the Expression Editor. + +Return Value: Fields + - + - Gets or sets whether an end-user can insert return characters into a text. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Floor(Value)\r\nReturns the largest integer less than or equal to the given numeric expression. + - true to allow return characters to be accepted and processed by the editor; otherwise, false. - - + - Identifies the dependency property. + The name of the group of functions in the Expression Editor. + +Return Value: Functions + - [To be supplied] - + - Gets or sets whether an end-user can insert tabulation characters into a text. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Aggregate + - true to allow tabulation characters to be accepted and processed by the editor; otherwise, false. - - + - Identifies the dependency property. + Represents the string that is the item of the dropdown filter list in the Expression Editor. +Return Value: (All) - [To be supplied] - + - Clears all the content from the text editor. + Represents the string that is the item of the dropdown filter list in the Expression Editor. +Return Value: Date-time - + - Copies the current selection to the clipboard. + Represents the string that is the item of the dropdown filter list in the Expression Editor. +Return Value: Logical - + - Moves the current selection in the text editor to the clipboard. + Represents the string that is the item of the dropdown filter list in the Expression Editor. +Return Value: Math - + - Deletes the currently selected text from the text editor. + Represents the string that is the item of the dropdown filter list in the Expression Editor. +Return Value: String - + - Gets or sets a template that defines the in-place button editor's presentation when the editor is active, but its text field is not editable. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: GetDate(DateTime)\r\nExtracts a date from the defined DateTime. + - A object representing the editor's template. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: GetDay(DateTime)\r\nExtracts a day from the defined DateTime. + - [To be supplied] - + - Gets or sets whether a horizontal scroll bar is shown. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: GetDayOfWeek(DateTime)\r\nExtracts a day of the week from the defined DateTime. + - A enumeration value that specifies the scroll bar's visibility. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: GetDayOfYear(DateTime)\r\nExtracts a day of the year from the defined DateTime. + - [To be supplied] - + - Gets the total number of text lines. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: GetHour(DateTime)\r\nExtracts an hour from the defined DateTime. + - An integer value that specifies the total number of text lines. - - + - Gets or sets the maximum number of characters an end-user can enter into the editor. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: GetMilliSecond(DateTime)\r\nExtracts milliseconds from the defined DateTime. + - A positive integer that specifies the maximum number of characters an end-user can enter. 0 to disable the text length limit. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: GetMinute(DateTime)\r\nExtracts minutes from the defined DateTime. + - [To be supplied] - + - Replaces the current selection in the text editor with the contents of the clipboard. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: GetMonth(DateTime)\r\nExtracts a month from the defined DateTime. + - + - Gets or sets whether a cell's value is automatically wrapped when it is printed. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: GetSecond(DateTime)\r\nExtracts seconds from the defined DateTime. + - true to enable text wrapping when printing; otherwise, false. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: GetTimeOfDay(DateTime)\r\nExtracts the time of the day from the defined DateTime, in ticks. + - [To be supplied] - + - Selects the editor's entire content. - + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: GetYear(DateTime)\r\nExtracts a year from the defined DateTime. + - + - Gets or sets whether to select the entire text when the editor gets focus via keyboard. + The description of the corresponding operator that is displayed to the right of the Expression Editor. + +Return Value: Greater than operator. Used to compare expressions. + - true to select the text on focus via keyboard; otherwise, false. - - + - Identifies the dependency property. + The description of the corresponding operator that is displayed to the right of the Expression Editor. + +Return Value: Greater than or equal to operator. Used to compare expressions. + - [To be supplied] - + - Gets or sets whether to invoke a tooltip for the editor whose content is trimmed. This is a dependency property. + The template of the description of grid fields that is displayed to the right of the Expression Editor. + +Return Value: Field Information\r\nCaption: {1}\r\nThe type of this field is: {2} + - true if a tooltip should be displayed; otherwise, false. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Iif(Expression, TruePart, FalsePart)\r\nReturns either TruePart or FalsePart, depending on the evaluation of the Boolean Expression. + - [To be supplied] - + - Gets or sets the text. This is a dependency property. + The description of the corresponding operator that is displayed to the right of the Expression Editor. + +Return Value: In (,,,)\r\nTests for the existence of a property in an object. + - A value that specifies the text displayed within the editor. - - + - Provides access to the edit settings. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Insert(String1, StartPosition, String2)\r\nInserts String2 into String1 at the position specified by StartPositon + - A object containing the edit settings of the editor. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: IsNull(Value)\r\nReturns True if the specified Value is NULL. + - [To be supplied] - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: IsNullOrEmpty(String)\r\nReturns True if the specified String object is NULL or an empty string; otherwise, False is returned. + - [To be supplied] - + - Gets or sets the text trimming behavior. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: IsThisMonth + - One of the enumeration values. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: IsThisWeek + - [To be supplied] - + - Gets or sets whether the text wraps when it reaches the edge of the text box. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: IsThisYear + - One of the enumeration values. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Len(Value)\r\nReturns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + - [To be supplied] - + - Undoes the last edit operation in the text control. + The description of the corresponding operator that is displayed to the right of the Expression Editor. + +Return Value: Less than operator. Used to compare expressions. + - + - Gets or sets whether a vertical scroll bar is shown. This is a dependency property. + The description of the corresponding operator that is displayed to the right of the Expression Editor. + +Return Value: Less than or equal to operator. Used to compare expressions. + - A enumeration value that specifies the scroll bar's visibility. - - + - Identifies the dependency property. + The description of the corresponding operator that is displayed to the right of the Expression Editor. + +Return Value: Compares a string against a pattern. If the value of the string matches the pattern, result is true. If the string does not match the pattern, result is false. If both string and pattern are empty strings, the result is true. + - [To be supplied] - - + - Provides the predefined palette collections. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: LocalDateTimeDayAfterTomorrow()\r\nReturns a date-time value corresponding to the day after Tomorrow. + + - + - Gets the Apex palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: LocalDateTimeLastWeek()\r\nReturns a date-time value corresponding to the first day of the previous week. + - A collection of objects that represent the Apex palettes. - - + - Gets the Aspect palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: LocalDateTimeNextMonth()\r\nReturns a date-time value corresponding to the first day of next month. + - A collection of objects that represent the Aspect palettes. - - + - Gets the Civic palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: LocalDateTimeNextWeek()\r\nReturns a date-time value corresponding to the first day of the following week. + - A collection of objects that represent the Civic palettes. - - + - Gets the collection of the predefined palettes collections. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: LocalDateTimeNextYear()\r\nReturns a date-time value corresponding to the first day of the following year. + - A read-only collection of the objects that represent the predefined palette collections. - - + - Gets the Concourse palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: LocalDateTimeNow()\r\nReturns a date-time value corresponding to the current moment in time. + - A collection of objects that represent the Concourse palettes. - - + - Gets the Equality palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: LocalDateTimeThisMonth()\r\nReturns a date-time value corresponding to the first day of the current month. + - A collection of objects that represent the Equality palettes. - - + - Gets the Flow palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: LocalDateTimeThisWeek()\r\nReturns a date-time value corresponding to the first day of the current week. + - A collection of objects that represent the Flow palettes. - - + - Gets the Foundry palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: LocalDateTimeThisYear()\r\nReturns a date-time value corresponding to the first day of the current year. + - A collection of objects that represent the Foundry palettes. - - + - Gets the Grayscale palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: LocalDateTimeToday()\r\nReturns a date-time value corresponding to Today. + - A collection of objects that represent the Grayscale palettes. - - + - Gets the Median palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: LocalDateTimeTomorrow()\r\nReturns a date-time value corresponding to Tomorrow. + - A collection of objects that represent the Median palettes. - - + - Gets the Metro palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: LocalDateTimeTwoWeeksAway()\r\nReturns a date-time value corresponding to the first day of the week that is after next week. + - A collection of objects that represent the Metro palettes. - - + - Gets the Module palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: LocalDateTimeYesterday()\r\nReturns a date-time value corresponding to Yesterday. + - A collection of objects that represent the Module palettes. - - + - Gets the Office palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Log(Value)\r\nReturns the natural logarithm of a specified number. + - A collection of objects that represent the Office palettes. - - + - Gets the Opulent palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Log10(Value)\r\nReturns the base 10 logarithm of a specified number. + - A collection of objects that represent the Opulent palettes. - - + - Gets the Oriel palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Log(Value, Base)\r\nReturns the logarithm of a specified number in a specified Base. + - A collection of objects that represent the Oriel palettes. - - + - Gets the Origin palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Lower(String)\r\nReturns the String in lowercase. + - A collection of objects that represent the Origin palettes. - - + - Gets the Paper palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Max(Value1, Value2)\r\nReturns the maximum value from the specified values. + - A collection of objects that represent the Paper palettes. - - + - Gets the Solstice palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Max(Value)\r\nReturns the maximum expression value in a collection. + - A collection of objects that represent the Solstice palettes. - - + - Gets the Trek palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Min(Value1, Value2)\r\nReturns the minimum value from the specified values. + - A collection of objects that represent the Trek palettes. - - + - Gets the Urban palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Min(Value)\r\nReturns the minimum expression value in a collection. + - A collection of objects that represent the Urban palettes. - - + - Gets the Verve palette collection. + The description of the corresponding operator that is displayed to the right of the Expression Editor. + +Return Value: Finds the difference between two numbers. + - A collection of objects that represent the Verve palettes. - - - + - Provides predefined color collections. + The description of the corresponding operator that is displayed to the right of the Expression Editor. + +Return Value: Returns the remainder (modulus) obtained by dividing one numeric expression into another. + + - + - Gets base colors for the Apex palette collection. + The description of the corresponding operator that is displayed to the right of the Expression Editor. + +Return Value: Multiplies the value of two expressions. + - A collection of objects that represent base colors for the Apex palette collection. - - + - Gets base colors for the Aspect palette collection. + The description of the corresponding operator that is displayed to the right of the Expression Editor. + +Return Value: Performs logical negation on an expression. + - A collection of objects that represent base colors for the Aspect palette collection. - - + - Gets base colors for the Civic palette collection. + The description of the corresponding operator that is displayed to the right of the Expression Editor. + +Return Value: Returns true if the operands do not have the same value; otherwise, it returns false. + - A collection of objects that represent base colors for the Civic palette collection. - - + - Gets base colors for the Concourse palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Now()\r\nReturns the current system date and time. + - A collection of objects that represent base colors for the Concourse palette collection. - - + - Gets base colors for the Equality palette collection. + The description of the corresponding constant that is displayed to the right of the Expression Editor. + +Return Value: Represents a null reference, one that does not refer to any object. + - A collection of objects that represent base colors for the Equality palette collection. - - + - Gets base colors for the Flow palette collection. + The name of the group of operators in the Expression Editor. + +Return Value: Operators + - A collection of objects that represent base colors for the Flow palette collection. - - + - Gets base colors for the Foundry palette collection. + The description of the corresponding operator that is displayed to the right of the Expression Editor. + +Return Value: Performs a logical disjunction on two Boolean expressions. + - A collection of objects that represent base colors for the Foundry palette collection. - - + - Gets base colors for the Grayscale palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: PadLeft(String, Length)\r\nLeft-aligns characters in the defined string, padding its left side with white space characters up to a specified total length. + - A collection of objects that represent base colors for the Grayscale palette collection. - - + - Gets base colors for the Median palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: PadLeft(String, Length, Char)\r\nLeft-aligns characters in the defined string, padding its left side with the specified Char up to a specified total length. + - A collection of objects that represent base colors for the Median palette collection. - - + - Gets base colors for the Metro palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: PadRight(String, Length)\r\nRight-aligns characters in the defined string, padding its left side with white space characters up to a specified total length. + - A collection of objects that represent base colors for the Metro palette collection. - - + - Gets base colors for the Module palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: PadRight(String, Length, Char)\r\nRight-aligns characters in the defined string, padding its left side with the specified Char up to a specified total length. + - A collection of objects that represent base colors for the Module palette collection. - - + - Gets base colors for the Office palette collection. + The description of the corresponding operator that is displayed to the right of the Expression Editor. + +Return Value: Adds the value of one numeric expression to another, or concatenates two strings. + - A collection of objects that represent base colors for the Office palette collection. - - + - Gets base colors for the Opulent palette collection. - + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Power(Value, Power)\r\nReturns a specified number raised to a specified power. + - A collection of objects that represent base colors for the Opulent palette collection. - - + - Gets base colors for the Oriel palette collection. - - + - A collection of objects that represent base colors for the Oriel palette collection. - - + - Gets base colors for the Origin palette collection. - + - A collection of objects that represent base colors for the Origin palette collection. - - + - Gets base colors for the Paper palette collection. - + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Replace(String, SubString2, String3)\r\nReturns a copy of String1, in which SubString2 has been replaced with String3. + - A collection of objects that represent base colors for the Paper palette collection. - - + - Gets base colors for the Solstice palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Reverse(String)\r\nReverses the order of elements within a string. + - A collection of objects that represent base colors for the Solstice palette collection. - - + - Gets the collection of standard colors. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Rnd()\r\nReturns a random number that is less than 1, but greater than or equal to zero. + - A collection of objects that represent the standard colors. - - + - Gets base colors for the Trek palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Round(Value)\r\nRounds the given value to the nearest integer. + - A collection of objects that represent base colors for the Trek palette collection. - - + - Gets base colors for the Urban palette collection. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Round(Value, Precision)\r\nRounds the given value to the nearest integer, or to a specified number of decimal places. + - A collection of objects that represent base colors for the Urban palette collection. - - + - Gets base colors for the Verve palette collection. - + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Sign(Value)\r\nReturns the positive (+1), zero (0), or negative (-1) sign of the given expression. + - A collection of objects that represent base colors for the Verve palette collection. - - - + - Represents a color editor displayed within a dropdown window. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Sin(Value)\r\nReturns the sine of the angle, defined in radians. + + - + - Initializes a new instance of the PopupColorEdit class. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Single()\r\nReturns a single object from the collection. + - + - Gets or sets the Brush that draws the outer border of a color chip. This is a dependency property. - + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Sinh(Value)\r\nReturns the hyperbolic sine of the angle defined in radians. + + - A object that draws the color chip's border. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Sqr(Value)\r\nReturns the square root of a given number. + - [To be supplied] - + - Gets or sets the outer margin of a color chip. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: StartsWith(String, StartString)\r\nReturns True if the beginning of String matches StartString; otherwise, False is returned. + - A structure that specifies the outer margin of a color chip. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Substring(String, StartPosition)\r\nRetrieves a substring from String. The substring starts at StartPosition. + - [To be supplied] - + - Gets or sets the size of color chips. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Substring(String, StartPosition, Length)\r\nRetrieves a substring from String. The substring starts at StartPosition and has the specified Length. + - A enumeration value that specifies the size of color chips. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Sum(Value)\r\nReturns the sum of all the expression values in the collection. + - [To be supplied] - + - Gets or sets the currently selected color. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Tan(Value)\r\nReturns the tangent of the angle defined in radians. + - A structure that describes the selected color. - - + - Occurs after the selected color has been changed. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Tanh(Value)\r\nReturns the hyperbolic tangent of the angle defined in radians. + - + - Identifies the routed event. + The title of the Expression Editor window. + +Return Value: Expression editor + - [To be supplied] - + - Gets or sets a value that specifies in which format the selected color is displayed. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Today()\r\nReturns the current date. Regardless of the actual time, this function returns midnight of the current date. + - One of the enumeration values. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: ToDecimal(Value)\r\nConverts Value to an equivalent decimal number. + - [To be supplied] - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: ToDouble(Value)\r\nConverts Value to an equivalent 64-bit double-precision floating-point number. + - [To be supplied] - + - Gets or sets the number of color columns. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: ToFloat(Value)\r\nConverts Value to an equivalent 32-bit single-precision floating-point number. + - An integer value that specifies the number of color columns. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: ToInt(Value)\r\nConverts Value to an equivalent 32-bit signed integer. + - [To be supplied] - + - Gets or sets the default color. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: ToLong(Value)\r\nConverts Value to an equivalent 64-bit signed integer. + - A structure that describes the default color. - - + - Gets or sets the content of the 'Automatic' button. This is a dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: ToStr(Value)\r\nReturns a string representation of an object. + - An object that represents the button's content. - - + - Identifies the dependency property. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Trim(String)\r\nRemoves all leading and trailing SPACE characters from String. + - [To be supplied] - + - Identifies the dependency property. + The description of the corresponding constant that is displayed to the right of the Expression Editor. + +Return Value: Represents the Boolean True value. + - [To be supplied] - + - Enables you to specify custom names for colors. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: Upper(String)\r\nReturns String in uppercase. + - + - Identifies the routed event. + The description of the corresponding function that is displayed to the right of the Expression Editor. + +Return Value: UtcNow()\r\nReturns the current system date and time, expressed as Coordinated Universal Time (UTC). + - [To be supplied] - + - Gets the value of the property for a specified . + Represents the caption of the AnyOf filter clause. +Return value: Is any of - - The element from which the property value is read. - - - The property value for the element. - - + - Gets or sets the content of the 'More Colors' button. This is a dependency property. + Represents the caption of the BeginsWith filter clause. +Return value: Begins with - An object that represents the button's content. - - + - Identifies the dependency property. + Represents the caption of the Between filter clause. +Return value: Is between - [To be supplied] - + - Gets or sets the content of the 'No Color' button. This is a dependency property. + Represents the caption of the BetweenAnd filter clause. +Return value: and - An object that represents the button's content. - - + - Identifies the dependency property. + Represents the caption of the Contains filter clause. +Return value: Contains - [To be supplied] - + - Gets the editor's owner. + Represents the caption of the DoesNotContain filter clause. +Return value: Does not contain - A descendant that owns the current editor. - - + - Identifies the dependency property. + Represents the caption of the DoesNotEqual filter clause. +Return value: Does not equal - [To be supplied] - + - Gets or sets the collection of palettes. This is a dependency property. + Represents the caption of the EndsWith filter clause. +Return value: Ends with - A object that represents a collection of palettes. - - + - Identifies the dependency property. + Represents the caption of the Equals filter clause. +Return value: Equals - [To be supplied] - + - Gets the recent colors. + Represents the caption of the Greater filter clause. +Return value: Is greater than - The circular list that contains recent colors. - - + - Gets or sets whether the 'Automatic' button is visible. This is a dependency property. + Represents the caption of the GreaterOrEqual filter clause. +Return value: Is greater than or equal to - true to show the 'Automatic' button; otherwise, false. - - + - Identifies the dependency property. + Represents the caption of the Is Beyond This Year filter clause. +Return value: Is Beyond This Year - [To be supplied] - + - Gets or sets whether the 'More Colors' button is visible. This is a dependency property. + Represents the caption of the Is Earlier This Month filter clause. +Return value: Is Earlier This Month - true to show the 'More Colors' button; otherwise, false. - - + - Identifies the dependency property. + Represents the caption of the Is Earlier This Week filter clause. +Return value: Is Earlier This Week - [To be supplied] - + - Gets or sets whether the 'No Color' button is visible. This is a dependency property. + Represents the caption of the Is Earlier This Year filter clause. +Return value: Is Earlier This Year - true to show the 'No Color' button; otherwise, false. - - + - Identifies the dependency property. + Represents the caption of the Is Last Week filter clause. +Return value: Is Last Week - [To be supplied] - - + - Represents a calculator displayed within a dropdown window. + Represents the caption of the Is Later This Month filter clause. +Return value: Is Later This Month + - + - Initializes a new instance of the PopupCalcEdit class. + Represents the caption of the Is Later This Week filter clause. +Return value: Is Later This Week - + - Enables you to provide a custom error description. - + Represents the caption of the Is Later This Year filter clause. +Return value: Is Later This Year - + - Identifies the routed event. + Represents the caption of the Is Next Week filter clause. +Return value: Is Next Week - [To be supplied] - + - Gets or sets whether the popup calculator's width is automatically calculated. This is a dependency property. + Represents the caption of the Is not null filter clause. +Return value: Is not null - true to automatically calculate the popup calculator's width; false to fits the width of the text box. - - + - Identifies the dependency property. + Represents the caption of the Is not blank filter clause. +Return value: Is not blank - [To be supplied] - + - Gets or sets the maximum number of digits displayed to the right of the decimal point. This is a dependency property. + Represents the caption of the Is null filter clause. +Return value: Is null - The maximum number of digits displayed in the fractional part of the value. - - + - Identifies the dependency property. + Represents the caption of the Is blank filter clause. +Return value: Is blank - [To be supplied] - + - Gets or sets the editor's decimal value. This is a dependency property. + Represents the caption of the Is Prior This Year filter clause. +Return value: Is Prior This Year - A value that specifies the editor's value. - - + - Identifies the dependency property. + Represents the caption of the Is Today filter clause. +Return value: Is Today - [To be supplied] - - + - Represents a control allowing you to enter and manage passwords. + Represents the caption of the Is Tomorrow filter clause. +Return value: Is Tomorrow + - + - Initializes a new instance of the PasswordBoxEdit class. + Represents the caption of the Is Yesterday filter clause. +Return value: Is Yesterday - + - Gets or sets the template used to represent a warning tooltip displayed when the Caps Lock is turned on. This is a dependency property. + Represents the caption of the Is less than filter clause. +Return value: Is less than - A object that represents the corresponding template. - - + - Identifies the dependency property. + Represents the caption of the Is less than or equal to filter clause. +Return value: Is less than or equal to - [To be supplied] - + - Enables you to estimate password strength manually. + Represents the caption of the Is like filter clause. +Return value: Is like - + - Identifies the routed event. + Represents the caption of the Day After Tomorrow filter clause. +Return value: Day after tomorrow - [To be supplied] - + - Gets or sets the current password. This is a dependency property. + Represents the caption of the Last Week filter clause. +Return value: Last week - A value that specifies the current password. - - + - Gets or sets the masking character for the password. This is a dependency property. + Represents the caption of the Next Month filter clause. +Return value: Next month - A value that specifies the masking character which is echoed in the password box. - - + - Identifies the dependency property. + Represents the caption of the Next Week filter clause. +Return value: Next week - [To be supplied] - + - Identifies the dependency property. + Represents the caption of the Next Year filter clause. +Return value: Next year - [To be supplied] - + - Gets the password strength. This is a dependency property. + Represents the caption of the Now filter clause. +Return value: Now - A enumeration value that specifies the effectiveness of a password. - - + - Identifies the dependency property. + Represents the caption of the This Month filter clause. +Return value: This month - [To be supplied] - + - Gets or sets whether to display a warning tooltip when the Caps Lock is turned on. This is a dependency property. + Represents the caption of the This Week filter clause. +Return value: This week - true to display a warning tooltip when the Caps Lock is turned on; otherwise, false. - - + - Identifies the dependency property. + Represents the caption of the This Year filter clause. +Return value: This year - [To be supplied] - - + - Represents a collection of palettes. + Represents the caption of the Today filter clause. +Return value: Today + - + - Initializes a new instance of the PaletteCollection class. + Represents the caption of the Tomorrow filter clause. +Return value: Tomorrow - - A value that specifies the collection's name. This value is assigned to the property. - - - - An array of descendants that represent color palettes. - - - - + - Initializes a new instance of the PaletteCollection class. + Represents the caption of the Two Weeks Away filter clause. +Return value: Two weeks away - - A object. - - - + - Adds the specified object to the end of the collection. + Represents the caption of the Yesterday filter clause. +Return value: Yesterday - - A descendant that represents the palette to add to the collection. - - - + - Gets the palette with the specified name. + Represents the caption of the Is none of filter clause. +Return value: Is none of - - A value that specifies the name of a palette within the collection. - - - A descendant that represents the specified palette. null (Nothing in Visual Basic) if the collection doesn't contain the palette with the specified name. - - + - Gets the collection's name. + Represents the caption of the Is not between filter clause. +Return value: Is not between - A value that specifies the collection's name. - - - + - Represents a custom color palette. + Represents the caption of the Is not like filter clause. +Return value: Is not like + - + - Initializes a new instance of the CustomPalette class with the specified settings. + Specifies an error message that may occur when parsing an expression + +Return value: The specified expression contains invalid symbols (line {0}, character {1}). + - - A value that specifies the palette's name. This value is assigned to the property's value. - - - - The list of colors. This value is assigned to the property. - - - - true to hide top/bottom borders between neighboring color chips; otherwise, false. This value is assigned to the property. - - - + - Initializes a new instance of the CustomPalette class with the specified name and colors. + Specifies an error message that may occur when parsing an expression + +Return value: The specified expression is invalid. + - - A value that specifies the palette's name. This value is assigned to the property's value. - - - - The list of colors. This value is assigned to the property. - - - - + - Serves as the base class for color palettes. + Specifies the textual representation of the Between operator used when constructing a display string of filter criteria. + +Return value: Between + + - + - Gets whether to paint top/bottom borders between neighboring color chips. + Specifies the textual representation of the binary bitwise AND operator used when constructing a display string of filter criteria. + +Return value: & + - true to hide top/bottom borders between neighboring color chips; otherwise, false. - - + - Gets the colors displayed within the palette. + Specifies the textual representation of the binary bitwise OR operator used when constructing a display string of filter criteria. + +Return value: | + - The list of objects. - - + - Returns a palette filled with gradient colors from specified base colors. + Specifies the textual representation of the binary bitwise XOR operator used when constructing a display string of filter criteria. + +Return value: ^ + - - A value that specifies the palette name. This value is assigned to the property. - - - - The collection of base colors. - - - A descendant that represents a palette with gradient colors. - - + - Gets the palette's name. + Specifies the textual representation of the binary Divide operator used when constructing a display string of filter criteria. + +Return value: / + - A value that specifies the palette's name. - - - + - Represents a color editor. + Specifies the textual representation of the binary Equal to operator used when constructing a display string of filter criteria. + +Return value: = + + - + - Initializes a new instance of the ColorEdit class. + Specifies the textual representation of the binary Greater than operator used when constructing a display string of filter criteria. + +Return value: > + - + - Gets or sets the Brush that draws the outer border of a color chip. This is a dependency property. + Specifies the textual representation of the binary Greater than or equal to operator used when constructing a display string of filter criteria. + +Return value: >= + - A object that draws the color chip's border. - - + - Identifies the dependency property. + Specifies the textual representation of the binary Less than operator used when constructing a display string of filter criteria. + +Return value: < + - [To be supplied] - + - Gets or sets the outer margin of a color chip. This is a dependency property. + Specifies the textual representation of the binary Less than or equal to operator used when constructing a display string of filter criteria. + +Return value: <= + - A structure that specifies the outer margin of a color chip. - - + - Identifies the dependency property. + Specifies the textual representation of the binary Like operator used when constructing a display string of filter criteria. + +Return value: Like + - [To be supplied] - + - Gets or sets the size of color chips. This is a dependency property. + Specifies the textual representation of the binary Minus operator used when constructing a display string of filter criteria. + +Return value: - + - A enumeration value that specifies the size of color chips. - - + - Identifies the dependency property. + Specifies the textual representation of the binary Modulo operator used when constructing a display string of filter criteria. + +Return value: % + - [To be supplied] - + - Gets or sets whether the popup containing the ColorEdit, is automatically closed, after the ColorEdit has been clicked. + Specifies the textual representation of the binary Multiply operator used when constructing a display string of filter criteria. + +Return value: * + - true to close the owner popup on a mouse click; otherwise, false. - - + - Identifies the dependency property. + Specifies the textual representation of the binary Not Equal operator used when constructing a display string of filter criteria. + +Return value: + - [To be supplied] - + - Gets or sets the currently selected color. This is a dependency property. + Specifies the textual representation of the binary Plus operator used when constructing a display string of filter criteria. + +Return value: + + - A structure that describes the selected color. - - + - Occurs after the selected color has been changed. + Specifies the textual representation of the Contains operator used when constructing a display string of filter criteria. + +Return value: Contains + - + - Identifies the routed event. + Specifies the textual representation of the Ends With operator used when constructing a display string of filter criteria. + +Return value: Ends with + - [To be supplied] - + - Identifies the dependency property. + Specifies the textual representation of the Is null or empty operator used when constructing a display string of filter criteria. + +Return value: Is null or empty + - [To be supplied] - + - Gets or sets the number of color columns. This is a dependency property. + Specifies the textual representation of the Starts with operator used when constructing a display string of filter criteria. + +Return value: Starts with + - An integer value that specifies the number of color columns. - - + - Identifies the dependency property. + Specifies the textual representation of the group AND operator used when constructing a display string of filter criteria. + +Return value: And + - [To be supplied] - + - Gets or sets the default color. This is a dependency property. + Specifies the textual representation of the group OR operator used when constructing a display string of filter criteria. + +Return value: Or + + - A structure that describes the default color. - - + - Gets or sets the content of the 'Automatic' button. This is a dependency property. + Specifies the textual representation of the In function used when constructing a display string of filter criteria. + +Return value: In + - An object that represents the button's content. - - + - Identifies the dependency property. + Specifies the textual representation of the Is not null operator used when constructing a display string of filter criteria. + +Return value: Is Not Null + - [To be supplied] - + - Identifies the dependency property. + Specifies the textual representation of the Not like operator used when constructing a display string of filter criteria. + +Return value: Not Like + - [To be supplied] - + - Represents an empty color. + Specifies the textual representation of the unary bitwise Not operator used when constructing a display string of filter criteria. + +Return value: ~ + - [To be supplied] - + - Enables you to specify custom names for colors. + Specifies the textual representation of the unary Is null operator used when constructing a display string of filter criteria. + +Return value: Is Null + - + - Identifies the routed event. + Specifies the textual representation of the unary Minus operator used when constructing a display string of filter criteria. + +Return value: - + - [To be supplied] - + - Gets or sets the content of the 'More Colors' button. This is a dependency property. + Specifies the textual representation of the unary Not operator used when constructing a display string of filter criteria. + +Return value: Not + - An object that represents the button's content. - - + - Identifies the dependency property. + Specifies the textual representation of the unary Plus operator used when constructing a display string of filter criteria. + +Return value: + + - [To be supplied] - + - Gets or sets the content of the 'No Color' button. This is a dependency property. + Specifies the caption of a submenu that contains date-time operators used to filter data + +Return value: DateTime operators + - An object that represents the button's content. - - + - Identifies the dependency property. + Specifies the textual representation of the Checked operator used when constructing a display string of filter criteria. + +Return value: Checked + - [To be supplied] - + - Called after the template is completely generated, and attached to the visual tree. + Specifies the textual representation of the Unchecked operator used when constructing a display string of filter criteria. + +Return value: Unchecked + - + - Gets or sets the collection of palettes. This is a dependency property. + Represents the string that is the non-specified second argument of a binary filter operation. +Return Value: <enter a value> - A object that represents a collection of palettes. - - + - Identifies the dependency property. + Return Value: Add Condition - [To be supplied] - + - Gets the recent colors. + Return Value: Add Group - The circular list that contains recent colors. - - + - Gets or sets the caption of the 'Recent Colors' palette. + Return Value: And - A value that specifies the caption of the 'Recent Colors' palette. - - + - Identifies the dependency property. + Return Value: Clear All - [To be supplied] - + - Gets or sets whether the 'Automatic' button is visible. This is a dependency property. + Return Value: NotAnd - true to show the 'Automatic' button; otherwise, false. - - + - Identifies the dependency property. + Return Value: NotOr - [To be supplied] - + - Gets or sets whether the 'More Colors' button is visible. This is a dependency property. + Return Value: Or - true to show the 'More Colors' button; otherwise, false. - - + - Identifies the dependency property. + Return Value: Remove Group - [To be supplied] - + - Gets or sets whether the 'No Color' button is visible. This is a dependency property. + The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Panel. +Return Value: Clear Filter - true to show the 'No Color' button; otherwise, false. - - + - Identifies the dependency property. + The string displayed in the tip that appears when the pointer hovers over the corresponding checkbox in the Filter Panel. +Return Value: Disable Filter - [To be supplied] - + - Gets or sets a value that specifies in which format the selected color is displayed within a tooltip. This is a dependency property. + The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Panel. +Return Value: Edit Filter - One of the enumeration values. - - + - Identifies the dependency property. + The string displayed in the tip that appears when the pointer hovers over the corresponding checkbox in the Filter Panel. +Return Value: Enable Filter - [To be supplied] - - + - Represents a method that will handle the event. + The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. +Return Value: Adds a new item to the list + - + - Represents a method that will handle the event. + The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. +Return Value: (Use the Insert or Add key) - - The event source. - - - - A object that contains event data. - - - - + - Provides data for the event. + The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. +Return Value: (Use the Delete or Subtract key) + - + - Initializes a new instance of the CalculatorCustomErrorTextEventArgs class. + The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. +Return Value: Actions - - A value that specifies the error text. This value is assigned to the property. - - - + - Gets or sets the error description. + The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. +Return Value: Adds a new condition to this group - A value that specifies the error text. - - - + - Represents a calculator. + The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. +Return Value: Removes this condition + - + - Initializes a new instance of the Calculator class. + The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. +Return Value: Compare with a value / another field's value - + - This member supports the internal infrastructure and cannot be used directly from your code. + +Represents the caption of the HLS color model. + +Return Value: HLS - - - + - Clears the calculation history. + +Represents the caption of the HSB color model. + +Return Value: HSB - + - Enables you to provide a custom error description. + Specifies the message raised when trying to load a file whose format isn't supported by the editor. + +Return Value: Wrong image format + - + - Identifies the routed event. + Specifies the file type strings that are displayed in the "Open" dialog window of the editor. +Return Value: Image Files(*.BMP;*.JPG;*.GIF;*.PNG)|*.BMP;*.JPG;*.GIF;*.PNG|All files (*.*)|*.* - [To be supplied] - + - Gets the text displayed within the calculator. This is a dependency property. + Specifies the filter string that is displayed in the "Open" dialog window of the Silverlight editor. +Return Value: Image Files(*.JPG;*.PNG)|*.JPG;*.PNG|All files (*.*)|*.* - A value that specifies the calculator's display text. - - + - Identifies the dependency property. + Specifies the file type strings that are displayed in the "Save" dialog window of the editor. +Return Value: PNG(*.png)|*.png|BMP(*.bmp)|*.BMP|JPG(*.jpg)|*.jpg|GIF(*.gif)|*.gif - [To be supplied] - + - Gets whether the calculator displays an error. This is a dependency property. + +Return Value: Invalid value conversion + - true if the calculator has an error; otherwise, false. - - + - Identifies the dependency property. + The caption of the button to add a new row in the editor. +Return Value: Add New - [To be supplied] - + - Gets the calculation history. This is a dependency property. + The caption of the button to close the Search Panel. +Return Value: Close - The collection of strings that represents the calculation history. - - + - Identifies the dependency property. + The caption of the button to locate the records in the editor. +Return Value: Find - [To be supplied] - + - Gets or sets whether the calculator has the digital display. This is a dependency property. - + Return Value: Search - true if the calculator has the digital display; otherwise, false. - - + - Identifies the dependency property. + Specifies the message raised when the editor's entered value as specified by the mask is incomplete. + +Return Value: Mask incomplete + + - [To be supplied] - + - Gets a value stored in the calculator's memory. This is a dependency property. + Return Value: No - A value which is stored in the calculator's memory. - - + - Identifies the dependency property. + Represents the string that precedes the number of total amount of pages in the DataPager. +Return Value: of {0} - [To be supplied] - + - Called after the template is completely generated and attached to the visual tree. + Return Value: Ok - + - Gets or sets the maximum number of digits displayed to the right of the decimal point. This is a dependency property. + Return Value: Open - The maximum number of digits displayed in the fractional part of the value. - - + - Identifies the dependency property. + Specifies the message raised when the editor's entered value as specified by the mask is out of range. + +Return Value: Value is out of range + + - [To be supplied] - + - Resets the calculator. + Represents the string that precedes the number of the current page in the DataPager. +Return Value: Page - + - Gets or sets whether to show the border. This is a dependency property. + The message displayed in the tip that appears when the editor is focused and the CAPS LOCK key has been pressed. +Return Value: Enabling Caps Lock may result in entering password incorrectly.{0}Disable Caps Lock before entering your password. - true to show the border; otherwise, false. - - + - Identifies the dependency property. + The header of the tip that appears when the editor is focused and the CAPS LOCK key has been pressed. +Return Value: Caps Lock is On - [To be supplied] - + - Gets or sets whether the calculator's display is highlighted when the calculator is focused. This is a dependency property. + Return Value: Paste - true to highlight the display when the calculator is focused; otherwise, false. - - + - Identifies the dependency property. + +Represents the caption of the RGB color model. + +Return Value: RGB - [To be supplied] - + - Gets or sets the calculator's value. This is a dependency property. + Return Value: Save - A value that specifies the calculator's value. - - + - Occurs after the calculator's value has been changed. + The caption of the editor item that selects all items in the list. +Return Value: (Select All) - + - Identifies the routed event. + Return Value: Clear - [To be supplied] - + - Identifies the dependency property. + Return Value: Area - [To be supplied] - - + - Represents the DXExpander control. + Return Value: Bar + - + - Initializes a new instance of the DXExpander class with default parameters. + Return Value: Line - + - For internal use. + Return Value: WinLoss - - - + - Identifies the dependency property. + Return Value: Today - [To be supplied] - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. This is a dependency property. + +Return Value: New... + - - - + - Identifies the dependency property. + Return Value: Loading... - [To be supplied] - + - Gets or sets the progress of animation play. This is a dependency property. - + Return Value: Yes - A value between 0 and 1 that represents the progress of animation play. 0 for the collapsed state, 1 for the expanded state. - - - + + - Identifies the dependency property. + A WorkspaceManager. + - [To be supplied] - - + - Gets or sets the collapse animation storyboard. This is a dependency property. + Occurs after a workspace has been applied to the target control. - A object that represents the collapse animation storyboard. - - + - Identifies the dependency property. + Applies the workspace with the specified name to the target control. - [To be supplied] + + A that specifies the name of the workspace to be applied. + + - + - Gets or sets whether the DXExpander is currently collapsing. This is a dependency property. + Occurs before a workspace is applied to the target control. - true if the DXExpander is currently collapsing; otherwise, false. - - + - Identifies the dependency property. + Creates a new workspace by capturing the current layout of the target control and its child controls. - [To be supplied] + + A that specifies the name of the created workspace. + + - + - Gets or sets the duration of the expand/collapse animation. This is a dependency property. - + - A double-precision value that specifies the animation's duration, in milliseconds. - + - + - Identifies the dependency property. - + - [To be supplied] + - + - Gets or sets whether the DXExpander is currently expanding. This is a dependency property. + Gets the value of the attached property for the specified . + - true if the DXExpander is currently expanding; otherwise, false. - + + The element from which the property value is read. + + + The property value for the element. + - + - Identifies the dependency property. + Gets the value of the attached property for the specified . + - [To be supplied] + + The element from which the property value is read. + + + The property value for the element. + - + - Gets or sets the expand animation storyboard. This is a dependency property. + Gets or sets whether the element, for which the property is read or written, has an associated WorkspaceManager. - A object that represents the expand animation storyboard. + true if the element, for which the property is read or written, has an associated WorkspaceManager; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets the value of the attached property for the specified . + Loads a workspace from the specified file or stream, and adds it to the collection under the specified name. - - The element from which the property value is read. + + A that specifies the name which should be assigned to the loaded workspace. - The property value for the element. + + The source from which the workspace is loaded. + + + true if the workspace has been successfully loaded; otherwise, false. - + - Allows you to manually specify the DXExpander content size in the expanded state. + Removes the workspace with the specified name. + + A that specifies the name of the workspace to be removed. + + - + - Gets the value of the attached property for the specified . + Renames the specified workspace. - - The element from which the property value is read. + + A that specifies the name of the workspace to be renamed. + + + + A that specifies the new name for the specified workspace. - The property value for the element. - - + - Gets the value of the attached property for the specified . + Saves the workspace with the specified name to a file or stream. - - The element from which the property value is read. + + A that specifies the name of the workspace to be saved. - The property value for the element. + + The destination where the workspace is saved. + + + true if the workspace has been successfully saved; otherwise, false. - + - Gets or sets the horizontal animation style. This is a dependency property. + Sets the value of the attached property to the specified . + - A enumeration member specifying the horizontal animation style. - + + The element to which the attached property is written. + + + The value of the property to be set. - - - - Identifies the dependency property. - - - [To be supplied] + - + - Gets or sets whether the DXExpander is expanded. This is a dependency property. + Gets the target control. - true if the DXExpander is expanded; otherwise, false. + A object that represents the target control. - + - Identifies the dependency property. + Gets or sets the shader effect for the animation played when switching between workspaces. - [To be supplied] + A enumeration member that specifies which shader effect is used when switching between workspaces. + - + - Gets whether the control is revealed. This is an attached property. + Gets a WorkspaceManager associated with the , from which the property is read. +This is an attached property. - + An object implementing the interface that represents the WorkspaceManager associated with the from which the property is read. - + Identifies the attached property. - [To be supplied] + - + - Sets the value of the attached property for the specified . + Gets the collection of workspaces. - - The element for which the property value is set. + A list of objects that implement the interface, representing the currently available workspaces. + - - - The property value for the element. - + + + + Lists values that specify password strength. + + - + - Sets the value of the attached property for the specified . + The password is fair. - - The element for which the property value is set. - - - - The property value for the element. - - - + - Gets or sets whether the DXExpander's content is expanded and collapsed with a stretching animation effect. This is a dependency property. + The password is good. - true if the DXExpander's content is stretched; otherwise, false. - - + - Identifies the dependency property. + The password is strong. - [To be supplied] - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + The password is weak. - - - + + - Identifies the attached property. + Lists values that specify in which format the selected color is displayed. - [To be supplied] - - + - Gets or sets the vertical animation style. This is a dependency property. + The selected color is represented using ARGB (Alpha Red Green Blue) color model. + - A enumeration member specifying the vertical animation style. - - + - Identifies the dependency property. + The selected color is represented using the hexadecimal color code. + - [To be supplied] - - + - Allows you to display splash screens. + The selected color is represented using the hexadecimal color code. + + - + + - Initializes a new instance of the DXSplashScreenService class. + Contains settings specific to a passwordbox editor. - - + - Gets or sets whether a Splash Screen created by this DXSplashScreenService should be automatically displayed at the application start-up. + Initializes a new instance of the PasswordBoxEditSettings class with default settings. - true, if a Splash Screen created by this DXSplashScreenService should be automatically displayed at the application start-up; otherwise, false. - - + - Identifies the dependency property. + Returns the display representation of the specified value. - + + An object representing the value to be formatted. + + + A string value representing the formatted textual representation of the specified value. - + - [To be supplied] + Gets or sets the maximum number of characters an end-user can enter into the editor. This is a dependency property. + - [To be supplied] + A positive integer specifying the maximum number of characters an end-user can enter. 0 to disable the text length limit. + - + Identifies the dependency property. - - + - + - Gets or sets the type of splash screen to be opened. + Gets or sets the masking character. This is a dependency property. - The type of splash screen to be opened. + A masking character. The default value is a bullet character (?). - + Identifies the dependency property. - - + - + + + + Provides data for the event. + + + + + - [To be supplied] + Initializes a new instance of the PasswordStrengthEventArgs class. + - [To be supplied] + + + + - + - Identifies the dependency property. + Gets the password currently entered by an end-user. - - + An object that represents the password currently entered by an end-user. + - + - [To be supplied] + Gets or sets the password strength. + - [To be supplied] + A enumeration value that specifies the effectiveness of a password. + - + - This class supports the internal infrastructure, and is not intended to be used directly from your code. + Provides methods to show a dialog window. - + - Initializes a new instance of the PopupInfo class. + Initializes a new instance of the DialogService class with default settings. - + - Fires after the popup control has been closed. + Gets or sets the style of a displayed dialog window. This is a dependency property. + A Style that specifies the style of a displayed dialog window. + - + - Closes the current popup control. + Identifies the dependency property. + + - + - Gets or sets whether the popup control is open. + Gets or sets the startup location of a displayed dialog window. This is a dependency property. - true if the popup control is open; otherwise, false. + A WindowStartupLocation enumerator value that specifies the startup location of a displayed dialog window. - + - Fires when the popup control has been opened. + Identifies the dependency property. + + - + - Fires when the popup control is about to be opened. + Specifies whether the Owner property of the dialog window needs to be set. This is a dependency property. + true ,if the Owner property of the dialog window needs to be set; otherwise, false. + - + - Gets the popup object that the current object wraps. + Identifies the dependency property. - The corresponding popup object. + + + + + + + Gets or sets a value specifying the dialog title. + + + The text displayed in the dialog title. - + - Displays the popup control at the position next to the specified control. + Identifies the dependency property. - - A UIElement, relative to which the popup control will be displayed. + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the class. + + + + An integer value which specifies the index of the tab item that has been removed. + + + + An object that represents the tab item that has been removed. + - + - This class can be used as a substitute for a object, when it's required to initialize a property with a object in XAML. + Lists values that specify whether clicking within the editor shows the 'Open' dialog. - + - Initializes a new instance of the PopupControlContainerInfo class. + The 'Open' dialog is always shown after the editor has been clicked. - + - Gets or sets the content of the current PopupControlContainerInfo object. -This is a dependency property. + The 'Open' dialog is shown if an empty editor has been clicked. - A UIElement that specifies the content of the current PopupControlContainer. - - + - Identifies the dependency property. + The 'Open' dialog isn't shown by clicking an editor. - [To be supplied] - + - This class is obsolete. Use the class instead. + Contains values that specify the border highlighting effect for a . - + - Initializes a new instance of the PopupMenuInfo class. + The default highlighting border effect which depends on a paint theme. - + - Gets or sets whether a small or large image is used by bar item links displayed in the current menu. -This is a dependency property. + No border highlighting effect. - A value that specifies the size of images for the menu's items. - - + + - Identifies the dependency property. + Serves as a base for classes that provide lookup editor customizability. - [To be supplied] - - + - Gets the collection of item links displayed in the current menu. + Initializes a new instance of the LookUpEditSettingsBase class with default settings. - A object that stores item links displayed in the current menu. - - + - Gets or sets a collection of objects providing information to generate and initialize bar item links for the current PopupMenuInfo container. -This is a dependency property. + Gets or sets the 'Add New' button's position. This is a dependency property. - A source of objects to be visualized as bar items. + A enumeration value that specifies the 'Add New' button's position. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the display mode of menu items. -This is a dependency property. + Gets or sets whether to allow process collection views. This is a dependency property. - A value that specifies the display mode of menu items. + true to allow processing collection views; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the style applied to a object defined as the ItemTemplate's content. -This is a dependency property. + Gets or sets whether item highlighting is enabled. This is a dependency property. - A Style object providing corresponding style settings. + true to highlight an item located under the mouse pointer; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the template used to visualize objects stored as elements in the ItemLinksSource collection. - This is a dependency property. - + - A DataTemplate object that specifies the corresponding template. - + - + - Identifies the dependency property. - + - [To be supplied] + - + - Gets or sets an object that chooses a template used to visualize objects stored as elements in the ItemLinksSource collection. This is a dependency property. - + - A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. - + - + - Identifies the dependency property. - + - [To be supplied] + - + - Gets or sets the maximum height of the links column in the popup menu. This is a dependency property. + Gets or sets whether to apply the ItemTemplate to the selected item, displayed within the edit box. This is a dependency property. - A Double value that is the maximum height of the links column in the popup menu. - + true to apply the item template to the selected item; otherwise, false. - + Identifies the dependency property. - - + - + - Gets or sets the maximum number of s displayed within a single links column in a popup. This is a dependency property. + Gets or sets whether the automatic completion is enabled. This is a dependency property. - An Int32 value that is the maximum number of s displayed within a single links column in a popup. + true to enable automatic completion; otherwise, false. - + Identifies the dependency property. - - + - + - Gets or sets if s within the current popup should be arranged in multiple columns. This is a dependency property. + Gets or sets a field name in the bound data source whose values are displayed by the editor. This is a dependency property. - true if s within the current popup should be arranged in multiple columns; otherwise, false. + A value that specifies the data source field whose values are displayed by the editor. - + Identifies the dependency property. - - + - + - Gets or sets if rows within a popup should be stretched to achieve an equal height. This is a dependency property. - + Gets or sets the filter condition. - true if s rows within a popup should be stretched to achieve an equal height; otherwise, false. + A enumeration value that specifies the filter condition. - + Identifies the dependency property. - - + - - + - Represents a window that supports DX themes. + Gets or sets the filter expression applied to . This is a dependency property. + A descendant that represents an external filter expression. + + - + - Initializes a new instance of the DXWindow class. + Identifies the dependency property. + - + - Gets the actual thickness of the window frame that enables window resizing via a mouse. + Gets or sets the 'Find' button's position. This is a dependency property. - The actual thickness of the window frame that enables window resizing via a mouse. - + A enumeration value that specifies the 'Find' button's position. - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Identifies the dependency property. - + + + + + + + Gets or sets whether data searching starts automatically, or must be started manually. This is a dependency property. + + + A enumeration value that specifies the find mode. - + Identifies the dependency property. - [To be supplied] + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Searches for the value in the and returns the corresponding item. This is a dependency property. - - + + An object that is the search value. + + + An object that is the corresponding item. + - + - Identifies the dependency property. + Returns the specified item's value. - [To be supplied] + + The item whose value is to be obtained. + + + + An object that is the specified item's value. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets whether the dropdown list is displayed immediately after an end-user has typed a character in the edit box. This is a dependency property. - + true to display the dropdown list after an end-user has typed a character in the edit box; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Specifies whether to enable the incremental filtering feature. This is a dependency property. - + true, to enable the incremental filtering; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets whether the automatic completion and filtering are case sensitive. This is a dependency property. - + true if the automatic completion and filtering are case sensitive, otherwise false. - + Identifies the dependency property. - [To be supplied] + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets whether an editor should keep the synchronized with the current item in the property. This is a dependency property. - + true, to always synchronize the with the current item in the assigned to the property; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether the DXWindow enables software rendering during window resizing to avoid flickering on some video cards. + Gets or sets the template that defines the panel that controls the layout of items displayed within the editor's dropdown. This is a dependency property. - true, if the DXWindow manipulates the HwndTarget.RenderMode property to avoid window flickering; otherwise, false. The default value is true. + A object that represents the panel to use for the layout of the items. - + - Gets or sets the DXWindow's border highlighting effect. + Identifies the dependency property. - The DXWindow's border highlighting effect. - + - + - Gets or sets the color of the active DXWindow's border highlighting effect. + Gets or sets the LookUpEdit's data source. This is a dependency property. - The color of the active DXWindow's border highlighting effect. - + An object that represents the data source from which the LookUpEdit retrieves its data. - + Identifies the dependency property. - [To be supplied] + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Gets or sets a template that defines the presentation of items contained within the dropdown list. This is a dependency property. - + A object that represents the template which defines the presentation of items contained within the dropdown list. - + Identifies the dependency property. - [To be supplied] + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Gets or sets an object that chooses a list item template based on custom logic. This is a dependency property. - + A descendant that applies a template based on custom logic. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the color of the inactive DXWindow's border highlighting effect. - + Gets or sets the string separating checked items in the edit value. This is a dependency property. - The color of the inactive DXWindow's border highlighting effect. - + A value that separates checked items in the edit value. - + Identifies the dependency property. - [To be supplied] + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Gets or sets a field name in the bound data source, whose contents are assigned to item values. This is a dependency property. - + A value that specifies the field name in a bound data source. - + Identifies the dependency property. - [To be supplied] + - + + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + Initializes a new instance of the ColorScaleFormat class with default settings. - - - + - Identifies the dependency property. - + - [To be supplied] + + + + + + + + + + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. - + + + + + + + + + + + + + + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Specifies the color that corresponds to the maximum value. This is a dependency property. - + A System.Windows.Media.Color object. - + Identifies the dependency property. - [To be supplied] + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Specifies the color that corresponds to the middle value. This is a dependency property. - + A System.Windows.Media.Color object. - + Identifies the dependency property. - [To be supplied] + - + - [To be supplied] + Specifies the color that corresponds to the minimum value. This is a dependency property. + - [To be supplied] + A System.Windows.Media.Color object. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Identifies the dependency property. - - + - + + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Lists values that specify where to show the New button. - - - - - - - - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + The New Button is shown in the Header Area. - - - - - - - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + The New Button is shown in the Tab Panel and Header Area simultaneously. - - - - - - - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + The New Button is located inside the Tab Panel, next to tab item headers. - - - + - Gets the value of the attached property for the specified object. + The New Button is not shown. - - An object whose attached property's value is to be returned. - - - The value of the attached property for the specified object. - - + + - Gets the value of the attached property for the specified object. + Contains flyout control settings. - - An object whose attached property's value is to be returned. - - - The value of the attached property for the specified object. - - - + - Gets the value of the attached property for the specified object. + Initializes a new instance of the FlyoutSettings class. - - An object whose attached property's value is to be returned. - - - The value of the attached property for the specified object. - - + - This member supports the internal infrastructure and is not intended to be used directly from your code. - + - + + + + - - - - + - This member supports the internal infrastructure and is not intended to be used directly from your code. - + - - + - + - Gets or sets whether the window is active. -This is an attached property. - + - A Boolean value that specifies whether the window is active. - + - + - Identifies the dependency property. + Gets the indicator direction corresponding to the flyout placement. + - [To be supplied] + + A enumeration value. + + + A enumeration value. + - + - Gets or sets whether or not to activate the Aero Glass effect for a window. This is a dependency property. + Gets or sets the flyout's horizontal alignment. This is a dependency property. - true to activate the Aero Glass effect; otherwise, false. + A object. - + Identifies the dependency property. - [To be supplied] + - + - Gets if the specified DXWindow is currently in the moving or sizing modal loop. This is a dependency property. + Gets or sets the element to which the flyout is attached. This is a dependency property. - true if the specified DXWindow is currently in the moving or sizing modal loop; otherwise, false. + A object which is the element to which the flyout is attached. - + Identifies the dependency property. - - + - + - Gets or sets whether the window is maximized. -This is an attached property. + Gets or sets the flyout's vertical alignment. This is a dependency property. - A Boolean value that specifies whether the window is maximized. + A object. - + Identifies the dependency property. - [To be supplied] + - + - Called after the template is completely generated and attached to the visual tree. + Invoked whenever the effective value of any dependency property of the specified flyout has been updated. + + A descendant. + + + The event data that describes the property that changed, as well as old and new values. - - - - Gets or sets the thickness of the window frame that enables window resizing via a mouse. - - - The thickness of the window frame that enables window resizing via a mouse. - + - + - Gets or sets the thickness of the window frame that enables window resizing via a mouse. Handled in aero mode. + Gets or sets the flyout popup's position relative to its target. - The thickness of the window frame that enables window resizing via a mouse. - + A enumeration value. - + Identifies the dependency property. - [To be supplied] + - + - Identifies the dependency property. + Gets or sets whether to show the flyout popup indicator. This is a dependency property. - [To be supplied] + true, to show the flyout popup indicator; otherwise, false. + - + - Sets the value of the attached property for the specified object. + Identifies the dependency property. - - An object whose attached property is to be changed. - - - - A new value of the attached property. - - + - - - Sets the value of the attached property for the specified object. - - - - An object whose attached property is to be changed. - - - - A new value of the attached property. - - - + - - - Sets the value of the attached property for the specified object. + Represents an editor that displays an image within a dropdown window. - - An object whose attached property is to be changed. - - - - A new value of the attached property. - - - - + - Sets the value of the property. + Initializes a new instance of the PopupImageEdit class. - - The element to which the attached property is written. - - - - true to show the title; otherwise, false. - - - + - Gets or sets whether or not a window's icon is displayed. + Gets or sets whether the dropdown is automatically sized to fit the width of the edit box. This is a dependency property. - true to display a window's icon; otherwise, false. + true to automatically resize the dropdown to fit the width of the edit box; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether or not to show the window's title. + Cancels the changes. - true to show the title; otherwise, false. - + - + - Identifies the dependency property. + Allows you to manually encode the editor's value in the required image format before it is posted to a data source. - [To be supplied] - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Identifies the routed event. - - + - + - Identifies the dependency property. + Specifies the dropdown's default height, in pixels. - [To be supplied] + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets the dropdown's default minimum width. - + A value that specifies the dropdown's default minimum width. - + - Gets or sets the template that defines the visual representation of the window. This is a dependency property. + Gets or sets a template that defines the presentation of an empty editor's dropdown. This is a dependency property. + - A template that defines the visual representation of the window. + A object that defines the presentation of an empty editor's dropdown. - + Identifies the dependency property. - [To be supplied] + - - + - Lists values that specify the visibility mode of the DXTabControl's scroll buttons. + Gets whether the editor displays an image. This is a dependency property. + true if the editor displays an image; false if the editor is empty. + + - + - The scroll buttons are always visible. + Identifies the dependency property. + - + - The scroll buttons are always hidden. + Gets or sets a bitmap effect. This is a dependency property. + A descendant that represents the bitmap effect. + - + - A scroll button is visible if it is possible to scroll the Header Panel in the corresponding direction. + Identifies the dependency property. + - - + - Represents a separator between tooltip items within a object. + Occurs if the property is set to an invalid format or is specified to a URI that cannot be resolved. + - + - Initializes a new instance of the SuperTipItemSeparator class. + Identifies the routed event. + - - + - Represents the base class for tooltip items supported by objects. + Gets or sets the template used to display the image menu container. This is a dependency property. + A object that represents the template used to display the image menu container. + + - + - Initializes a new instance of the SuperTipItemBase class. + Identifies the dependency property. + - - + - Represents a regular tooltip item for a object. + Gets or sets the template used to display the image menu. This is a dependency property. + A object that represents the template used to display the image menu. + + + - + - Initializes a new instance of the SuperTipItem class. + Identifies the dependency property. + - + - Gets or sets the tooltip item's content. -This is a dependency property. + Accepts the changes. - An object that represents the tooltip item's content. - + - + + + Gets or sets whether clicking within the editor's dropdown shows the 'Open' dialog. This is a dependency property. + + + + One of the enumeration values. + + + + + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the template used to display the object. -This is a dependency property. + Gets or sets a value indicating whether the menu is displayed when the mouse pointer is hovered over the dropdown. This is a dependency property. + + - A DataTemplate that defines the visualization of the object. + true to show the menu when the mouse pointer is hovered over the dropdown; otherwise, false. + - + + + Gets or sets whether an Image Menu is always displayed or is displayed when the cursor hovers over a PopupImageEdit. + + + + A enumeration value that specifies when a PopupImageEdit displays the Image Menu. + + + + + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the tooltip item's glyph. -This is a dependency property. + Identifies the dependency property. - An ImageSource object that specifies the tooltip item's glyph. + + + + + + + Gets or sets an image displayed within the editor. This is a dependency property. + + + An object that represents the image. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the style applied to paint the panel displaying the tooltip item's content and image. -This is a dependency property. + Gets or sets a value that specifies how an image should be stretched to fill the available space. This is a dependency property. - A Style object. + One of the enumeration values. - + Identifies the dependency property. - [To be supplied] + - + - Represents a tooltip item designed to be displayed in headers and footers of a object. + Represents an image editor. - + - Initializes a new instance of the SuperTipHeaderItem class. + Initializes a new instance of the ImageEdit class. - - + - Represents a SuperTip, which is capable of displaying multiple tooltip items. + Clears the image. + - + - Initializes a new instance of the SuperTip class. + Allows you to manually encode the editor's value in the required image format before it is posted to a data source. - + - Gets the collection of tooltip items displayed by the current SuperTip object. + Identifies the routed event. - A SuperTipItemsCollection object that represents a collection of tooltip items. - + - - + - Provides a method to close a window. + Copies an image to the clipboard. + - + - Initializes a new instance of the CurrentWindowService class. + Removes the current image and copies it to the clipboard. - + - Gets or sets the window associated with the current service object. + Gets or sets a template that defines the presentation of an empty editor. This is a dependency property. - The window associated with the service object. + A object that defines the presentation of an empty editor. - + Identifies the dependency property. - [To be supplied] + - - + - A stack panel where items (with the HorizontalAlignment set to Stretch) have the same width, matching the width of the item with the largest content. + Gets whether the editor displays an image. This is a dependency property. + true if the editor displays an image; false if the editor is empty. + + - + - Initializes a new instance of the UniformStackPanel class. + Identifies the dependency property. + - + - Gets or sets the distance between neighboring items. + Gets or sets a bitmap effect. This is a dependency property. - The distance between neighboring items, in pixels. + A descendant that represents the bitmap effect. - + Identifies the dependency property. - [To be supplied] + - + - The default value for the property. Returns 5. + Invokes the Open File dialog, allowing an end-user to select an image and load it to the editor. - [To be supplied] - + - Gets or sets whether items are arranged horizontally or vertically. + Gets or sets the template used to display the image menu container. This is a dependency property. - The value that specifies whether items are arranged horizontally or vertically. + A object that represents the template used to display the image menu container. - + Identifies the dependency property. - [To be supplied] + - - + - Contains values that identify available check modes for gallery items. + Gets or sets the template used to display the image menu. This is a dependency property. + A object that represents the template used to display the image menu. + + - + - Multiple items can be checked within a gallery simultaneously. Clicking one item doesn't uncheck other checked items. + Identifies the dependency property. + - + - The item checking feature is disabled. + Inserts an image from the clipboard. - + - A single gallery item can be checked within a gallery at one time. Checking another gallery item unchecks the previously checked item. + Invokes the Save As dialog, allowing an end-user to save the current image into a file. - + - A single gallery item can be checked within each gallery group. + Gets or sets whether clicking within the editor shows the 'Open' dialog. This is a dependency property. + One of the enumeration values. + - - + - Enumerates dropdown galleries resizing modes. + Identifies the dependency property. + + - + - A dropdown gallery can be resized vertically and horizontally. + Gets or sets a value indicating whether the menu is displayed when the mouse pointer is hovered over the image. This is a dependency property. + + true to show the menu when the mouse pointer is hovered over the image; otherwise, false. + + - + - A dropdown gallery cannot be resized. + Gets or sets whether an Image Menu is always displayed , or is displayed when the cursor hovers over an ImageEdit. This is a dependency property. + + A enumeration value that specifies when an ImageEdit displays the Image Menu. + - + - A dropdown gallery can only be resized vertically. - + Identifies the dependency property. + - - + - Identifies paint modes for menu items. + Identifies the dependency property. + + - + - A menu is painted according to its type. -For ApplicationMenu objects, the default draw mode is affected by the ApplicationMenu.ShowRightPane property. If the ApplicationMenu.ShowRightPane option is set to false, menu items are painted as in the LargeImagesTextDescription mode. If the option is set to true, menu items are painted as in the LargeImagesText draw mode. + Gets or sets an image displayed within the editor. This is a dependency property. + An object that represents the image. + - + - Allows menu item captions and large images to be displayed. + Identifies the dependency property. + - + - Allows menu item captions, descriptions and large images to be displayed. + Gets or sets a value that specifies how an image should be stretched to fill the available space. This is a dependency property. + One of the enumeration values. + - + - Allows menu item captions and small images to be displayed. + Identifies the dependency property. + - + - Identifies paint styles for gallery items when they are in the checked state + The base class for services that are capable of locating Views by their type names. - + - A gallery item's text and image are painted checked. + Specifies the view locator. + An object implementing the interface. + - + - A gallery item's image is only painted checked. + Identifies the dependency property. + - - + - Serves as a base class for the 's views. + Specifies the view template. + A object. + + - + - Gets or sets whether the tab items can be hidden by end-users. This is a dependency property. + Identifies the dependency property. - true to allow end-users to hide tab items; otherwise, false. - - + - + - Identifies the dependency property. + Specifies the template selector that chooses a view template based on the passed view model. - [To be supplied] + A descendant that chooses a template based on custom logic. + - + - The name of the property. + Identifies the dependency property. - [To be supplied] + - + + - Gets or sets whether to close the header menu after an end-user has selected a tab item from it. This is a dependency property. + Lists values that specify the DXExpander's vertical animation style. - true to close the header menu after an end-user has selected a tab item from it; otherwise, false. - - - + - Identifies the dependency property. + The content is expanded from bottom to top. - [To be supplied] - + - Gets or sets the location of the Header Panel, relative to the tab item. This is a dependency property. + The content is expanded from the center to edges. - One of the enumeration members, defining the location of the Header Panel. - - + - Identifies the dependency property. + The content is expanded from top to bottom. - [To be supplied] - + - The name of the property. + The content is not expanded vertically. - [To be supplied] - + + - Gets or sets whether tab items are removed after being hidden. This is a dependency property. + Lists values that specify the DXExpander's horizontal animation style. - true if tab items are removed after being hidden; otherwise, false. - - - + - Identifies the dependency property. + The content is expanded from the center to edges. - [To be supplied] - + - The name of the property. + The content is expanded from left to right. - [To be supplied] - + - Gets or sets whether to show disabled tab items in the header menu. This is a dependency property. + The content is expanded from right to left. - true to show disabled tab items in the header menu; otherwise, false. - - + - Identifies the dependency property. + The content is not expanded horizontally. - [To be supplied] - + + - The name of the property. + Lists values that specify the size of color chips. - [To be supplied] - - + - Gets or sets whether the arrow button used to invoke the header menu is visible. This is a dependency property. + The chip size is 13x13 pixels. - true if the arrow button used to invoke the header menu is visible; otherwise, false. - - + - Identifies the dependency property. + The chip size is 20x20 pixels. + - [To be supplied] - + - The name of the property. + The chip size is 16x16 pixels. + - [To be supplied] - + - Gets or sets whether to show hidden tab items in the header menu. This is a dependency property. + The chip size is 13x13 pixels. + - true to show hidden tab items in the header menu; otherwise, false. - - + + - Identifies the dependency property. + Serves as the base class for editors that provide the text editing capability (e.g. , , ). - [To be supplied] - - + - The name of the property. + Initializes a new instance of the TextEditBase class with default parameters. - [To be supplied] - + - Gets or sets whether to show visible tab items in the header menu. This is a dependency property. + Gets or sets whether an end-user can insert return characters into a text. This is a dependency property. - true to show visible tab items in the header menu; otherwise, false. + true to allow return characters to be accepted and processed by the editor; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - The name of the property. + Gets or sets whether an end-user can insert tabulation characters into a text. This is a dependency property. - [To be supplied] + true to allow tabulation characters to be accepted and processed by the editor; otherwise, false. + - + - Updates the state of the header menu. + Identifies the dependency property. + - - + - Represents a method that will handle the event. + Clears all the content from the text editor. + - + - Represents a method that will handle the event. + Copies the current selection to the clipboard. - - The event source. - - - - A object that contains event data. - - - - + - Provides data for the property. + Moves the current selection in the text editor to the clipboard. + - + - Initializes a new instance of the TabControlTabShownEventArgs class. + Deletes the currently selected text from the text editor. - - An integer value that specifies the index of the tab item that has been shown. This value is assigned to the property. - - - + - Gets the index of the processed tab item. + Gets or sets a template that defines the in-place button editor's presentation when the editor is active, but its text field is not editable. This is a dependency property. - An integer value that specifies the index of the processed tab item. + A object representing the editor's template. - - + - Represents a method that will handle the event. + Identifies the dependency property. + + - + - Represents a method that will handle the event. + Gets or sets whether a horizontal scroll bar is shown. This is a dependency property. - - An object representing the event source. - - - - A object that contains event data. - - + A enumeration value that specifies the scroll bar's visibility. + - - + - Provides data for the event. + Identifies the dependency property. + + - + - Initializes a new instance of the TabControlTabShowingEventArgs class. + Gets the total number of text lines. - - An integer value that specifies the index of the tab item that is being shown. This value is assigned to the property. - - + An integer value that specifies the total number of text lines. + - + - Gets or sets whether to cancel the action. + Gets or sets the maximum number of characters an end-user can enter into the editor. This is a dependency property. - true to cancel the action; otherwise, false. + A positive integer that specifies the maximum number of characters an end-user can enter. 0 to disable the text length limit. - - + - Represents a method that will handle the event. + Identifies the dependency property. + + - + - Represents a method that will handle the event. + Replaces the current selection in the text editor with the contents of the clipboard. - - An object representing the event source. - - - A object that contains event data. - + + + + Gets or sets whether a cell's value is automatically wrapped when it is printed. This is a dependency property. + + + true to enable text wrapping when printing; otherwise, false. + - - + - Provides data for the event. + Identifies the dependency property. + + - + - Initializes a new instance of the TabControlTabHidingEventArgs class. + Selects the editor's entire content. + - - An integer value that specifies the index of the tab item that is being hidden. This value is assigned to the property. - - - - + - Represents a method that will handle the event. + Gets or sets whether to select the entire text when the editor gets focus via keyboard. + true to select the text on focus via keyboard; otherwise, false. + + - + - Represents a method that will handle the event. + Identifies the dependency property. - - The event source. + - - - A object that contains the event data. - + + + + Gets or sets whether to invoke a tooltip for the editor whose content is trimmed. This is a dependency property. + + + true if a tooltip should be displayed; otherwise, false. + - - + - Provides data for the event. + Identifies the dependency property. + + - + - Initializes a new instance of the TabControlTabHiddenEventArgs class. + Gets or sets the text. This is a dependency property. - - An integer value that specifies the index of the tab item that has been hidden. This value is assigned to the property. - - + A value that specifies the text displayed within the editor. + - - + - Represents a method that will handle the event. + Provides access to the edit settings. This is a dependency property. + A object containing the edit settings of the editor. + + - + - Represents a method that will handle the event. + Identifies the dependency property. - - The event source. + - - - A object that contains event data. - + + + + Identifies the dependency property. + + + - - + - Provides data for the event. + Gets or sets the text trimming behavior. This is a dependency property. + One of the enumeration values. + + - + - Initializes a new instance of the TabControlSelectionChangingEventArgs class. + Identifies the dependency property. - - A zero-based integer value that specifies the index of the previously selected tab item. This value is assigned to the property. - - - - A zero-based integer value that specifies the index of the currently selected tab item. This value is assigned to the property. - - - - A data item that corresponds to the previously selected tab item. This value is assigned to the property. - - - - A data item that corresponds to the currently selected tab item. This value is assigned to the property. - - + - + - Gets or sets whether to cancel selecting the tab item. + Gets or sets whether the text wraps when it reaches the edge of the text box. This is a dependency property. - true to cancel selecting the tab item; otherwise, false. + One of the enumeration values. - - + - Represents a method that will handle the event. + Identifies the dependency property. + + - + - Represents a method that will handle the event. + Undoes the last edit operation in the text control. - - The event source. - - - - A object that contains event data. - - - - + - Provides data for the event. + Gets or sets whether a vertical scroll bar is shown. This is a dependency property. + A enumeration value that specifies the scroll bar's visibility. + + - + - Initializes a new instance of the TabControlSelectionChangedEventArgs class. + Identifies the dependency property. - - A zero-based integer value that specifies the index of the previously selected tab item. This value is assigned to the property. + - - - A zero-based integer value that specifies the index of the currently selected tab item. This value is assigned to the property. - - - - A data item that corresponds to the previously selected tab item. This value is assigned to the property. - - - - A data item that corresponds to the currently selected tab item. This value is assigned to the property. - + + + + Provides the predefined palette collections. + + - + - Gets the index of the currently selected tab item. + Gets the Apex palette collection. - A zero-based integer value that specifies the index of the currently selected tab item. + A collection of objects that represent the Apex palettes. - + - Gets a data item that corresponds to the currently selected tab item. + Gets the Aspect palette collection. - A data item that corresponds to the currently selected tab item. + A collection of objects that represent the Aspect palettes. - + - Gets the index of the previously selected tab item. - + Gets the Civic palette collection. - A zero-based integer value that specifies the index of the previously selected tab item. - + A collection of objects that represent the Civic palettes. - + - Gets a data item that corresponds to the previously selected tab item. + Gets the collection of the predefined palettes collections. - A data item that corresponds to the previously selected tab item. + A read-only collection of the objects that represent the predefined palette collections. - - + - Represents the scroll view. + Gets the Concourse palette collection. + A collection of objects that represent the Concourse palettes. + + - + - Initializes a new instance of the TabControlScrollView class. + Gets the Equality palette collection. + A collection of objects that represent the Equality palettes. + - + - Gets or sets whether the scroll animation is played. This is a dependency property. + Gets the Flow palette collection. - true to play the scroll animation; otherwise, false. + A collection of objects that represent the Flow palettes. - + - Identifies the dependency property. + Gets the Foundry palette collection. - [To be supplied] + A collection of objects that represent the Foundry palettes. + - + - The name of the property. - + Gets the Grayscale palette collection. - - + A collection of objects that represent the Grayscale palettes. + - + - Gets or sets whether the scroll buttons are automatically hidden when all the headers are visible. This is a dependency property. - + Gets the Median palette collection. - true to hide the scroll buttons automatically when all the headers are visible; otherwise, false. + A collection of objects that represent the Median palettes. - + - Identifies the dependency property. + Gets the Metro palette collection. - [To be supplied] + A collection of objects that represent the Metro palettes. + - + - The name of the property. + Gets the Module palette collection. - [To be supplied] + A collection of objects that represent the Module palettes. + - + - Gets whether the Header Panel can be scrolled. + Gets the Office palette collection. - true if the Header Panel can be scrolled; otherwise, false. + A collection of objects that represent the Office palettes. - + - Gets whether the Header Panel can be scrolled forward. + Gets the Opulent palette collection. - true if the Header Panel can be scrolled forward; otherwise, false. + A collection of objects that represent the Opulent palettes. - + - Gets whether the Header Panel can be scrolled backward. + Gets the Oriel palette collection. - true if the Header Panel can be scrolled backward; otherwise, false. + A collection of objects that represent the Oriel palettes. - + - Gets whether the Header Panel can be scrolled to the selected tab item. + Gets the Origin palette collection. - true if the Header Panel can be scrolled to the selected tab item; otherwise, false. + A collection of objects that represent the Origin palettes. - + - Gets the index of the first visible tab header. + Gets the Paper palette collection. - A zero-based integer value that specifies the index of the first visible tab item. - + A collection of objects that represent the Paper palettes. - + - Gets or sets whether the Header Panel is stretched to the tab item's size. This is a dependency property. + Gets the Solstice palette collection. - true to stretch the Header Panel to the tab item's size; otherwise, false. + A collection of objects that represent the Solstice palettes. - + - Identifies the dependency property. + Gets the Trek palette collection. - [To be supplied] + A collection of objects that represent the Trek palettes. + - + - The name of the property. + Gets the Urban palette collection. - [To be supplied] + A collection of objects that represent the Urban palettes. + - + - Gets or sets the orientation of tab headers. This is a dependency property. + Gets the Verve palette collection. - One of the enumeration members specifying the orientation of tab headers. + A collection of objects that represent the Verve palettes. - + + - Identifies the dependency property. + Provides predefined color collections. - [To be supplied] - - + - The name of the property. + Gets base colors for the Apex palette collection. - [To be supplied] + A collection of objects that represent base colors for the Apex palette collection. + - + - Gets or sets when to show the scroll buttons. This is a dependency property. + Gets base colors for the Aspect palette collection. - One of the enumeration members, defining when to show the scroll buttons. + A collection of objects that represent base colors for the Aspect palette collection. - + - Identifies the dependency property. + Gets base colors for the Civic palette collection. - [To be supplied] + A collection of objects that represent base colors for the Civic palette collection. + - + - The name of the property. + Gets base colors for the Concourse palette collection. - [To be supplied] + A collection of objects that represent base colors for the Concourse palette collection. + - + - Scrolls the Header Panel to the first header. + Gets base colors for the Equality palette collection. + A collection of objects that represent base colors for the Equality palette collection. + - + - Scrolls the Header Panel to the last header. + Gets base colors for the Flow palette collection. + A collection of objects that represent base colors for the Flow palette collection. + - + - Scrolls the Header Panel one item forward. + Gets base colors for the Foundry palette collection. + A collection of objects that represent base colors for the Foundry palette collection. + - + - Scrolls the Header Panel one item backward. + Gets base colors for the Grayscale palette collection. + A collection of objects that represent base colors for the Grayscale palette collection. + - + - Scrolls the Header Panel to the selected tab item. + Gets base colors for the Median palette collection. + A collection of objects that represent base colors for the Median palette collection. + - + - Updates the state of the scroll buttons. + Gets base colors for the Metro palette collection. + A collection of objects that represent base colors for the Metro palette collection. + - - + - Represents a multiline view. + Gets base colors for the Module palette collection. + A collection of objects that represent base colors for the Module palette collection. + + - + - Initializes a new instance of the TabControlMultiLineView class. + Gets base colors for the Office palette collection. + A collection of objects that represent base colors for the Office palette collection. + - + - Gets or sets whether the line with the selected header holds its initial position. This is a dependency property. + Gets base colors for the Opulent palette collection. + - true if the line with the selected header holds its initial position; otherwise, false. + A collection of objects that represent base colors for the Opulent palette collection. - + - Identifies the dependency property. + Gets base colors for the Oriel palette collection. + - [To be supplied] + A collection of objects that represent base colors for the Oriel palette collection. + - + - Represents the name of the property. + Gets base colors for the Origin palette collection. - [To be supplied] + A collection of objects that represent base colors for the Origin palette collection. + - - + - Represents a single tab item. + Gets base colors for the Paper palette collection. + + A collection of objects that represent base colors for the Paper palette collection. + + - + - Initializes a new instance of the DXTabItem class. + Gets base colors for the Solstice palette collection. + A collection of objects that represent base colors for the Solstice palette collection. + - + - Gets or sets whether the tab item can be hidden. This is a dependency property. + Gets the collection of standard colors. - One of the enumeration members that specifies whether the tab item can be hidden. + A collection of objects that represent the standard colors. - + - Identifies the dependency property. + Gets base colors for the Trek palette collection. - [To be supplied] + A collection of objects that represent base colors for the Trek palette collection. + - + - Gets the close button, displayed within the tab item's header. - + Gets base colors for the Urban palette collection. - A object representing the close button. + A collection of objects that represent base colors for the Urban palette collection. - + - Represents the name of the property. + Gets base colors for the Verve palette collection. + - [To be supplied] + A collection of objects that represent base colors for the Verve palette collection. + - + + - [To be supplied] + Represents a color editor displayed within a dropdown window. + - [To be supplied] - - + - [To be supplied] + Initializes a new instance of the PopupColorEdit class. + - [To be supplied] - + - Identifies the dependency property. + Gets or sets the Brush that draws the outer border of a color chip. This is a dependency property. - [To be supplied] + A object that draws the color chip's border. + - + Identifies the dependency property. - [To be supplied] + - + - [To be supplied] + Gets or sets the outer margin of a color chip. This is a dependency property. + - [To be supplied] + A structure that specifies the outer margin of a color chip. + - + Identifies the dependency property. - [To be supplied] + - + - Specifies the default height of the header's icon. The actual icon height can be specified using the property. + Gets or sets the size of color chips. This is a dependency property. - [To be supplied] + A enumeration value that specifies the size of color chips. + - + - Specifies the default width of the header's icon. The actual icon width can be specified using the property. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the content of the tab item's header. This is a dependency property. + Gets or sets the currently selected color. This is a dependency property. - An object representing the header's content. + A structure that describes the selected color. - + - Gets the location of the Header Panel, relative to the tab item. + Occurs after the selected color has been changed. - One of the enumeration members, representing the location of the Header Panel. - - + - Gets or sets the content of the header menu item that corresponds to the current tab item. This is a dependency property. + Identifies the routed event. - An object representing the header menu item's content. - + - + - Identifies the dependency property. + Gets or sets a value that specifies in which format the selected color is displayed. This is a dependency property. - [To be supplied] + One of the enumeration values. + - + - Gets or sets a template that defines the visual appearance of the header menu item, corresponding to the current tab item. This is a dependency property. + Identifies the dependency property. - A object that represents the header menu item's visual appearance. - + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets an icon displayed in the corresponding header menu item. This is a dependency property. + Gets or sets the number of color columns. This is a dependency property. - An object that represents an icon displayed in the header menu. + An integer value that specifies the number of color columns. - + Identifies the dependency property. - [To be supplied] + - + - Gets the orientation of tab headers. + Gets or sets the default color. This is a dependency property. - One of the enumeration members, representing the orientation of tab headers. + A structure that describes the default color. - - - Identifies the dependency property. - - - [To be supplied] - - - - + - Gets or sets a template representing the visual appearance of the tab item's header. This is a dependency property. + Gets or sets the content of the 'Automatic' button. This is a dependency property. - A object representing the template that defines the visual appearance of the item's header. + An object that represents the button's content. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets an icon displayed in the item's header. This is a dependency property. - + Identifies the dependency property. - An object representing the image displayed in the item's header. - - + - + - Gets or sets the height of the tab item's icon. This is a dependency property. - + Enables you to specify custom names for colors. - A value that specifies the height of the icon, in pixels. - - - + - Identifies the dependency property. + Identifies the routed event. - [To be supplied] + - + - Identifies the dependency property. + Gets the value of the property for a specified . - [To be supplied] + + The element from which the property value is read. + + + The property value for the element. + - + - Gets or sets the width of the tab item's icon. This is a dependency property. - + Gets or sets the content of the 'More Colors' button. This is a dependency property. - A value that specifies the width of the icon, in pixels. - + An object that represents the button's content. - + Identifies the dependency property. - [To be supplied] + - + - Gets whether the tab item is selected. This is a dependency property. + Gets or sets the content of the 'No Color' button. This is a dependency property. - true if the tab item is selected; otherwise, false. + An object that represents the button's content. - + Identifies the dependency property. - [To be supplied] + - + - Called after the template is completely generated and attached to the visual tree. + Gets the editor's owner. + A descendant that owns the current editor. + - + - Gets a tab control that owns the tab item. + Identifies the dependency property. - An object that implements the DevExpress.Xpf.Controls.ITabControl interface, representing the owner tab control. - + - + - Gets or sets whether the header menu displays a menu item that corresponds to the current tab item. This is a dependency property. + Gets or sets the collection of palettes. This is a dependency property. - true to show the tab item within the header menu; otherwise, false. + A object that represents a collection of palettes. - + Identifies the dependency property. - [To be supplied] + - - + - Represents the DXTabControl. + Gets the recent colors. + The circular list that contains recent colors. + + - + - Initializes a new instance of the DXTabControl class. + Gets or sets whether the 'Automatic' button is visible. This is a dependency property. + true to show the 'Automatic' button; otherwise, false. + - + - Returns whether the next tab item can be selected. + Identifies the dependency property. - true if the next tab item can be selected; otherwise, false. - + - + - Returns whether the previous tab item can be selected. + Gets or sets whether the 'More Colors' button is visible. This is a dependency property. - true if the previous tab item can be selected; otherwise, false. - + true to show the 'More Colors' button; otherwise, false. + - + - For internal use. + Identifies the dependency property. - - + - + - Gets or sets whether to the destroy tab item content when switching between tabs. This is a dependency property. - + Gets or sets whether the 'No Color' button is visible. This is a dependency property. - true, to destroy the tab item content when switching between tabs; otherwise, false. - + true to show the 'No Color' button; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + + - For internal use. + Represents a calculator displayed within a dropdown window. - - - - + - Returns a tab item by its index. + Initializes a new instance of the PopupCalcEdit class. - - A zero-based integer value that specifies the tab item's index. - - - A object, that is a tab item with the specified index; null (Nothing in Visual Basic) if the specified index is out of range. - - + - Returns a tab item by the corresponding data item. + Enables you to provide a custom error description. + - - A data item that corresponds to the required tab item. - - - A object, that is a tab item corresponding to the specified data item; null (Nothing in Visual Basic) if the specified data item does not exist. - - + - Returns whether the DXTabControl has a focused tab item. + Identifies the routed event. - true if one of the DXTabControl's tab items is focused; otherwise, false. - + - + - Gets the tab control's header menu. + Gets or sets whether the popup calculator's width is automatically calculated. This is a dependency property. - A DevExpress.Xpf.Core.HeaderMenu object representing the tab control's header menu. + true to automatically calculate the popup calculator's width; false to fits the width of the text box. - + - Represents the name of the property. + Identifies the dependency property. - [To be supplied] + - + - Hides the specified tab item. + Gets or sets the maximum number of digits displayed to the right of the decimal point. This is a dependency property. - - A zero-based integer value that specifies the index of the tab item. - - + The maximum number of digits displayed in the fractional part of the value. + - + - Hides the specified tab item. + Identifies the dependency property. - - A object representing the tab item. - - + - + - Gets or sets whether the tab control should keep its synchronized with the current item in the Items collection. This is a dependency property. + Gets or sets the editor's decimal value. This is a dependency property. - true if the is always synchronized with the current item in the Items collection; false if the is never synchronized with the current item; null (Nothing in Visual Basic) if the is synchronized with the current item only if the tab control is bound to a System.Windows.Data.CollectionView instance. + A value that specifies the editor's value. - + Identifies the dependency property. - [To be supplied] + - - - Gets or sets a template representing the visual appearance of the tab items' headers when the tab control displays data from a bound data source. + + + Represents a control allowing you to enter and manage passwords. - A object representing the visual appearance of the tab items' headers. - - - + - Identifies the dependency property. + Initializes a new instance of the PasswordBoxEdit class. - [To be supplied] - + - Gets or sets an object that chooses an item header template based on custom logic. This is a dependency property. + Gets or sets the template used to represent a warning tooltip displayed when the Caps Lock is turned on. This is a dependency property. - A descendant that chooses a template based on custom logic. + A object that represents the corresponding template. - + Identifies the dependency property. - - [To be supplied] + - + - Occurs after the Items collection has been changed. - + Enables you to estimate password strength manually. - + - Gets or sets a template applied to the DXTabControl when the Header Panel is located at the bottom of the tab item. This is a dependency property. + Identifies the routed event. + + + + + + + + Gets or sets the current password. This is a dependency property. - A object representing the DXTabControl's template. + A value that specifies the current password. - + - Identifies the dependency property. + Gets or sets the masking character for the password. This is a dependency property. - [To be supplied] + A value that specifies the masking character which is echoed in the password box. + - + - Gets or sets a template applied to the DXTabControl when the Header Panel is located on the left side of the tab item. This is a dependency property. + Identifies the dependency property. - A object representing the DXTabControl's template. - + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets a template applied to the DXTabControl when the Header Panel is located on the right side of the tab item. This is a dependency property. + Gets the password strength. This is a dependency property. - A object representing the DXTabControl's template. + A enumeration value that specifies the effectiveness of a password. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets a template applied to the DXTabControl when the Header Panel is located at the top of the tab item. This is a dependency property. + Gets or sets whether to display a warning tooltip when the Caps Lock is turned on. This is a dependency property. - A object representing the DXTabControl's template. + true to display a warning tooltip when the Caps Lock is turned on; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + + - Gets the 'next' scroll button. + Represents a collection of palettes. - A DevExpress.Xpf.Core.TabControlScrollButton object representing the scroll button. - - - + - Represents the name of the property. + Initializes a new instance of the PaletteCollection class. - [To be supplied] + + A value that specifies the collection's name. This value is assigned to the property. + + + + An array of descendants that represent color palettes. + + + - + - Called after the template is completely generated and attached to the visual tree. + Initializes a new instance of the PaletteCollection class. + + A object. + + - + - For internal use. + Adds the specified object to the end of the collection. - [To be supplied] + + A descendant that represents the palette to add to the collection. + + - + - Gets the 'previous' scroll button. + Gets the palette with the specified name. - A DevExpress.Xpf.Core.TabControlScrollButton object representing the scroll button. + + A value that specifies the name of a palette within the collection. + + + A descendant that represents the specified palette. null (Nothing in Visual Basic) if the collection doesn't contain the palette with the specified name. - + - Represents the name of the property. + Gets the collection's name. - [To be supplied] + A value that specifies the collection's name. + - + + - Removes the tab item with the specified index. + Represents a custom color palette. - - An integer value that represents the zero-based index of the tab item that should be removed. + + + + + Initializes a new instance of the CustomPalette class with the specified settings. + + + + A value that specifies the palette's name. This value is assigned to the property's value. + + + + The list of colors. This value is assigned to the property. + + + + true to hide top/bottom borders between neighboring color chips; otherwise, false. This value is assigned to the property. - + - Gets or sets an index of the selected tab item. This is a dependency property. - + Initializes a new instance of the CustomPalette class with the specified name and colors. - A zero-base integer value that specifies the selected tab item's index. + + A value that specifies the palette's name. This value is assigned to the property's value. - + + + The list of colors. This value is assigned to the property. + + - + + - Identifies the dependency property. + Serves as the base class for color palettes. - [To be supplied] - - + - Gets or sets a data item that corresponds to the selected tab item. This is a dependency property. + Gets whether to paint top/bottom borders between neighboring color chips. - A data item that corresponds to the selected tab item. + true to hide top/bottom borders between neighboring color chips; otherwise, false. - + - Gets the content of the selected tab item. This is a dependency property. + Gets the colors displayed within the palette. - An object that specifies the content of the selected tab item. + The list of objects. - + - Identifies the dependency property. + Returns a palette filled with gradient colors from specified base colors. - [To be supplied] + + A value that specifies the palette name. This value is assigned to the property. + + + + The collection of base colors. + + + A descendant that represents a palette with gradient colors. + - + - Gets a template, used to represent the content of the selected tab item. This is a dependency property. - + Gets the palette's name. - A object representing the template that defines the visual presentation of the selected item's content. + A value that specifies the palette's name. - + + - Identifies the dependency property. + Represents a color editor. - [To be supplied] - - + - Identifies the dependency property. + Initializes a new instance of the ColorEdit class. - [To be supplied] - + - Gets or sets the selected tab item. This is a dependency property. + Gets or sets the Brush that draws the outer border of a color chip. This is a dependency property. - A object that specifies the selected tab item. + A object that draws the color chip's border. - + Identifies the dependency property. - [To be supplied] + - + - Selects the first tab item. + Gets or sets the outer margin of a color chip. This is a dependency property. + A structure that specifies the outer margin of a color chip. + - + - Occurs after a tab item has been selected. - + Identifies the dependency property. + - + - Occurs before the selected tab item is changed. - + Gets or sets the size of color chips. This is a dependency property. + A enumeration value that specifies the size of color chips. + - + - Selects the last tab item. + Identifies the dependency property. + - + - Selects the next tab item. + Gets or sets whether the popup containing the ColorEdit, is automatically closed, after the ColorEdit has been clicked. + true to close the owner popup on a mouse click; otherwise, false. + - + - Selects the previous tab item. + Identifies the dependency property. + - + - Shows the specified hidden tab item. + Gets or sets the currently selected color. This is a dependency property. - - A zero-based integer value that specifies the index of the hidden tab item. - - + A structure that describes the selected color. + - + - Shows the specified hidden tab item. + Occurs after the selected color has been changed. - - A object representing the hidden tab item. - - - + - Gets or sets whether the DXTabControl's tabs are cached all at once or only when selected. + Identifies the routed event. - A TabContentCacheMode enumerator value that specifies the DXTabControl's tabs cache mode. - + - + Identifies the dependency property. - - + - + - For internal use. + Gets or sets the number of color columns. This is a dependency property. - - + An integer value that specifies the number of color columns. + - + - Occurs after the tab item has been hidden. + Identifies the dependency property. + - + - Occurs before a tab item is hidden. + Gets or sets the default color. This is a dependency property. + A structure that describes the default color. + - + - Gets the panel that contains tab headers. + Gets or sets the content of the 'Automatic' button. This is a dependency property. - A DevExpress.Xpf.Core.TabPanel object representing the panel. + An object that represents the button's content. - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Identifies the dependency property. - - + - + - Occurs before a tab item is shown. + Identifies the dependency property. + - + - Occurs after the tab item has been shown. + Represents an empty color. + - + - Gets or sets a view of the . + Enables you to specify custom names for colors. - A descendant object, representing the tab control's view. - - + - Identifies the dependency property. + Identifies the routed event. - [To be supplied] + - - + - Lists values that specify the orientation of headers in the TabControl's Header Panel. + Gets or sets the content of the 'More Colors' button. This is a dependency property. + An object that represents the button's content. + + - + - The orientation of tab headers in the Header Panel is defined by the location of the Panel, specified by the property. The headers are oriented horizontally if the Header Panel is located at the top or bottom of the tab item. Otherwise, they are oriented vertically. + Identifies the dependency property. + - + - The tab headers in the Header Panel are oriented horizontally. + Gets or sets the content of the 'No Color' button. This is a dependency property. + An object that represents the button's content. + - + - The tab headers in the Header Panel are oriented vertically. + Identifies the dependency property. + - - + - Lists values that specify the location of the Header Panel, relative to the tab item. + Called after the template is completely generated, and attached to the visual tree. + - + - The Header Panel is located at the bottom of the tab item. + Gets or sets the collection of palettes. This is a dependency property. + A object that represents a collection of palettes. + - + - The Header Panel is located on the left side of the tab item. + Identifies the dependency property. + - + - The Header Panel is not displayed. + Gets the recent colors. + The circular list that contains recent colors. + - + - The Header Panel is located on the right side of the tab item. + Gets or sets the caption of the 'Recent Colors' palette. + A value that specifies the caption of the 'Recent Colors' palette. + - + - The Header Panel is located at the top of the tab item. + Identifies the dependency property. + - - + - Represents a Filter Control. + Gets or sets whether the 'Automatic' button is visible. This is a dependency property. + true to show the 'Automatic' button; otherwise, false. + + - + - Initializes a new instance of the FilterControl class. + Identifies the dependency property. + - + - Gets the actual filter expression. + Gets or sets whether the 'More Colors' button is visible. This is a dependency property. - A descendant that represents the actual filter expression. + true to show the 'More Colors' button; otherwise, false. - + - Applies the filter criteria to the source control. + Identifies the dependency property. + - + - Fires before displaying an editor used to edit operands in the Filter Editor. + Gets or sets whether the 'No Color' button is visible. This is a dependency property. + true to show the 'No Color' button; otherwise, false. + - + - Identifies the routed event. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the template that defines the presentation of Boolean filter values. This is a dependency property. + Gets or sets a value that specifies in which format the selected color is displayed within a tooltip. This is a dependency property. - A object that defines the presentation of Boolean filter values. + One of the enumeration values. - + Identifies the dependency property. - [To be supplied] + - + + - Gets or sets the default filter column. This is a dependency property. + Represents a method that will handle the event. - A DevExpress.Xpf.Editors.Filtering.FilterColumn object representing the default filter column. - - - + - Identifies the dependency property. + Represents a method that will handle the event. - [To be supplied] + + The event source. + + + + A object that contains event data. + + - + + - Gets or sets the template that defines the presentation of filter values set to an empty string. This is a dependency property. + Provides data for the event. - A object that defines the presentation of filter values set to an empty string. - - - + - Identifies the EmptyStringTemplate dependency property. + Initializes a new instance of the CalculatorCustomErrorTextEventArgs class. - [To be supplied] + + A value that specifies the error text. This value is assigned to the property. + + - + - Gets or sets the template that defines the presentation of empty filter values. This is a dependency property. + Gets or sets the error description. - A object that defines the presentation of filter values set to null. + A value that specifies the error text. - + + - Identifies the EmptyValueTemplate dependency property. + Represents a calculator. - [To be supplied] - - + - Gets a filter column collection. + Initializes a new instance of the Calculator class. - An object implementing the interface that represents the collection of filter columns. - - + - Gets or sets the total filter expression. + This member supports the internal infrastructure and cannot be used directly from your code. - A descendant that represents the total filter expression. + - + - Identifies the dependency property. + Clears the calculation history. - [To be supplied] - + - Returns a filter column by the name of the source control's field. + Enables you to provide a custom error description. + - - A string that specifies the name of the source control's field. - - - A DevExpress.Xpf.Editors.Filtering.FilterColumn object representing the filter column; null (Nothing in Visual Basic) if the filter column corresponding to the specified field does not exist. - - + - Called after the template is completely generated and attached to the visual tree. + Identifies the routed event. + - + - Gets the root node of the tree, representing the filter expression. + Gets the text displayed within the calculator. This is a dependency property. - A object representing the root node. + A value that specifies the calculator's display text. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether to show the border around the Filter Control. + Gets whether the calculator displays an error. This is a dependency property. - true to show the border; otherwise, false. + true if the calculator has an error; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether date-time specific operators are available for date-time fields. This is a dependency property. + Gets the calculation history. This is a dependency property. - true if date-time specific operators are available for date-time fields; otherwise, false + The collection of strings that represents the calculation history. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether the group commands icon is displayed. This is a dependency property. + Gets or sets whether the calculator has the digital display. This is a dependency property. + - true to display the group commands icon; otherwise, false. + true if the calculator has the digital display; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether the operand's value can be swapped. This is a dependency property. + Gets a value stored in the calculator's memory. This is a dependency property. - true to allow end-users to swap the operand's value; otherwise, false. + A value which is stored in the calculator's memory. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether to show tooltips for the Filter Control icons. This is a dependency property. + Called after the template is completely generated and attached to the visual tree. - true to show tooltips for the Filter Control icons; otherwise, false. - - + - Identifies the dependency property. + Gets or sets the maximum number of digits displayed to the right of the decimal point. This is a dependency property. - [To be supplied] + The maximum number of digits displayed in the fractional part of the value. + - + - Gets or sets the source control. This is a dependency property. + Identifies the dependency property. - An object that represents the source control for the Filter Control. - + - + - Identifies the dependency property. + Resets the calculator. - [To be supplied] - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets whether to show the border. This is a dependency property. - + true to show the border; otherwise, false. - + - Gets or sets the template that defines the presentation of filter values. This is a dependency property. + Identifies the dependency property. - A object that defines the presentation of filter values. - + - + - Identifies the dependency property. + Gets or sets whether the calculator's display is highlighted when the calculator is focused. This is a dependency property. - [To be supplied] + true to highlight the display when the calculator is focused; otherwise, false. + - - + - Defines the appearance and behavior of a zooming track bar. + Identifies the dependency property. + + - + - Initializes a new instance of the TrackBarZoomStyleSettings class. + Gets or sets the calculator's value. This is a dependency property. + A value that specifies the calculator's value. + - - + - Defines the appearance and behavior of a range track bar with a zooming functionality. + Occurs after the calculator's value has been changed. + - + - Initializes a new instance of the TrackBarZoomRangeStyleSettings class. + Identifies the routed event. + - - + - Defines the track bar's native appearance and behavior. + Identifies the dependency property. + + - + + - Initializes a new instance of the TrackBarStyleSettings class. + Represents the DXExpander control. - - + - Assigns the settings which define the appearance and behavior, to the specified editor. + Initializes a new instance of the DXExpander class with default parameters. - - A class descendant that is a target editor. - - - + - Gets or sets whether or not the thumb of a track bar moves immediately to the location of the mouse click. This is a dependency property. + For internal use. - true if the thumb moves immediately to the location of a mouse click; otherwise, false. + - - + - Defines the appearance and behavior of a range track bar. + Identifies the dependency property. + + - + - Initializes a new instance of the TrackBarRangeStyleSettings class. + This member supports the internal infrastructure, and is not intended to be used directly from your code. This is a dependency property. + + - - + - Represents the track bar's range (edit value). + Identifies the dependency property. + + - + - Initializes a new instance of the TrackBarEditRange class. + Gets or sets the progress of animation play. This is a dependency property. + - - A value that specifies the start of the range. This value is assigned to the property. - - - - A value that specifies the end of the range. This value is assigned to the property. + A value between 0 and 1 that represents the progress of animation play. 0 for the collapsed state, 1 for the expanded state. - + - + - Initializes a new instance of the TrackBarEditRange class. + Identifies the dependency property. + - + - Determines whether the specified object is equal to the current TrackBarEditRange instance. + Gets or sets the collapse animation storyboard. This is a dependency property. - - An object to compare with the current object. - - - true if the specified object is equal to the current instance; otherwise, false. - + A object that represents the collapse animation storyboard. + - + - Gets the hash code (a number) that corresponds to the value of the current TrackBarEditRange object. + Identifies the dependency property. - An integer value representing the hash code for the current object. - + - + - Gets the end of the range. + Gets or sets whether the DXExpander is currently collapsing. This is a dependency property. - A value that specifies the end of the range. + true if the DXExpander is currently collapsing; otherwise, false. - + - Gets the start of the range. + Identifies the dependency property. - A value that specifies the start of the range. - + - - + - Defines the appearance and behavior of the marquee (indeterminate) progress bar. + Gets or sets the duration of the expand/collapse animation. This is a dependency property. + A double-precision value that specifies the animation's duration, in milliseconds. + + - + - Initializes a new instance of the ProgressBarMarqueeStyleSettings class. + Identifies the dependency property. + - - + - Represents a control capable of displaying a gallery. + Gets or sets whether the DXExpander is currently expanding. This is a dependency property. + true if the DXExpander is currently expanding; otherwise, false. + + - + - Initializes a new instance of the GalleryControl class. + Identifies the dependency property. + - + - For internal use. -This is a dependency property. + Gets or sets the expand animation storyboard. This is a dependency property. - A object that is the corresponding template. + A object that represents the expand animation storyboard. - + Identifies the dependency property. - [To be supplied] + - + - For internal use. -This is a dependency property. + Gets the value of the attached property for the specified . - A object that is the corresponding template. - + + The element from which the property value is read. + + + The property value for the element. + - + - Identifies the dependency property. + Allows you to manually specify the DXExpander content size in the expanded state. - [To be supplied] - + - Gets the actual outer indents of gallery groups' captions. -This is a dependency property. + Gets the value of the attached property for the specified . - A Thickness value that specifies the corresponding outer indents. - + + The element from which the property value is read. + + + The property value for the element. + - + - Identifies the dependency property. + Gets the value of the attached property for the specified . - [To be supplied] + + The element from which the property value is read. + + + The property value for the element. + - + - For internal use. + Gets or sets the horizontal animation style. This is a dependency property. - + A enumeration member specifying the horizontal animation style. - + Identifies the dependency property. - [To be supplied] + - + - Gets the actual outer indents of a gallery's content area, which displays gallery items. -This is a dependency property. + Gets or sets whether the DXExpander is expanded. This is a dependency property. - A Thickness value that specifies the corresponding outer indents. + true if the DXExpander is expanded; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - For internal use. + Gets whether the control is revealed. This is an attached property. @@ -12424,855 +13675,840 @@ This is a dependency property. - + - Identifies the dependency property. + Identifies the attached property. - [To be supplied] + - + - Gets whether the group captions of the control's gallery are actually visible. + Sets the value of the attached property for the specified . - true if the gallery group captions are actually visible; otherwise, false. - + + The element for which the property value is set. + + + + The property value for the element. + + - + - Identifies the dependency property. + Sets the value of the attached property for the specified . - [To be supplied] + + The element for which the property value is set. + + + + The property value for the element. + + - + - For internal use. -This is a dependency property. + Gets or sets whether the DXExpander's content is expanded and collapsed with a stretching animation effect. This is a dependency property. - A object that is the corresponding template. + true if the DXExpander's content is stretched; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets the actual outer indents of gallery items' captions. -This is a dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. - A Thickness value that specifies the corresponding outer indents. + - + - Identifies the dependency property. + Identifies the attached property. - [To be supplied] + - + - For internal use. + Gets or sets the vertical animation style. This is a dependency property. - + A enumeration member specifying the vertical animation style. - + Identifies the dependency property. - [To be supplied] + - + + - For internal use. -This is a dependency property. + The base class for services. - A object that is the corresponding template. - - - + - Identifies the dependency property. + Gets or sets the name of the current service. - [To be supplied] + The name of the current service. + - + - Gets the actual outer indents of gallery items' descriptions. -This is a dependency property. + Identifies the dependency property. - A Thickness value that specifies the corresponding outer indents. - + - + - Identifies the dependency property. + Specifies whether this service can be accessed from the parent service container. - [To be supplied] + true, if this service can be accessed from the parent service container; otherwise, false. + - + + - For internal use. + Allows you to display splash screens. - - - - + - Identifies the dependency property. + Initializes a new instance of the DXSplashScreenService class. - [To be supplied] - + - For internal use. -This is a dependency property. + Specifies the duration of the fade-in effect. This is a dependency property. - + A System.TimeSpan value that is the duration of the fade-in effect. - + Identifies the dependency property. - [To be supplied] + - + - For internal use. -This is a dependency property. + Specifies the duration of the fade-out effect. This is a dependency property. - A object that is the corresponding template. + A System.TimeSpan value that is the duration of the fade-out effect. - + Identifies the dependency property. - [To be supplied] + - + - Gets the actual outer indents of gallery items' glyphs. -This is a dependency property. + Specifies the maximum progress value. This is a dependency property. - A Thickness value that specifies the corresponding outer indents. + A maximum progress value. - + Identifies the dependency property. - [To be supplied] + - + - Gets the actual outer indents of gallery items. -This is a dependency property. + Gets or sets the splash screen owner search mode. This is a dependency property. - A Thickness value that specifies the corresponding outer indents. + An DevExpress.Mvvm.UI.SplashScreenOwnerSearchMode enumeration value that specifies the splash screen owner search mode. +The default is SplashScreenOwnerSearchMode.Full. - + Identifies the dependency property. - [To be supplied] + - + - For internal use. + Specifies the current progress value. This is a dependency property. - + The current progress value. + - + Identifies the dependency property. - [To be supplied] + - + - For internal use. + Gets or sets whether a Splash Screen created by this DXSplashScreenService should be automatically displayed at the application start-up. - + true, if a Splash Screen created by this DXSplashScreenService should be automatically displayed at the application start-up; otherwise, false. - + Identifies the dependency property. - [To be supplied] + + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code.This is a dependency property. + Gets or sets the splash screen closing mode. This is a dependency property. - + An DevExpress.Xpf.Core.SplashScreenClosingMode enumeration value that specifies the splash screen closing mode. +The default is SplashScreenClosingMode.OnParentClosed. - + Identifies the dependency property. - [To be supplied] + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code.This is a dependency property. + Gets or sets the splash screen owner. This is a dependency property. - + An System.Windows.FrameworkElement object that is used as the splash screen owner. + - + Identifies the dependency property. - [To be supplied] - - - - - - Gets the vertical offset of the top visible row. - - - A double value that specifies the vertical offset of the top visible row. - + - + - For internal use. -This is a dependency property. + Specifies the splash screen location. - A object that is the corresponding template. + A enumeration value. - + Identifies the dependency property. - [To be supplied] + + - + - For internal use. -This is a dependency property. + Gets or sets the type of splash screen to be opened. - A object that is the corresponding template. + The type of splash screen to be opened. - + Identifies the dependency property. - [To be supplied] + + - + - Gets or sets the default outer indents of gallery groups' captions. -This is a dependency property. + Specifies the splash screen window style. - A value of the Nullable Thickness type that specifies the corresponding outer indents. + A object that is the splash screen window style. - + Identifies the dependency property. - [To be supplied] + + - + - Gets or sets the default outer indents of a gallery's content area, which displays gallery items. -This is a dependency property. + Specifies the data object to be passed to the splash screen service. - A value of the Nullable Thickness type that specifies the corresponding outer indents. + A data object to be passed to the splash screen service. - + Identifies the dependency property. - [To be supplied] + - + - Gets the default value of the option that controls whether gallery group captions are visible. + Gets or sets whether the current service uses a separate container. - true if gallery group captions are visible by default; otherwise, false. + true, if the current service uses a separate container, false. +The default is false. - + Identifies the dependency property. - [To be supplied] + - + - For internal use. -This is a dependency property. + Gets or sets an object that chooses the view template based on custom logic. - A object that is the corresponding template. + A descendant that chooses a template based on custom logic. - + + - Identifies the dependency property. + Provides data for the event. - [To be supplied] - - + - Gets or sets the default outer indents of gallery items' captions. -This is a dependency property. + Initializes a new instance of the class. - A value of the Nullable Thickness type that specifies the corresponding outer indents. - + + An integer value which specifies the index of the tab item that has been added. + + + + An object that represents the tab item that has been added. + + - + + - Identifies the dependency property. + This class supports the internal infrastructure, and is not intended to be used directly from your code. - [To be supplied] - - + - For internal use. -This is a dependency property. + Initializes a new instance of the PopupInfo class. - A object that is the corresponding template. - - + - Identifies the dependency property. + Fires after the popup control has been closed. - [To be supplied] - + - Gets or sets the default outer indents of gallery items' descriptions. -This is a dependency property. + Closes the current popup control. - A value of the Nullable Thickness type that specifies the corresponding outer indents. - - + - Identifies the dependency property. + Gets or sets whether the popup control is open. - [To be supplied] + true if the popup control is open; otherwise, false. + - + - Gets or sets the default indents between a gallery item's border and ImageControl that displays the glyph itself. -This is a dependency property. + Fires when the popup control has been opened. - A value of the Nullable Thickness type that specifies the corresponding outer indents. - - + - Identifies the dependency property. + Fires when the popup control is about to be opened. - [To be supplied] - + - For internal use. -This is a dependency property. + Gets the popup object that the current object wraps. - A object that is the corresponding template. + The corresponding popup object. - + - Identifies the dependency property. + Displays the popup control at the position next to the specified control. - [To be supplied] + + A UIElement, relative to which the popup control will be displayed. + + + - + + - Gets or sets the default outer indents of gallery items' images. -This is a dependency property. + This class can be used as a substitute for a object, when it's required to initialize a property with a object in XAML. - A value of the Nullable Thickness type that specifies the corresponding outer indents. - - - + - Identifies the dependency property. + Initializes a new instance of the PopupControlContainerInfo class. - [To be supplied] - + - Gets or sets the default outer indents of gallery items. + Gets or sets the content of the current PopupControlContainerInfo object. This is a dependency property. - A value of the Nullable Thickness type that specifies the corresponding outer indents. + A UIElement that specifies the content of the current PopupControlContainer. - + Identifies the dependency property. - [To be supplied] + - + + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + This class is obsolete. Use the class instead. - - - - + - Identifies the dependency property. + Initializes a new instance of the PopupMenuInfo class. - [To be supplied] - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. This is a dependency property. + Gets or sets whether a small or large image is used by bar item links displayed in the current menu. +This is a dependency property. - + A value that specifies the size of images for the menu's items. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the gallery displayed by the GalleryControl. + Gets the collection of item links displayed in the current menu. - A object displayed by the GalleryControl. + A object that stores item links displayed in the current menu. - + - Identifies the dependency property. + Gets or sets a collection of objects providing information to generate and initialize bar item links for the current PopupMenuInfo container. +This is a dependency property. - [To be supplied] + A source of objects to be visualized as bar items. + - + - Returns the actual number of item columns in the . + Identifies the dependency property. - The actual number of item columns in the . - + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Gets or sets the display mode of menu items. +This is a dependency property. - - + A value that specifies the display mode of menu items. + - + - Gets the index of the top visible row. + Identifies the dependency property. - An integer value that specifies the index of the top visible row. - + - + - Returns the vertical offset of the specified group. + Gets or sets the style applied to a object defined as the ItemTemplate's content. +This is a dependency property. - - A object whose offset is to be returned. - - - The vertical offset of the specified group. - + A Style object providing corresponding style settings. + - + - Gets the index of the bottom visible row. + Identifies the dependency property. - An integer value that specifies the index of the bottom visible row. - + - + - Gets or sets the style applied to captions () of gallery groups. -This is a dependency property. + Gets or sets the template used to visualize objects stored as elements in the ItemLinksSource collection. + This is a dependency property. - A object applied to gallery groups' captions. + A DataTemplate object that specifies the corresponding template. - + Identifies the dependency property. - [To be supplied] + - + - This member is obsolete. Use the property instead. + Gets or sets an object that chooses a template used to visualize objects stored as elements in the ItemLinksSource collection. This is a dependency property. - + A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. - + Identifies the dependency property. - [To be supplied] + - + - This member is obsolete. Use the property instead. + Gets or sets the maximum height of the links column in the popup menu. This is a dependency property. - + A Double value that is the maximum height of the links column in the popup menu. + - + Identifies the dependency property. - [To be supplied] + + - + - Gets or sets the style applied to a gallery item's . -This is a dependency property. + Gets or sets the maximum number of s displayed within a single links column in a popup. This is a dependency property. - A Style object applied to a gallery item's caption. + An Int32 value that is the maximum number of s displayed within a single links column in a popup. - + Identifies the dependency property. - [To be supplied] + + - + - Gets or sets an object that chooses a style applied to the property. This is a dependency property. + Gets or sets if s within the current popup should be arranged in multiple columns. This is a dependency property. - A System.Windows.Controls.StyleSelector descendant that applies a style based on custom logic. + true if s within the current popup should be arranged in multiple columns; otherwise, false. - + Identifies the dependency property. - [To be supplied] + + - + - Gets or sets the style applied to a gallery item's . -This is a dependency property. + Gets or sets if rows within a popup should be stretched to achieve an equal height. This is a dependency property. + - A Style object applied to a gallery item's description. + true if s rows within a popup should be stretched to achieve an equal height; otherwise, false. - + Identifies the dependency property. - [To be supplied] + + - + + - Gets or sets an object that chooses a style applied to the property. This is a dependency property. + Represents a window that supports DX themes. - A System.Windows.Controls.StyleSelector descendant that applies a style based on custom logic. - - - + - Identifies the dependency property. + Initializes a new instance of the DXWindow class. - [To be supplied] - + - Gets or sets the style applied to the in the normal state. -This is a dependency property. + Gets the actual thickness of the window frame that enables window resizing via a mouse. - A object applied to the filter caption. + The actual thickness of the window frame that enables window resizing via a mouse. + - + - Identifies the dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. - [To be supplied] + + - + - Called after the template is completely generated and attached to the visual tree. + Identifies the dependency property. + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + This member supports the internal infrastructure and is not intended to be used directly from your code. @@ -13280,308 +14516,306 @@ This is a dependency property. - + Identifies the dependency property. - [To be supplied] + - + - Gets the control's scrollable area. + This member supports the internal infrastructure and is not intended to be used directly from your code. - A Size structure that specifies the control's scrollable area. + - + - Scrolls the GalleryControl, making the specified group visible. + Identifies the dependency property. - - An integer value that specifies the index of the group to be made visible. - - - true if scrolling was successful; otherwise, false. - + - + - Scrolls the GalleryControl, making the specified item visible. + This member supports the internal infrastructure and is not intended to be used directly from your code. - - A that should be made visible. - - - true if scrolling was successful; otherwise, false. - + + - + - Scrolls the GalleryControl, making the specified row visible. + Identifies the dependency property. - - The index of the row to be made visible. - - - true if scrolling was successful; otherwise, false. - + - + - Scrolls the GalleryControl to the specified vertical offset. + This member supports the internal infrastructure and is not intended to be used directly from your code. - - A double value that specifies the required vertical offset. - - - true if scrolling was successful; otherwise, false. - + + - + - Gets or sets the style applied to the , when the mouse cursor hovers over the filter panel. -This is a dependency property. + Identifies the dependency property. - A object applied to the filter caption when it's hovered over. - + - + - Identifies the dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. - [To be supplied] + + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Identifies the dependency property. - - + - - + - Represents a collection of gallery groups. + Gets or sets whether the DXWindow enables software rendering during window resizing to avoid flickering on some video cards. + true, if the DXWindow manipulates the HwndTarget.RenderMode property to avoid window flickering; otherwise, false. The default value is true. + + - + - Initializes a new instance of the GalleryItemGroupCollection class. + Gets or sets whether the system menu is displayed when right clicking the DXWindow's title bar. This is a dependency property. - - A object that will own the created GalleryItemGroupCollection object. - - + true, to display the system menu when right clicking the title bar; otherwise, false. The default is true. + - - + - Represents a gallery of items. + Identifies the dependency property. + + - + - Initializes a new instance of the Gallery class. + Gets or sets the DXWindow's border highlighting effect. + The DXWindow's border highlighting effect. + - + - Gets or sets whether the group filtering feature is enabled. -This is a dependency property. + Gets or sets the color of the active DXWindow's border highlighting effect. - true if the group filtering feature is enabled; otherwise, false. + The color of the active DXWindow's border highlighting effect. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether hover images are displayed with an animation effect. -This is a dependency property. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - true if hover images are displayed with an animation effect; otherwise, false. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether the hover images feature is enabled. -This is a dependency property. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - true to enable the hover images feature; otherwise, false. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether smooth scrolling is enabled. + Gets or sets the color of the inactive DXWindow's border highlighting effect. + - true if smooth scrolling is enabled; otherwise, false. + The color of the inactive DXWindow's border highlighting effect. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether tooltips are displayed for gallery items. -This is a dependency property. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - true if tooltips are displayed for gallery items; otherwise, false. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether a gallery, when it's displayed within a dropdown window, is automatically closed on clicking its gallery item. -This is a dependency property. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - true if the current dropdown gallery is automatically closed on clicking its gallery item; otherwise, false. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets how gallery items are painted when in the checked state. -This is a dependency property. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - A value that specifies how checked gallery items are painted. + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + - + Identifies the dependency property. - [To be supplied] + - + - Gets the collection of checked s. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - The collection of checked s. + - + Identifies the dependency property. - [To be supplied] + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Gets the width, height, and location of the DXWindow's client area. + + + A structure that describes the width, height, and location of the DXWindow's client area. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. @@ -13589,1332 +14823,1309 @@ This is a dependency property. - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + - + - Gets or sets the number of visible columns of gallery items in the gallery. -This is a dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. - An integer value that specifies the number of visible columns of gallery items in the gallery. - + + + + + + - + - Identifies the dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. - [To be supplied] + + - + - Gets or sets the caption displayed within the Filter Panel, used to filter groups within the current gallery. -This is a dependency property. + Gets the value of the attached property for the specified object. - An object representing the caption of the Filter Panel. - + + An object whose attached property's value is to be returned. + + + The value of the attached property for the specified object. + - + - Identifies the dependency property. + Gets the value of the attached property for the specified object. - [To be supplied] + + An object whose attached property's value is to be returned. + + + The value of the attached property for the specified object. + - + - Gets or sets the template that presents the in a custom manner. -This is a dependency property. + Gets the value of the attached property for the specified object. - A DataTemplate object that presents the FilterCaption object on-screen. - + + An object whose attached property's value is to be returned. + + + The value of the attached property for the specified object. + - + - Identifies the dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. - [To be supplied] + + + + + + - + - Gets or sets the template used to represent the Gallery's Filter Panel on-screen. -This is a dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. - A object that is the corresponding template. + - + - Identifies the dependency property. + Gets or sets whether the window is active. +This is an attached property. - [To be supplied] + A Boolean value that specifies whether the window is active. + - + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + - + - [To be supplied] - - [To be supplied] - - - - - - Returns a list of checked items. + Gets or sets whether or not to activate the Aero Glass effect for a window. This is a dependency property. - A list of checked items. - + true to activate the Aero Glass effect; otherwise, false. + - + - Returns the first checked item. + Identifies the dependency property. - The first checked object. - + - + - Gets or sets the template used to represent a gallery item group's caption bar on-screen. -This is a dependency property. + Gets if the specified DXWindow is currently in the moving or sizing modal loop. This is a dependency property. - A object that is the corresponding template. + true if the specified DXWindow is currently in the moving or sizing modal loop; otherwise, false. - + Identifies the dependency property. - [To be supplied] + + - + - Gets or sets the horizontal alignment of gallery group captions (). -This is a dependency property. + Gets or sets whether the window is maximized. +This is an attached property. - A HorizontalAlignment value that specifies the horizontal alignment of gallery group captions. + A Boolean value that specifies whether the window is maximized. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the outer indents of a gallery group's caption (). -This is a dependency property. + Called after the template is completely generated and attached to the visual tree. - A value of the Nullable Thickness type that specifies the corresponding outer indents. - - + - Identifies the dependency property. + Gets or sets the thickness of the window frame that enables window resizing via a mouse. - [To be supplied] + The thickness of the window frame that enables window resizing via a mouse. + - + - Gets or sets the template that presents captions () of gallery groups in a custom manner. -This is a dependency property. + Gets or sets the thickness of the window frame that enables window resizing via a mouse. Handled in aero mode. - A DataTemplate object that presents gallery groups' captions on-screen. + The thickness of the window frame that enables window resizing via a mouse. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the style applied to group captions () of gallery groups. -This is a dependency property. + Identifies the dependency property. - A Style object. - + - + - Identifies the dependency property. + Sets the value of the attached property for the specified object. - [To be supplied] + + An object whose attached property is to be changed. + + + + A new value of the attached property. + + - + - Gets or sets the vertical alignment of gallery group captions (). -This is a dependency property. + Sets the value of the attached property for the specified object. - A VerticalAlignment value that specifies the vertical alignment of gallery group captions. - + + An object whose attached property is to be changed. + + + + A new value of the attached property. + + - + - Identifies the dependency property. + Sets the value of the attached property for the specified object. - [To be supplied] + + An object whose attached property is to be changed. + + + + A new value of the attached property. + + - + - Gets or sets the outer indents of the gallery's content area, which displays gallery items. -This is a dependency property. + Sets the value of the property. - A value of the Nullable Thickness type that specifies the corresponding outer indents. - + + The element to which the attached property is written. + + + + true to show the title; otherwise, false. + + - + - Identifies the dependency property. + Gets or sets whether or not a window's icon is displayed. - [To be supplied] + true to display a window's icon; otherwise, false. + - + - Gets a collection of item groups owned by the gallery. + Identifies the dependency property. - A GalleryItemGroupCollection object that represents the collection of item groups owned by the ribbon gallery. - + - + - Gets or sets a collection of objects providing information to generate and initialize gallery groups for the current Gallery container. - -This is a dependency property. + Gets or sets whether or not to show the window's title. - A source of objects to be visualized as gallery groups. + true to show the title; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the style applied to a object defined as the 's content. -This is a dependency property. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - A Style object providing corresponding style settings. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the template used to visualize objects stored as elements in the collection. + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + - This is a dependency property. + + + + + Gets or sets the template that defines the visual representation of the window. This is a dependency property. - A DataTemplate object that specifies the corresponding template. + A template that defines the visual representation of the window. - + Identifies the dependency property. - [To be supplied] + - + + - Gets or sets an object that chooses a template used to visualize objects stored as elements in the collection. - This is a dependency property. + Lists values that specify the visibility mode of the DXTabControl's scroll buttons. - A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. - - - + - Identifies the dependency property. + The scroll buttons are always visible. - [To be supplied] - + - Gets or sets the template that presents a gallery item's caption () when it's displayed within a tooltip. -This is a dependency property. + The scroll buttons are always hidden. - A DataTemplate object that presents a gallery item's caption within a tooltip in a custom manner. - - + - Identifies the dependency property. + A scroll button is visible if it is possible to scroll the Header Panel in the corresponding direction. - [To be supplied] - + + - Gets or sets the template that presents a gallery item's object within a tooltip. -This is a dependency property. + Represents a separator between tooltip items within a object. - A DataTemplate object that presents a gallery item's object within a tooltip. - - - - + - Identifies the dependency property. + Initializes a new instance of the SuperTipItemSeparator class. - [To be supplied] - - - Gets or sets the time, in milliseconds, the hover image animation is displayed for a gallery item. -This is a dependency property. + + + Represents the base class for tooltip items supported by objects. - An integer value that specifies the time, in milliseconds, the hover image animation is displayed for a gallery item. - - - - + - Identifies the dependency property. + Initializes a new instance of the SuperTipItemBase class. - [To be supplied] - + + - Gets or sets the size of hover images. -This is a dependency property. + Represents a regular tooltip item for a object. - The size of hover images. - - - + - Identifies the dependency property. + Initializes a new instance of the SuperTipItem class. - [To be supplied] - + - Gets or sets whether gallery groups captions () are visible in the current gallery. + Gets or sets the tooltip item's content. This is a dependency property. - A value that specifies the visibility of gallery groups captions. - + An object that represents the tooltip item's content. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether captions are displayed for gallery items. + Gets or sets the template used to display the object. This is a dependency property. - true if captions are displayed for gallery items; otherwise, false. + A DataTemplate that defines the visualization of the object. - + Identifies the dependency property. - [To be supplied] + - + - Gets whether gallery item captions or descriptions are visible. + Gets or sets the tooltip item's glyph. This is a dependency property. - - true if gallery item captions or descriptions are visible; otherwise, false. - + An ImageSource object that specifies the tooltip item's glyph. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether descriptions are displayed for gallery items. + Gets or sets the style applied to paint the panel displaying the tooltip item's content and image. This is a dependency property. - true if descriptions are displayed for gallery items; otherwise, false. + A Style object. - + Identifies the dependency property. - [To be supplied] + - + + - Gets or sets whether glyphs for gallery items are visible. -This is a dependency property. + Represents a tooltip item designed to be displayed in headers and footers of a object. - true if glyphs for gallery items are visible; otherwise, false. - - - + - Identifies the dependency property. + Initializes a new instance of the SuperTipHeaderItem class. - [To be supplied] - + + - Gets or sets whether the gallery items are stretched to fill the entire height of the Gallery. This property is in effect for galleries used in the . + Represents a SuperTip, which is capable of displaying multiple tooltip items. - true, if the gallery item auto height feature is enabled; otherwise, false. - - - - + - Identifies the dependency property. + Initializes a new instance of the SuperTip class. - [To be supplied] - + - Gets or sets whether gallery item widths are automatically modified so that the total gallery items' width matches the Gallery's width. + Gets the collection of tooltip items displayed by the current SuperTip object. - true if the gallery items' auto width feature is enabled; otherwise, false. + A SuperTipItemsCollection object that represents a collection of tooltip items. - + + - Identifies the dependency property. + Provides methods to work with a window. - [To be supplied] - - + - Gets or sets the template used to represent a gallery item's borders on-screen. -This is a dependency property. + Initializes a new instance of the CurrentWindowService class. - A object that is the corresponding template. - - + - Identifies the dependency property. + The command that is called when the current window is closed. This is a dependency property. - [To be supplied] + An object implementing the interface. + - + - Gets or sets the horizontal alignment of a gallery item's caption. -This is a dependency property. + Identifies the dependency property. - A HorizontalAlignment value specifying the horizontal alignment of a gallery item's caption. - + - + + - Identifies the dependency property. + A stack panel where items (with the HorizontalAlignment set to Stretch) have the same width, matching the width of the item with the largest content. - [To be supplied] - - + - Gets or sets the outer indents of a gallery item's caption. -This is a dependency property. + Initializes a new instance of the UniformStackPanel class. - A value of the Nullable Thickness type that specifies the corresponding outer indents. - - + - Identifies the dependency property. + Gets or sets the distance between neighboring items. - [To be supplied] + The distance between neighboring items, in pixels. + - + - Gets or sets the template used to display a gallery item's . -This is a dependency property. + Identifies the dependency property. - A DataTemplate that defines the visualization of a gallery item's . - + - + - Identifies the dependency property. + The default value for the property. Returns 5. - [To be supplied] + - + - Gets or sets the style applied to a gallery item's . -This is a dependency property. + Gets or sets whether items are arranged horizontally or vertically. - A Style object that represents the corresponding style. + The value that specifies whether items are arranged horizontally or vertically. - + Identifies the dependency property. - [To be supplied] + - + + - Gets or sets an object that chooses a style applied to the property. This is a dependency property. - + - A System.Windows.Controls.StyleSelector descendant that applies a style based on custom logic. - - - + - Identifies the dependency property. + Initializes a new instance of the DataBarFormat class with default settings. - [To be supplied] - + - Gets or sets the vertical alignment of a gallery item's caption. -This is a dependency property. + Gets or sets the brush used to paint the borders of cells (or corresponding rows) whose values are positive and take part in conditional formatting. This is a dependency property. - A VerticalAlignment value specifying the vertical alignment of a gallery item's caption. + A System.Windows.Media.Brush value. - + - Identifies the dependency property. + Gets or sets the brush used to paint the borders of cells (or corresponding rows) whose values are negative and take part in conditional formatting. This is a dependency property. - [To be supplied] + A System.Windows.Media.Brush value. + - + - Fires when a gallery item is checked. This event is in effect when the item checking/unchecking feature is enabled. + Identifies the dependency property. + - + - Gets or sets whether the item checking feature is enabled, and whether single or multiple items can be checked simultaneouly. -This is a dependency property. + Identifies the dependency property. - A value that specifies item checking mode. - + - + - Identifies the dependency property. + Gets or sets the thickness of data bar borders. This is a dependency property. - [To be supplied] + A System.Windows.Thickness value that is the thickness of data bar borders. + - + - Fires when a gallery item is clicked. + Identifies the dependency property. + - + - [To be supplied] + - [To be supplied] + + + + + + + + + + + + + - + - [To be supplied] + - [To be supplied] + + + + + + + + + + + + + - + - Gets or sets the horizontal alignment of a Content Grid (displaying a gallery item's caption and description) within a gallery item. -This is a dependency property. + Gets or sets the brush used to paint data bars within the cells (or corresponding rows) whose values are positive and take part in conditional formatting. This is a dependency property. - A HorizontalAlignment value specifying the horizontal alignment of a Content Grid within a gallery item. + A System.Windows.Media.Brush value. - + - Identifies the dependency property. + Gets or sets the brush used to paint data bars within the cells (or corresponding rows) whose values are negative and take part in conditional formatting. This is a dependency property. - [To be supplied] + A System.Windows.Media.Brush value. + - + - Gets or sets the vertical alignment of a Content Grid (displaying a gallery item's caption and description) within a gallery item. -This is a dependency property. + Identifies the dependency property. - A VerticalAlignment value specifying the vertical alignment of a Content Grid within a gallery item. - + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the template used to represent a gallery item on-screen. -This is a dependency property. + Gets or sets the outer indents of data bars. This is a dependency property. - A object that is the corresponding template. + A System.Windows.Thickness value that contains the outer indents of data bars. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the horizontal alignment of a gallery item's description. -This is a dependency property. + Gets or sets the brush used to paint the line between data bars corresponding to positive and negative cell values. This is a dependency property. - A HorizontalAlignment value specifying the horizontal alignment of a gallery item's description. + A System.Windows.Media.Brush value. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the outer indents of a gallery item's description. -This is a dependency property. + Gets or sets the thickness of the line between data bars corresponding to positive and negative cell values. This is a dependency property. - A value of the Nullable Thickness type that specifies the corresponding outer indents. + A System.Double value that is the thickness of the zero line in pixels. - + Identifies the dependency property. - [To be supplied] + - + + - Gets or sets the template used to display a gallery item's . -This is a dependency property. + Contains values that identify available check modes for gallery items. - A DataTemplate that defines the visualization of a gallery item's . - - - + - Identifies the dependency property. + Multiple items can be checked within a gallery simultaneously. Clicking one item doesn't uncheck other checked items. - [To be supplied] - + - Gets or sets the style applied to a gallery item's . -This is a dependency property. + The item checking feature is disabled. - A Style object that represents the corresponding style. - - + - Identifies the dependency property. + A single gallery item can be checked within a gallery at one time. Checking another gallery item unchecks the previously checked item. - [To be supplied] - + - Gets or sets an object that chooses a style applied to the property. This is a dependency property. + A single gallery item can be checked within each gallery group. - A System.Windows.Controls.StyleSelector descendant that applies a style based on custom logic. - - + + - Identifies the dependency property. + Enumerates dropdown galleries resizing modes. - [To be supplied] - - + - Gets or sets the vertical alignment of a gallery item's description. -This is a dependency property. + A dropdown gallery can be resized vertically and horizontally. - A VerticalAlignment value specifying the vertical alignment of a gallery item's description. - - + - Identifies the dependency property. + A dropdown gallery cannot be resized. - [To be supplied] - + - Fires when the mouse cursor enters a gallery item's bounds. + A dropdown gallery can only be resized vertically. + - - - Gets or sets the indents between a gallery item's border and the ImageControl that displays the glyph itself. -This is a dependency property. + + + Identifies paint modes for menu items. - A value of the Nullable Thickness type that specifies the corresponding indents. - - - + - Identifies the dependency property. + A menu is painted according to its type. +For ApplicationMenu objects, the default draw mode is affected by the ApplicationMenu.ShowRightPane property. If the ApplicationMenu.ShowRightPane option is set to false, menu items are painted as in the LargeImagesTextDescription mode. If the option is set to true, menu items are painted as in the LargeImagesText draw mode. - [To be supplied] - + - Gets or sets the template used to represent borders of a gallery item's glyph on-screen. -This is a dependency property. + Allows menu item captions and large images to be displayed. - A object that is the corresponding template. - - + - Identifies the dependency property. + Allows menu item captions, descriptions and large images to be displayed. - [To be supplied] - + - Gets or sets the horizontal alignment and stretch mode of the region surrounded by a gallery item's glyph borders. -This is a dependency property. + Allows menu item captions and small images to be displayed. - A HorizontalAlignment value specifying the horizontal alignment of a gallery item's glyph. - - + + - Identifies the dependency property. + Identifies paint styles for gallery items when they are in the checked state - [To be supplied] - - + - Specifies the location of a gallery item's glyph, relative to its caption and description. -This is a dependency property. + A gallery item's text and image are painted checked. - A value that specifies the location of a gallery item's glyph, relative to its caption and description. - - + - Identifies the dependency property. + A gallery item's image is only painted checked. - [To be supplied] - + + - Gets or sets the outer indents of a gallery item's glyph borders. -This is a dependency property. + Serves as a base class for the 's views. - A value of the Nullable Thickness type that specifies the corresponding outer indents. - - - + - Identifies the dependency property. + Initializes a new instance of the class. - [To be supplied] - + - Gets or sets the display size of item glyph regions. Use this property along with the property, to enable gallery loading optimization. + This property supports the internal infrastructure and is not intended to be used directly from your code. - A Size structure that specifies the display size of all item glyph regions. + - + - Identifies the dependency property. + Gets or sets whether the tab items can be hidden by end-users. This is a dependency property. - [To be supplied] + true to allow end-users to hide tab items; otherwise, false. + + - + - Gets or sets the size of a gallery item's ImageControl that displays the item's glyph. -This is a dependency property. + Gets or sets whether or not navigation between tab items can be performed via the keyboard. This is a dependency property. - A Size structure that specifies the size of a gallery item's ImageControl. + true, if navigation between tab items can be performed via the keyboard; otherwise, false. +The default is null. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets how a gallery item's glyph is stretched within the glyph region's ImageControl. -This is a dependency property. + Gets or sets whether to close the header menu after an end-user has selected a tab item from it. This is a dependency property. - A System.Windows.Media.Stretch value that specifies the current stretch mode. + true to close the header menu after an end-user has selected a tab item from it; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the vertical alignment and stretch mode of the region surrounded by a gallery item's glyph borders. -This is a dependency property. + This property supports the internal infrastructure and is not intended to be used directly from your code. - A VerticalAlignment value specifying the vertical alignment of a gallery item's glyph. + - + - Identifies the dependency property. + Gets or sets the location of the Header Panel, relative to the tab item. This is a dependency property. - [To be supplied] + One of the enumeration members, defining the location of the Header Panel. + - + - Occurs when the mouse pointer rests on any gallery item within the current gallery. + Identifies the dependency property. + - + - Fires when the mouse cursor leaves the boundaries of any gallery item within the current gallery. + Allows you to customize the Header Menu by adding new menu items or removing existing items. + An ObservableCollection object. + - + - Gets or sets the outer indents of a gallery item. -This is a dependency property. + Gets or sets when to show the Hide button. This is a dependency property. - A value of the Nullable Thickness type that specifies the corresponding outer indents. + An DevExpress.Xpf.Core.HideButtonShowMode enumeration value that specifies the location where the Hide button is shown. +The default is HideButtonShowMode.NoWhere. + - + Identifies the dependency property. - [To be supplied] + - - - Gets or sets the display size of gallery items. Use this property along with the property to enable gallery loading optimization. - - - - A Size structure that specifies the display size of gallery items. - - - - - + Identifies the dependency property. - [To be supplied] + - + - Fires when a gallery item is unchecked. This event is in effect when the item checking/unchecking feature is enabled. + This property supports the internal infrastructure and is not intended to be used directly from your code. + + - + - Gets or sets the minimum number of visible columns allowed in the gallery. -This is a dependency property. + Gets or sets where to show the New button. This is a dependency property. - An integer which specifies the minimum number of columns allowed in the gallery + An DevExpress.Xpf.Core.NewButtonShowMode enumeration value that specifies the location where the New button is shown. +The default is NewButtonShowMode.NoWhere. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the style applied to the in the normal state. -This is a dependency property. + Gets or sets a command executed when the New Button is clicked. This is a dependency property. - A Style object that represents the corresponding style. + A ICommand object executed when the New Button is clicked. - + - Identifies the dependency property. + Gets or sets the parameter. This is a dependency property. - [To be supplied] + The command specific data. + - + - Gets or sets the initial number of visible rows of gallery items in the current dropdown gallery when this gallery is invoked. This property is in effect for dropdown galleries. -This is a dependency property. + Identifies the dependency property. - An integer value that specifies the initial number of visible rows of gallery items in the current dropdown gallery, when this gallery is invoked - + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the style applied to the , when the mouse cursor hovers over the filter panel. -This is a dependency property. + Gets the view's owner. This is a dependency property. - A Style object that represents the corresponding style. + An owner for the current view object. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets how a gallery, when it's displayed within a dropdown window, can be resized. -This is a dependency property. + Identifies the dependency property. - A value that specifies how the current dropdown gallery can be resized. - + - + - Fires when the value of the property is changed. + Gets or sets whether tab items are removed after being hidden. This is a dependency property. + true if tab items are removed after being hidden; otherwise, false. + - + Identifies the dependency property. - [To be supplied] + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + This property supports the internal infrastructure and is not intended to be used directly from your code. @@ -14922,2355 +16133,8088 @@ This is a dependency property. - + - Gets or sets the template used to represent a gallery item's tooltip on-screen. -This is a dependency property. + Gets or sets whether to show disabled tab items in the header menu. This is a dependency property. - A object that is the corresponding template. + true to show disabled tab items in the header menu; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the style applied to the gallery's scroll bar. -This is a dependency property. + Gets or sets whether the arrow button used to invoke the header menu is visible. This is a dependency property. - A Style object that represents the corresponding style. + true if the arrow button used to invoke the header menu is visible; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether a vertical scroll bar is shown. + Gets or sets whether to show hidden tab items in the header menu. This is a dependency property. - A System.Windows.Controls.ScrollBarVisibility enumeration value that specifies the scroll bar's visibility. + true to show hidden tab items in the header menu; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - - + - Represents a group of gallery items within a gallery. + Gets or sets whether to show visible tab items in the header menu. This is a dependency property. + true to show visible tab items in the header menu; otherwise, false. + + - + - Initializes a new instance of the GalleryItemGroup class. + Identifies the dependency property. + - + - Specifies the caption of the GalleryItemGroup object. -This is a dependency property. + Gets or sets the single tab item hide mode. This is a dependency property. - A string which specifies the caption of the GalleryItemGroup object. + An DevExpress.Xpf.Core.SingleTabItemHideMode enumeration value that specifies the single tab item hide mode. +The default is SingleTabItemHideMode.Hide. - + Identifies the dependency property. - [To be supplied] + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + This property supports the internal infrastructure and is not intended to be used directly from your code. - - + + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Gets or sets the object that contains data about the control. This is a dependency property. - - + An object that contains information associated with the control. + - + - Gets the gallery that own the current group. -This is a dependency property. + Identifies the dependency property. - A object that owns the current object. - + - + + - Identifies the dependency property. + Represents a method that will handle the event. - [To be supplied] - - + - Gets or sets whether the group's caption () is visible. -This is a dependency property. + Represents a method that will handle the event. - A value that specifies the visibility of the group's caption. - + + The event source. + + + + A object that contains event data. + + - + + - Identifies the dependency property. + Provides data for the property. - [To be supplied] - - + - Gets or sets whether the current gallery group is visible. -This is a dependency property. + Initializes a new instance of the class. - true if the current gallery group is visible; otherwise, false. - + + An integer value which specifies the index of the tab item that has been shown. + + + + An object that represents the tab item that has been shown. + + - + + - Identifies the dependency property. + Represents a method that will handle the event. - [To be supplied] - - + - Gets or sets the collection of gallery items displayed in the current group. + Represents a method that will handle the event. - A object that stores gallery items displayed in the current group. - + + An object representing the event source. + + + + A object that contains event data. + + - - - Gets or sets a collection of objects providing information to generate and initialize gallery items for the current GalleryItemGroup container. + -This is a dependency property. + + Provides data for the event. - A source of objects to be visualized as gallery items. - - - + - Identifies the dependency property. + Initializes a new instance of the class. - [To be supplied] + + An integer value which specifies the index of the tab item that is about to be shown. + + + + An object that represents the tab item that is about to be shown. + - - - - Gets or sets the style applied to a object defined as the 's content. + + -This is a dependency property. + + Represents a method that will handle the event. - A Style object providing corresponding style settings. - - - + - Identifies the dependency property. + Represents a method that will handle the event. - [To be supplied] + + An object representing the event source. + + + + A object that contains event data. + + - + + - Gets or sets the template used to visualize objects stored as elements in the collection. - This is a dependency property. + Provides data for the event. - A DataTemplate object that specifies the corresponding template. - - - + - Identifies the dependency property. + Initializes a new instance of the TabControlTabHidingEventArgs class. - [To be supplied] + + An integer value which specifies the index of the tab item that is about to be hidden. + + + + An object that represents the tab item that is about to be hidden. + + - + + - Gets or sets an object that chooses a template used to visualize objects stored as elements in the collection. This is a dependency property. + Represents a method that will handle the event. - A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. - - - + - Identifies the dependency property. + Represents a method that will handle the event. - [To be supplied] + + The event source. + + + + A object that contains the event data. + + - + - Represents a collection of gallery items. + Provides data for the event. - + - Initializes a new instance of the GalleryItemCollection class. + Initializes a new instance of the class. - - A object that will own the created GalleryItemCollection object. + + An integer value which specifies the index of the tab item that has been hidden. + + + + An object that represents the tab item that has been hidden. - + - Represents an item within a gallery. - + Represents a method that will handle the event. - + - Initializes a new instance of the GalleryItem class. + Represents a method that will handle the event. + + The event source. + + + A object that contains event data. - - - - Gets or sets the gallery item's caption. -This is a dependency property. - - - An object that specifies the item's caption. - + - + + - Identifies the dependency property. + Provides data for the event. - [To be supplied] - - + - Fires when the current item is checked. + Initializes a new instance of the TabControlSelectionChangingEventArgs class. + + A zero-based integer value that specifies the index of the previously selected tab item. This value is assigned to the property. + + + + A zero-based integer value that specifies the index of the currently selected tab item. This value is assigned to the property. + + + + A data item that corresponds to the previously selected tab item. This value is assigned to the property. + + + + A data item that corresponds to the currently selected tab item. This value is assigned to the property. + + - + - Fires when the current item is clicked. + Gets the index of the tab item that is about to be selected. + A zero-based integer value that specifies the index of the tab item that is about to be selected. + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Gets the tab item to be selected. - - + An object that specifies the tab item to be selected. + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Gets the index of the currently selected tab item. - - + An integer value that specifies the index of the currently selected tab item. + - + - Gets or sets the command to invoke when the gallery item is clicked. + Gets the currently selected tab item. - The ICommand object to invoke when the gallery item is clicked. + An object that specifies the currently selected tab item. - + + - Fires if the availability of the command specified by the has changed. + Represents a method that will handle the event. - - + - Gets or sets the parameter to pass to the . -This is a dependency property. + Represents a method that will handle the event. - A parameter to pass to the . - + + The event source. + + + + A object that contains event data. + + - + + - Identifies the dependency property. + Provides data for the event. - [To be supplied] - - + - Identifies the dependency property. + Initializes a new instance of the TabControlSelectionChangedEventArgs class. - [To be supplied] + + A zero-based integer value that specifies the index of the previously selected tab item. This value is assigned to the property. + + + + A zero-based integer value that specifies the index of the currently selected tab item. This value is assigned to the property. + + + + A data item that corresponds to the previously selected tab item. This value is assigned to the property. + + + + A data item that corresponds to the currently selected tab item. This value is assigned to the property. + + - + - Gets or sets the object on which to execute the . + Gets the index of the currently selected tab item. - An IInputElement on which to execute the . + A zero-based integer value that specifies the index of the currently selected tab item. - + - Identifies the dependency property. + Gets a data item that corresponds to the currently selected tab item. - [To be supplied] + A data item that corresponds to the currently selected tab item. + - + - Gets or sets the item's description. -This is a dependency property. + Gets the index of the previously selected tab item. + - A string that specifies the item's description. + A zero-based integer value that specifies the index of the previously selected tab item. + - + - Identifies the dependency property. + Gets a data item that corresponds to the previously selected tab item. - [To be supplied] + A data item that corresponds to the previously selected tab item. + - - - Fires when the mouse cursor enters the bounds of the current gallery item. + + + Represents the scroll view. - - + - Gets or sets the item's image. + Initializes a new instance of the TabControlScrollView class. + + -This is a dependency property. + + + + + Gets or sets whether the scroll animation is played. This is a dependency property. - An ImageSource value that specifies the item's image. + true to play the scroll animation; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets the group that owns the current item. -This is a dependency property. + Gets or sets whether or not scrolling is performed via the mouse wheel. This is a dependency property. - A object that owns the current item. + true if scrolling can be performed via the mouse wheel; otherwise, false. +The default is true. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the object that represents the Hint portion within the item's regular tooltip window. -This is a dependency property. + Gets or sets whether the scroll buttons are automatically hidden when all the headers are visible. This is a dependency property. + - An object that represents the Hint portion within the regular tooltip. + true to hide the scroll buttons automatically when all the headers are visible; otherwise, false. - + - Identifies the dependency property. + Gets whether the Header Panel can be scrolled. - [To be supplied] + true if the Header Panel can be scrolled; otherwise, false. + - + - Occurs when the mouse pointer rests on the current gallery item. + Gets whether the Header Panel can be scrolled forward. + true if the Header Panel can be scrolled forward; otherwise, false. + - + - Gets or sets the item's hover image. -This is a dependency property. + Gets whether the Header Panel can be scrolled backward. - An ImageSource value that specifies the item's hover image. + true if the Header Panel can be scrolled backward; otherwise, false. - + - Identifies the dependency property. + Gets whether the Header Panel can be scrolled to the selected tab item. - [To be supplied] + true if the Header Panel can be scrolled to the selected tab item; otherwise, false. + - + - Gets or sets whether the item is checked (in the pressed state). -This is a dependency property. + Gets or sets whether the Header Panel is stretched to the tab item's size. This is a dependency property. - true if the item is checked; otherwise, false. + true to stretch the Header Panel to the tab item's size; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether the gallery item is visible. -This is a dependency property. + Gets or sets the orientation of tab headers. This is a dependency property. - true if the gallery item is visible; otherwise, false. + One of the enumeration members specifying the orientation of tab headers. - + Identifies the dependency property. - [To be supplied] + - + - Fires when the mouse cursor leaves the boundaries of the current gallery item. + Identifies the dependency property. + - + - Gets or sets a SuperTip for the current gallery item. -This is a dependency property. + Identifies the dependency property. - A object associated with the item. - + - + - Identifies the dependency property. + Gets or sets when to show the scroll buttons. This is a dependency property. - [To be supplied] + An DevExpress.Xpf.Core.ScrollButtonShowMode enumeration value that specifies when the scroll buttons is shown. + +The default is ScrollButtonShowMode.AutoHideBothButtons. + - + - Fires when the current item is unchecked. + Identifies the dependency property. + - - + - Lists the options that specify the bar item link's possible states within a Ribbon Control. - + Gets or sets when to show the scroll buttons. This is a dependency property. + One of the enumeration members, defining when to show the scroll buttons. + + - + - If active, enables all other options. + Scrolls the Header Panel to the first header. - + - If active, a bar item link's possible states with a Ribbon Control are determined, based on the link's settings. For example, if the link is associated with a small image and isn't associated with a large image, its possible states within the Ribbon Control are SmallWithoutText and SmallWithText. + Scrolls the Header Panel to the last header. - + - If active, a bar item link can be represented by a large image with a caption. + Scrolls the Header Panel one item forward. + + + + + + Gets the command to scroll the Header Panel one item forward. + A command implementing the System.Windows.Input.ICommand. + - + - If active, a bar item link can be represented by a small image. - + This property supports the internal infrastructure and is not intended to be used directly from your code. + + - + - If active, a bar item link can be represented by a small image with a caption. - + Scrolls the Header Panel one item backward. - - + - Defines the appearance and behavior of the radio list box editor. + Gets the command to scroll the Header Panel one item backward. + A command implementing the System.Windows.Input.ICommand. + + - + - Initializes a new instance of the RadioListBoxEditStyleSettings class. + This property supports the internal infrastructure and is not intended to be used directly from your code. + + - - + - Defines the appearance and behavior of the checked list box editor. + Scrolls the Header Panel to the selected tab item. + + A System.Boolean value specifying whether the animation is used during scrolling. + + + - + - Initializes a new instance of the CheckedListBoxEditStyleSettings class. + This property supports the internal infrastructure and is not intended to be used directly from your code. + + - + - Defines the native appearance and behavior of the list box editor. + Represents a multiline view. - + - Initializes a new instance of the ListBoxEditStyleSettings class. + Initializes a new instance of the TabControlMultiLineView class. - + - Assigns the editor settings to the specified editor. + Gets or sets whether the line with the selected header holds its initial position. This is a dependency property. - - A class descendant that is the target editor. - - + true if the line with the selected header holds its initial position; otherwise, false. + - - + - Represents a track bar. + Identifies the dependency property. + + - + - Initializes a new instance of the TrackBarEdit class. + Gets or sets whether the Header Panel is stretched to the tab item's size. This is a dependency property. + true, to stretch the Header Panel to the tab item's size; otherwise, false. +The default is false + - + - Decreases the specified range parameter by the specified value. + Identifies the dependency property. - - A value to be subtracted. + - - - A enumeration value that specifies which range parameter is changed. - + + + + Represents a single tab item. + + - + - Decreases the specified range parameter by the property's value. + Initializes a new instance of the DXTabItem class. - - A enumeration value that specifies which range parameter is changed. - - - + - Decreases the specified range parameter by the property's value. + Identifies the dependency property. - - A enumeration value that specifies which range parameter is changed. - - + - + - Increments the specified range parameter by the specified value. + Identifies the dependency property. - - A value to be added. + - - - A enumeration value that specifies which range parameter is changed. - + + + + Identifies the dependency property. + + + - + - Increments the specified range parameter by the property's value. + Identifies the dependency property. - - A enumeration value that specifies which range parameter is changed. - - + - + - Increments the specified range parameter by the property's value. + Identifies the dependency property. - - A enumeration value that specifies which range parameter is changed. - - + - + - Gets or sets whether or not the thumb of a track bar moves immediately to the location of the mouse click. This is a dependency property. + Gets or sets whether the tab item can be hidden. This is a dependency property. - true if the thumb moves immediately to the location of a mouse click; otherwise, false. + One of the enumeration members that specifies whether the tab item can be hidden. - + Identifies the dependency property. - [To be supplied] + - + - Gets whether a track bar allows a range of values to be specified. + Gets or sets the DXTabItem's background color. + - true if the track bar allows a range of values to be specified; otherwise, false. + A System.Windows.Media.Color object that specifies the DXTabItem's background color. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether snapping to ticks is enabled. + Gets or sets a value passed to the DXTabItem Name property. This is a dependency property. - true to enable snapping to ticks; otherwise, false. + A System.String value that specifies the DXTabItem Name value. - + Identifies the dependency property. - [To be supplied] + - + - Gets whether a track bar displays zoom buttons. + Gets or sets the DXTabItem's border color. + - true if a track bar displays zoom buttons; otherwise, false. + A System.Windows.Media.Color object that specifies the DXTabItem's border color. + - + Identifies the dependency property. - [To be supplied] + - + - Sets the specified range parameter to the maximum allowed value. + Determines whether the current tab item can be closed. - - A enumeration value that specifies which range parameter is changed. - - + A System.Boolean value that specifies whether the tab item can be closed. + - + - Sets the specified range parameter to the minimum allowed value. + Closes a tab item. - - A enumeration value that specifies which range parameter is changed. - - - + - Gets or sets the end of the range. + Gets the close button, displayed within the tab item's header. + - A value that specifies the end of the range. + A object representing the close button. - + - Identifies the dependency property. + Gets or sets a command executed when the current tab item's Close/Hide button ('x') is clicked. This is a dependency property. + - [To be supplied] + A ICommand object executed when the current tab item's Close/Hide button ('x') is clicked. + + - + - Gets or sets the start of the range. + Gets or sets the parameter. This is a dependency property. - A value that specifies the start of the range. + The command specific data. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets an object that defines the appearance and behavior of the . - + Identifies the dependency property. - A descendant that defines the appearance and behavior of the . - + - + - Gets or sets a value that specifies the delta between ticks drawn on a track bar. + This property supports the internal infrastructure and is not intended to be used directly from your code. - A value that specifies the delta between ticks. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the location of ticks. + Gets or sets the template to visualize the appearance of the header of the focused DXTabItem.This is a dependency property. + - A enumeration value that specifies the location of ticks within a track bar. + A System.Windows.DataTemplate object that specifies the corresponding template. - + Identifies the dependency property. - [To be supplied] + - - + - Serves as a base for classes which represent progress bars and track bars. + Gets the named element in the visual tree of an instantiated DXTabItem. + + A System.String value specifying the name of the child to find. + + + The requested element. May be null if no element of the requested name exists. + + - + - Initializes a new instance of the RangeBaseEdit class. + Gets or sets the image displayed within a DXTabItem's header. This is a dependency property. + + An ImageSource object that specifies the image displayed within the DXTabItem's header. + + - + - Gets or sets the editor's content. This is a dependency property. + Identifies the dependency property. - An object that represents the editor's content. - + - + - Gets or sets the content source. + Gets or sets a template for the current DXTabItem object's . This is a dependency property. - A enumeration value that specifies the editor's content source. + A DataTemplate object specifying a template for the current DXTabItem object's . - + Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets the content of the header menu item that corresponds to the current tab item. This is a dependency property. + + + An object representing the header menu item's content. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the template that defines the presentation of the editor's content specified by the property. This is a dependency property. + Gets or sets a template that defines the visual appearance of the header menu item, corresponding to the current tab item. This is a dependency property. - A object that represents the template which defines the presentation of the editor's content. + A object that represents the header menu item's visual appearance. - + Identifies the dependency property. - [To be supplied] + - + - Decreases the editor's value by the specified value. + Gets or sets the header menu glyph. This is a dependency property. - - A value to be subtracted from the editor's value. - - + An ImageSource object that specifies an image displayed in the header menu button. + - + - Decreases the editor's value by the property value. - + Identifies the dependency property. + - + - Decreases the editor's value by the property's value. + Gets or sets an icon displayed in the corresponding header menu item. This is a dependency property. - An object that defines a command implementing the interface. + An object that represents an icon displayed in the header menu. - + - Decreases the editor's value by the property's value. + Identifies the dependency property. + - + - Decreases the editor's value by the property's value. + Gets or sets the template to visualize the appearance of the header of the DXTabItem when it is under a mouse pointer. This is a dependency property. + - An object that defines a command implementing the interface. + A System.Windows.DataTemplate object that specifies the corresponding template. - + - Increments the editor's value by the specified value. + Identifies the dependency property. - - A value to be added to the editor's value. - - + - + - Increments the editor's value by the property value. + Gets or sets an icon displayed in the item's header. This is a dependency property. + An object representing the image displayed in the item's header. + + - + - Increments the editor's value by the property's value. + Gets or sets the height of the tab item's icon. This is a dependency property. + - An object that defines a command implementing the interface. + A value that specifies the height of the icon, in pixels. + - + - Increments the editor's value by the property value. - + Identifies the dependency property. + - + - Increments the editor's value by the property's value. + Identifies the dependency property. - An object that defines a command implementing the interface. - + - + - Gets or sets a value by which the editor's value is changed when using the or method. + Gets or sets the width of the tab item's icon. This is a dependency property. + - A value by which the editor's value is changed when using the or method. + A value that specifies the width of the icon, in pixels. + - + Identifies the dependency property. - [To be supplied] + - + - Sets the editor's value to the maximum allowed value. + Gets or sets whether the tab item is new. This is a dependency property. + True, if the tab item is new; otherwise, false. + + + - + - Sets the editor's value to the maximum allowed value, specified by the property. + Identifies the dependency property. - An object that defines a command implementing the interface. - + - + - Gets or sets the maximum allowed value. + Gets or sets the template to visualize the appearance of the header of the DXTabItem.This is a dependency property. + - A value that specifies the maximum allowed value. + A System.Windows.DataTemplate object that specifies the corresponding template. - + Identifies the dependency property. - [To be supplied] + - + - Sets the editor's value to the minimum allowed value. + Called after the template is completely generated and attached to the visual tree. - + - Sets the editor's value to the minimum allowed value, specified by the property. + Gets or sets the template to visualize the appearance of the header of the selected DXTabItem.This is a dependency property. + - An object that defines a command implementing the interface. + A System.Windows.DataTemplate object that specifies the corresponding template. + - + - Gets or sets the minimum allowed value. + Identifies the dependency property. - A value that specifies the minimum allowed value. - + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the editor's orientation. + Gets or sets whether the header menu displays a menu item that corresponds to the current tab item. This is a dependency property. - A enumeration value that specifies the editor's orientation. + true to show the tab item within the header menu; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + + - Gets or sets a value by which the editor's value is changed when using the or method. + Represents the DXTabControl. + + + + + + + Initializes a new instance of the DXTabControl class. - A value by which the editor's value is changed when using the or method. - - + - Identifies the dependency property. + Adds a new tab item to the tab control. - [To be supplied] - + - Gets or sets the editor's value. + Gets or sets whether a tab control merges its bar items. This is a dependency property. + - A value that specifies the editor's value. + true, to enable merging; otherwise, false. +The default is null. - + Identifies the dependency property. - [To be supplied] + - - + - Defines the progress bar's native appearance and behavior. + Gets or sets the template to the visualize background appearance of the DXTabControl. This is a dependency property. + + A System.Windows.DataTemplate object that specifies the corresponding template. + + - + - Initializes a new instance of the ProgressBarStyleSettings class. + Identifies the dependency property. + - - + - Represents a progress bar. + Returns whether the next tab item can be selected. + true if the next tab item can be selected; otherwise, false. + + - + - Initializes a new instance of the ProgressBarEdit class. + Returns whether the previous tab item can be selected. + true if the previous tab item can be selected; otherwise, false. + - + - [To be supplied] + Gets the 'close' button. + - [To be supplied] + A Button object representing the close button. + - + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + - + - Gets whether the ProgressBarEdit represents a marquee progress bar. + Gets or sets the template used to visualize the content footer. - true if the operation is going on by continuously scrolling a block from left to right; otherwise, false. + A DataTemplate object that visualizes the content footer. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether the value is displayed as a percentage. This is a dependency property. + Identifies the dependency property. - true to display the value as a percentage; otherwise, false. - + - + - Identifies the dependency property. + Gets or sets the template used to visualize the content header. - [To be supplied] + A DataTemplate object that visualizes the content header. + - + - Gets or sets an object that defines the appearance and behavior of the . - + Identifies the dependency property. - A descendant that defines the appearance and behavior of the . - + - - - - Contains settings specific to a list box editor. - - - - - + - Initializes a new instance of the ListBoxEditSettings class. + Identifies the dependency property. + - + - Gets or sets whether to allow process collection views. This is a dependency property. - + - true to allow processing collection views; otherwise, false. - + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets a field name in the bound data source whose contents are to be displayed by the list box. This is a dependency property. + For internal use. - A value specifying a field name in a data source. - + + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the filter expression. This is a dependency property. + Gets or sets a template used to visualize the left control box. + - A descendant that represents the filter expression. + A DataTemplate object that visualizes the left control box. - + Identifies the dependency property. - [To be supplied] + - + - Gets a collection of objects that define the appearance of each level of groups. + Identifies the dependency property. - One or more objects. - + - + - Gets or sets whether a should keep the synchronized with the current item in the property. This is a dependency property. + Gets or sets a template used to visualize the TabPanel's control box. - true, to always synchronize the with the current item in the assigned to the property; otherwise, false. + A DataTemplate object that visualizes the TabPanel's control box. - + Identifies the dependency property. - [To be supplied] + - + - Provides access to the collection of items when the ListBoxEdit is not bound to a data source. + Identifies the dependency property. - The collection of items. - + - + - Gets or sets the template that defines the presentation of a container panel used by the editor to arrange its items. This is a dependency property. + Gets or sets the template used to visualize the right control box. - A object that arranges items. + A DataTemplate object that visualizes the right control box. - + Identifies the dependency property. - [To be supplied] + - + - [To be supplied] - - [To be supplied] - + Gets or sets whether to the destroy tab item content when switching between tabs. This is a dependency property. - - - - Identifies the dependency property. - [To be supplied] - + true, to destroy the tab item content when switching between tabs; otherwise, false. - - - - Gets or sets a template that defines the presentation of items contained within the list. This is a dependency property. - - - A object that represents the template which defines the presentation of items contained within the list. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets an object that chooses a list item template based on custom logic. This is a dependency property. + For internal use. - A descendant that applies a template based on custom logic. - + + - + - Identifies the dependency property. + Invokes the specified action for each tab item in the tab control. - [To be supplied] + + A System.Action object encapsulating the method invoked for each item. + + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets the named element in the visual tree of an instantiated DXTabControl. - - + + A System.String value specifying the name of the child to find. + + + The requested element. May be null if no element of the requested name exists. + - + - Gets or sets how list items are selected. This is a dependency property. + Returns a tab item by its index. - A enumeration value that specifies the editor's selection behavior. - + + A zero-based integer value that specifies the tab item's index. + + + A object, that is a tab item with the specified index; null (Nothing in Visual Basic) if the specified index is out of range. + - + - Identifies the dependency property. + Returns a tab item by the corresponding data item. - [To be supplied] + + A data item that corresponds to the required tab item. + + + A object, that is a tab item corresponding to the specified data item; null (Nothing in Visual Basic) if the specified data item does not exist. + - + - Gets or sets a field name in the bound data source whose contents are assigned to item values. This is a dependency property. + Returns whether the DXTabControl has a focused tab item. - A value that specifies the field name in a bound data source. - + true if one of the DXTabControl's tab items is focused; otherwise, false. + - + - Identifies the dependency property. + Gets the tab control's header menu button. - [To be supplied] + A Toggle object representing the tab control's header menu button. + - - + - Represents a list box. + Hides the specified tab item. + + A zero-based integer value that specifies the index of the tab item. + + + - + - Initializes a new instance of the ListBoxEdit class. + Hides the specified tab item. + + An object representing the tab item to be hidden. + + - + - Gets or sets whether to allow process collection views. This is a dependency property. + Inserts the specified tab item into the collection at the specified position. - true to allow processing collection views; otherwise, false. - + + An item to insert into the collection. + + + + + A zero-based integer which specifies the position at which the item is to be inserted. + + + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether item highlighting is allowed. This is a dependency property. + Fires when a new has been created by dropping the dragged tab item outside the parent DXTabControl. + - true to allow item highlighting; otherwise, false. - - + - Identifies the dependency property. + Gets the 'next' scroll button. - [To be supplied] + A DevExpress.Xpf.Core.TabControlScrollButton object representing the scroll button. + - + - Gets or sets a field name in the bound data source whose contents are to be displayed by the list box. This is a dependency property. + Called after the template is completely generated and attached to the visual tree. - A value specifying a field name in a data source. - - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the filter expression applied to . This is a dependency property. + For internal use. - A descendant that represents the filter expression. - + - + - Identifies the dependency property. + Gets the 'previous' scroll button. - [To be supplied] + A DevExpress.Xpf.Core.TabControlScrollButton object representing the scroll button. + - + - Gets a collection of objects that define the appearance of each level of groups. + Removes the tab item with the specified index. - One or more objects. - + + An integer value that represents the zero-based index of the tab item that should be removed. + + - + - Gets or sets whether a ListBoxEdit should keep the synchronized with the current item in the property. This is a dependency property. + Removes the specified tab item. - true, to always synchronize the with the current item in the assigned to the property; otherwise, false. - + + An object representing the tab item to be removed. + + + - + - Identifies the dependency property. + Restores the layout of tab items from a stream. - [To be supplied] + + A stream from which the layout of tab items is restored. + + - + - Gets or sets the style applied to a list item container. This is a dependency property. + Restores the layout of tab items from an XML file. - A object that contains style settings. - + + An XML file from that contains the layout of tab items to be loaded. + + - + - Identifies the dependency property. + Saves the layout of tab items to a stream. - [To be supplied] + + A stream to which the layout is stored. + + - + - Provides access to the collection of items when the ListBoxEdit is not bound to a data source. + Saves the layout of tab items to an XML file. - The collection of items. - + + An XML file to which the layout is stored. + + - + - Gets or sets the template that defines the presentation of a container panel used by the editor to arrange its items. This is a dependency property. + Gets or sets the selected tab item. This is a dependency property. - A object that arranges items. + A object that specifies the selected tab item. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the listbox's data source. This is a dependency property. + Selects the first tab item. - An object that represents the data source from which the listbox retrieves its data. - - + - Identifies the dependency property. + Occurs after a tab item has been selected. + - [To be supplied] - + - Gets or sets a template that defines the presentation of items contained within the list. This is a dependency property. + Occurs before the selected tab item is changed. + - A object that represents the template which defines the presentation of items contained within the list. - - + - Identifies the dependency property. + Selects the last tab item. - [To be supplied] - + - Gets or sets an object that chooses a list item template based on custom logic. This is a dependency property. + Selects the next tab item. - A descendant that applies a template based on custom logic. - - + - Identifies the dependency property. + Selects the previous tab item. - [To be supplied] - + - Scrolls the list tip make the specified item visible onscreen. + Selects the specified tab item. - An object that represents the list item. + An object that specifies the tab item is to be selected. - + - Selects all items when multiple item selection is enabled. + Selects the specified tab item. + + An integer value that specifies the index of the tab item to be selected. + + + - + - Selects all items. + This property supports the internal infrastructure and is not intended to be used directly from your code. - An object implementing the interface defining the command. + - + - Gets or sets the index of the currently selected item. This is a dependency property. + Shows the specified hidden tab item. - A zero-based integer value that specifies the currently selected item's index. -1 if no item is selected. - + + A zero-based integer value that specifies the index of the hidden tab item. + + - + - Occurs after the selection has been changed. + Shows the specified hidden tab item. + + An object that specifies the hidden tab item. + + - + - Identifies the routed event. + Fires after a tab item has been added. - [To be supplied] - + - Identifies the dependency property. + Fires before a tab item is added, and allows you to prevent this action. - [To be supplied] - + - Gets or sets the currently selected item. This is a dependency property. + Gets or sets whether the DXTabControl's tabs are cached all at once or only when selected. - An object that represents the currently selected item. + A TabContentCacheMode enumerator value that specifies the DXTabControl's tabs cache mode. - + Identifies the dependency property. - [To be supplied] + + - + - Gets the collection of selected items. This is a dependency property. + Occurs after the tab item has been hidden. - The collection of selected items. - - + - Identifies the dependency property. + Occurs before a tab item is hidden. - [To be supplied] - + - Gets or sets how list items are selected. This is a dependency property. + Fires after a tab item has been inserted. - A enumeration value that specifies the editor's selection behavior. - - + - Identifies the dependency property. + Fires before a tab item is inserted, and allows you to prevent this action. - [To be supplied] - + - Gets or sets whether to display custom items. This is a dependency property. + Gets the panel that contains tab headers. - true, to display custom items; otherwise, false. + A DevExpress.Xpf.Core.TabPanel object representing the panel. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets an object that defines the appearance and behavior of the . - + Fires after a tab item has been removed. - A descendant that defines the appearance and behavior of the . - - + - Unselects all items when multiple item selection is enabled. + Fires before a tab item is removed, and allows you to prevent this action. - + - Gets or sets a field name in the bound data source, whose contents are assigned to item values. This is a dependency property. + Occurs before a tab item is shown. - A value that specifies the field name in a bound data source. - - + - Identifies the dependency property. + Occurs after the tab item has been shown. - [To be supplied] - - - - - - Lists values that specify which range parameter is changed. - - - + - Corresponds to the end of the range, specified by the property. + Updates the view's properties. - + - Corresponds to the range specified by the and properties. + Gets or sets a view of the . + A descendant object, representing the tab control's view. + - + - Corresponds to the start of the range specified by the property. + Identifies the dependency property. + - + - Corresponds to the editor's value specified by the property. + Identifies the dependency property. + - + - Lists values that specify which image is displayed within an edit button. + Lists values that specify the orientation of headers in the TabControl's Header Panel. - + - A button displays an Apply symbol. + The orientation of tab headers in the Header Panel is defined by the location of the Panel, specified by the property. The headers are oriented horizontally if the Header Panel is located at the top or bottom of the tab item. Otherwise, they are oriented vertically. - + - A button displays a Cancel symbol. + The tab headers in the Header Panel are oriented horizontally. - + - The button displays custom content specified by the Content property. + The tab headers in the Header Panel are oriented vertically. - + + - A button displays a down arrow. + Lists values that specify the location of the Header Panel, relative to the tab item. - - + - A button displays a dropdown glyph. + The Header Panel is located at the bottom of the tab item. - + - A button displays an Edit symbol. + The Header Panel is located on the left side of the tab item. - + - A button displays a Move First symbol. + The Header Panel is not displayed. - + - A button displays a Move Last symbol. + The Header Panel is located on the right side of the tab item. - + - A button displays a left arrow. + The Header Panel is located at the top of the tab item. - + + - A button displays a Minus sign. + Represents a Filter Control. - - + - A button displays a Next Page symbol. + Initializes a new instance of the FilterControl class. - + - No specific symbol is displayed within a button. + Gets the actual filter expression. + A descendant that represents the actual filter expression. + - + - A button displays a Plus sign. + Applies the filter criteria to the source control. - + - A button displays a Prev Page symbol. + Applies the filter criteria to the source control. + A command that implements the interface. + - + - A button displays a Redo symbol. + Fires before displaying an editor used to edit operands in the Filter Editor. - + - A button displays a Refresh symbol. + Identifies the routed event. + - + - A button displays an ellipsis symbol. + Gets or sets the template that defines the presentation of Boolean filter values. This is a dependency property. + A object that defines the presentation of Boolean filter values. + - + - A button displays a Right symbol. + Identifies the dependency property. + - + - A button displays a Search symbol. + Gets or sets the default filter column. This is a dependency property. + A DevExpress.Xpf.Editors.Filtering.FilterColumn object representing the default filter column. + - + - A button displays an Undo symbol. + Identifies the dependency property. + - + - A button displays an Up arrow. + Gets or sets the template that defines the presentation of filter values set to an empty string. This is a dependency property. + A object that defines the presentation of filter values set to an empty string. + - + - The button uses the common template and displays custom content specified by the Content property. - + Identifies the EmptyStringTemplate dependency property. + - - + - Lists values that specify the orientation of spin buttons. + Gets or sets the template that defines the presentation of empty filter values. This is a dependency property. + A object that defines the presentation of filter values set to null. + + - + - Orients the increment and decrement buttons horizontally. - + Identifies the EmptyValueTemplate dependency property. + - + - Orients the increment and decrement buttons vertically. - + Gets a filter column collection. + An object implementing the interface that represents the collection of filter columns. + - - + - Lists values that specify when data searching starts. + Gets or sets the total filter expression. + A descendant that represents the total filter expression. + + - + - A control starts searching data automatically, after a small delay. + Identifies the dependency property. + - + - A control starts searching data on clicking the Find button or pressing ENTER. + Returns a filter column by the name of the source control's field. + + A string that specifies the name of the source control's field. + + + A DevExpress.Xpf.Editors.Filtering.FilterColumn object representing the filter column; null (Nothing in Visual Basic) if the filter column corresponding to the specified field does not exist. + + + + + + + Called after the template is completely generated and attached to the visual tree. + + + + + + + + Gets the root node of the tree, representing the filter expression. + + + A object representing the root node. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether to show the border around the Filter Control. + + + true to show the border; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether date-time specific operators are available for date-time fields. This is a dependency property. + + + true if date-time specific operators are available for date-time fields; otherwise, false + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether the group commands icon is displayed. This is a dependency property. + + + true to display the group commands icon; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether the operand's value can be swapped. This is a dependency property. + + + true to allow end-users to swap the operand's value; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether to show tooltips for the Filter Control icons. This is a dependency property. + + + true to show tooltips for the Filter Control icons; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the source control. This is a dependency property. + + + An object that represents the source control for the Filter Control. + + + + + + + Identifies the dependency property. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the template that defines the presentation of filter values. This is a dependency property. + + + A object that defines the presentation of filter values. + + + + + + + Identifies the dependency property. + + + + + + + + + + Lists values that specify the tabbed window mode. + + + + + + + The tab control is displayed as merged with the window's header. + + + + + + + + + The tab control is displayed in the regular, common state. + + + + + + + + + Represents a strategy manager, allowing you to create or register new strategies. + + + + + + + Initializes a new instance of the class. + + + + + + + + Creates a strategy for the specified control. + + + + A System.Windows.DependencyObject object specifying the target control. + + + An implementation. + + + + + + + Gets the default strategy manager. + + + An implementation. + + + + + + + Registers the set of default strategies. + + + + + + + + + Registers a custom strategy for the specified control's type. + + + + + + + + + Defines the appearance and behavior of a zooming track bar. + + + + + + + Initializes a new instance of the TrackBarZoomStyleSettings class. + + + + + + + + + Defines the appearance and behavior of a range track bar with a zooming functionality. + + + + + + + Initializes a new instance of the TrackBarZoomRangeStyleSettings class. + + + + + + + + + Defines the track bar's native appearance and behavior. + + + + + + + Initializes a new instance of the TrackBarStyleSettings class. + + + + + + + + Assigns the settings which define the appearance and behavior, to the specified editor. + + + + A class descendant that is a target editor. + + + + + + + + Gets or sets whether or not the thumb of a track bar moves immediately to the location of the mouse click. This is a dependency property. + + + true if the thumb moves immediately to the location of a mouse click; otherwise, false. + + + + + + + + Defines the appearance and behavior of a range track bar. + + + + + + + Initializes a new instance of the TrackBarRangeStyleSettings class. + + + + + + + + + Represents the track bar's range (edit value). + + + + + + + Initializes a new instance of the TrackBarEditRange class. + + + + A value that specifies the start of the range. This value is assigned to the property. + + + + A value that specifies the end of the range. This value is assigned to the property. + + + + + + + + Initializes a new instance of the TrackBarEditRange class. + + + + + + + + Determines whether the specified object is equal to the current TrackBarEditRange instance. + + + + An object to compare with the current object. + + + true if the specified object is equal to the current instance; otherwise, false. + + + + + + + Gets the hash code (a number) that corresponds to the value of the current TrackBarEditRange object. + + + An integer value representing the hash code for the current object. + + + + + + + Gets the end of the range. + + + A value that specifies the end of the range. + + + + + + + Gets the start of the range. + + + A value that specifies the start of the range. + + + + + + + + Defines the appearance and behavior of the marquee (indeterminate) progress bar. + + + + + + + Initializes a new instance of the ProgressBarMarqueeStyleSettings class. + + + + + + + + + Represents a control capable of displaying a gallery. + + + + + + + Initializes a new instance of the GalleryControl class. + + + + + + + + For internal use. +This is a dependency property. + + + A object that is the corresponding template. + + + + + + + Identifies the dependency property. + + + + + + + + + For internal use. +This is a dependency property. + + + A object that is the corresponding template. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets the actual outer indents of gallery groups' captions. +This is a dependency property. + + + A Thickness value that specifies the corresponding outer indents. + + + + + + + Identifies the dependency property. + + + + + + + + + For internal use. + + + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets the actual outer indents of a gallery's content area, which displays gallery items. +This is a dependency property. + + + A Thickness value that specifies the corresponding outer indents. + + + + + + + Identifies the dependency property. + + + + + + + + + For internal use. + + + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets whether the group captions of the control's gallery are actually visible. + + + true if the gallery group captions are actually visible; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + For internal use. +This is a dependency property. + + + A object that is the corresponding template. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets the actual outer indents of gallery items' captions. +This is a dependency property. + + + A Thickness value that specifies the corresponding outer indents. + + + + + + + Identifies the dependency property. + + + + + + + + + For internal use. + + + + + + + + + + Identifies the dependency property. + + + + + + + + + For internal use. +This is a dependency property. + + + A object that is the corresponding template. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets the actual outer indents of gallery items' descriptions. +This is a dependency property. + + + A Thickness value that specifies the corresponding outer indents. + + + + + + + Identifies the dependency property. + + + + + + + + + For internal use. + + + + + + + + + + Identifies the dependency property. + + + + + + + + + For internal use. +This is a dependency property. + + + + + + + + + + Identifies the dependency property. + + + + + + + + + For internal use. +This is a dependency property. + + + A object that is the corresponding template. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets the actual outer indents of gallery items' glyphs. +This is a dependency property. + + + A Thickness value that specifies the corresponding outer indents. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets the actual outer indents of gallery items. +This is a dependency property. + + + A Thickness value that specifies the corresponding outer indents. + + + + + + + Identifies the dependency property. + + + + + + + + + For internal use. + + + + + + + + + + Identifies the dependency property. + + + + + + + + + For internal use. + + + + + + + + + + Identifies the dependency property. + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code.This is a dependency property. + + + + + + + + + + Identifies the dependency property. + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code.This is a dependency property. + + + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets the vertical offset of the top visible row. + + + A double value that specifies the vertical offset of the top visible row. + + + + + + + For internal use. +This is a dependency property. + + + A object that is the corresponding template. + + + + + + + Identifies the dependency property. + + + + + + + + + For internal use. +This is a dependency property. + + + A object that is the corresponding template. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the default outer indents of gallery groups' captions. +This is a dependency property. + + + A value of the Nullable Thickness type that specifies the corresponding outer indents. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the default outer indents of a gallery's content area, which displays gallery items. +This is a dependency property. + + + A value of the Nullable Thickness type that specifies the corresponding outer indents. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets the default value of the option that controls whether gallery group captions are visible. + + + true if gallery group captions are visible by default; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + For internal use. +This is a dependency property. + + + A object that is the corresponding template. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the default outer indents of gallery items' captions. +This is a dependency property. + + + A value of the Nullable Thickness type that specifies the corresponding outer indents. + + + + + + + Identifies the dependency property. + + + + + + + + + For internal use. +This is a dependency property. + + + A object that is the corresponding template. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the default outer indents of gallery items' descriptions. +This is a dependency property. + + + A value of the Nullable Thickness type that specifies the corresponding outer indents. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the default indents between a gallery item's border and ImageControl that displays the glyph itself. +This is a dependency property. + + + A value of the Nullable Thickness type that specifies the corresponding outer indents. + + + + + + + Identifies the dependency property. + + + + + + + + + For internal use. +This is a dependency property. + + + A object that is the corresponding template. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the default outer indents of gallery items' images. +This is a dependency property. + + + A value of the Nullable Thickness type that specifies the corresponding outer indents. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the default outer indents of gallery items. +This is a dependency property. + + + A value of the Nullable Thickness type that specifies the corresponding outer indents. + + + + + + + Identifies the dependency property. + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Identifies the dependency property. + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. This is a dependency property. + + + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the gallery displayed by the GalleryControl. + + + A object displayed by the GalleryControl. + + + + + + + + + + + + + + + + + + + + + + + Identifies the dependency property. + + + + + + + + + Returns the actual number of item columns in the . + + + The actual number of item columns in the . + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets the index of the top visible row. + + + An integer value that specifies the index of the top visible row. + + + + + + + + + + + + + + + + + + Returns the vertical offset of the specified group. + + + + A object whose offset is to be returned. + + + The vertical offset of the specified group. + + + + + + + Gets the index of the bottom visible row. + + + An integer value that specifies the index of the bottom visible row. + + + + + + + Gets or sets the style applied to captions () of gallery groups. +This is a dependency property. + + + A object applied to gallery groups' captions. + + + + + + + Identifies the dependency property. + + + + + + + + + This member is obsolete. Use the property instead. + + + + + + + + + + Identifies the dependency property. + + + + + + + + + This member is obsolete. Use the property instead. + + + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the style applied to a gallery item's . +This is a dependency property. + + + A Style object applied to a gallery item's caption. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an object that chooses a style applied to the property. This is a dependency property. + + + A System.Windows.Controls.StyleSelector descendant that applies a style based on custom logic. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the style applied to a gallery item's . +This is a dependency property. + + + A Style object applied to a gallery item's description. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an object that chooses a style applied to the property. This is a dependency property. + + + A System.Windows.Controls.StyleSelector descendant that applies a style based on custom logic. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the style applied to the in the normal state. +This is a dependency property. + + + A object applied to the filter caption. + + + + + + + Identifies the dependency property. + + + + + + + + + Called after the template is completely generated and attached to the visual tree. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets the control's scrollable area. + + + A Size structure that specifies the control's scrollable area. + + + + + + + Scrolls the GalleryControl, making the specified group visible. + + + + An integer value that specifies the index of the group to be made visible. + + + true if scrolling was successful; otherwise, false. + + + + + + + Scrolls the GalleryControl, making the specified item visible. + + + + A that should be made visible. + + + true if scrolling was successful; otherwise, false. + + + + + + + Scrolls the GalleryControl, making the specified row visible. + + + + The index of the row to be made visible. + + + true if scrolling was successful; otherwise, false. + + + + + + + Scrolls the GalleryControl to the specified vertical offset. + + + + A double value that specifies the required vertical offset. + + + true if scrolling was successful; otherwise, false. + + + + + + + Gets or sets the style applied to the , when the mouse cursor hovers over the filter panel. +This is a dependency property. + + + A object applied to the filter caption when it's hovered over. + + + + + + + Identifies the dependency property. + + + + + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + + Represents a collection of gallery groups. + + + + + + + Initializes a new instance of the GalleryItemGroupCollection class. + + + + A object that will own the created GalleryItemGroupCollection object. + + + + + + + + + Represents a gallery of items. + + + + + + + Initializes a new instance of the Gallery class. + + + + + + + + Gets or sets whether the group filtering feature is enabled. +This is a dependency property. + + + true if the group filtering feature is enabled; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether hover images are displayed with an animation effect. +This is a dependency property. + + + true if hover images are displayed with an animation effect; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether the hover images feature is enabled. +This is a dependency property. + + + true to enable the hover images feature; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether smooth scrolling is enabled. + + + true if smooth scrolling is enabled; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether tooltips are displayed for gallery items. +This is a dependency property. + + + true if tooltips are displayed for gallery items; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether a gallery, when it's displayed within a dropdown window, is automatically closed on clicking its gallery item. +This is a dependency property. + + + true if the current dropdown gallery is automatically closed on clicking its gallery item; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets how gallery items are painted when in the checked state. +This is a dependency property. + + + A value that specifies how checked gallery items are painted. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets the collection of checked s. + + + The collection of checked s. + + + + + + + Identifies the dependency property. + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the number of visible columns of gallery items in the gallery. +This is a dependency property. + + + An integer value that specifies the number of visible columns of gallery items in the gallery. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the caption displayed within the Filter Panel, used to filter groups within the current gallery. +This is a dependency property. + + + An object representing the caption of the Filter Panel. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the template that presents the in a custom manner. +This is a dependency property. + + + A DataTemplate object that presents the FilterCaption object on-screen. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the template used to represent the Gallery's Filter Panel on-screen. +This is a dependency property. + + + A object that is the corresponding template. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the first checked item within this Gallery. This is a dependency property. + + + An Object that is the first checked item within this Gallery. + + + + + + + Identifies the dependency property. + + + + + + + + + + Returns a list of checked items. + + + A list of checked items. + + + + + + + Returns the first checked item. + + + The first checked object. + + + + + + + Gets or sets the template used to represent a gallery item group's caption bar on-screen. +This is a dependency property. + + + A object that is the corresponding template. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the horizontal alignment of gallery group captions (). +This is a dependency property. + + + A HorizontalAlignment value that specifies the horizontal alignment of gallery group captions. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the outer indents of a gallery group's caption (). +This is a dependency property. + + + A value of the Nullable Thickness type that specifies the corresponding outer indents. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the template that presents captions () of gallery groups in a custom manner. +This is a dependency property. + + + A DataTemplate object that presents gallery groups' captions on-screen. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the style applied to group captions () of gallery groups. +This is a dependency property. + + + A Style object. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the vertical alignment of gallery group captions (). +This is a dependency property. + + + A VerticalAlignment value that specifies the vertical alignment of gallery group captions. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the outer indents of the gallery's content area, which displays gallery items. +This is a dependency property. + + + A value of the Nullable Thickness type that specifies the corresponding outer indents. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets a collection of item groups owned by the gallery. + + + A GalleryItemGroupCollection object that represents the collection of item groups owned by the ribbon gallery. + + + + + + + Gets or sets a collection of objects providing information to generate and initialize gallery groups for the current Gallery container. + +This is a dependency property. + + + A source of objects to be visualized as gallery groups. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the style applied to a object defined as the 's content. +This is a dependency property. + + + A Style object providing corresponding style settings. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the template used to visualize objects stored as elements in the collection. + + This is a dependency property. + + + A DataTemplate object that specifies the corresponding template. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an object that chooses a template used to visualize objects stored as elements in the collection. + This is a dependency property. + + + A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the template that presents a gallery item's caption () when it's displayed within a tooltip. +This is a dependency property. + + + A DataTemplate object that presents a gallery item's caption within a tooltip in a custom manner. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the template that presents a gallery item's object within a tooltip. +This is a dependency property. + + + A DataTemplate object that presents a gallery item's object within a tooltip. + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the time, in milliseconds, the hover image animation is displayed for a gallery item. +This is a dependency property. + + + + An integer value that specifies the time, in milliseconds, the hover image animation is displayed for a gallery item. + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the size of hover images. +This is a dependency property. + + + The size of hover images. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether gallery groups captions () are visible in the current gallery. +This is a dependency property. + + + A value that specifies the visibility of gallery groups captions. + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether captions are displayed for gallery items. +This is a dependency property. + + + true if captions are displayed for gallery items; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets whether gallery item captions or descriptions are visible. +This is a dependency property. + + + + true if gallery item captions or descriptions are visible; otherwise, false. + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether descriptions are displayed for gallery items. +This is a dependency property. + + + true if descriptions are displayed for gallery items; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether glyphs for gallery items are visible. +This is a dependency property. + + + true if glyphs for gallery items are visible; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether the gallery items are stretched to fill the entire height of the Gallery. This property is in effect for galleries used in the . + + + true, if the gallery item auto height feature is enabled; otherwise, false. + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether gallery item widths are automatically modified so that the total gallery items' width matches the Gallery's width. + + + true if the gallery items' auto width feature is enabled; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the template used to represent a gallery item's borders on-screen. +This is a dependency property. + + + A object that is the corresponding template. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the horizontal alignment of a gallery item's caption. +This is a dependency property. + + + A HorizontalAlignment value specifying the horizontal alignment of a gallery item's caption. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the outer indents of a gallery item's caption. +This is a dependency property. + + + A value of the Nullable Thickness type that specifies the corresponding outer indents. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the template used to display a gallery item's . +This is a dependency property. + + + A DataTemplate that defines the visualization of a gallery item's . + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the style applied to a gallery item's . +This is a dependency property. + + + A Style object that represents the corresponding style. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an object that chooses a style applied to the property. This is a dependency property. + + + A System.Windows.Controls.StyleSelector descendant that applies a style based on custom logic. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the vertical alignment of a gallery item's caption. +This is a dependency property. + + + A VerticalAlignment value specifying the vertical alignment of a gallery item's caption. + + + + + + + Identifies the dependency property. + + + + + + + + + Fires when a gallery item is checked. This event is in effect when the item checking/unchecking feature is enabled. + + + + + + + + Gets or sets whether the item checking feature is enabled, and whether single or multiple items can be checked simultaneouly. +This is a dependency property. + + + A value that specifies item checking mode. + + + + + + + Identifies the dependency property. + + + + + + + + + Fires when a gallery item is clicked. + + + + + + + + A command that will be executed whenever an end-user clicks any item within this Gallery. This is a dependency property. + + + An ICommand object that specifies the command executed whenever an end-user clicks any item within this Gallery. + + + + + + + Identifies the dependency property. + + + + + + + + + + Gets or sets the horizontal alignment of a Content Grid (displaying a gallery item's caption and description) within a gallery item. +This is a dependency property. + + + A HorizontalAlignment value specifying the horizontal alignment of a Content Grid within a gallery item. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the vertical alignment of a Content Grid (displaying a gallery item's caption and description) within a gallery item. +This is a dependency property. + + + A VerticalAlignment value specifying the vertical alignment of a Content Grid within a gallery item. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the template used to represent a gallery item on-screen. +This is a dependency property. + + + A object that is the corresponding template. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the horizontal alignment of a gallery item's description. +This is a dependency property. + + + A HorizontalAlignment value specifying the horizontal alignment of a gallery item's description. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the outer indents of a gallery item's description. +This is a dependency property. + + + A value of the Nullable Thickness type that specifies the corresponding outer indents. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the template used to display a gallery item's . +This is a dependency property. + + + A DataTemplate that defines the visualization of a gallery item's . + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the style applied to a gallery item's . +This is a dependency property. + + + A Style object that represents the corresponding style. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an object that chooses a style applied to the property. This is a dependency property. + + + A System.Windows.Controls.StyleSelector descendant that applies a style based on custom logic. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the vertical alignment of a gallery item's description. +This is a dependency property. + + + A VerticalAlignment value specifying the vertical alignment of a gallery item's description. + + + + + + + Identifies the dependency property. + + + + + + + + + Fires when the mouse cursor enters a gallery item's bounds. + + + + + + + + Gets or sets the indents between a gallery item's border and the ImageControl that displays the glyph itself. +This is a dependency property. + + + + A value of the Nullable Thickness type that specifies the corresponding indents. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the template used to represent borders of a gallery item's glyph on-screen. +This is a dependency property. + + + A object that is the corresponding template. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the horizontal alignment and stretch mode of the region surrounded by a gallery item's glyph borders. +This is a dependency property. + + + A HorizontalAlignment value specifying the horizontal alignment of a gallery item's glyph. + + + + + + + Identifies the dependency property. + + + + + + + + + Specifies the location of a gallery item's glyph, relative to its caption and description. +This is a dependency property. + + + A value that specifies the location of a gallery item's glyph, relative to its caption and description. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the outer indents of a gallery item's glyph borders. +This is a dependency property. + + + A value of the Nullable Thickness type that specifies the corresponding outer indents. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the display size of item glyph regions. Use this property along with the property, to enable gallery loading optimization. + + + A Size structure that specifies the display size of all item glyph regions. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the size of a gallery item's ImageControl that displays the item's glyph. +This is a dependency property. + + + A Size structure that specifies the size of a gallery item's ImageControl. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets how a gallery item's glyph is stretched within the glyph region's ImageControl. +This is a dependency property. + + + A System.Windows.Media.Stretch value that specifies the current stretch mode. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the vertical alignment and stretch mode of the region surrounded by a gallery item's glyph borders. +This is a dependency property. + + + A VerticalAlignment value specifying the vertical alignment of a gallery item's glyph. + + + + + + + Identifies the dependency property. + + + + + + + + + Occurs when the mouse pointer rests on any gallery item within the current gallery. + + + + + + + + Fires when the mouse cursor leaves the boundaries of any gallery item within the current gallery. + + + + + + + + Gets or sets the outer indents of a gallery item. +This is a dependency property. + + + A value of the Nullable Thickness type that specifies the corresponding outer indents. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the display size of gallery items. Use this property along with the property to enable gallery loading optimization. + + + + A Size structure that specifies the display size of gallery items. + + + + + + + Identifies the dependency property. + + + + + + + + + Fires when a gallery item is unchecked. This event is in effect when the item checking/unchecking feature is enabled. + + + + + + + + Gets or sets the minimum number of visible columns allowed in the gallery. +This is a dependency property. + + + An integer which specifies the minimum number of columns allowed in the gallery + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the style applied to the in the normal state. +This is a dependency property. + + + A Style object that represents the corresponding style. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the initial number of visible rows of gallery items in the current dropdown gallery when this gallery is invoked. This property is in effect for dropdown galleries. +This is a dependency property. + + + An integer value that specifies the initial number of visible rows of gallery items in the current dropdown gallery, when this gallery is invoked + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the style applied to the , when the mouse cursor hovers over the filter panel. +This is a dependency property. + + + A Style object that represents the corresponding style. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets how a gallery, when it's displayed within a dropdown window, can be resized. +This is a dependency property. + + + A value that specifies how the current dropdown gallery can be resized. + + + + + + + Fires when the value of the property is changed. + + + + + + + + Identifies the dependency property. + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the template used to represent a gallery item's tooltip on-screen. +This is a dependency property. + + + A object that is the corresponding template. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the style applied to the gallery's scroll bar. +This is a dependency property. + + + A Style object that represents the corresponding style. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether a vertical scroll bar is shown. + + + A System.Windows.Controls.ScrollBarVisibility enumeration value that specifies the scroll bar's visibility. + + + + + + + Identifies the dependency property. + + + + + + + + + + Represents a group of gallery items within a gallery. + + + + + + + Initializes a new instance of the GalleryItemGroup class. + + + + + + + + Specifies the caption of the GalleryItemGroup object. +This is a dependency property. + + + A string which specifies the caption of the GalleryItemGroup object. + + + + + + + Identifies the dependency property. + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets the gallery that own the current group. +This is a dependency property. + + + A object that owns the current object. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether the group's caption () is visible. +This is a dependency property. + + + A value that specifies the visibility of the group's caption. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether the current gallery group is visible. +This is a dependency property. + + + true if the current gallery group is visible; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the collection of gallery items displayed in the current group. + + + A object that stores gallery items displayed in the current group. + + + + + + + Gets or sets a collection of objects providing information to generate and initialize gallery items for the current GalleryItemGroup container. + +This is a dependency property. + + + A source of objects to be visualized as gallery items. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the style applied to a object defined as the 's content. + + +This is a dependency property. + + + A Style object providing corresponding style settings. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the template used to visualize objects stored as elements in the collection. + This is a dependency property. + + + A DataTemplate object that specifies the corresponding template. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an object that chooses a template used to visualize objects stored as elements in the collection. This is a dependency property. + + + A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. + + + + + + + Identifies the dependency property. + + + + + + + + + + Represents a collection of gallery items. + + + + + + + Initializes a new instance of the GalleryItemCollection class. + + + + A object that will own the created GalleryItemCollection object. + + + + + + + + + Represents an item within a gallery. + + + + + + + + Initializes a new instance of the GalleryItem class. + + + + + + + + Gets or sets the gallery item's caption. +This is a dependency property. + + + An object that specifies the item's caption. + + + + + + + Identifies the dependency property. + + + + + + + + + Fires when the current item is checked. + + + + + + + + Fires when the current item is clicked. + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Gets or sets the command to invoke when the gallery item is clicked. + + + The ICommand object to invoke when the gallery item is clicked. + + + + + + + Fires if the availability of the command specified by the has changed. + + + + + + + + Gets or sets the parameter to pass to the . +This is a dependency property. + + + A parameter to pass to the . + + + + + + + Identifies the dependency property. + + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the object on which to execute the . + + + An IInputElement on which to execute the . + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the item's description. +This is a dependency property. + + + A string that specifies the item's description. + + + + + + + Identifies the dependency property. + + + + + + + + + Fires when the mouse cursor enters the bounds of the current gallery item. + + + + + + + + + Gets or sets the item's image. + +This is a dependency property. + + + An ImageSource value that specifies the item's image. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets the group that owns the current item. +This is a dependency property. + + + A object that owns the current item. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the object that represents the Hint portion within the item's regular tooltip window. +This is a dependency property. + + + An object that represents the Hint portion within the regular tooltip. + + + + + + + Identifies the dependency property. + + + + + + + + + Occurs when the mouse pointer rests on the current gallery item. + + + + + + + + Gets or sets the item's hover image. +This is a dependency property. + + + An ImageSource value that specifies the item's hover image. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether the item is checked (in the pressed state). +This is a dependency property. + + + true if the item is checked; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether the gallery item is visible. +This is a dependency property. + + + true if the gallery item is visible; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Fires when the mouse cursor leaves the boundaries of the current gallery item. + + + + + + + + Gets or sets a SuperTip for the current gallery item. +This is a dependency property. + + + A object associated with the item. + + + + + + + Identifies the dependency property. + + + + + + + + + Fires when the current item is unchecked. + + + + + + + + + Lists the options that specify the bar item link's possible states within a Ribbon Control. + + + + + + + + If active, enables all other options. + + + + + + + + If active, a bar item link's possible states with a Ribbon Control are determined, based on the link's settings. For example, if the link is associated with a small image and isn't associated with a large image, its possible states within the Ribbon Control are SmallWithoutText and SmallWithText. + + + + + + + + If active, a bar item link can be represented by a large image with a caption. + + + + + + + + + + If active, a bar item link can be represented by a small image. + + + + + + + + + If active, a bar item link can be represented by a small image with a caption. + + + + + + + + + + Defines the appearance and behavior of the radio list box editor. + + + + + + + Initializes a new instance of the RadioListBoxEditStyleSettings class. + + + + + + + + + Defines the appearance and behavior of the checked list box editor. + + + + + + + Initializes a new instance of the CheckedListBoxEditStyleSettings class. + + + + + + + + + Defines the native appearance and behavior of the list box editor. + + + + + + + Initializes a new instance of the ListBoxEditStyleSettings class. + + + + + + + + Assigns the editor settings to the specified editor. + + + + A class descendant that is the target editor. + + + + + + + + + + + + + + + + + + + + + + + + + Represents a track bar. + + + + + + + Initializes a new instance of the TrackBarEdit class. + + + + + + + + Decreases the specified range parameter by the specified value. + + + + A value to be subtracted. + + + + A enumeration value that specifies which range parameter is changed. + + + + + + + + Decreases the specified range parameter by the property's value. + + + + A enumeration value that specifies which range parameter is changed. + + + + + + + + Decreases the specified range parameter by the property's value. + + + + A enumeration value that specifies which range parameter is changed. + + + + + + + + Increments the specified range parameter by the specified value. + + + + A value to be added. + + + + A enumeration value that specifies which range parameter is changed. + + + + + + + + Increments the specified range parameter by the property's value. + + + + A enumeration value that specifies which range parameter is changed. + + + + + + + + Increments the specified range parameter by the property's value. + + + + A enumeration value that specifies which range parameter is changed. + + + + + + + + Gets or sets whether or not the thumb of a track bar moves immediately to the location of the mouse click. This is a dependency property. + + + true if the thumb moves immediately to the location of a mouse click; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets whether a track bar allows a range of values to be specified. + + + true if the track bar allows a range of values to be specified; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether snapping to ticks is enabled. + + + true to enable snapping to ticks; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets whether a track bar displays zoom buttons. + + + true if a track bar displays zoom buttons; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Sets the specified range parameter to the maximum allowed value. + + + + A enumeration value that specifies which range parameter is changed. + + + + + + + + Sets the specified range parameter to the minimum allowed value. + + + + A enumeration value that specifies which range parameter is changed. + + + + + + + + Gets or sets the end of the range. + + + A value that specifies the end of the range. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the start of the range. + + + A value that specifies the start of the range. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an object that defines the appearance and behavior of the . + + + + A descendant that defines the appearance and behavior of the . + + + + + + + Gets or sets a value that specifies the delta between ticks drawn on a track bar. + + + A value that specifies the delta between ticks. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the location of ticks. + + + A enumeration value that specifies the location of ticks within a track bar. + + + + + + + Identifies the dependency property. + + + + + + + + + + Serves as a base for classes which represent progress bars and track bars. + + + + + + + Initializes a new instance of the RangeBaseEdit class. + + + + + + + + Decreases the editor's value by the specified value. + + + + A value to be subtracted from the editor's value. + + + + + + + + Decreases the editor's value by the property value. + + + + + + + + + Decreases the editor's value by the property's value. + + + An object that defines a command implementing the interface. + + + + + + + Decreases the editor's value by the property's value. + + + + + + + + Decreases the editor's value by the property's value. + + + An object that defines a command implementing the interface. + + + + + + + Increments the editor's value by the specified value. + + + + A value to be added to the editor's value. + + + + + + + + Increments the editor's value by the property value. + + + + + + + + + Increments the editor's value by the property's value. + + + An object that defines a command implementing the interface. + + + + + + + Increments the editor's value by the property value. + + + + + + + + + Increments the editor's value by the property's value. + + + An object that defines a command implementing the interface. + + + + + + + Gets or sets a value by which the editor's value is changed when using the or method. + + + A value by which the editor's value is changed when using the or method. + + + + + + + Identifies the dependency property. + + + + + + + + + Sets the editor's value to the maximum allowed value. + + + + + + + + Sets the editor's value to the maximum allowed value, specified by the property. + + + An object that defines a command implementing the interface. + + + + + + + Gets or sets the maximum allowed value. + + + A value that specifies the maximum allowed value. + + + + + + + Identifies the dependency property. + + + + + + + + + Sets the editor's value to the minimum allowed value. + + + + + + + + Sets the editor's value to the minimum allowed value, specified by the property. + + + An object that defines a command implementing the interface. + + + + + + + Gets or sets the minimum allowed value. + + + A value that specifies the minimum allowed value. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the editor's orientation. + + + A enumeration value that specifies the editor's orientation. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets a value by which the editor's value is changed when using the or method. + + + A value by which the editor's value is changed when using the or method. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the editor's value. + + + A value that specifies the editor's value. + + + + + + + Identifies the dependency property. + + + + + + + + + + Defines the progress bar's native appearance and behavior. + + + + + + + Initializes a new instance of the ProgressBarStyleSettings class. + + + + + + + + + Represents a progress bar. + + + + + + + Initializes a new instance of the ProgressBarEdit class. + + + + + + + + Specifies the color of the left side of the . This is a dependency property. + + + A object. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the progress bar's content. This is a dependency property. + + + An object that represents the progress bar's content. + + + + + + + Gets or sets the content source. This is a dependency property. + + + A enumeration value that specifies the editor's content source. + + + + + + + Identifies the dependency property. + + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the data template used to present the progress bar's content. This is a dependency property. + + + A object that is the template used to present the progress bar's content. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets whether the ProgressBarEdit represents a marquee progress bar. + + + true if the operation is going on by continuously scrolling a block from left to right; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether the value is displayed as a percentage. This is a dependency property. + + + true to display the value as a percentage; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an object that defines the appearance and behavior of the . + + + + A descendant that defines the appearance and behavior of the . + + + + + + + + Contains settings specific to a list box editor. + + + + + + + Initializes a new instance of the ListBoxEditSettings class. + + + + + + + + Gets or sets whether to allow process collection views. This is a dependency property. + + + true to allow processing collection views; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gets or sets a field name in the bound data source whose contents are to be displayed by the list box. This is a dependency property. + + + A value specifying a field name in a data source. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the filter expression. This is a dependency property. + + + A descendant that represents the filter expression. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets a collection of objects that define the appearance of each level of groups. + + + One or more objects. + + + + + + + Gets or sets whether a should keep the synchronized with the current item in the property. This is a dependency property. + + + true, to always synchronize the with the current item in the assigned to the property; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Provides access to the collection of items when the ListBoxEdit is not bound to a data source. + + + The collection of items. + + + + + + + Gets or sets the template that defines the presentation of a container panel used by the editor to arrange its items. This is a dependency property. + + + A object that arranges items. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the listbox's data source. This is a dependency property. + + + An object that represents the data source from which the listbox retrieves its data. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets a template that defines the presentation of items contained within the list. This is a dependency property. + + + A object that represents the template which defines the presentation of items contained within the list. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an object that chooses a list item template based on custom logic. This is a dependency property. + + + A descendant that applies a template based on custom logic. + + + + + + + Identifies the dependency property. + + + + + + + + + Contains the most recently used (MRU) items. + + + A collection of the most recently used items. + + + + + + + Gets or sets how list items are selected. This is a dependency property. + + + A enumeration value that specifies the editor's selection behavior. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets a field name in the bound data source whose contents are assigned to item values. This is a dependency property. + + + A value that specifies the field name in a bound data source. + + + + + + + Identifies the dependency property. + + + + + + + + + + Represents a list box. + + + + + + + Initializes a new instance of the ListBoxEdit class. + + + + + + + + Gets or sets whether to allow process collection views. This is a dependency property. + + + true to allow processing collection views; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether item highlighting is allowed. This is a dependency property. + + + true to allow item highlighting; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gets or sets a field name in the bound data source whose contents are to be displayed by the list box. This is a dependency property. + + + A value specifying a field name in a data source. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the filter expression applied to . This is a dependency property. + + + A descendant that represents the filter expression. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets a collection of objects that define the appearance of each level of groups. + + + One or more objects. + + + + + + + Gets or sets whether a ListBoxEdit should keep the synchronized with the current item in the property. This is a dependency property. + + + true, to always synchronize the with the current item in the assigned to the property; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the style applied to a list item container. This is a dependency property. + + + A object that contains style settings. + + + + + + + Identifies the dependency property. + + + + + + + + + Provides access to the collection of items when the ListBoxEdit is not bound to a data source. + + + The collection of items. + + + + + + + Gets or sets the template that defines the presentation of a container panel used by the editor to arrange its items. This is a dependency property. + + + A object that arranges items. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the listbox's data source. This is a dependency property. + + + An object that represents the data source from which the listbox retrieves its data. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets a template that defines the presentation of items contained within the list. This is a dependency property. + + + A object that represents the template which defines the presentation of items contained within the list. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an object that chooses a list item template based on custom logic. This is a dependency property. + + + A descendant that applies a template based on custom logic. + + + + + + + Identifies the dependency property. + + + + + + + + + Scrolls the list tip make the specified item visible onscreen. + + + + An object that represents the list item. + + + + + + + + Selects all items when multiple item selection is enabled. + + + + + + + + Selects all items. + + + An object implementing the interface defining the command. + + + + + + + Gets or sets the index of the currently selected item. This is a dependency property. + + + A zero-based integer value that specifies the currently selected item's index. -1 if no item is selected. + + + + + + + Occurs after the selection has been changed. + + + + + + + + Identifies the routed event. + + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the currently selected item. This is a dependency property. + + + An object that represents the currently selected item. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets the collection of selected items. This is a dependency property. + + + The collection of selected items. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets how list items are selected. This is a dependency property. + + + A enumeration value that specifies the editor's selection behavior. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether to display custom items. This is a dependency property. + + + true, to display custom items; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an object that defines the appearance and behavior of the . + + + + A descendant that defines the appearance and behavior of the . + + + + + + + Unselects all items when multiple item selection is enabled. + + + + + + + + Gets or sets a field name in the bound data source, whose contents are assigned to item values. This is a dependency property. + + + A value that specifies the field name in a bound data source. + + + + + + + Identifies the dependency property. + + + + + + + + + + Lists values that specify which range parameter is changed. + + + + + + + Corresponds to the end of the range, specified by the property. + + + + + + + + Corresponds to the range specified by the and properties. + + + + + + + + Corresponds to the start of the range specified by the property. + + + + + + + + Corresponds to the editor's value specified by the property. + + + + + + + + + Lists values that specify which image is displayed within an edit button. + + + + + + + A button displays an Apply symbol. + + + + + + + + A button displays a Cancel symbol. + + + + + + + + The button displays custom content specified by the Content property. + + + + + + + + A button displays a down arrow. + + + + + + + + A button displays a dropdown glyph. + + + + + + + + A button displays an Edit symbol. + + + + + + + + A button displays a Move First symbol. + + + + + + + + A button displays a Move Last symbol. + + + + + + + + A button displays a left arrow. + + + + + + + + A button displays a Minus sign. + + + + + + + + A button displays a Next Page symbol. + + + + + + + + No specific symbol is displayed within a button. + + + + + + + + A button displays a Plus sign. + + + + + + + + A button displays a Prev Page symbol. + + + + + + + + A button displays a Redo symbol. + + + + + + + + A button displays a Refresh symbol. + + + + + + + + A button displays an ellipsis symbol. + + + + + + + + A button displays a Right symbol. + + + + + + + + A button displays a Search symbol. + + + + + + + + A button displays an Undo symbol. + + + + + + + + A button displays an Up arrow. + + + + + + + + The button uses the common template and displays custom content specified by the Content property. + + + + + + + + + + Lists values that specify the orientation of spin buttons. + + + + + + + Orients the increment and decrement buttons horizontally. + + + + + + + + + Orients the increment and decrement buttons vertically. + + + + + + + + + + Lists values that specify when data searching starts. + + + + + + + A control starts searching data automatically, after a small delay. + + + + + + + + A control starts searching data on clicking the Find button, pressing ENTER or moving focus from the search panel. + + + + + + + + + Lists values that specify the single tab item hide mode. + + + + + + + The last tab item cannot be closed\hidden. + + + + + + + + + Closing the last tab item also closes the owner window. + + + + + + + + + When the last tab item is closed, the tab control creates and shows a new tab item. + + + + - @@ -17322,17 +24266,22 @@ This is a dependency property. - [To be supplied] + Gets or sets this DXMessageBox's title. +This is a dependency property. + - [To be supplied] + A String value that is this DXMessageBox's title. + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + + @@ -17564,274 +24513,338 @@ This is a dependency property. A DevExpress.Xpf.Core.FloatingMode enumerator value that specifies the floating mode for the DXMessageBox. - A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. - - - - - - - Displays the DXMessageBox with specific owner, text and title. - - - - A FrameworkElement object that owns the current DXMessageBox. - - - - A String value that is the text to be displayed within the current DXMessageBox. + A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. + + + + + + + Displays the DXMessageBox with specific owner, text and title. + + + + A FrameworkElement object that owns the current DXMessageBox. + + + + A String value that is the text to be displayed within the current DXMessageBox. + + + + A String value that is the DXMessageBox window caption. + + + A System.Windows.MessageBoxResult.OK value. + + + + + + + Displays the DXMessageBox with specific text, title and set of buttons. + + + + A String value that is the text to be displayed within the current DXMessageBox. + + + + A String value that is the DXMessageBox window caption. + + + + A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current DXMessageBox. + + + A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. + + + + + + + Displays the DXMessageBox with specified text and title. + + + + A String value that is the text to be displayed within the current DXMessageBox. + + + + A String value that is the DXMessageBox window caption. + + + A System.Windows.MessageBoxResult.OK value. + + + + + + + Displays the DXMessageBox with specified owner and text. + + + + A FrameworkElement object that owns the current DXMessageBox. + + + + A String value that is the text to be displayed within the current DXMessageBox. + + + A System.Windows.MessageBoxResult.OK value. + + + + + + + Displays the DXMessageBox with specified text. + + + + A String value that is the text to be displayed within the current DXMessageBox. + + + A System.Windows.MessageBoxResult.OK value. + + + + + + + Displays the DXMessageBox with specific owner, text, title and set of buttons. + + + + A FrameworkElement object that owns the current DXMessageBox. + + + + A String value that is the text to be displayed within the current DXMessageBox. + + + + A String value that is the DXMessageBox window caption. + + + + A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current DXMessageBox. + + + A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. + + + + + + + Displays the DXMessageBox with specific text, title, icon and set of buttons, one of which is set as default. + + + + A String value that is the text to be displayed within the current DXMessageBox. + + + + A String value that is the DXMessageBox window caption. + + + + A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current DXMessageBox. + + + + A System.Windows.MessageBoxImage enumerator value that specifies which icon to display within the current DXMessageBox. + + + + A System.Windows.MessageBoxResult that specifies which message box button is default. A default button is highlighted when a DXMessageBox is shown. + + + A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. + + + + + + + Initializes a new instance of the DXMessageBox class with the specified settings. + + + + A FrameworkElement object that owns the current DXMessageBox. + + + + A String value that is the text to be displayed within the current DXMessageBox. + + + + A String value that is the DXMessageBox window caption. + + + + A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current DXMessageBox. + + + + A System.Windows.MessageBoxImage enumerator value that specifies which icon to display within the current DXMessageBox. + + + + A System.Windows.MessageBoxResult that specifies which message box button is default. A default button is highlighted when a DXMessageBox is shown. + + + + A System.Windows.MessageBoxOptions enumerator value that specifies which display and association options will be used for the message box. + + + + A DevExpress.Xpf.Core.FloatingMode enumerator value that specifies the floating mode for the DXMessageBox. + + + + true, if message box show should be followed with smooth animation effects; otherwise, false. + + + A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. + + + + + + + Displays the DXMessageBox with specific owner, text, title, icon, display options, floating mode, animation, maximum width and set of buttons, one of which is set as default. + + + + A FrameworkElement object that owns the current DXMessageBox. + + + + A String value that is the text to be displayed within the current DXMessageBox. + + + + A String value that is the DXMessageBox window caption. + + + + A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current DXMessageBox. + + + + A System.Windows.MessageBoxImage enumerator value that specifies which icon to display within the current DXMessageBox. + + + + A System.Windows.MessageBoxResult that specifies which message box button is default. A default button is highlighted when a DXMessageBox is shown. + + + + A System.Windows.MessageBoxOptions enumerator value that specifies which display and association options will be used for the message box. + + + + A DevExpress.Xpf.Core.FloatingMode enumerator value that specifies the floating mode for the DXMessageBox. + + + + true, if message box show should be followed with smooth animation effects; otherwise, false. - - A String value that is the DXMessageBox window caption. + + A value specifying the maximum width of the DXMessageBox. - A System.Windows.MessageBoxResult.OK value. + A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. - + - Displays the DXMessageBox with specific text, title and set of buttons. + Gets or sets the text displayed within the DXMessageBox. This is a dependency property. - - A String value that is the text to be displayed within the current DXMessageBox. - - - - A String value that is the DXMessageBox window caption. - - - - A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current DXMessageBox. - - - A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. - + A String value that is the text displayed within the DXMessageBox. + - + - Displays the DXMessageBox with specified text and title. + Identifies the dependency property. - - A String value that is the text to be displayed within the current DXMessageBox. - - - - A String value that is the DXMessageBox window caption. - - - A System.Windows.MessageBoxResult.OK value. + - + + - Displays the DXMessageBox with specified owner and text. + Lists values that specify how the text is highlighted. - - A FrameworkElement object that owns the current DXMessageBox. - - - - A String value that is the text to be displayed within the current DXMessageBox. - - - A System.Windows.MessageBoxResult.OK value. - - - + - Displays the DXMessageBox with specified text. + Highlights the search string. - - A String value that is the text to be displayed within the current DXMessageBox. - - - A System.Windows.MessageBoxResult.OK value. - - + - Displays the DXMessageBox with specific owner, text, title and set of buttons. + Highlights the beginning of the text that matches the search string. - - A FrameworkElement object that owns the current DXMessageBox. - - - - A String value that is the text to be displayed within the current DXMessageBox. - - - - A String value that is the DXMessageBox window caption. - - - - A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current DXMessageBox. - - - A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. - - + + - Displays the DXMessageBox with specific text, title, icon and set of buttons, one of which is set as default. + Lists values that specify when to show the scroll buttons. - - A String value that is the text to be displayed within the current DXMessageBox. - - - - A String value that is the DXMessageBox window caption. - - - - A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current DXMessageBox. - - - - A System.Windows.MessageBoxImage enumerator value that specifies which icon to display within the current DXMessageBox. - - - - A System.Windows.MessageBoxResult that specifies which message box button is default. A default button is highlighted when a DXMessageBox is shown. - - - A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. - - - + - Initializes a new instance of the DXMessageBox class with the specified settings. + The scroll buttons are always visible. - - A FrameworkElement object that owns the current DXMessageBox. - - - - A String value that is the text to be displayed within the current DXMessageBox. - - - - A String value that is the DXMessageBox window caption. - - - - A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current DXMessageBox. - - - - A System.Windows.MessageBoxImage enumerator value that specifies which icon to display within the current DXMessageBox. - - - - A System.Windows.MessageBoxResult that specifies which message box button is default. A default button is highlighted when a DXMessageBox is shown. - - - - A System.Windows.MessageBoxOptions enumerator value that specifies which display and association options will be used for the message box. - - - - A DevExpress.Xpf.Core.FloatingMode enumerator value that specifies the floating mode for the DXMessageBox. - - - - true, if message box show should be followed with smooth animation effects; otherwise, false. - - - A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. - - + - Displays the DXMessageBox with specific owner, text, title, icon, display options, floating mode, animation, maximum width and set of buttons, one of which is set as default. + The scroll buttons are automatically shown\hidden simultaneously. - - A FrameworkElement object that owns the current DXMessageBox. - - - - A String value that is the text to be displayed within the current DXMessageBox. - - - - A String value that is the DXMessageBox window caption. - - - - A System.Windows.MessageBoxButton enumerator value that specifies the set of buttons displayed within the current DXMessageBox. - - - - A System.Windows.MessageBoxImage enumerator value that specifies which icon to display within the current DXMessageBox. - - - - A System.Windows.MessageBoxResult that specifies which message box button is default. A default button is highlighted when a DXMessageBox is shown. - - - - A System.Windows.MessageBoxOptions enumerator value that specifies which display and association options will be used for the message box. - - - - A DevExpress.Xpf.Core.FloatingMode enumerator value that specifies the floating mode for the DXMessageBox. - - - - true, if message box show should be followed with smooth animation effects; otherwise, false. - - - - A value specifying the maximum width of the DXMessageBox. - - - A System.Windows.MessageBoxResult enumerator value that indicates which message box button an end-user has clicked. - - + - Gets or sets the text displayed within the DXMessageBox. This is a dependency property. + The scroll buttons are automatically shown\hidden separately. - A String value that is the text displayed within the DXMessageBox. - - + - Identifies the dependency property. + The scroll buttons are always hidden. - - @@ -17856,6 +24869,20 @@ This is a dependency property. + + + + Returns a view type based on its short type name. + + + + The short type name of the view which type is to be returned. + + + The type of the view. + + + @@ -17910,14 +24937,14 @@ This is a dependency property. - [To be supplied] + - [To be supplied] + @@ -17934,9 +24961,9 @@ This is a dependency property. - [To be supplied] + - [To be supplied] + @@ -17949,15 +24976,23 @@ This is a dependency property. + + + + + + + + - [To be supplied] + - [To be supplied] + - [To be supplied] + @@ -18015,17 +25050,17 @@ This is a dependency property. - [To be supplied] + - [To be supplied] + - [To be supplied] + - [To be supplied] + @@ -18126,7 +25161,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -18143,7 +25178,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -18162,7 +25197,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -18171,23 +25206,31 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + - [To be supplied] + - [To be supplied] + - [To be supplied] + - [To be supplied] + + + + + + + + + @@ -18196,7 +25239,7 @@ This is a dependency property. This member supports the internal infrastructure and is not intended to be used directly from your code. - [To be supplied] + @@ -18205,7 +25248,7 @@ This is a dependency property. This member supports the internal infrastructure and is not intended to be used directly from your code. - [To be supplied] + @@ -18214,7 +25257,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -18336,7 +25379,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -18355,7 +25398,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -18374,7 +25417,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -18394,7 +25437,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -18413,7 +25456,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -18432,7 +25475,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -18573,14 +25616,21 @@ This is a dependency property. - + - [To be supplied] + Converts the event argument to the command's parameter. + + + The event's sender. + + - [To be supplied] + The event's argument. + - [To be supplied] + The command's parameter. + @@ -18609,7 +25659,7 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + @@ -18630,7 +25680,7 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + @@ -18650,7 +25700,7 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + @@ -18670,7 +25720,7 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + @@ -18802,6 +25852,22 @@ This is a dependency property. + + + + Gets the value of the attached property for a specified . + + + + + + The object from which the property value is read. + + + The property value for the object. + + + @@ -18905,7 +25971,7 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + @@ -18927,7 +25993,7 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + @@ -18947,7 +26013,7 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + @@ -19102,6 +26168,22 @@ This is a dependency property. + + + + Sets the value of the attached property to a specified . + + + + The object to which the attached property is written. + + + + The required enumeration value. + + + + @@ -19229,7 +26311,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -19238,7 +26320,26 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + + + + + + + Specifies the text trimming mode. This is an attached property. + + + A enumeration value. + + + + + + + Identifies the attached property. + + + @@ -19270,7 +26371,7 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + @@ -19279,7 +26380,7 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + @@ -19299,7 +26400,7 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + @@ -19319,7 +26420,7 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + @@ -19338,7 +26439,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -19357,7 +26458,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -19385,7 +26486,7 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + @@ -19433,7 +26534,7 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + @@ -19494,13 +26595,13 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + - Specifies an element's bookmark for Document Viewer. This is a dependency property. This is an attached property. + Specifies an element's bookmark for Document Preview. This is a dependency property. This is an attached property. @@ -19511,7 +26612,7 @@ This is a dependency property. - Specifies the name of an element's parent bookmark for Document Viewer. This is a dependency property. This is an attached property. + Specifies the name of an element's parent bookmark for Document Preview. This is a dependency property. This is an attached property. A value. @@ -19524,7 +26625,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -19533,14 +26634,13 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - Gets or sets the color of borders. - + Gets or sets the color of borders. This is an attached property. A value representing the border color. @@ -19553,7 +26653,7 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + @@ -19572,7 +26672,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -19592,7 +26692,7 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + @@ -19611,7 +26711,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -19631,7 +26731,7 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + @@ -19748,6 +26848,22 @@ This is a dependency property. + + + + Gets the value of the attached property for a specified . + + + + + + The object from which the property value is read. + + + The property value for the object. + + + @@ -19804,6 +26920,25 @@ This is a dependency property. + + + + This is an attached property. + + + A value. + + + + + + + Identifies the attached property. + + + + + @@ -19820,7 +26955,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -19839,7 +26974,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -19974,6 +27109,25 @@ This is a dependency property. + + + + Sets the value of the attached property to a specified . + + + + + + + The object to which the attached property is written. + + + + The required value. + + + + @@ -20057,7 +27211,7 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + @@ -20077,7 +27231,7 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + @@ -20104,7 +27258,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -20123,7 +27277,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -20190,7 +27344,7 @@ This is a dependency property. - Lists the values used to specify how to represent an object when exporting. + Lists the report control types assigned when exporting a report. @@ -20249,7 +27403,7 @@ This is a dependency property. - Lists the values used to specify the kind of page numbers to be displayed within an object. + Lists the formats used to display page numbers in a document. @@ -20298,11515 +27452,11566 @@ This is a dependency property. - + - Represents a method that will handle the event. + The base class for the , and . + - + - Represents a method that will handle the event. + Initializes a new instance of the ToolBarControlBase class. - - The event source. - - - A object that contains event data. - + + + + Gets or sets whether the customization menu is enabled for the current tool bar. This is a dependency property. + + + true, if the customization menu is enabled for the current tool bar; otherwise, false. The default is true. + - + + + Identifies the dependency property. + + + + + + - Represents a memo edit control that allows editing memo data. + Gets or sets whether the tool bar's visibility can be changed by an end-user. This is a dependency property. + true, if the tool bar's visibility can be changed by an end-user; otherwise, false. The default is true. + + - + - Initializes a new instance of the MemoEdit class with default settings. + Identifies the dependency property. + - + - Gets or sets whether an end-user can insert return characters into a text. This is a dependency property. + Gets or sets whether the tool bar can be renamed using the Customization Window. This is a dependency property. - true to allow return characters to be accepted and processed by the editor; otherwise, false. + true, if the tool bar can be renamed using the Customization Window; otherwise, false. The default is true. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether an end-user can insert tabulation characters into a text. This is a dependency property. + Gets or sets the ControlTemplate used to render the tool bar's background. This property is in effect for standalone tool bars. This is a dependency property. - true to allow tabulation characters to be accepted and processed by the editor; otherwise, false. + A object that specifies the visual structure and behavior of the current tool bar's background. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether a horizontal scroll bar is shown. This is a dependency property. + Gets or sets whether the content, glyph or both are displayed in the tool bar items. - A enumeration value that specifies the scroll bar's visibility. + A enumeration value that specifies whether the content, glyph or both are displayed in the tool bar items. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether the text is wrapped when it reaches the edge of the memo box. This is a dependency property. + Gets or sets the horizontal interval between the tool bar's items. This is a dependency property. - One of the enumeration values. + A value that specifies the horizontal interval between the tool bar's items. The default is 0. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether a vertical scroll bar is shown. This is a dependency property. + Gets or sets the default alignment for all bar items that reside in the current tool bar. - A enumeration value that specifies the scroll bar's visibility. + A value that specifies the default alignment for all bar item links that reside in the current tool bar. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether an identification icon is displayed within the editor's edit region. + Gets or sets the vertical interval between the tool bar's items. This is a dependency property. - true if the editor displays the identification icon; otherwise, false. + A value that specifies the vertical interval between the tool bar's items. The default is 0. - + Identifies the dependency property. - [To be supplied] + - - + - Represents a method that will handle the event. + Gets or sets the ControlTemplate used to render the tool bar's border. This is a dependency property. + A object that specifies the visual structure and behavior of the current tool bar's border. + + + - + - Represents a method that will handle the event. + Identifies the dependency property. - - The event source. + - - - An object that contains event data. - + + + + Gets or sets the tool bar's caption. This is a dependency property. + + + A string that specifies the tool bar's caption. + - - + - Provides data for the event. + Identifies the dependency property. + + - + - Initializes a new instance of the EditValueChangedEventArgs class with the specified old and new edit values. + Gets or sets whether a small or large image is used by bar items displayed in the current tool bar. This is a dependency property. - - An object representing the old edit value. This value is assigned to the property. - + A value that specifies whether a small or large image is used by the bar items. + - - - An object representing the new edit value. This value is assigned to the property. - + + + + Identifies the dependency property. + + + - + - Gets a new value that has been assigned to the editor. + Gets or sets whether the current tool bar is automatically hidden when it does not contain any items. This is a dependency property. - A representing the new value. + true, if the current tool bar is automatically hidden when it does not contain any items; otherwise, false. The default is false. - + - Gets the previous edit value, which has been replaced by the new value. + Identifies the dependency property. - A representing the old value. - + - - + - Lists the values used to specify how the in-place editor should be invoked when a cell is clicked. - + Gets or sets whether tool bar links are arranged into several lines when their total width exceeds the width of the tool bar. This is a dependency property. + true, if the multi-line feature is enabled; otherwise, false. + + - + - Specifies the default behavior. - - -For the DXGrid control, this option acts as the option. + Identifies the dependency property. + + + + + + + Gets whether the current tool bar is a standalone control or contained in a bar container. + true, if the current tool bar is a standalone control; otherwise, false. + - + - A cell's in-place editor is activated when the left mouse button is pressed. + Identifies the dependency property. + - + - If a cell is focused and not being edited, an in-place editor is opened on pressing the mouse button. Clicking a non-focused cell focuses the cell first, and a subsequent mouse-down event activates the in-place editor (if not prohibited). + Provides access to the collection of bar items displayed in the current ToolBarControlBase. + A object that represents the collection of bar items displayed in the current ToolBarControlBase. + - + - A cell's in-place editor is activated when a mouse button is released from a click within the cell. + Identifies the dependency property. + - + - If a cell is focused and not being edited, an in-place editor is opened on a click (the mouse button is pressed and then released). Clicking a non-focused cell focuses the cell first, and a subsequent click activates the in-place editor (if not prohibited). + Gets or sets a collection of objects providing information to generate and initialize items for the current ToolBarControlBase. This is a dependency property. + A source of objects to be visualized as tool bar items. + - - + - Lists the values used to specify how the column header will be placed after it has been dragged and dropped. + Identifies the dependency property. + + + + + + + Gets or sets the style applied to a object defined as the 's content. +This is a dependency property. + A Style object providing corresponding style settings. + + - + - Indicates that a column whose header is currently being dragged by an end-user, if dropped, will be displayed next to the column located under the dragged header. + Identifies the dependency property. + - + - Indicates that a column's position is not changed by an end-user. + Gets or sets the template used to visualize elements stored in the collection. This is a dependency property. + A object that specifies the corresponding template. + - + - Indicates that a column whose header is currently being dragged by an end-user, if dropped, will be displayed prior to the column located under the dragged header. + Identifies the dependency property. + - - + - Represents the base class for localizer classes used for DevExpress controls. + Gets or sets an object that chooses a template used to visualize objects stored as elements in the collection. This is a dependency property. + A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. + - - + + - The base class for classes capable of locating View objects. + Identifies the dependency property. + - - + + - Represents the base for classes containing information about specific data-aware grid elements. - + + + + + + + + + Called after the template is completely generated and attached to the visual tree. + - + - Initializes a new instance of the DataObjectBase class with default settings. + Gets or sets whether the custom template is used to draw the current tool bar's background. This property is in effect for standalone tool bars. This is a dependency property. + true, if the custom template is used to draw the current tool bar's background; otherwise, false. The default is true. + - + - Adds the specified handler for the DataObjectBase.Reset event of the specified data object. + Identifies the dependency property. + + + - + + + + - - A specifying a data object whose Reset event should be handled. + + + + + + + - - A method specifying an event handler for the data object. - + + + + A standalone control, which provides a straightforward and simplified way to create a main menu. + + - + - Occurs when the contents of the DataObjectBase are changed. + Initializes a new instance of the MainMenuControl class with default settings. + - + + - Gets or sets the content data object. + Lists values that specify where to show the Hide button. - A class descendant. - - - + - Identifies the attached property. + The Hide button is shown in the active tab header only. - [To be supplied] - + - Gets the value of the attached property for a specified . + The Hide button is shown in the active tab header and in the Header Area. - - The element from which the property value is read. - - - The property value for the element. - - + - Gets the value of the attached property for a specified . + The Hide button is shown in all tab headers. - - The element from which the property value is read. - - - The property value for the element. - - + - Gets the value of the attached property for a specified . + The Hide button is shown in all tab headers and in the Header Area. - - The element from which the property value is read. - - - The property value for the element. - - + - Gets or sets a value indicating whether it is necessary to raise the DataObjectBase.Reset event. + The Hide button is shown in the Header Area. + + + + + + + The Hide button is not shown. - true to raise the Reset event; otherwise, false. - - + + - Identifies the attached property. + Allows you to show documents in separate windows. + + + + + + + Initializes a new instance of the class. - [To be supplied] - + - [To be supplied] + Gets or sets the active document. This is a dependency property. + + An object implementing the interface. + - + - Raises the DataObjectBase.Reset events for the current DataObjectBase and all its child data objects. + Fires after the service's active document has been successfully changed. - + - Gets or sets a value indicating whether it is necessary to raise the DataObjectBase.Reset event when the current data object is loaded. + Identifies the dependency property. + + + + + + + Gets the active view. - true to raise the Reset event when the data object is loaded; otherwise, false. + An object specifying the active view. - + - Identifies the attached property. + Identifies the dependency property. - [To be supplied] + - + - Removes the specified handler from the DataObjectBase.Reset event of the specified data object. + Gets the collection of existing documents. - - A , which specifies a data object whose Reset event handler should be removed. + A collection of existing documents. - - - A method, which specifies an event handler to be removed. + - + + + + + Gets or sets the windowed document show mode. This is a dependency property. + + + An DevExpress.Mvvm.UI.WindowShowMode enumeration value that specifies the windowed document show mode. +The default is WindowShowMode.Default. + - + - Identifies the DataObjectBase.Reset event. + Identifies the dependency property. - [To be supplied] + - + - Sets the value of the attached property to a specified . + Specifies whether the Owner of the windowed document container needs to be set. This is a dependency property. - - The element to which the attached property is written. + true ,if the Owner property of the windowed document container needs to be set; otherwise, false. + - - - The required value. - + + + + Identifies the dependency property. + + + - + - Sets the value of the attached property to a specified . + Gets or sets the position of the windowed document when first shown. This is a dependency property. + + + A WindowStartupLocation enumeration value specifying the position of the windowed document. +The default is WindowStartupLocation.CenterScreen. + + + + + Identifies the dependency property. - - The element to which the attached property is written. + - - - The required value. - + + + + Gets or sets the style applied to a document container (a Window object). This is a dependency property. + + + A Style object providing corresponding style settings. + - + - Sets the value of the attached property to a specified . + Identifies the dependency property. + + + + + + + Gets or sets an object that chooses a style applied to a document's container (a Window object). This is a dependency property. - - The element to which the attached property is written. + A System.Windows.Controls.StyleSelector descendant that applies a style based on custom logic. + - - - The required value. - + + + + Identifies the dependency property. + + + - - + - Inserts a bar at a specific position within the collection and sets the flag for it. The action does nothing if a bar already exists with this flag enabled. + Gets or sets the windowed document container type. This is a dependency property. + The type of window used as the windowed document container. +The default is + + + - + - Initializes a new instance of the InsertStatusBarIfNotExistAction class. + Identifies the dependency property. + - + - Inserts a bar at a specific position within the collection and sets the flag for it. -The action does nothing if a bar already exists with this flag enabled. + Represents a command. - + - Initializes a new instance of the InsertMainMenuIfNotExistAction class. + Initializes a new instance of the class. - - + - Represents a controller that loads bar customization actions from a DataTemplate object, and executes those applying to a . - + Gets or sets whether the command can execute in its current state. This is a dependency property. + + + - + - Initializes a new instance of the TemplatedBarManagerController class. + Identifies the dependency property. + - + - Gets or sets a DataTemplate that defines a object storing bar customization actions. -This is a dependency property. + Gets or sets a value that indicates whether the command's CanExecute state should be checked when command is executed. This is a dependency property. + - A object that defines a object. + true if command's CanExecute should be checked; otherwise, false. +The default is true. - + Identifies the dependency property. - [To be supplied] + - - + - Declares methods that are common to objects displaying bar item links. + Gets or sets the command to invoke. This is a dependency property. + An System.Windows.Input.ICommand descendant. +Represents the command to invoke. + + - + - Returns the links currently displayed by the link container. + Gets or sets the command parameter. This is a dependency property. - A object that contains the links currently displayed by the link container. + The command specific data. - + - Gets the default size of items' glyphs when the items are displayed in a container of the specified type. + Identifies the dependency property. + + + + + + + + Identifies the dependency property. - - A LinkContainerType value that specifies the type of bar item container. + - - A value. + + + + + Executes the commands. + + + - + + - Gets an enumerator used to iterate through bar item links. + Allows you to aggregate and execute multiple commands. + + + + + + + Initializes a new instance of the class. - An IEnumerator object. - - + - Gets the type of the parent object displaying bar item links. + Gets or sets the name of command that invokes the aggregation of commands. This is a dependency property. - A LinksHolderType enumerator value that specifies the type of the parent links holder. + A System.String value. +Default is "Command". - + - Gets whether other link containers have been merged with the current container. + Identifies the dependency property. - true if other link containers have been merged with the current container; otherwise, false. - + - + - Gets the size of images used by bar item links owned by the current object. + Gets the collection of aggregated commands. - A value. + The CommandsCollection collection that represents the aggregated commands. - + - Gets the collection of links owned by the current object. + Gets the resulting aggregate function. - A object. + An System.Windows.Input.ICommand descendant. +Returns the resulting aggregate function. - + + - [To be supplied] + Allows you to bind an enumeration to the ItemsSource property of any control. + - [To be supplied] - - + - [To be supplied] + Initializes a new instance of the class. + - + - Adds the visible links from the specified link container onto the current link container. + Gets or sets the enumeration type to be shown in the associated control. This is a dependency property. - - A object whose visible links are merged with the current link container. + A System.Type object representing the underlying enumeration type. + - + + + + + Identifies the dependency property. + + + + - + - Gets the links currently displayed by the link container, including the links that have been merged with the container. + Gets or sets a template that defines the presentation of items contained within the list. This is a dependency property. - A object that contains the links currently displayed by the link container. + A System.Windows.DataTemplate object that represents the template which defines the presentation of items contained within the list. - + - This method is called before a bar item link is added to the current link holder. + Identifies the dependency property. - - A object being added. - - + + - + - This method is called before a bar item link is removed from the current link holder. + Gets or sets a converter used to provide the item's display value. This is a dependency property. - - A object being removed. - - + An object that implements the System.Windows.Data.IValueConverter interface. + - + - Gets or sets whether descriptions are displayed for links owned by the current container. + Identifies the dependency property. - true if descriptions are displayed for links owned by the current container; otherwise, false. - + + - + - Removes the links of other link containers from the current link container. This method is in effect when other link containers have been merged with the current container. + Gets or sets how the control's items are sorted. This is a dependency property. + A DevExpress.Mvvm.EnumMembersSortMode enumerator value specifying how the control's items are sorted. +The default is EnumMembersSortMode.Default. + - + - Removes the links of the specified link container from the current link container. This method is in effect when the specified link container has been merged with the current container. - + Identifies the dependency property. - - A object whose links must be removed from the current link container. - - + + - - + - Contains values that identify bar types. + Gets or sets whether an enumeration member's name is split. This is a dependency property. + + + true if an enumeration member's name is split; otherwise, false. +Default is true. + + + - + - Identifies the bar, whose option is enabled. + Identifies the dependency property. + + - + - Identifies a bar, whose and options are set to false. + Gets or sets whether an enumeration element can be identified by a numeric value. This is a dependency property. + + true, if the enumeration element is identified by its numeric value; otherwise, false. +The default is false. + + - + - Identifies the bar, whose option is enabled. + Identifies the dependency property. + + - + - Represents a collection of objects. + Implements the functionality of an individual jump task that can be displayed within the Jump List of the application's taskbar button. - + - Initializes a new instance of the BarManagerControllerCollection class with the specified manager. + Initializes a new instance of the class. - - A object that will own the created collection. + + - + - Executes actions of the controllers whose option matches the specified executeBefore parameter's value. + Initializes a new instance of the class. - - A value that matches the option of the required controllers. - - - + - Executes actions of the controllers whose option is set to false. + Gets or sets the path to the application. + Gets or sets the path to the application that will be launched when an end-user clicks the current item. +The default is an empty string. + - + - Gets a object that owns the current collection. + Gets or sets the arguments passed to the application on startup. - A object that owns the current collection. + The arguments passed to the application on startup. +The default is null. - - + - Represents a collection of categories. + Occurs whenever an end-user clicks the 's item. + - + - Initializes a new instance of the BarManagerCategoryCollection class. + Creates a new object that is a copy of the current instance. - - A object that will own the created collection. - - + A new object that is a copy of the current instance. + - + - Gets a category object that combines all bar items (even items that are explicitly assigned to other categories). + Gets or sets the command to invoke when this jump task is clicked. - An AllItemsBarManagerCategory object that is a descendant of the class, that combines all bar items of the BarManager. - + An System.Windows.Input.ICommand descendant. - + - Provides access to categories by names. + Gets or sets the command identifier. - - A string that specifies the name of the category to be returned. - - - A object with the specified name. + - + - Gets a object that owns the current collection. + Gets or sets the command parameter. This is a dependency property. - A object that owns the current collection. + The command specific data. - + - Gets a category object that combines all the bar items that are not assigned to any category. + Identifies the dependency property. - A object that combines all the bar items that are not assigned to any category. - + - - + - An individual category. - - + Identifies the dependency property. + + - + - Initializes a new instance of the BarManagerCategory class. + Gets or sets the text displayed in the tooltip for the task in the Jump List. + The text displayed in the tooltip for the task. +The default is null. + - + - Gets or sets the category's display caption. + Gets or sets a task's icon. - A string that specifies the category's display caption. + An ImageSource object that represents the icon. - + - Identifies the dependency property. + Gets or sets the zero-based index of an icon embedded in a resource. - [To be supplied] + The zero-based index of the icon, or -1 if no icon is used. +The default is 0. + - + - Gets the bar items that are associated with the current category. + Gets or sets the path to a resource that contains the icon to display in the Jump List. - A list of bar items associated with the current category. - + The path to a resource that contains the icon. +The default is null. + - + - Gets the BarManager that owns the current category. + Gets or sets the text displayed for the task in the Jump List. - A object that owns the current category. + The text displayed for the task in the Jump List. The default is null. - + - Gets or sets the category's name. -This is a dependency property. + Gets or sets the working directory of the application on startup. - A string that specifies the category's name. + The working directory of the application on startup. +The default is null. - + + - Identifies the dependency property. + Allows you to display customizable application taskbar buttons. + + + + + + + Initializes a new instance of the class. - [To be supplied] - + - Gets or sets whether the category is visible in the Customization Window at runtime. -This is a dependency property. + Gets or sets the text to display for the task-bar thumbnail tool-tip. This is a dependency property. - true if the category is visible in the Customization Window at runtime; otherwise, false. + A System.String value specifying the text to display for the thumbnail tool-tip. +The default is an empty string. - + Identifies the dependency property. - [To be supplied] + - - + - Represents a collection of actions that manipulate bar objects. + Gets or sets the icon that is displayed over the taskbar button. This is a dependency property. + + The icon that is displayed over the taskbar button. +The default is null. + + - + - Initializes a new instance of the BarManagerActionCollection class. + Identifies the dependency property. - - A object that will own the created collection. - - + - + - Gets the that owns the current collection. + Gets or sets the taskbar button's progress state. This is a dependency property. - A object that owns the current collection. + A System.Windows.Shell.TaskbarItemProgressState enumerator value. - + - Executes the actions in the current collection. + Identifies the dependency property. + - - + - Represents the base class for action objects, which manipulate bar objects. + Gets or sets the taskbar button's progress. This is a dependency property. + + - + - Initializes a new instance of the BarManagerControllerActionBase class. + Identifies the dependency property. + - + - Gets the action container for the current action. + Gets or sets the TaskbarThumbButtonInfo collection. This is a dependency property. + - A object that owns the current action. + The TaskbarThumbButtonInfo collection that represents the taskbar thumbnail's Thumb buttons. + - + - Gets the object that owns this action. + Identifies the dependency property. - A object that owns this action. - + - + - Returns the object being manipulated by the current action. + Gets or sets the thumbnail clipping margins - An object that is manipulated by the current action. - + A System.Windows.Thickness value. +The default is 0. + - + - Returns if the current object's settings are equal to the specified object's settings. + Gets or sets the ThumbnailClipMargin property callback. This is a dependency property. + - - An object whose settings are compared to the current object's settings. - - - true if current object's settings are equal to the specified object's settings; otherwise, false. - + + - + - Gets the object that is customized by the current action. + Identifies the dependency property. - A object customized by the current action. - + - - + - Provides access to actions for a specific . + Identifies the dependency property. + + - + - Initializes a new instance of the BarManagerActionContainer class. + Updates the thumbnail clipping margin. - + + - Gets or sets the action container to which an action belongs. This is an attached property. + Allows you to show Windows 8 Style notifications. - A object to which an action belongs. - - - + - Identifies the attached property. + Initializes a new instance of the class. - [To be supplied] - + - Provides access to the collection of actions. + Gets or sets the application id. This is a dependency property. - A object. + A System.String value specifying the application id. +Default value is null - + - Gets the object that owns the current object. + Identifies the dependency property. - A object that owns the current object. - + - + - Executes the actions stored in the current collection. + Gets a value indicating whether native Windows 8 notifications are available. + true, if native notifications are available; otherwise, false. + - + - Gets the value of the ActionContainer attached property for the specified object. + Creates and returns a custom notification with the specified View Model. - - An object whose ActionContainer attached property's value is to be returned. + + An object specifying the notification's View Model. - A object. + An DevExpress.Mvvm.INotification descendant with the specified View Model. - + - Sets the value of the ActionContainer attached property for the specified object. + Creates and returns a predefined notification with the specified header and body text and image. + - - An object whose ActionContainer attached property is to be set. + + The System.string value specifying the notification header. - - A object. + + The System.String value specifying the notification's body text1. + + The System.String value specifying the notification's body text2. + + + An ImageSource object that represents the notification image. - - + + An DevExpress.Mvvm.INotification descendant with the with the specified header and body text and image. + + + + + - The base class for bar manager controllers. + Specifies the duration for the display of custom notifications. This is a dependency property. + + A System.TimeSpan value. + + - + - Executes actions defined by the current controller. + Identifies the dependency property. + - + - Gets or sets whether actions defined by the current controller must be executed before creating the bar structure defined between the start and end tags. -This is a dependency property. + Gets or sets the position of custom notifications. This is a dependency property. - true if the actions must be executed before the BarManager's bar structure is initialized; false if the actions must be executed after the BarManager's bar structure is initialized;. The default value is false. + A DevExpress.Mvvm.UI.NotificationPosition enumerator value. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether actions contained within the current BarManagerControllerBase are for internal use. This member supports the internal infrastructure, and is not intended to be used directly from your code. + Gets or sets the style of custom notifications. This is a dependency property. - + A System.Windows.Style object that represents the style of custom notifications. +Target Type: ContentControl. - + - Gets or sets the , whose bar structure is modified by the current controller. + Identifies the dependency property. - A object, whose bar structure is modified by the current controller. - + - - + - Represents the base class for controllers that provide bar customization actions. + Gets or sets the template that defines the presentation of custom notifications. This is a dependency property. + A System.Windows.DataTemplate object that defines the presentation of custom notifications. + + - + - Initializes a new instance of the BarManagerController class. + Identifies the dependency property. + - + - Gets the container of actions that modify the bar structure of the associated . + Gets or sets an object that chooses a custom notification template based on custom logic. This is a dependency property. - A object. + A System.Windows.Controls.DataTemplateSelector descendant that chooses a template based on custom logic. - + - Executes actions stored in the collection of the . + Identifies the dependency property. + - - + - The base class for actions manipulating bar item links. + Gets or sets maximum number of custom notifications that are shown simultaneously. This is a dependency property. + An integer value that specifies maximum number of custom notifications that are shown simultaneously. +Default value is 3. + + - + - Initializes a new instance of the BarItemLinkActionBase class. + Identifies the dependency property. + - + - Gets the value of the attached property for the specified object. + Specifies the duration for the display of predefined notifications. This is a dependency property. + - - An object whose ItemLinkIndex property is to be returned. - - - An integer value that is the index of the current bar item link in the collection of bar item links. - + A DevExpress.Mvvm.UI.PredefinedNotificationDuration enumerator value. + - + - Returns the link container, created by the specified , with the specified name or of the specified type. + Identifies the dependency property. - - A string that specifies the name of the link container to be returned. This property is in effect if the targetType parameter is set to Other. - - - - A object that owns the link container to be returned. - - - - A object that specifes the type of link container to be returned. If the parameter is set to MainMenu or StatusBar, the name parameter is ignored. - - - An object that represents the required link container (a , or object). - + - + - Returns the object being manipulated by the current action. + Gets or sets the template that defines the presentation of predefined notifications. This is a dependency property. - An object that is manipulated by the current action. - + A System.Windows.DataTemplate object that defines the presentation of predefined notifications. + - + - Gets the value of the attached property for the specified object. + Identifies the dependency property. - - An object whose Target property is to be returned. - - - A string that specifies the value of the Target property for the specified object. - + - + - Gets the value of the attached property for the specified object. + Gets or sets the sound played when a notification is shown. - - An object whose TargetType property is to be returned. - - - A string that specifies the value of the TargetType property for the specified object. - + A DevExpress.Mvvm.UI.PredefinedSound enumerator value that specifies the sound played when a notification is shown. +The default is PredefinedSound.Notification_Default. + - + - Returns if the current object's settings are equal to the specified object's settings. + Identifies the dependency property. - - An object whose settings are compared to the current object's settings. - - - true if current object's settings are equal to the specified object's settings; otherwise, false. - + - + - Gets or sets the index of the current bar item link in the collection of bar item links in the Target object. -This is an attached property, which is in effect for and descendants when they act as actions (when they are added to the collection). + Gets a value indicating whether native Windows 8 notifications are used. This is a dependency property. + - An integer value that specifies the index of the current bar item link in the collection of bar item links in the Target object. + true if NotificationService uses native notifications; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + + - Sets the value of the attached property for the specified object. + A dialog that is visually consistent with other controls that use DevExpress visual themes. + - - An object whose ItemLinkIndex property is to be set. - - - A integer value that is the index of the current bar item link in the collection of bar item links. + + + + Initializes a new instance of the class with the specified title. + + + + A string value that specifies the dialog's title. This value is assigned to the property. - + - Sets the value of the attached property for the specified object. + Initializes a new instance of the class with default settings. - - An object whose Target property is to be set. + + + + + + Initializes a new instance of the class with the specified title and dialog buttons. + + + + A string value that specifies the dialog's title. This value is assigned to the property. - - The type of the target link container to be assigned to the Target attached property. + + A enumeration value that specifies which buttons are displayed within the dialog. This value is assigned to the property. - + - Sets the value of the attached property for the specified object. + Initializes a new instance of the class with the specified settings. - - An object whose TargetType property is to be set. + + A string value that specifies the dialog's title. This value is assigned to the property. - - The type of the target link container to be assigned to the TargetType attached property. + + A enumeration value that specifies which buttons are displayed within the dialog. This value is assigned to the property. + + + + true to set the default button click handlers; otherwise false. - + - Gets or sets the name of the target link container (a , or object) for a bar item link. -The Target property is in effect when the property is set to Other (default). -The Target property is an attached property, which is in effect for and descendants when they act as actions (when they are added to the collection). + Gets or sets the buttons displayed within the dialog. - The name of the target link container. + A enumeration value that specifies which buttons are displayed within the dialog. - + - Identifies the dependency property. + Gets the Cancel dialog button. - [To be supplied] + A object that represents the dialog button. + - + - Gets or sets the type of the target link container (a , or object) for a bar item link. -The property is not in effect when the TargetType property is set to MainMenu or StatusBar. -The TargetType property is an attached property, which is in effect for and descendants when they act as actions (when they are added to the collection). + Gets the No dialog button. - A value that specifies the type of link container to be returned. + A object that represents the dialog button. - + - Identifies the dependency property. + Gets the OK dialog button. - [To be supplied] + A object that represents the dialog button. + - - + - The base class for actions manipulating bar items. + Called after the template is completely generated and attached to the visual tree. + - + - Initializes a new instance of the BarItemActionBase class. + This member supports the .NET Framework infrastructure and cannot be used directly from your code. Instead, use the ShowDialog() method. - + - Returns the object being manipulated by the current action. + Opens a dialog window with the specified buttons and returns only when the dialog is closed. - An object that is manipulated by the current action. + + The System.Windows.MessageBoxButton value specifying the buttons to be displayed within the DXDialog. This value is assigned to the property. + + + The System.Windows.MessageBoxResult value specifying an end-user choice. - + - Returns if the current object's settings are equal to the specified object's settings. + Gets the Yes dialog button. - - An object whose settings are compared to the current object's settings. + A object that represents the dialog button. + - - true if current object's settings are equal to the specified object's settings; otherwise, false. - + + + + + Represents a method that will handle the event. + + - + - Gets or sets the index of the current bar item in a bar item collection. -This is a dependency property. + Represents a method that will handle the event. - An integer value that specifies the index of the current bar item in a bar item collection. - + + The event source. + + + + A object that contains event data. + + - + + - Identifies the dependency property. + Represents a memo edit control that allows editing memo data. - [To be supplied] - - + - Gets or sets the name of the current bar item. -This is a dependency property. + Initializes a new instance of the MemoEdit class with default settings. - A string that specifies the name of the current bar item. - - + - Identifies the dependency property. + Gets or sets whether an end-user can insert return characters into a text. This is a dependency property. - [To be supplied] + true to allow return characters to be accepted and processed by the editor; otherwise, false. + - - + - The base class for actions affecting bar item links. + Identifies the dependency property. + + - + - Initializes a new instance of the UpdateBarItemLinkActionBase class. + Gets or sets whether an end-user can insert tabulation characters into a text. This is a dependency property. + true to allow tabulation characters to be accepted and processed by the editor; otherwise, false. + - + - Returns if the current object's settings are equal to the specified object's settings. + Identifies the dependency property. - - An object whose settings are compared to the current object's settings. - - - true if current object's settings are equal to the specified object's settings; otherwise, false. - + - + - Gets or sets the name of the bar item link. -This is a dependency property. + Gets or sets whether a horizontal scroll bar is shown. This is a dependency property. + - A string that specifies the name of the bar item link. + A enumeration value that specifies the scroll bar's visibility. - + Identifies the dependency property. - [To be supplied] + - - + - The base class for actions manipulating objects. + Gets or sets whether the text is wrapped when it reaches the edge of the memo box. This is a dependency property. + One of the enumeration values. + + - + - Initializes a new instance of the BarActionBase class. + Identifies the dependency property. + - + - Gets or sets the index of the current bar in a bar collection. -This is a dependency property. + Gets or sets whether a vertical scroll bar is shown. This is a dependency property. - An integer value that specifies the index of the current bar in a bar collection. + A enumeration value that specifies the scroll bar's visibility. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the name of a bar. -This is a dependency property. + Gets or sets whether an identification icon is displayed within the editor's edit region. - A string that specifies the name of a bar. + true if the editor displays the identification icon; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + + - Returns the object being manipulated by the current action. + Represents a method that will handle the event. - An object that is manipulated by the current action. - - - + - Returns if the current object's settings are equal to the specified object's settings. + Represents a method that will handle the event. - - An object whose settings are compared to the current object's settings. + + The event source. + + + + An object that contains event data. - true if current object's settings are equal to the specified object's settings; otherwise, false. - - + - For internal use. + Provides data for the event. - + - Initializes a new instance of the UpdateBarItemLinkAction class. + Initializes a new instance of the EditValueChangedEventArgs class with the specified old and new edit values. + + An object representing the old edit value. This value is assigned to the property. - - - - Returns if the current object's settings are equal to the specified object's settings. - - - - An object whose settings are compared to the current object's settings. + + + An object representing the new edit value. This value is assigned to the property. - true if current object's settings are equal to the specified object's settings; otherwise, false. - - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Gets a new value that has been assigned to the editor. - + A representing the new value. - + - Identifies the dependency property. + Gets the previous edit value, which has been replaced by the new value. - [To be supplied] + A representing the old value. + - + + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Lists the values used to specify how the in-place editor should be invoked when a cell is clicked. + - - - - + - Identifies the dependency property. + Specifies the default behavior. + + +For the DXGrid control, this option acts as the option. + + - [To be supplied] - - + - For internal use. + A cell's in-place editor is activated when the left mouse button is pressed. + - + - Initializes a new instance of the UpdateBarItemAction class. + If a cell is focused and not being edited, an in-place editor is opened on pressing the mouse button. Clicking a non-focused cell focuses the cell first, and a subsequent mouse-down event activates the in-place editor (if not prohibited). - + - Returns if the current object's settings are equal to the specified object's settings. + A cell's in-place editor is activated when a mouse button is released from a click within the cell. - - An object whose settings are compared to the current object's settings. - - - true if current object's settings are equal to the specified object's settings; otherwise, false. - - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + If a cell is focused and not being edited, an in-place editor is opened on a click (the mouse button is pressed and then released). Clicking a non-focused cell focuses the cell first, and a subsequent click activates the in-place editor (if not prohibited). - - - + + - Identifies the dependency property. + Lists the values used to specify how the column header will be placed after it has been dragged and dropped. + + - [To be supplied] - - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Indicates that a column whose header is currently being dragged by an end-user, if dropped, will be displayed next to the column located under the dragged header. - - - + - Identifies the dependency property. + Indicates that a column's position is not changed by an end-user. - [To be supplied] - - + - For internal use. + Indicates that a column whose header is currently being dragged by an end-user, if dropped, will be displayed prior to the column located under the dragged header. + - + + - Initializes a new instance of the UpdateBarAction class. + Represents the base class for localizer classes used for DevExpress controls. - - + + - Returns if the current object's settings are equal to the specified object's settings. + Allows you to add your own items to the Window's Jump Lists. - - An object whose settings are compared to the current object's settings. - - - true if current object's settings are equal to the specified object's settings; otherwise, false. - - - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Initializes a new instance of the class. - - - + - Identifies the dependency property. + Adds a new ApplicationJumpTask to the Jump List or replaces an already existing jump task. + - [To be supplied] + + The ApplicationJumpTask to add to the Jump List. + + + + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Adds the specified jump path to the Recent category of the Jump List. - - + + The JumpPath to add to the Jump List. + + - + - Identifies the dependency property. + Registers and adds the newly added jump tasks to its Jump List. - [To be supplied] + Returns the collection of rejected items. + - - + - Replaces a bar item link at a specific position within a target object (a bar, a menu, etc.) with another bar item link. + Identifies the dependency property. + + - + - Initializes a new instance of the SetBarItemLinkAction class. + Gets or sets the prefix of the command line. This is a dependency property. + The prefix of the command line. +The default is "/APPLICATION_JUMP_TASK=". + - - + - Replaces a bar item at a specific position within the collection with another bar item. + Identifies the dependency property. + + - + - Initializes a new instance of the SetBarItemAction class. + Gets or sets the path to the folder that contains the DevExpress.Mvvm.UI.ApplicationJumpTaskLauncher.exe. + A Systems.String value specifing the path to the folder that contains the DevExpress.Mvvm.UI.ApplicationJumpTaskLauncher.exe. + - - + - Replaces a bar at a specific position within the collection with another bar. + Identifies the dependency property. + + - + - Initializes a new instance of the SetBarAction class. + Gets or sets the path to the default launcher storage folder, that contains the DevExpress.Mvvm.UI.ApplicationJumpTaskLauncher.exe. + The path to the default launcher storage folder that contains the DevExpress.Mvvm.UI.ApplicationJumpTaskLauncher.exe. + - - + - Removes a specific link from the bar item link collection of a target object (a bar, a menu, etc.). + Identifies the dependency property. + + - + - Initializes a new instance of the RemoveBarItemLinkAction class. + Gets or set the custom icons' storage. + The custom icons' storage. + - - + - Removes a bar item from the collection, and removes all links to this bar item from link holders (bars, submenus, menus, etc.). + Gets or sets the path to the default icons storage folder. + The path to the default icons storage folder. + + - + - Initializes a new instance of the RemoveBarItemAndLinkAction class. + Identifies the dependency property. + - - + - Removes a bar item from the collection. + Identifies the dependency property. + + - + - Initializes a new instance of the RemoveBarItemAction class. + Gets the collection of objects that are displayed in the Jump List. + The collection of objects displayed in the Jump List. + - - + - Removes a bar from the collection. + Gets or sets a value that indicates whether frequently used items are displayed in the Jump List. + true, if frequently used items are displayed in the Jump List; otherwise, false. The default is false. + + - + - Initializes a new instance of the RemoveBarAction class. + Gets or sets a value that indicates whether recently used items are displayed in the Jump List. + true, if recently used items are displayed in the Jump List; otherwise, false. The default is false. + - + - Inserts a bar item link to the item link collection of a target object (a bar, a menu, etc.). + The base class for classes capable of locating View objects. - + + - Initializes a new instance of the InsertBarItemLinkAction class. - + - - + - Returns the object being manipulated by the current action. - + - An object that is manipulated by the current action. - - + - Returns if the current object's settings are equal to the specified object's settings. - + - - An object whose settings are compared to the current object's settings. - - - true if current object's settings are equal to the specified object's settings; otherwise, false. - - + - Gets or sets the bar item link inserted at a specific position () within a target object's item link collection. -This is a dependency property. - + - A object inserted in the collection. - - + + - Identifies the dependency property. - - - [To be supplied] + Represents the base for classes containing information about specific data-aware grid elements. - - - - Inserts a bar item at a specific position within the collection. - + - Initializes a new instance of the InsertBarItemAction class. + Initializes a new instance of the DataObjectBase class with default settings. - + - Gets the value of the attached property for the specified object. + Adds the specified handler for the DataObjectBase.Reset event of the specified data object. + + - - An object whose ItemIndex property is to be returned. + + A specifying a data object whose Reset event should be handled. + - The value of the attached property for the specified object. - + + A method specifying an event handler for the data object. - - - - Returns the object being manipulated by the current action. - - - An object that is manipulated by the current action. - + - + - Returns if the current object's settings are equal to the specified object's settings. + Occurs when the contents of the DataObjectBase are changed. - - An object whose settings are compared to the current object's settings. - - - true if current object's settings are equal to the specified object's settings; otherwise, false. - - + - Gets or sets the bar item inserted in the collection. - -This is a dependency property. + Gets or sets the content data object. - A object inserted in the collection. + A class descendant. - + - Gets or sets the index at which an item is inserted in the collection. This is an attached property. + Identifies the attached property. - An integer value that specifies the index at which an item is inserted in the collection. - + - + - Identifies the dependency property. + Gets the value of the attached property for a specified . - [To be supplied] + + The element from which the property value is read. + + + The property value for the element. + - + - Identifies the dependency property. + Gets the value of the attached property for a specified . - [To be supplied] + + The element from which the property value is read. + + + The property value for the element. + - + - Sets the value of the attached property for the specified object. + Gets the value of the attached property for a specified . - - An object whose ItemIndex property is to be set. - - - - The value to be assigned to the attached property for the specified object. + + The element from which the property value is read. + The property value for the element. + - - + - Inserts a bar at a specific position within the collection. + Gets or sets a value indicating whether it is necessary to raise the DataObjectBase.Reset event. + + true to raise the Reset event; otherwise, false. + + - + - Initializes a new instance of the InsertBarAction class. + Identifies the attached property. + - + - Gets or sets the bar inserted in the collection. - + Occurs when a property value changes. - A object inserted in the collection. - - - + - Gets or sets the index at which a bar is inserted in the collection. This is an attached property. + Raises the DataObjectBase.Reset events for the current DataObjectBase and all its child data objects. + - An integer value that specifies the index at which a bar is inserted in the collection. - - - + - Identifies the dependency property. + Gets or sets a value indicating whether it is necessary to raise the DataObjectBase.Reset event when the current data object is loaded. + + - [To be supplied] + true to raise the Reset event when the data object is loaded; otherwise, false. + - + - Identifies the dependency property. + Identifies the attached property. - [To be supplied] + - + - Gets the value of the attached property for the specified object. + Removes the specified handler from the DataObjectBase.Reset event of the specified data object. + - - An object whose BarIndex property's value is to be returned. + + A , which specifies a data object whose Reset event handler should be removed. + + + + A method, which specifies an event handler to be removed. - An integer value that specifies the value of the attached property for the specified object. - - + - Returns the object being manipulated by the current action. + Identifies the DataObjectBase.Reset event. - An object that is manipulated by the current action. - + - + - Returns if the current object's settings are equal to the specified object's settings. + Sets the value of the attached property to a specified . + - - An object whose settings are compared to the current object's settings. + + The element to which the attached property is written. + + + + The required value. - true if current object's settings are equal to the specified object's settings; otherwise, false. - - + - Sets the value of the attached property for the specified object. + Sets the value of the attached property to a specified . + + - - An object whose BarIndex property is to be set. + + The element to which the attached property is written. - An integer value that specifies the value to be assigned to the property. + The required value. - - - - Creates four s at the four edges of the window, allowing you to dock bars to the window. - - - - - + - Initializes a new instance of the CreateStandardLayoutAction class. - - + Sets the value of the attached property to a specified . - - - - Gets or sets whether a dock container at the bottom edge must be created. -This is a dependency property. - true if a dock container at the bottom edge must be created; otherwise, false. - + + The element to which the attached property is written. + + + The required value. - - - - Identifies the dependency property. - - - [To be supplied] + - - - Gets or sets whether a dock container at the left edge must be created. -This is a dependency property. - - - true if a dock container at the left edge must be created; otherwise, false. - - + - - - Identifies the dependency property. + Inserts a bar at a specific position within the collection and sets the flag for it. The action does nothing if a bar already exists with this flag enabled. - [To be supplied] - - + - Gets or sets whether a dock container at the right edge must be created. -This is a dependency property. + Initializes a new instance of the InsertStatusBarIfNotExistAction class. - true if a dock container at the right edge must be created; otherwise, false. - - + + - Identifies the dependency property. + Inserts a bar at a specific position within the collection and sets the flag for it. +The action does nothing if a bar already exists with this flag enabled. - [To be supplied] - - + - Gets or sets whether a dock container at the top edge must be created. -This is a dependency property. + Initializes a new instance of the InsertMainMenuIfNotExistAction class. - true if a dock container at the top edge must be created; otherwise, false. - - + + - Identifies the dependency property. + Represents a controller that loads bar customization actions from a DataTemplate object, and executes those applying to a . + - [To be supplied] - - + - Returns the object being manipulated by the current action. + Initializes a new instance of the TemplatedBarManagerController class. - An object that is manipulated by the current action. - - + - Returns if the current object's settings are equal to the specified object's settings. + Gets or sets a DataTemplate that defines a object storing bar customization actions. +This is a dependency property. - - An object whose settings are compared to the current object's settings. - - - true if current object's settings are equal to the specified object's settings; otherwise, false. - + A object that defines a object. + - + - Gets the current BarManager object. + Identifies the dependency property. - A object which manages bars. - + - + - Adds a bar item link to the link container (a bar, a menu, etc.). + Declares methods that are common to objects displaying bar item links. - + - Initializes a new instance of the AddBarItemLinkAction class. + Returns the links currently displayed by the link container. + A object that contains the links currently displayed by the link container. + - + - Returns if the current object's settings are equal to the specified object's settings. + Gets the default size of items' glyphs when the items are displayed in a container of the specified type. + - - An object whose settings are compared to the current object's settings. + + A LinkContainerType value that specifies the type of bar item container. - true if current object's settings are equal to the specified object's settings; otherwise, false. + A value. - + - Gets the index at which a bar item link is added to the target object (bar, menu, etc). This property is overridden, so the item link is always appended at the end of the item link collection. + Gets an enumerator used to iterate through bar item links. - An integer value that specifies the index at which an item link is added to the item link collection. - + An IEnumerator object. + - - + - Adds a bar item to the collection. + Gets the type of the parent object displaying bar item links. + A LinksHolderType enumerator value that specifies the type of the parent links holder. + + - + - Initializes a new instance of the AddBarItemAction class. - + + - + - Returns if the current object's settings are equal to the specified object's settings. + Gets whether other link containers have been merged with the current container. - - An object whose settings are compared to the current object's settings. + true if other link containers have been merged with the current container; otherwise, false. + - - true if current object's settings are equal to the specified object's settings; otherwise, false. - + + + + + + + - + - Gets the index at which a bar item is added to the collection. This property is overridden, so the item is always appended at the end of the bar item collection. + Gets the size of images used by bar item links owned by the current object. - An integer value that specifies the index at which an item is added to the bar item collection. + A value. - - + - Adds a bar to the collection. + Gets the collection of links owned by the current object. + A object. + + - + - Initializes a new instance of the AddBarAction class. + Adds the visible links from the specified link container onto the current link container. + + A object whose visible links are merged with the current link container. + + - + - Gets the index at which a bar is added to the collection. This property is overridden, so the bar is always appended at the end of the bar collection. + Gets the links currently displayed by the link container, including the links that have been merged with the container. - An integer value that specifies the index at which a bar is added to the bar collection. + A object that contains the links currently displayed by the link container. - - + - Defines the check box list appearance for a combo box editor's dropdown window. - + + + - + - Initializes a new instance of the CheckedComboBoxStyleSettings class with default settings. + This method is called before a bar item link is added to the current link holder. + + A object being added. + + - + - Indicates which buttons are displayed within an editor's popup. + This method is called before a bar item link is removed from the current link holder. - - A descendant that is the dropdown editor. + + A object being removed. - The value. - - - + - Defines the radio button list appearance for a combo box editor's dropdown window. + Gets or sets whether descriptions are displayed for links owned by the current container. + true if descriptions are displayed for links owned by the current container; otherwise, false. + + - + - Initializes a new instance of the RadioComboBoxStyleSettings class with default settings. + Removes the links of other link containers from the current link container. This method is in effect when other link containers have been merged with the current container. + - + - Indicates which buttons are displayed within an editor's popup. + Removes the links of the specified link container from the current link container. This method is in effect when the specified link container has been merged with the current container. + - - A descendant that is the dropdown editor. + + A object whose links must be removed from the current link container. - The value. - - + - Contains values that specify when the event occurs for a combo box editor. + Contains values that identify bar types. - + - The event occurs when the mouse button is pressed. + Identifies the bar, whose option is enabled. - + - The event occurs when the mouse pointer enters the boundaries of a list item. + Identifies a bar, whose and options are set to false. - + - The event occurs when the mouse button is released. + Identifies the bar, whose option is enabled. - + - Defines the appearance of a common item list for a combo box editor's dropdown window. + Represents a collection of categories. - + - Initializes a new instance of the ComboBoxStyleSettings class with default settings. + Initializes a new instance of the BarManagerCategoryCollection class. + + A object that will own the created collection. + - - + + - Lists values that specify a button's behavior. + Gets a category object that combines all bar items (even items that are explicitly assigned to other categories). + An AllItemsBarManagerCategory object that is a descendant of the class, that combines all bar items of the BarManager. + + + - + - Represents the repeat button. The event is repeatedly fired until a button is released. + Provides access to categories by names. + + A string that specifies the name of the category to be returned. + + + A object with the specified name. + - + - Represents a simple button. The event is fired each time a button is clicked. + Gets a object that owns the current collection. + A object that owns the current collection. + - + - Represents a toggle button. Clicking a button toggles its state (pressed or released). + Gets a category object that combines all the bar items that are not assigned to any category. + A object that combines all the bar items that are not assigned to any category. + - + - Represents a button for a button editor. + An individual category. + - + - Initializes a new instance of the ButtonInfo class with default settings. + Initializes a new instance of the BarManagerCategory class. - + - Gets a value that specifies the button's behavior. This is a dependency property. + Gets or sets the category's display caption. - One of the enumeration values. + A string that specifies the category's display caption. - + Identifies the dependency property. - [To be supplied] + - + - Occurs when a button is clicked. + Gets the bar items that are associated with the current category. + A list of bar items associated with the current category. + - + - Gets or sets a command associated with the button. -This is a dependency property. + Gets or sets the category's name. +This is a dependency property. - An object implementing the interface that represents a command associated with the button. + A string that specifies the category's name. - + - Gets or sets a parameter to pass to the property. -This is a dependency property. + Identifies the dependency property. - An object that represents the parameter to pass to the command. - + - + - Identifies the dependency property. + Gets or sets whether the category is visible in the Customization Window at runtime. +This is a dependency property. - [To be supplied] + true if the category is visible in the Customization Window at runtime; otherwise, false. + - + Identifies the dependency property. - [To be supplied] + - + + - Gets or sets the element on which to execute the associated command. -This is a dependency property. + Represents a collection of actions that manipulate bar objects. - An object implementing the interface that represents the element on which to execute a command. - - - + - Identifies the dependency property. + Initializes a new instance of the BarManagerActionCollection class. - [To be supplied] + + A object that will own the created collection. + + - + - Gets or sets the button's content. This is a dependency property. + Gets the that owns the current collection. - An object that represents the button's content. - + A object that owns the current collection. - + - Identifies the dependency property. + Executes the actions in the current collection. - [To be supplied] - - - [To be supplied] - - [To be supplied] - + - - - [To be supplied] + Represents the base class for action objects, which manipulate bar objects. + - [To be supplied] - - + - Gets or sets the data template used to present the button's content. This is a dependency property. - + Initializes a new instance of the BarManagerControllerActionBase class. - A object that represents the template used to present the button's content. - - + - Identifies the dependency property. - + - [To be supplied] + - + - Gets or sets the type of the button's image. This is a dependency property. + Returns the object being manipulated by the current action. - A enumeration value that specifies the image type. - + An object that is manipulated by the current action. + - + - Identifies the dependency property. + Returns if the current object's settings are equal to the specified object's settings. - [To be supplied] + + An object whose settings are compared to the current object's settings. + + + true if current object's settings are equal to the specified object's settings; otherwise, false. + - + - Gets or sets whether the button is checked. This is a dependency property. + Gets the object that is customized by the current action. - true if the button is checked; false if the button is unchecked; otherwise, null (Nothing in Visual Basic). + A object customized by the current action. - + + - Identifies the dependency property. + Provides access to actions for a specific . - [To be supplied] - - - + - Serves as a base for classes that represent edit buttons. - + Initializes a new instance of the BarManagerActionContainer class. + - + - [To be supplied] + - [To be supplied] + + + - + - [To be supplied] + Provides access to the collection of actions. + - [To be supplied] + A object. + - + - Gets or sets when the event occurs. This is a dependency property. + Gets the object that owns the current object. - One of the enumeration values. + A object that owns the current object. - + - Identifies the dependency property. + Executes the actions stored in the current collection. - [To be supplied] - + + - Gets or sets the brush used to paint the foreground of ButtonEdit. This is a dependency property. + The base class for bar manager controllers. - A value. - - - + - Identifies the dependency property. - + - [To be supplied] - + - Gets whether the button is the default button. This is a dependency property. + Executes actions defined by the current controller. - true if the button is the default button; otherwise, false. - - + - Identifies the dependency property. - + - [To be supplied] + - + + - Gets or sets the button's alignment within a control. This is a dependency property. + Represents the base class for controllers that provide bar customization actions. - true to align the button to the editor's left edge; false to align the button to the editor's right edge. - - - + - Identifies the dependency property. + Initializes a new instance of the BarManagerController class. - [To be supplied] - + - [To be supplied] + Gets the container of actions that modify the bar structure of the associated . + - [To be supplied] + A object. + - + - [To be supplied] + Executes actions stored in the collection of the . + - [To be supplied] - + + - [To be supplied] + The base class for actions manipulating bar item links. + - [To be supplied] - - + - [To be supplied] + Initializes a new instance of the BarItemLinkActionBase class. + - [To be supplied] - + - [To be supplied] + Gets the value of the attached property for the specified object. + - [To be supplied] + + An object whose ItemLinkIndex property is to be returned. + + + An integer value that is the index of the current bar item link in the collection of bar item links. + - + - [To be supplied] + - [To be supplied] + + + + + + + + + + + + + - + - [To be supplied] + Returns the object being manipulated by the current action. + - [To be supplied] + An object that is manipulated by the current action. + - + - [To be supplied] + Gets the value of the attached property for the specified object. + - [To be supplied] + + An object whose Target property is to be returned. + + + A string that specifies the value of the Target property for the specified object. + - + - [To be supplied] + Gets the value of the attached property for the specified object. + - [To be supplied] + + An object whose TargetType property is to be returned. + + + A string that specifies the value of the TargetType property for the specified object. + - + - [To be supplied] + Returns if the current object's settings are equal to the specified object's settings. + - [To be supplied] + + An object whose settings are compared to the current object's settings. + + + true if current object's settings are equal to the specified object's settings; otherwise, false. + - + - [To be supplied] + Gets or sets the index of the current bar item link in the collection of bar item links in the Target object. +This is an attached property, which is in effect for and descendants when they act as actions (when they are added to the collection). + - [To be supplied] + An integer value that specifies the index of the current bar item link in the collection of bar item links in the Target object. + - + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + - + - Gets or sets a button's template. This is a dependency property. + Sets the value of the attached property for the specified object. - The template that defines the button's presentation and appearance. + + An object whose ItemLinkIndex property is to be set. + + + + A integer value that is the index of the current bar item link in the collection of bar item links. - + - + - Identifies the dependency property. + Sets the value of the attached property for the specified object. - [To be supplied] + + An object whose Target property is to be set. + + + The type of the target link container to be assigned to the Target attached property. - - - - [To be supplied] - + - + - Gets or sets the visibility of a button. This is a dependency property. + Sets the value of the attached property for the specified object. - A enumeration value that specifies the visibility of a button. - + + An object whose TargetType property is to be set. + + + The type of the target link container to be assigned to the TargetType attached property. - - - - Identifies the dependency property. - - - [To be supplied] + - - + - Lists values that specify when validation occurs. + Gets or sets the name of the target link container (a , or object) for a bar item link. +The Target property is in effect when the property is set to Other (default). +The Target property is an attached property, which is in effect for and descendants when they act as actions (when they are added to the collection). + The name of the target link container. + + - + - When an editor has focus, validation is performed when the Enter key is pressed. - + Identifies the dependency property. + - + - Validation is performed when an editor loses focus. + Gets or sets the type of the target link container (a , or object) for a bar item link. +The property is not in effect when the TargetType property is set to MainMenu or StatusBar. +The TargetType property is an attached property, which is in effect for and descendants when they act as actions (when they are added to the collection). + A value that specifies the type of link container to be returned. + - + - Validation is performed when inputting text into an editor's edit box. + Identifies the dependency property. + - + - Represents an individual list item. + The base class for actions manipulating bar items. - + - Initializes a new instance of the ComboBoxEditItem class with default settings. + Initializes a new instance of the BarItemActionBase class. - - + - A control container that supports the popup functionality. - + Returns the object being manipulated by the current action. + An object that is manipulated by the current action. + + - + - Initializes a new instance of the PopupControlContainer class. + Returns if the current object's settings are equal to the specified object's settings. + + An object whose settings are compared to the current object's settings. + + + true if current object's settings are equal to the specified object's settings; otherwise, false. + - + - Gets or sets whether the current PopupControlContainer should be closed after an end-user clicks its content. - + Gets or sets the index of the current bar item in a bar item collection. +This is a dependency property. - true, if the current PopupControlContainer should be closed after an end-user clicks its content; otherwise, false. - + An integer value that specifies the index of the current bar item in a bar item collection. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the content of the current PopupControlContainer object. + Gets or sets the name of the current bar item. This is a dependency property. - A UIElement that specifies the content of the current PopupControlContainer object. + A string that specifies the name of the current bar item. - + Identifies the dependency property. - [To be supplied] + - + - Represents the base class for popup controls. + The base class for actions affecting bar item links. - + - Initializes a new instance of the BarPopupBase class. + Initializes a new instance of the UpdateBarItemLinkActionBase class. - + - Closes the currently opened BarPopupBase object. + Returns if the current object's settings are equal to the specified object's settings. + + An object whose settings are compared to the current object's settings. + + + true if current object's settings are equal to the specified object's settings; otherwise, false. + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Gets or sets the name of the bar item link. +This is a dependency property. - A Double value. + A string that specifies the name of the bar item link. - + Identifies the dependency property. - [To be supplied] + - + + - Gets or sets whether the SystemParameters.MenuDropAlignment property value for the current popup is ignored. + The base class for actions manipulating objects. - true if the SystemParameters.MenuDropAlignment property value for the current popup is ignored; otherwise, false. - - - + - [To be supplied] + Initializes a new instance of the BarActionBase class. + - [To be supplied] - + - Gets or sets a that controls the display of the current BarPopupBase object. + Gets or sets the index of the current bar in a bar collection. +This is a dependency property. - A object that controls the display of the current BarPopupBase object. + An integer value that specifies the index of the current bar in a bar collection. - + - Fires when the BarPopupBase object is about to be opened. Allows you to cancel the operation. + Identifies the dependency property. + - + - Gets the owner for the current popup object. + Gets or sets the name of a bar. +This is a dependency property. - An owner for the current popup object. + A string that specifies the name of a bar. - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. This is a dependency property. + Identifies the dependency property. - - + - + - Identifies the dependency property. + Returns the object being manipulated by the current action. - + An object that is manipulated by the current action. - + - Displays a context menu associated with the specified element. + Returns if the current object's settings are equal to the specified object's settings. - - An object representing the element for which the menu is associated. + + An object whose settings are compared to the current object's settings. + true if current object's settings are equal to the specified object's settings; otherwise, false. + - + + - Displays the current BarPopupBase object relative to the specified UIElement. + For internal use. - - A UIElement object relative to which, the BarPopupBase object is displayed. - - - - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Initializes a new instance of the UpdateBarItemLinkAction class. - - - - - - - - - - + - Lists values that specify the response of an editor to an invalid value. + Returns if the current object's settings are equal to the specified object's settings. + + An object whose settings are compared to the current object's settings. - - - - This mode allows you to switch to another editor, and re-enter a value for this editor later. - - + + true if current object's settings are equal to the specified object's settings; otherwise, false. + - + - This mode locks the entire application until a correct value is entered. + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + - - + - Lists values that specify how the contents of a object are represented. + Identifies the dependency property. + + - + - The ToolbarListItem allows an end-user to control the visibility of bars. + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + - + - The ToolbarListItem allows an end-user to control the visibility of bar items within all available bars. + Identifies the dependency property. + - + - Represents a link to a object. + For internal use. - + - Initializes a new instance of the ToolbarListItemLink class. + Initializes a new instance of the UpdateBarItemAction class. - - + - Represents a check list of available toolbars (and optionally, check lists of bar item links owned by the bars), allowing an end-user to toggle the visibility of bars/links. + Returns if the current object's settings are equal to the specified object's settings. + + An object whose settings are compared to the current object's settings. - - - - Initializes a new instance of the ToolbarListItem class. - - + + true if current object's settings are equal to the specified object's settings; otherwise, false. + - + - Gets or sets how the contents of the ToolbarListItem object are represented. -This is a dependency property. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - A value that specifies how the contents of the ToolbarListItem object are represented. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the bar whose visibility is controlled by the ToolbarListItem. If this property is set to a bar, the ToolbarListItem displays only this bar. Otherwise, the ToolbarListItem provides access to all bars. -This is a dependency property. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - A object whose visibility is controlled by the ToolbarListItem. + - + Identifies the dependency property. - [To be supplied] + - + - Represents a link to a object. + For internal use. - + - Initializes a new instance of the BarSplitButtonItemLink class. + Initializes a new instance of the UpdateBarAction class. - + - Gets the setting of the corresponding bar item object. -This is a dependency property. + Returns if the current object's settings are equal to the specified object's settings. - The value of the setting. - - + + An object whose settings are compared to the current object's settings. - - - - Identifies the dependency property. - - - [To be supplied] + + true if current object's settings are equal to the specified object's settings; otherwise, false. + - + - Copies settings from the specified object to the current object. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - - A object whose settings are copied. - - + + - + - Gets whether the associated drop-down control is visible. + Identifies the dependency property. - true if the associated drop-down control is visible; otherwise, false. - + - + - Gets or sets the BarSplitButtonItemLink behavior when an end-user clicks an item within this BarSplitButtonItemLink's pop-up. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - A PopupItemClickBehaviour enumerator value that specifies the BarSplitButtonItemLink behavior when an end-user clicks an item within this BarSplitButtonItemLink's pop-up. + - + Identifies the dependency property. - - + - - - Gets the property's value of the corresponding bar item object. - - - The property's value of the corresponding bar item object. - - + - - - Gets or sets the Down Arrow button's position for the current link. -This is a dependency property. + Replaces a bar item link at a specific position within a target object (a bar, a menu, etc.) with another bar item link. - The Down Arrow button's position for the current link. - - - + - Identifies the dependency property. + Initializes a new instance of the SetBarItemLinkAction class. - [To be supplied] - + - Represents a bar button item supporting the drop-down functionality. + Replaces a bar item at a specific position within the collection with another bar item. - + - Initializes a new instance of the BarSplitButtonItem class. + Initializes a new instance of the SetBarItemAction class. - - - Gets or sets whether clicking the button opens the associated drop-down . -This is a dependency property. - - - true if clicking the button opens the associated drop-down ; otherwise, false. - - + - - - Identifies the dependency property. + Replaces a bar at a specific position within the collection with another bar. - [To be supplied] - - + - Gets or sets whether the Down Arrow button is displayed at the right or bottom edge of the main button. You can only set the ArrowAlignment option to Right or Down. -This is a dependency property. + Initializes a new instance of the SetBarAction class. - A Dock value that specifies the Down Arrow button's alignment. - - + + - Identifies the dependency property. + Removes a specific link from the bar item link collection of a target object (a bar, a menu, etc.). - [To be supplied] - - + - Gets or sets the BarSplitButtonItem behavior when an end-user clicks an item within this BarSplitButtonItem's pop-up. + Initializes a new instance of the RemoveBarItemLinkAction class. - A PopupItemClickBehaviour enumerator value that specifies the BarSplitButtonItem behavior when an end-user clicks an item within this BarSplitButtonItem's pop-up. - - + + - Identifies the dependency property. + Removes a bar item from the collection, and removes all links to this bar item from link holders (bars, submenus, menus, etc.). - - - - + - Gets or sets a drop-down control for the BarSplitButtonItem. + Initializes a new instance of the RemoveBarItemAndLinkAction class. - An IPopupControl object that represents a control displayed in the drop-down window. - - + - Provides data for the event. + Removes a bar item from the collection. - + - Initializes a new instance of the ValidationEventArgs class with the specified routed event, source, value and current culture. - - - + Initializes a new instance of the RemoveBarItemAction class. - - The routed event. - - - - An object that raised the event. - - - - A specifying the entered value. This object is assigned to the property. - - - - A object specifying the current culture. This object is assigned to the property. - - - - - Initializes a new instance of the ValidationEventArgs class with the specified settings. - - - - The routed event. - - - - An object that raised the event. - - - - A specifying the entered value. This value is assigned to the property. - - - - A object specifying the current culture. This value is assigned to the property. - - - - - - - + - - - Gets the culture related to the validation. + Removes a bar from the collection. - A object representing the related culture. - - - + - Gets or sets an object that describes the validation error. + Initializes a new instance of the RemoveBarAction class. - An object that represents the validation error's content. - - - - Gets or sets the error type. + + + Inserts a bar item link to the item link collection of a target object (a bar, a menu, etc.). - One of the enumeration values. - - - + - Gets or sets a value specifying whether the value is valid. - - + Initializes a new instance of the InsertBarItemLinkAction class. - true if the value is valid; otherwise, false. - - + - Displays an error within the editor. - + Returns the object being manipulated by the current action. - - An object that specifies the error content. - - - - - One of the enumeration values. - - + An object that is manipulated by the current action. + - + - Displays an error within the editor. + Returns if the current object's settings are equal to the specified object's settings. - - An object that specifies the error content. + + An object whose settings are compared to the current object's settings. + true if current object's settings are equal to the specified object's settings; otherwise, false. + - + - Gets the action that caused the validation. + Gets or sets the bar item link inserted at a specific position () within a target object's item link collection. +This is a dependency property. - A enumeration value. + A object inserted in the collection. - + - Gets the editor's value. + Identifies the dependency property. - An object that represents the editor's value entered by an end-user. - - + - + - Contains settings specific to a spin editor. + Inserts a bar item at a specific position within the collection. - + - Initializes a new instance of the SpinEditSettings class with default settings. + Initializes a new instance of the InsertBarItemAction class. - + - Gets or sets a value by which the editor's value changes each time the editor is spun. -This is a dependency property. + Gets the value of the attached property for the specified object. - A decimal value representing the increment for the spin editor. - + + An object whose ItemIndex property is to be returned. + + + The value of the attached property for the specified object. + - + - Identifies the dependency property. + Returns the object being manipulated by the current action. - [To be supplied] + An object that is manipulated by the current action. + - + - Gets or sets whether the editor's value is a float. -This is a dependency property. + Returns if the current object's settings are equal to the specified object's settings. - true if the editor's value is a float; false if the editor's value is an integer. - + + An object whose settings are compared to the current object's settings. + + + true if current object's settings are equal to the specified object's settings; otherwise, false. + - + - Identifies the dependency property. + Gets or sets the bar item inserted in the collection. + +This is a dependency property. - [To be supplied] + A object inserted in the collection. + - + - Gets or sets the editor's maximum value. This is a dependency property. + Gets or sets the index at which an item is inserted in the collection. This is an attached property. - A value that specifies the maximum allowed value. + An integer value that specifies the index at which an item is inserted in the collection. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the editor's minimum value. This is a dependency property. + Identifies the dependency property. - A value which represents the minimum allowed value. - + - + - Identifies the dependency property. + Sets the value of the attached property for the specified object. - [To be supplied] + + An object whose ItemIndex property is to be set. + + + + The value to be assigned to the attached property for the specified object. + + - + - Contains settings specific to a date editor. + Inserts a bar at a specific position within the collection. - + - Initializes a new instance of the DateEditSettings class with default settings. + Initializes a new instance of the InsertBarAction class. - + - Gets or sets the editor's maximum value. This is a dependency property. + Gets or sets the bar inserted in the collection. + - A value that specifies the maximum allowed date. + A object inserted in the collection. + - + - Identifies the dependency property. + Gets or sets the index at which a bar is inserted in the collection. This is an attached property. - [To be supplied] + An integer value that specifies the index at which a bar is inserted in the collection. + + - + - Gets or sets the editor's minimum value. This is a dependency property. + Identifies the dependency property. - A structure which represents the minimum allowed date. - + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether to display week numbers in the drop-down window. -This is a dependency property. + Gets the value of the attached property for the specified object. - true if the drop-down window displays week numbers; otherwise, false. - + + An object whose BarIndex property's value is to be returned. + + + An integer value that specifies the value of the attached property for the specified object. + - + - Identifies the dependency property. + Returns the object being manipulated by the current action. - [To be supplied] + An object that is manipulated by the current action. + - - + - Contains settings specific to a check editor. + Returns if the current object's settings are equal to the specified object's settings. + + An object whose settings are compared to the current object's settings. + + + true if current object's settings are equal to the specified object's settings; otherwise, false. + + - + - Initializes a new instance of the CheckEditSettings class with default settings. + Sets the value of the attached property for the specified object. + + An object whose BarIndex property is to be set. + + + + An integer value that specifies the value to be assigned to the property. + + - + + - Gets or sets a value that specifies when the editor's state changes. This is a dependency property. + Creates four s at the four edges of the window, allowing you to dock bars to the window. - One of the enumeration values. - - - + - Identifies the dependency property. + Initializes a new instance of the CreateStandardLayoutAction class. - [To be supplied] - + - Gets or sets the editor's content. This is a dependency property. + + + + + + + + + + + Gets or sets whether a dock container at the bottom edge must be created. +This is a dependency property. - An object that specifies the editor's content. + true if a dock container at the bottom edge must be created; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the template that defines the presentation of the editor's content, represented by the property. This is a dependency property. + Gets or sets whether a dock container at the left edge must be created. +This is a dependency property. - A object that represents the template which defines the presentation of the editor's content. - + true if a dock container at the left edge must be created; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets an object that chooses the editor's content template based on custom logic. -This is a dependency property. + Gets or sets whether a dock container at the right edge must be created. +This is a dependency property. - A descendant that applies a template based on custom logic. + true if a dock container at the right edge must be created; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether the check editor supports three check states. This is a dependency property. + Gets or sets whether a dock container at the top edge must be created. +This is a dependency property. - true if the check editor supports three check states; otherwise, false. + true if a dock container at the top edge must be created; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - [To be supplied] + Returns the object being manipulated by the current action. + - - [To be supplied] - - [To be supplied] + An object that is manipulated by the current action. + - - + - Represents a link to a object. + Returns if the current object's settings are equal to the specified object's settings. + + An object whose settings are compared to the current object's settings. + + + true if current object's settings are equal to the specified object's settings; otherwise, false. + + - + - Initializes a new instance of the LinkListItemLink class. + Gets the current BarManager object. + A object which manages bars. + - + - Allows an end-user to control the visibility of links in a collection. - + Adds a bar item link to the link container (a bar, a menu, etc.). - + - Initializes a new instance of the LinkListItem class. + Initializes a new instance of the AddBarItemLinkAction class. - + - Gets or sets the source of item links, whose visibility is controlled by the LinkListItem. -This is a dependency property. + Returns if the current object's settings are equal to the specified object's settings. - A object, which stores item links being tracked by the LinkListItem object. - + + An object whose settings are compared to the current object's settings. + + + true if current object's settings are equal to the specified object's settings; otherwise, false. + - + - Identifies the dependency property. + Gets the index at which a bar item link is added to the target object (bar, menu, etc). This property is overridden, so the item link is always appended at the end of the item link collection. - [To be supplied] + An integer value that specifies the index at which an item link is added to the item link collection. + - + - Represents a separator between item links. + Adds a bar item to the collection. - + - Initializes a new instance of the BarItemLinkSeparator class. + Initializes a new instance of the AddBarItemAction class. - - + - Represents a link to a object. + Returns if the current object's settings are equal to the specified object's settings. + + An object whose settings are compared to the current object's settings. - - - - Initializes a new instance of the BarLinkContainerItemLink class. - - + + true if current object's settings are equal to the specified object's settings; otherwise, false. + - + - Gets the item to which the current link refers. + Gets the index at which a bar item is added to the collection. This property is overridden, so the item is always appended at the end of the bar item collection. - A object to which the current link refers. + An integer value that specifies the index at which an item is added to the bar item collection. - + - Represents a container of bar item links. + Adds a bar to the collection. - + - Initializes a new instance of the BarLinkContainerItem class. + Initializes a new instance of the AddBarAction class. - + - Provides access to the collection of links owned by the current BarLinkContainerItem object. + Gets the index at which a bar is added to the collection. This property is overridden, so the bar is always appended at the end of the bar collection. - A object that specifies the collection of links owned by the current container. + An integer value that specifies the index at which a bar is added to the bar collection. - - - Gets or sets a collection of objects providing information to generate and initialize bar item links for the current BarLinkContainerItem container. + -This is a dependency property. + + Defines the check box list appearance for a combo box editor's dropdown window. - A source of objects to be visualized as bar items. - - - + - Gets or sets whether each reference to a data object in an for this BarLinkContainerItem should generate a unique , whether or not this data object was previously referenced. This is a dependency property. - + Initializes a new instance of the CheckedComboBoxStyleSettings class with default settings. - true, if each reference to a data object in an for this BarLinkContainerItem should generate a unique ; otherwise, false. The default is false. - - + - Identifies the dependency property. + Indicates which buttons are displayed within an editor's popup. - + + A descendant that is the dropdown editor. + + + The value. - + + - Identifies the dependency property. + Defines the radio button list appearance for a combo box editor's dropdown window. - [To be supplied] - - + - [To be supplied] + Initializes a new instance of the RadioComboBoxStyleSettings class with default settings. + - [To be supplied] - + - Gets or sets the style applied to a object defined as the 's content. - -This is a dependency property. + Indicates which buttons are displayed within an editor's popup. - A Style object providing corresponding style settings. - + + A descendant that is the dropdown editor. + + + The value. + - + + - Identifies the dependency property. + Contains values that specify when the event occurs for a combo box editor. - [To be supplied] - - + - Gets or sets the template used to visualize objects stored as elements in the collection. - - This is a dependency property. + The event occurs when the mouse button is pressed. - A DataTemplate object that specifies the corresponding template. - - + - Identifies the dependency property. + The event occurs when the mouse pointer enters the boundaries of a list item. - [To be supplied] - + - Gets or sets an object that chooses a template used to visualize objects stored as elements in the collection. This is a dependency property. + The event occurs when the mouse button is released. - A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. - - + + - Identifies the dependency property. + Defines the appearance of a common item list for a combo box editor's dropdown window. - [To be supplied] - - + - Gets or sets whether the current BarLinkContainerItem should be reused when restoring a layout. + Initializes a new instance of the ComboBoxStyleSettings class with default settings. - true, if the current BarLinkContainerItem should be reused when restoring a layout; otherwise, false. - - + + - Gets or sets whether a small or large image is used by bar item links displayed in the container. -This is a dependency property. + Lists values that specify a button's behavior. - A value that specifies the size of images for the container's items. - - - + - Identifies the dependency property. + Represents the repeat button. The event is repeatedly fired until a button is released. - [To be supplied] - - + - Contains values that specify how the contents of a 's link is resized. + Represents a simple button. The event is fired each time a button is clicked. + - + - Resizes a BarStaticItem's link, so its width matches that link's contents width. + Represents a toggle button. Clicking a button toggles its state (pressed or released). - + + - Resizes a specific BarStaticItem's link so that it consumes the largest possible area of a bar. - -To allow the bar to be stretched to the bar container's width, set the property to true. - + Represents a button for a button editor. + - - + - Doesn't apply the auto-size feature for a bar item link. The item link's width is specified by the property. + Initializes a new instance of the ButtonInfo class with default settings. - - + - Represents the base class for link containers. + Gets a value that specifies the button's behavior. This is a dependency property. + One of the enumeration values. + + - + - Initializes a new instance of the BarItemLinkHolderBase class. + Identifies the dependency property. + - + - Provides access to the collection of links owned by the current container. + Occurs when a button is clicked. - A object that specifies the collection of links owned by the current container. - - + - Gets or sets an object that provides information to generate and initialize item links for this BarItemLinkHolderBase. This is a dependency property. + Gets or sets a command associated with the button. +This is a dependency property. - An Object that provides information to generate and initialize item links for this BarItemLinkHolderBase. + An object implementing the interface that represents a command associated with the button. - + - Gets or sets whether each reference to a data object in an for this BarItemLinkHolderBase should generate a unique , whether or not this data object was previously referenced. This is a dependency property. - + Gets or sets a parameter to pass to the property. +This is a dependency property. - true if each reference to a data object in an for this BarItemLinkHolderBase should generate a unique ; otherwise, false. The default is false. + An object that represents the parameter to pass to the command. - + Identifies the dependency property. - - + - + Identifies the dependency property. - [To be supplied] - - - - - - [To be supplied] - - [To be supplied] + - + - Gets or sets the style applied to a object defined as the 's content. + Gets or sets the element on which to execute the associated command. This is a dependency property. - A Style object providing corresponding style settings. + An object implementing the interface that represents the element on which to execute a command. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the template used to visualize elements stored in the collection. - This is a dependency property. + Gets or sets the button's content. This is a dependency property. - A DataTemplate object that specifies the corresponding template. + An object that represents the button's content. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets an object that chooses a template used to visualize objects stored as elements in the collection. This is a dependency property. + Gets or sets the template that is used to render the button contents in optimized mode. This is a dependency property. - A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. + A object. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the current . -This is a dependency property. + Gets or sets the data template used to present the button's content. This is a dependency property. + - A object that refers to the current bar manager. + A object that represents the template used to present the button's content. - + - Gets or sets whether the current BarItemLinkHolderBase should be reused when restoring a layout. + Identifies the dependency property. - true, if the current BarItemLinkHolderBase should be reused when restoring a layout; otherwise, false. - + - + - Gets or sets the BarItemLinkHolderBase object name used in Save/Restore Layout feature. This is a dependency property. - + Gets or sets the type of the button's image. This is a dependency property. - A String value that is the BarItemLinkHolderBase object name used in Save/Restore Layout feature. - + A enumeration value that specifies the image type. - + Identifies the dependency property. - - + - + - Gets or sets whether the current container is visible. -This is a dependency property. + Gets or sets whether the button is checked. This is a dependency property. - true if the current container is visible; otherwise, false. + true if the button is checked; false if the button is unchecked; otherwise, null (Nothing in Visual Basic). - + Identifies the dependency property. - [To be supplied] + - + - Contains settings specific to a text editor. + Serves as a base for classes that represent edit buttons. + - + - Initializes a new instance of the TextEditSettings class with default settings. + Gets the actual button margins. This is a dependency property. + + A value that is the actual button margins. + + - + - Gets or sets whether an end-user can insert return characters into a text. This is a dependency property. + Identifies the dependency property. - true to allow return characters to be accepted and processed by the editor; otherwise, false. + + + + + + + Gets or sets when the event occurs. This is a dependency property. + + + One of the enumeration values. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether or not a value can be spinned via the mouse wheel. This is a dependency property. + Gets or sets the brush used to paint the foreground of ButtonEdit. This is a dependency property. - true if a value can be spinned via the mouse wheel; otherwise, false. + A value. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the character casing applied to the editor's content. This is a dependency property. + Gets whether the button is the default button. This is a dependency property. - A enumeration value specifying the character casing applied. + true if the button is the default button; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets a template that defines the in-place button editor's presentation when the editor is active, but its text field is not editable. This is a dependency property. + Gets or sets the button's alignment within a control. This is a dependency property. - A object representing the editor's template. + true to align the button to the editor's left edge; false to align the button to the editor's right edge. - + Identifies the dependency property. - [To be supplied] + - + - Returns the display representation of the specified value. - + Gets or sets whether the cursor is hovering the button. This is a dependency property. - - An object representing the value to be formatted. - - - A string value representing the formatted textual representation of the specified value. - + true, if the cursor is hovering the button; otherwise, false. + - + - Gets the highlighted text. This member supports the internal infrastructure and is not intended to be used directly from your code. + Identifies the dependency property. - A value that specifies the highlighted text. - + - + - Gets the filter condition (comparison operator) used to highlight the text. + Gets or sets whether the button is pressed. This is a dependency property. - A enumeration value that specifies the filter condition. + true if the button is pressed; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Identifies the dependency property. + Gets or sets a value that specifies button margins. This is a dependency property. - [To be supplied] + A value that stores button margins. + - + - Gets or sets a mask expression. This is a dependency property. + Gets or sets a value that specifies button margin corrections. This is a dependency property. + - A string representing a mask expression. + A value that stores button margin corrections. + - + - Gets or sets the automatic completion mode used by the editor in the RegEx mask mode. This is a dependency property. + Identifies the dependency property. - One of the enumeration values. - + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether an editor beeps when an end-user tries to enter an invalid character. This is a dependency property. + Specifies whether the event is raised when the edit mode is set to InplaceInactive. This is a dependency property. - true if the editor sounds a beep when an end-user tries to enter an invalid character; otherwise, false. + true to raise the Click event in the InplaceInactive mode; otherwise, false. - + - Identifies the dependency property. + Identifies the attached property. - [To be supplied] + - + - Gets or sets the culture whose settings are used by masks. This is a dependency property. + Gets or sets the template that is used to render the button contents in optimized mode. This is a dependency property. - A object whose settings are used by masks. + A object. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether the editor can lose focus when a value hasn't been entered, for the Simple, Regular and RegEx mask types. This is a dependency property. + Gets or sets a button's template. This is a dependency property. - true if the editor can lose focus when a value has not been entered; otherwise, false. + The template that defines the button's presentation and appearance. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the character used as the placeholder in a masked editor, for the Simple, Regular and RegEx mask types. This is a dependency property. + + + + + + + + Gets or sets the visibility of a button. This is a dependency property. - The character used as the placeholder in a masked editor. + A enumeration value that specifies the visibility of a button. - + Identifies the dependency property. - [To be supplied] + - + + - Identifies the dependency property. + Lists values that specify when validation occurs. - [To be supplied] - - + - Gets or sets whether constantly displayed mask characters (literals) are included in an editor's value, for the Simple and Regular mask types. This is a dependency property. + When an editor has focus, validation is performed when the Enter key is pressed. - true if the constantly displayed mask characters are included in an editor's value; otherwise, false. - - + - Identifies the dependency property. + Validation is performed when an editor loses focus. - [To be supplied] - + - Gets or sets whether placeholders are displayed in a masked editor, for the RegEx mask type. This is a dependency property. + Validation is performed when inputting text into an editor's edit box. - true to display placeholders in a masked editor; otherwise false. - - + + - Identifies the dependency property. + Represents an individual list item. - [To be supplied] - - + - Gets or sets the mask type. This is a dependency property. + Initializes a new instance of the ComboBoxEditItem class with default settings. - One of the enumeration values. - - + + - Identifies the dependency property. + A control container that supports the popup functionality. + + + + + + + + Initializes a new instance of the PopupControlContainer class. - [To be supplied] - + - Gets or sets whether display values are still formatted using the mask when the editor is not focused. This is a dependency property. + Gets or sets whether the current PopupControlContainer should be closed after an end-user clicks its content. + - true if the mask settings are used to format display values when the editor is not focused; false if the settings specified by the property are used. + true, if the current PopupControlContainer should be closed after an end-user clicks its content; otherwise, false. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the maximum number of characters an end-user can enter into the editor. This is a dependency property. + Gets or sets the content of the current PopupControlContainer object. +This is a dependency property. - A positive integer specifying the maximum number of characters an end-user can enter. 0 to disable the text length limit. + A UIElement that specifies the content of the current PopupControlContainer object. - + Identifies the dependency property. - [To be supplied] + - + + - Gets or sets whether a cell's value is automatically wrapped when it is printed. This is a dependency property. + Represents the base class for popup controls. + + + + + + Initializes a new instance of the BarPopupBase class. - true to enable text wrapping when printing; otherwise, false. - - + - Identifies the dependency property. + Closes the currently opened BarPopupBase object. - [To be supplied] - + - Gets or sets whether to invoke a tooltip for the editor whose content is trimmed. -This is a dependency property. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - true if a tooltip should be displayed; otherwise, false. + A Double value. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets a value that specifies the text decorations that are applied to the editor's content. This is a dependency property. + Gets or sets whether the SystemParameters.MenuDropAlignment property value for the current popup is ignored. - A object that contains text decorations that are applied to the editor's content. + true if the SystemParameters.MenuDropAlignment property value for the current popup is ignored; otherwise, false. - + - Identifies the dependency property. - + - [To be supplied] + - + - Gets or sets the text trimming behavior. -This is a dependency property. + Fires when the BarPopupBase object is about to be opened. Allows you to cancel the operation. - One of the enumeration values. - - + - Identifies the dependency property. + Gets the owner for the current popup object. - [To be supplied] + An owner for the current popup object. + - + - Gets or sets whether the text wraps when it reaches the edge of the text box. This is a dependency property. + Displays a context menu associated with the specified element. - One of the enumeration values. - + + An object representing the element for which the menu is associated. + + - + - Identifies the dependency property. + Displays the current BarPopupBase object relative to the specified UIElement. - [To be supplied] + + A UIElement object relative to which, the BarPopupBase object is displayed. + + - + - Gets or sets the data template used to display the content of a tooltip invoked for the editor whose text is trimmed. This is a dependency property. + This member supports the internal infrastructure, and is not intended to be used directly from your code. - A object, which is the template that defines the tooltip's content. + + - + + + + + - + + - Identifies the dependency property. + Provides functionality to locate Views by their type names. - [To be supplied] - - + - Gets or sets whether the edit value should be validated when pressing the ENTER key. This is a dependency property. + Creates a ViewLocator capable of locating Views within assemblies specified by an enumerator. - true to validate the edit value after the ENTER key has been pressed; otherwise, false. - + + Assemblies where the ViewLocator will search for Views. + + - + - Identifies the dependency property. + Creates a ViewLocator capable of locating Views within the current assembly. - [To be supplied] + + An Application object that identifies the assembly where the ViewLocator will search for Views. + + - + - Gets or sets whether the edit value should be validated while typing within the editor's text box. This is a dependency property. + Creates a ViewLocator capable of locating Views within the specified assemblies. - true to validate the edit value while an end-user types text within the editor's text box; otherwise, false. - + + An array of assemblies where the ViewLocator will search for Views. + + - + - Identifies the dependency property. + Specifies the default object implementing the interface. - [To be supplied] + An object implementing the interface. + - + - Serves as a base for classes that contain settings specific to popup editors (e.g. , ). + Lists values that specify the response of an editor to an invalid value. - + - Initializes a new instance of the PopupBaseEditSettings class with default settings. + This mode allows you to switch to another editor, and re-enter a value for this editor later. - + - Gets or sets whether the dropdown's size is shared between multiple popup editors created from the PopupBaseEditSettings class. This is a dependency property. + This mode locks the entire application until a correct value is entered. - true to share the dropdown's size between multiple popup editors; otherwise, false. - - + + - Identifies the dependency property. + Lists the values that specify the value type used by the conditional formatting. - [To be supplied] - - + - Gets or sets the template that defines the presentation of the popup window's bottom area. This is a dependency property. + The threshold type is number. - A object that is the element's template. - - + - Identifies the dependency property. + The threshold type is percentage. - [To be supplied] - + + - Gets or sets a template that presents the popup window's content. + The base class for controls that display barcodes. - A object that presents the popup window's content. - - - + - Identifies the dependency property. + Initializes a new instance of the BarCodePropertyProvider class with the specified owner. - [To be supplied] + + A object. + + - + - Gets or sets which buttons are displayed within the editor's drop-down. This is a dependency property. + Gets or sets whether a check character should be calculated and added to the barcode data. - A enumeration value that specifies which buttons are displayed within the editor's drop-down. + true to add a check character; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the popup window's height. + Gets or sets the charset type for the barcode. This is a dependency property. - A value that specifies the popup window's height. - + A enumeration value that specifies a charset to be used. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the popup window's maximum height. + Gets or sets the number of barcode columns, which allows control of the logic width of the barcode. This is a dependency property. - A value that specifies the popup window's maximum height. - + An integer, specifying the logic width of the barcode. The default is 1. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the popup window's maximum width. + Gets or sets whether textual information or a byte array should be used as the barcode's data, as well as its encoding. This is a dependency property. - A value that specifies the popup window's maximum width. + A enumeration value. The default is DataMatrixCompactionMode.ASCII. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the popup window's minimum height. + Specifies the symbol (or set of symbols) in the barcode's text that will be replaced with the FNC1 functional character when the bars are drawn. This is a dependency property. - A value that specifies the popup window's minimum height. + A value specifying the symbols to be replaced. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the popup window's minimum width. + Specifies whether or not parentheses should be included in the barcode's text. This is a dependency property. - A value that specifies the pop-up window's minimum width. - + true to insert parentheses into the barcode's printed text; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the template that defines the presentation of the top area within an editor's dropdown. + Gets or sets the barcode matrix size. This is a dependency property. - A object that defines the presentation of the top area within an editor's dropdown. + A enumeration value. The default is DataMatrixSize.MatrixAuto. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the popup window's width. + Gets or sets the checksum type for the barcode. - A value that specifies the popup window's width. + An enumeration value which represents the checksum type. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether to show the size grip within the editor's drop-down. + Gets or sets the mode used for data encoding in the PDF417 Code. This is a dependency property. - A value that specifies whether to show the size grip within the editor's drop-down. + A enumeration member that specifies the encoding algorithm. - + Identifies the dependency property. - [To be supplied] + - - + - Contains settings specific to a combobox editor. + Gets or sets the amount of redundancy built into the barcode's coding to compensate for calculation errors. This is a dependency property. + An enumeration value specifying the error correction level. + + - + - Initializes a new instance of the ComboBoxEditSettings class with default settings. - + Identifies the dependency property. + - + - Gets a collection of objects that define the appearance of each level of groups. + Gets or sets the mode for data encoding in the QR code. This is a dependency property. - One or more objects. + A enumeration member that specifies the data compaction mode. - + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + - - + - Contains settings specific to a button editor. + Gets or sets the amount of redundancy built into the barcode's coding, to compensate for calculation errors. This is a dependency property. + A enumeration value. + + - + - Initializes a new instance of the ButtonEditSettings class with default settings. + Identifies the dependency property. + - + - Gets or sets whether the editor's default button is displayed. This is a dependency property. + Gets or sets the number of barcode rows, which allows control of the logic height of the barcode. This is a dependency property. - true to display the editor's default button; otherwise, false. + An integer value that is the logic height of the barcode. - + Identifies the dependency property. - [To be supplied] + - + - Returns the collection of buttons. + Gets or sets the number of data segments per row in the Expanded Stacked type of a GS1 DataBar barcode. This is a dependency property. - The collection of descendants that represents the editor's buttons. - + An integer value specifying the number of data segments per row. - + - Occurs when an editor's default button is clicked. + Identifies the dependency property. + - + - Gets or sets whether an end-user is allowed to edit the text within the editor's edit box. This is a dependency property. + Gets or sets the first (start) and last (stop) symbols used to code the codabar barcode's structure. This is a dependency property. - true to allow an end-user to edit the text displayed within the edit box; otherwise, false. + A enumeration value that specifies the pair of start and stop symbols used. The default value is . - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the position of the button used to clear an editor's value. This is a dependency property. + Gets or sets whether the right-hand side of the PDF417 Code symbol is truncated to create a compact code. This is a dependency property. - A enumeration value that specifies the button's position. + true to create a compact barcode; otherwise, false. The default is false. - + Identifies the dependency property. - [To be supplied] - - - - + - - Serves as the base class for the editor settings classes that define the behavior of editors allowing data input. - - - + - Gets or sets whether end-users can set the editor's value to a null reference by pressing the CTRL+DEL or CTRL+0 key combinations. This is a dependency property. + Gets or sets the symbol type of the GS1 DataBar family. This is a dependency property. - true to allow null input by pressing the CTRL+DEL or CTRL+0 key combinations; otherwise, false. + A enumeration member specifying the symbol type. - + Identifies the dependency property. - [To be supplied] + - + - Assigns the editor settings to the specified editor. + Gets or sets the barcode's size. This is a dependency property. - - A class descendant that represents the target editor. - - - - true to assign the current editor's settings to the target editor; otherwise, false. - - - - An object implementing the interface, containing editor settings (e.g. ). - - + A enumeration value. The default is . + - + - Assigns the editor settings to the specified editor. + Identifies the dependency property. - - A class descendant that represents the target editor. - - - - true to assign the current editor's settings to the target editor; otherwise, false. - - - - An object implementing the interface, containing editor settings (e.g. ). + - - - true to assign all settings; false to assign only those settings that have been changed. - + + + + Gets or sets the wide bar to narrow bar ratio. This is a dependency property. + + + A System.Single value that specifies the density of barcode bars. + - + - Starts the BaseEditSettings's initialization. Initialization occurs at runtime. + Identifies the dependency property. + - + - [To be supplied] + Gets or sets the height-to-width ratio of a logical unit's graphic representation. This is a dependency property. + - - [To be supplied] - - [To be supplied] + A System.Single value specifying the height-to-width ratio of a logical unit's graphic representation. + - + - [To be supplied] + Identifies the dependency property. + - - [To be supplied] - - - [To be supplied] - - [To be supplied] + - + + - [To be supplied] + Allows you to display various barcodes. + + + + + + + Initializes a new instance of the BarCodeEdit class with default settings. + - - [To be supplied] - - - [To be supplied] - - - [To be supplied] - - [To be supplied] - + - Gets or sets whether to disable excessive updates when the editor is used within a data-aware control (e.g. DXGrid) and it is inactive. + Gets or sets a value that specifies whether the property value should be calculated automatically based upon the barcode's size. This is a dependency property. - true to disable excessive updates; otherwise, false. + true, if the barcode's module is calculated automatically; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the pattern used to format the editor's value for display purposes. This is a dependency property. + Gets or sets the byte array to be coded into the PDF417 or ECC200 barcode. This is a dependency property. - A value that is the format pattern. - + An array of System.Byte values to be coded using the barcode's symbology. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets a converter used to provide the editor's display value. This is a dependency property. + Gets or sets the text's horizontal alignment. This is a dependency property. - An object that implements the interface. + A value that specifies the text's horizontal alignment. - + Identifies the dependency property. - [To be supplied] + - + - Ends the BaseEditSettings's initialization. + Gets or sets the width of the narrowest bar or space, in pixels. This is a dependency property. + The width of the narrowest bar or space, in pixels. + - + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + - + - [To be supplied] + Called after the template is completely generated and attached to the visual tree. + - [To be supplied] - + - Returns the display representation of the specified value. + Gets or sets whether the shows the text. + + + true, if the text is displayed; otherwise, false. + + + + + + Identifies the dependency property. - - An object that represents the value to format. + - - - true to apply formatting specified by the property; otherwise, false. + + + + Gets or sets the symbology (code type) for the barcode. + + + A class descendant that defines the symbology for the current BarCodeEdit. + - - A value that represents the specified value formatted for display purposes. - + + + + Gets or sets the text's vertical alignment. This is a dependency property. + + + A value that specifies the text's vertical alignment. + - + - Returns the display representation of the specified value. + Identifies the dependency property. - - An object that represents the value to be formatted. + - - A value that represents the specified value formatted for display purposes. - + + + + + Lists values that specify how the contents of a object are represented. + + - + - For internal use only. + The ToolbarListItem allows an end-user to control the visibility of bars. - + - Gets or sets the horizontal alignment of an editor's contents. + The ToolbarListItem allows an end-user to control the visibility of bar items within all available bars. - An enumeration member. - - + + - Identifies the dependency property. + Represents a link to a object. - [To be supplied] - - + - Gets or sets the editor's maximum width. This is a dependency property. + Initializes a new instance of the ToolbarListItemLink class. - A value that specifies the editor's maximum width. - - + + - Identifies the dependency property. + Represents a check list of available toolbars (and optionally, check lists of bar item links owned by the bars), allowing an end-user to toggle the visibility of bars/links. + + + + + + + Initializes a new instance of the ToolbarListItem class. - [To be supplied] - + - Gets or sets the text displayed within the edit box when the editor's value is null. This is a dependency property. + Gets or sets how the contents of the ToolbarListItem object are represented. +This is a dependency property. - A value that specifies the string displayed within the edit box when the property is set to null or value. + A value that specifies how the contents of the ToolbarListItem object are represented. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets a null value for the editor. This is a dependency property. + Gets or sets the bar whose visibility is controlled by the ToolbarListItem. If this property is set to a bar, the ToolbarListItem displays only this bar. Otherwise, the ToolbarListItem provides access to all bars. +This is a dependency property. - An object that represents the null value. + A object whose visibility is controlled by the ToolbarListItem. - + Identifies the dependency property. - [To be supplied] + - + + - For internal use only. + Represents a link to a object. - - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Initializes a new instance of the BarSplitButtonItemLink class. - - - + - Identifies the dependency property. + Gets the setting of the corresponding bar item object. +This is a dependency property. - [To be supplied] + The value of the setting. + - + - Gets or sets an object that defines an editor's appearance and behavior. This is a dependency property. + Identifies the dependency property. - A descendant hat defines the editor's appearance and behavior. - + - + - Identifies the dependency property. + Copies settings from the specified object to the current object. - [To be supplied] + + A object whose settings are copied. + + - + - Gets or sets the vertical alignment of the editor's contents. + Gets whether the associated drop-down control is visible. - One of the enumeration values. + true if the associated drop-down control is visible; otherwise, false. - + - Identifies the dependency property. + Gets or sets the BarSplitButtonItemLink behavior when an end-user clicks an item within this BarSplitButtonItemLink's pop-up. - [To be supplied] + A enumerator value that specifies the BarSplitButtonItemLink behavior when an end-user clicks an item within this BarSplitButtonItemLink's pop-up. + - - + - Contains values that control the size of glyphs in bar item links. + Identifies the dependency property. + + + - + - The size of a bar item's image is dependent on the settings of the bar item's container (bar or popup menu) or the object. -See the following options: , , , , . + Gets the property's value of the corresponding bar item object. + The property's value of the corresponding bar item object. + - + - A bar item is using a large image specified by the property. + Gets or sets the Down Arrow button's position for the current link. +This is a dependency property. + The Down Arrow button's position for the current link. + - + - A bar item is using a small image specified by the property. + Identifies the dependency property. + - + - Contains values that specify how item links are displayed on-screen. + Represents a bar button item supporting the drop-down functionality. - + - A link is represented on-screen using the item's . + Initializes a new instance of the BarSplitButtonItem class. - + - A link is represented on-screen using the item's and glyph ( or ). + Gets or sets whether the Down Arrow button is visually merged with the main button and the associated dropdown is invoked on clicking this merged button. +This is a dependency property. + true, if the Down Arrow button is visually merged with the main button and the associated dropdown is invoked on clicking this merged button; otherwise, false. +The default is false. + - + - A link is represented on-screen using default settings, and this is dependant on the position where the link is displayed (in a bar or menu). + Identifies the dependency property. + - - + - Contains values that identify the type of bar containers. + Gets or sets whether the Down Arrow button is displayed at the right or bottom edge of the main button. You can only set the ArrowAlignment option to Right or Bottom. +This is a dependency property. + A Dock value that specifies the Down Arrow button's alignment. + + - + - Identifies the bar container that is designed to display bars at the bottom of the window. + Identifies the dependency property. + - + - Identifies a floating bar container, used to display floating bars. + Gets or sets the index of the sector displaying the first sub-menu's item in a . This is a dependency property. + An integer value that specifies the index of the sector displaying the first sub-menu's item in a . The default is 0. + - + - Identifies the bar container that is designed to display bars at the left of the window. + Identifies the dependency property. + - + - Identifies a bar container that can be freely docked and positioned within the form, and that can be horizontal or vertical. Use the property to change the orientation of these containers. + Gets or sets the BarSplitButtonItem behavior when an end-user clicks an item within this BarSplitButtonItem's pop-up. + A enumerator value that specifies the BarSplitButtonItem behavior when an end-user clicks an item within this BarSplitButtonItem's pop-up. + - + - Identifies the bar container that is designed to display bars at the right of the window. + Identifies the dependency property. + + - + - Identifies the bar container that is designed to display bars at the top of the window. + Gets or sets a drop-down control for the BarSplitButtonItem. + An IPopupControl object that represents a control displayed in the drop-down window. + - + - Contains information on the dock position of a bar. + Provides data for the event. - + - Initializes a new instance of the BarDockInfo class. + Initializes a new instance of the ValidationEventArgs class with the specified routed event, source, value and current culture. + + + + + The routed event. + + + + An object that raised the event. + + + + A specifying the entered value. This object is assigned to the property. + + + + A object specifying the current culture. This object is assigned to the property. + + - + - Initializes a new instance of the BarDockInfo class with the specified bar. + Initializes a new instance of the ValidationEventArgs class with the specified settings. - - A object which owns the created object. + + The routed event. + + + + An object that raised the event. + + + + A specifying the entered value. This value is assigned to the property. + + + + A object specifying the current culture. This value is assigned to the property. + + + + - + - Gets or sets a bar that owns the current object. -This is a dependency property. + Gets the culture related to the validation. - A that owns the current object. + A object representing the related culture. - + - Identifies the dependency property. + Gets or sets an object that describes the validation error. - [To be supplied] + An object that represents the validation error's content. + - + - Gets the rectangle occupied by the bar. + Gets or sets the error type. + - A structure that specifies the rectangle occupied by the bar. + One of the enumeration values. - + - Gets or sets the bar's zero-based column index, which defines the bar's horizontal position among other bars displayed in the same row. -This is a dependency property. + Gets or sets a value specifying whether the value is valid. + + - A zero-based integer value that specifies the bar's zero-based column index. + true if the value is valid; otherwise, false. - + - Identifies the dependency property. + Displays an error within the editor. + - [To be supplied] + + An object that specifies the error content. + + + + + One of the enumeration values. + + - + - Gets or sets the container that displays the current bar. -This is a dependency property. + Displays an error within the editor. - A that displays the current bar. - + + An object that specifies the error content. + + - + - Gets or sets the name of the container that displays the current bar. -This is a dependency property. + Gets the action that caused the validation. - A string that specifies the name of the container that displays the current bar + A enumeration value. - + - Identifies the dependency property. + Gets the editor's value. - [To be supplied] + An object that represents the editor's value entered by an end-user. + + - + + - Identifies the dependency property. + Contains settings specific to a spin editor. - [To be supplied] - - + - Gets or sets the type of container that displays the current bar. This value matches the property. -This is a dependency property. + Initializes a new instance of the SpinEditSettings class with default settings. - A BarContainerType value that specifies the type of container that displays the current bar. - - + - Fires in response to changing the property's value. - + Gets or sets a value by which the editor's value changes each time the editor is spun. +This is a dependency property. + A decimal value representing the increment for the spin editor. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the offset of the bar when it's in the floating state. + Gets or sets whether the editor's value is a float. This is a dependency property. - A Point structure that specifies the offset of the bar when it's in the floating state. + true if the editor's value is a float; false if the editor's value is an integer. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the bar's width when it's in the floating state. -This is a dependency property. + Gets or sets the editor's maximum value. This is a dependency property. - The bar's width when it's in the floating state. + A value that specifies the maximum allowed value. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the bar's offset from the left or top border of the bar container, based on the container's orientation. This property is in effect when the bar is docked to a container. -This is a dependency property. + Gets or sets the editor's minimum value. This is a dependency property. - An integer value that specifies the offset of the current bar from the left/top edge of the bar container. + A value which represents the minimum allowed value. - + Identifies the dependency property. - [To be supplied] + - + + - Resets the current object's settings (, , and ). + Contains settings specific to a date editor. + + + + + + + Initializes a new instance of the DateEditSettings class with default settings. - + - Gets or sets the bar's zero-based row index, which defines the bar's vertical position among other bars within the bar container. -This is a dependency property. + Gets or sets the editor's maximum value. This is a dependency property. - A zero-based integer value that specifies the bar's zero-based row index. + A value that specifies the maximum allowed date. - + Identifies the dependency property. - [To be supplied] + - + - Gets whether a close ('x') button is displayed within a bar, when it's floating. -This is a dependency property. + Gets or sets the editor's minimum value. This is a dependency property. - true if a close ('x') button is displayed within a bar, when it's floating; otherwise, false. + A structure which represents the minimum allowed date. - + - Gets or sets whether to display a title for a bar when it's floating. -This is a dependency property. + Identifies the dependency property. - true to display a title for a bar when it's floating; otherwise, false. - + - + - Identifies the dependency property. + Gets or sets whether to display week numbers in the drop-down window. +This is a dependency property. - [To be supplied] + true if the drop-down window displays week numbers; otherwise, false. + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Identifies the dependency property. + - + - Represents a control that displays objects on-screen. + Contains settings specific to a check editor. - + - Initializes a new instance of the BarContainerControl class. + Initializes a new instance of the CheckEditSettings class with default settings. - + - Gets or sets the amount of space between the control's borders and its contents. -This is a dependency property. + Gets or sets a value that specifies when the editor's state changes. This is a dependency property. - A value that specifies the amount of space between the control's borders and its contents. - + One of the enumeration values. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the horizontal distance between adjacent bars. -This is a dependency property. + Gets or sets the editor's content. This is a dependency property. - A value that specifies the horizontal distance between adjacent bars. + An object that specifies the editor's content. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the vertical distance between adjacent bars. -This is a dependency property. + Gets or sets the template that defines the presentation of the editor's content, represented by the property. This is a dependency property. - An integer value that specifies the vertical distance between adjacent bars. + A object that represents the template which defines the presentation of the editor's content. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the type of the current container. -This is a dependency property. + Gets or sets an object that chooses the editor's content template based on custom logic. +This is a dependency property. - A BarContainerType value that specifies the type of the current container. + A descendant that applies a template based on custom logic. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether a border is drawn for the BarContainerControl. -This is a dependency property. + Gets or sets whether the check editor supports three check states. This is a dependency property. - true if a border is visible; otherwise, false. + true if the check editor supports three check states; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets whether the container is floating. -This is a dependency property. - + - true if the container is floating; otherwise, false. - + + + + - + + - Identifies the dependency property. + Represents a link to a object. - [To be supplied] - - + - [To be supplied] + Initializes a new instance of the LinkListItemLink class. + - [To be supplied] - + + - Gets the that owns the current BarContainerControl object. + Allows an end-user to control the visibility of links in a collection. + - A that owns the current BarContainerControl object - - - + - Called after the template is completely generated and attached to the visual tree. + Initializes a new instance of the LinkListItem class. - + - Gets or sets the orientation of the current BarContainerControl object. This property is in effect when the is set to . + Gets or sets the source of item links, whose visibility is controlled by the LinkListItem. This is a dependency property. - An Orientation enumeration value that specifies whether the bar container is horizontal or vertical. + A object, which stores item links being tracked by the LinkListItem object. - + Identifies the dependency property. - [To be supplied] + - + - Contains settings that define a validation error. + Represents a separator between item links. - + - Initializes a new instance of the BaseValidationError class with the specified error content, exception and error type. - + Initializes a new instance of the BarItemLinkSeparator class. - - A specifying the error content. This value is assigned to the property. - - - - - A object, containing information about the error. This value is assigned to the property. - - - A enumeration value specifying the error type. This value is assigned to the property. - + + + + Represents a link to a object. + + - + - Initializes a new instance of the BaseValidationError class with the specified error content and exception. - + Initializes a new instance of the BarLinkContainerItemLink class. - - A specifying the error content. This value is assigned to the property. - - - - - A object, containing information about the error. This value is assigned to the property. - - - + - Initializes a new instance of the BaseValidationError class with the specified error content. - - + Gets the item to which the current link refers. - - A specifying the error content. This value is assigned to the property. - - - + A object to which the current link refers. + - + + - Initializes a new instance of the BaseValidationError class with default settings. + Represents a container of bar item links. - - + - Gets the error description. + Initializes a new instance of the BarLinkContainerItem class. - An object that specifies the error content. - - + - Gets the error type. + Provides access to the collection of links owned by the current BarLinkContainerItem object. - A enumeration value that specifies the error type. + A object that specifies the collection of links owned by the current container. - + - Gets the exception. + Gets or sets a collection of objects providing information to generate and initialize bar item links for the current BarLinkContainerItem container. + +This is a dependency property. - A object that contains information about the error. - + A source of objects to be visualized as bar items. - - + - Lists values that specify the edit mode of an editor. + Gets or sets whether each reference to a data object in an for this BarLinkContainerItem should generate a unique , whether or not this data object was previously referenced. This is a dependency property. + + true, if each reference to a data object in an for this BarLinkContainerItem should generate a unique ; otherwise, false. The default is false. + + - + - The editor is used as an inplace editor and it's active. + Identifies the dependency property. + + - + - The editor is used as an inplace editor and it's inactive. + Identifies the dependency property. + - + - The editor is used as a stand-alone editor. + Returns a collection of bar items, whose links are displayed within this BarLinkContainerItem. + A object that stores bar items, whose links are displayed within this BarLinkContainerItem. + - - + - Serves as a base for classes that contain settings which define the appearance of the combobox drop-down window. + Gets or sets the style applied to a object defined as the 's content. + +This is a dependency property. + A Style object providing corresponding style settings. + - - + + - Lists values that specify the type of automatic completion modes used by an editor. + Identifies the dependency property. + + - + - When set to Default, the automatic completion mode is used. + Gets or sets the template used to visualize objects stored as elements in the collection. + + This is a dependency property. + A DataTemplate object that specifies the corresponding template. + - + - The automatic completion feature is disabled. + Identifies the dependency property. + - + - When an end-user enters a character in an empty edit box for the first time, the editor automatically fills all the following placeholders with the default values. For placeholders that accept only numeric values, the '0' character is the default. For placeholders that accept word characters, the "a" character is the default. - + Gets or sets an object that chooses a template used to visualize objects stored as elements in the collection. This is a dependency property. + A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. + - + - Each time an end-user types a character, the editor determines if the following placeholder can be filled automatically. If only a specific character can be inserted in this position, the editor automatically displays this character, and moves the caret to the right of this character. + Identifies the dependency property. + - - + - Contains values specifying how a drop-down editor's popup window was closed. + Gets or sets whether the current BarLinkContainerItem should be reused when restoring a layout. + true, if the current BarLinkContainerItem should be reused when restoring a layout; otherwise, false. + + - + - Specifies that the drop-down window was closed because an end-user pressed the ESC key or clicked the close button. - + Gets or sets whether a small or large image is used by bar item links displayed in the container. +This is a dependency property. + A value that specifies the size of images for the container's items. + - + - Specifies that the drop-down window was closed because an end-user selected an option from the editor's drop-down. - + Identifies the dependency property. + - + - Provides members used to specify what child DocumentPanels invoke the merging/unmerging mechanism. + Contains values that specify how the contents of a 's link is resized. - + - Specifies that all maximized MDI child panels or selected tabs should be merged simultaneously (Multiple DocumentGroups can be displayed side-by-side. Each one can have its own maximized child panel or selected tab). + Resizes a BarStaticItem's link, so its width matches that link's contents width. - + - Identical to the value. + Resizes a specific BarStaticItem's link so that it consumes the largest possible area of a bar. + +To allow the bar to be stretched to the bar container's width, set the property to true. - - - - - - - Prevents all child tabbed and MDI panels from being merged. - + - Only an activated tab or activated maximized MDI panel should be merged. + Doesn't apply the auto-size feature for a bar item link. The item link's width is specified by the property. - + - Represents a method that will handle the event. + Represents the base class for link containers. - + - Represents a method that will handle the event. + Initializes a new instance of the BarItemLinkHolderBase class. - - The event source. - - - - A object that contains event data. - - - - + - Provides data for the event. + Provides access to the collection of links owned by the current container. + A object that specifies the collection of links owned by the current container. + + - + - Initializes a new instance of the SpinEventArgs class with the specified value, indicating whether the edit value is increased or decreased. - + Gets or sets an object that provides information to generate and initialize item links for this BarItemLinkHolderBase. This is a dependency property. - - true if the edit value is increased; false if the edit value is decreased. This Boolean value is assigned to the property. - - - + An Object that provides information to generate and initialize item links for this BarItemLinkHolderBase. + - + - Gets or sets whether the edit value has been increased. + Gets or sets whether each reference to a data object in an for this BarItemLinkHolderBase should generate a unique , whether or not this data object was previously referenced. This is a dependency property. + - true if the edit value has been increased; false if the edit value has been decreased. + true if each reference to a data object in an for this BarItemLinkHolderBase should generate a unique ; otherwise, false. The default is false. - - + - Represents a method that will handle the and events. + Identifies the dependency property. + + + - + - Represents a method that will handle the and events. + Identifies the dependency property. - - The event source. - - - - A object that contains event data. - - + - - + - Provides data for the and events. - + Provides access to a bar item collection, whose related bar item links are displayed within this BarItemLinkHolderBase object. + A object that stores bar items, whose related bar item links are displayed within this BarItemLinkHolderBase object. + + - + - Initializes a new instance of the ClosePopupEventArgs class with the specified routed event, mode and value. - + Gets or sets the style applied to a object defined as the 's content. +This is a dependency property. - - The routed event. - - - - A enumeration value specifying the close mode. This value is assigned to the property. - - - - A specifying the edit value. This object is assigned to the property. - - + A Style object providing corresponding style settings. + - + - Gets a value indicating how the popup editor's dropdown window has been closed. + Identifies the dependency property. - One of the enumeration values. - + - + - Gets or sets the editor's value. + Gets or sets the template used to visualize elements stored in the collection. + This is a dependency property. - The value to assign to the editor's property. + A DataTemplate object that specifies the corresponding template. - - + - Represents a method that will handle the event. + Identifies the dependency property. + + - + - Represents a method that will handle the event. + Gets or sets an object that chooses a template used to visualize objects stored as elements in the collection. This is a dependency property. - - The event source. - - - - A object that contains event data. - - + A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. + - - + - Provides data for the event. + Identifies the dependency property. + + - + - Initializes a new instance of the CustomDisplayTextEventArgs class with default settings. + Gets or sets the current . +This is a dependency property. + A object that refers to the current bar manager. + - + - Initializes a new instance of the CustomDisplayTextEventArgs class with the specified routed event. + Gets or sets whether the current BarItemLinkHolderBase should be reused when restoring a layout. - - The routed event. - - + true, if the current BarItemLinkHolderBase should be reused when restoring a layout; otherwise, false. + - + - Initializes a new instance of the CustomDisplayTextEventArgs class with the specified routed event and source. + Gets or sets the BarItemLinkHolderBase object name used in Save/Restore Layout feature. This is a dependency property. + - - The routed event. - - - - An object that raised the event. + A String value that is the BarItemLinkHolderBase object name used in Save/Restore Layout feature. - + - + - Gets or sets the text displayed within the editor. + Identifies the dependency property. - A string value that specifies the editor's display text. - + + - + - Gets or sets the editor's value. + Gets or sets whether the current container is visible. +This is a dependency property. - An object that represents the editor's current value. + true if the current container is visible; otherwise, false. - - + - Represents the base class for all DevExpress controls inherited from the class. - + Identifies the dependency property. + + - + + - Initializes a new instance of the DXFrameworkContentElement class with default settings. + Contains settings specific to a text editor. - - + - Overrides the property to hide it. + Initializes a new instance of the TextEditSettings class with default settings. - A value. - - + - Overrides the property, to hide it. + Gets or sets whether an end-user can insert return characters into a text. This is a dependency property. - A object. + true to allow return characters to be accepted and processed by the editor; otherwise, false. - + - Overrides the property to hide it. + Identifies the dependency property. - A object. - + - + - Overrides the property to hide it. + Gets or sets whether or not a value can be spinned via the mouse wheel. This is a dependency property. - A object. + true if a value can be spinned via the mouse wheel; otherwise, false. - + - Overrides the property to hide it. + Identifies the dependency property. - A object. - + - + - Overrides the property to hide it. + Gets or sets the character casing applied to the editor's content. This is a dependency property. - A value. + A enumeration value specifying the character casing applied. - + - Overrides the property to hide it. + Identifies the dependency property. - A object. - + - + - Overrides the property to hide it. + Gets or sets a template that defines the in-place button editor's presentation when the editor is active, but its text field is not editable. This is a dependency property. - A value. + A object representing the editor's template. - + - Overrides the property to hide it. + Identifies the dependency property. - A value. - + - + - Overrides the property to hide it. + Returns the display representation of the specified value. + - A object. - + + An object representing the value to be formatted. + + + A string value representing the formatted textual representation of the specified value. + - + - Overrides the property to hide it. + Gets the highlighted text. This member supports the internal infrastructure and is not intended to be used directly from your code. - A object. + A value that specifies the highlighted text. - + - Overrides the property to hide it. + Gets the filter condition (comparison operator) used to highlight the text. - A value. + A enumeration value that specifies the filter condition. - + - Overrides the property to hide it. + Identifies the dependency property. - A value. - + - + - Overrides the property to hide it. + Identifies the dependency property. - A value. - + - + - Overrides the property to hide it. + Gets or sets a mask expression. This is a dependency property. - A value. + A string representing a mask expression. - + - Overrides the property to hide it. + Gets or sets the automatic completion mode used by the editor in the RegEx mask mode. This is a dependency property. - A value. + One of the enumeration values. - + - Overrides the property to hide it. + Identifies the dependency property. - A value. - + - + - Overrides the property to hide it. + Gets or sets whether an editor beeps when an end-user tries to enter an invalid character. This is a dependency property. - A value. + true if the editor sounds a beep when an end-user tries to enter an invalid character; otherwise, false. - + - Overrides the property to hide it. + Identifies the dependency property. - A value. - + - + - Overrides the property to hide it. + Gets or sets the culture whose settings are used by masks. This is a dependency property. - A value. + A object whose settings are used by masks. - + - Overrides the property to hide it. + Identifies the dependency property. - A value. - + - + - Overrides the property to hide it. + Gets or sets whether the editor can lose focus when a value hasn't been entered, for the Simple, Regular and RegEx mask types. This is a dependency property. - A value. + true if the editor can lose focus when a value has not been entered; otherwise, false. - + - Overrides the property to hide it. + Identifies the dependency property. - A value. - + - + - Overrides the property to hide it. + Gets or sets the character used as the placeholder in a masked editor, for the Simple, Regular and RegEx mask types. This is a dependency property. - A value. + The character used as the placeholder in a masked editor. - + - Overrides the property to hide it. + Identifies the dependency property. - A value. - + - + - Overrides the property to hide it. + Identifies the dependency property. - A object. - + - + - Overrides the property to hide it. + Gets or sets whether constantly displayed mask characters (literals) are included in an editor's value, for the Simple and Regular mask types. This is a dependency property. + - A value. + true if the constantly displayed mask characters are included in an editor's value; otherwise, false. - + - Overrides the property to hide it. + Identifies the dependency property. - A object. - + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. + Gets or sets whether placeholders are displayed in a masked editor, for the RegEx mask type. This is a dependency property. - A value. + true to display placeholders in a masked editor; otherwise false. - - + - Lists values that specify when data posting starts. + Identifies the dependency property. + + - + - An action starts after a delay. + Gets or sets the mask type. This is a dependency property. + One of the enumeration values. + - + - An action starts immediately. + Identifies the dependency property. + - - + - A search control. + Gets or sets whether display values are still formatted using the mask when the editor is not focused. This is a dependency property. + true if the mask settings are used to format display values when the editor is not focused; false if the settings specified by the property are used. + + - + - Initializes a new instance of the SearchControl class with default settings. + Identifies the dependency property. + - + - Gets or sets a command executed when the is being closed. This is a dependency property. + Gets or sets the maximum number of characters an end-user can enter into the editor. This is a dependency property. - A ICommand object executed when an item is being closed. + A positive integer specifying the maximum number of characters an end-user can enter. 0 to disable the text length limit. - + Identifies the dependency property. - - + - + - [To be supplied] + Gets or sets whether a cell's value is automatically wrapped when it is printed. This is a dependency property. + + - [To be supplied] + true to enable text wrapping when printing; otherwise, false. + - + Identifies the dependency property. - - + - + - Gets or sets the logical operator type (AND or OR). + Gets or sets whether to invoke a tooltip for the editor whose content is trimmed. +This is a dependency property. - The criteria operator type (logical AND or OR). + true if a tooltip should be displayed; otherwise, false. - + Identifies the dependency property. - - - - - - - - Performs search text validation. - - - true if the search text has been validated; otherwise, false. - + - + - Gets or sets whether to perform a search within the records that are visible, or within the records that are specified by the . This is a dependency property. - + Gets or sets a value that specifies the text decorations that are applied to the editor's content. This is a dependency property. - A enumeration value. + A object that contains text decorations that are applied to the editor's content. - + Identifies the dependency property. - - + - + - Gets or sets the type of the comparison operator used to create filter conditions. This is a dependency property. + Gets or sets the text trimming behavior. +This is a dependency property. - One of the enumeration values. + One of the enumeration values. - + Identifies the dependency property. - - + - + - Gets or sets the filter expression applied to . This is a dependency property. + Gets or sets whether the text wraps when it reaches the edge of the text box. This is a dependency property. - A descendant that represents an external filter expression. + One of the enumeration values. - + Identifies the dependency property. - - + - + - Gets or sets whether data searching starts automatically, or must be started manually. This is a dependency property. + Gets or sets the data template used to display the content of a tooltip invoked for the editor whose text is trimmed. This is a dependency property. - A FindMode enumeration value that specifies the find mode. + A object, which is the template that defines the tooltip's content. + - + - Identifies the dependency property. + Identifies the dependency property. - - + - + - Gets or sets whether the MRU dropdown list is displayed immediately after an end-user has typed a character in the edit box. This is a dependency property. + Gets or sets whether the edit value should be validated when pressing the ENTER key. This is a dependency property. - true to display the MRU dropdown list after an end-user has typed a character in the edit box; otherwise, false. + true to validate the edit value after the ENTER key has been pressed; otherwise, false. - + Identifies the dependency property. - - - - - - - - Gets the collection of MRU filter strings. - - - A list of strings that represent the filter items. - + - + - Gets or sets the maximum number of the most recently used (MRU) filter conditions stored by the . This is a dependency property. + Gets or sets whether the edit value should be validated while typing within the editor's text box. This is a dependency property. - An integer that specifies the maximum number of recently used filter conditions stored by the SearchControl. + true to validate the edit value while an end-user types text within the editor's text box; otherwise, false. - + Identifies the dependency property. - - + - + + - Identifies the dependency property. + Serves as a base for classes that contain settings specific to popup editors (e.g. , ). - - - - + - Called after the template is completely generated and attached to the visual tree. + Initializes a new instance of the PopupBaseEditSettings class with default settings. - + - Gets or sets whether data searching starts immediately or after a delay. This is a dependency property. + Gets or sets whether the dropdown's size is shared between multiple popup editors created from the PopupBaseEditSettings class. This is a dependency property. - A enumeration value. + true to share the dropdown's size between multiple popup editors; otherwise, false. - + Identifies the dependency property. - - + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + Gets or sets the template that defines the presentation of the popup window's bottom area. This is a dependency property. - + A object that is the element's template. - + Identifies the dependency property. - - + - + - Gets or sets the search string specified within the . This is a dependency property. + Gets or sets a template that presents the popup window's content. - A value that specifies the search string. + A object that presents the popup window's content. - + - Gets or sets the amount of time in milliseconds, after which a data search is initiated (in an automatic find mode). This is a dependency property. + Identifies the dependency property. - An integer that specifies the delay in milliseconds, after which a data search is initiated. - + - + - Identifies the dependency property. + Gets or sets which buttons are displayed within the editor's drop-down. This is a dependency property. - - + A enumeration value that specifies which buttons are displayed within the editor's drop-down. + - + Identifies the dependency property. - - + - + - Gets or sets whether the displays the Clear button. This is a dependency property. + Gets or sets the popup window's height. - true if the displays the Clear button; otherwise, false. + A value that specifies the popup window's height. + - + Identifies the dependency property. - - + - + - Gets or sets whether the displays the Close button. This is a dependency property. + Gets or sets the popup window's maximum height. - true if the displays the Close button; otherwise, false. + A value that specifies the popup window's maximum height. + - + Identifies the dependency property. - - + - + - Gets or sets whether the displays the Find button. This is a dependency property. + Gets or sets the popup window's maximum width. - true if the displays the Find button; otherwise, false. + A value that specifies the popup window's maximum width. - + Identifies the dependency property. - - + - + - Gets or sets whether or not a button used to invoke the MRU search dropdown list is displayed within the . This is a dependency property. + Gets or sets the popup window's minimum height. - true to display the MRU search button within the SearchControl; otherwise, false. + A value that specifies the popup window's minimum height. - + Identifies the dependency property. - - + - + - [To be supplied] + Gets or sets the popup window's minimum width. + + A value that specifies the pop-up window's minimum width. + - - + + - Defines the appearance and behavior of a date picker edit. + Identifies the dependency property. + + - + - [To be supplied] + Gets or sets the template that defines the presentation of the top area within an editor's dropdown. + + A object that defines the presentation of the top area within an editor's dropdown. + - + - [To be supplied] + Identifies the dependency property. + - - [To be supplied] - + - - + - Contains values corresponding to strings that can be localized. + Gets or sets the popup window's width. + A value that specifies the popup window's width. + + - + - The caption of the Apply button displayed within the filter drop-down window inside a . - -Return Value: Apply - - + Identifies the dependency property. + - + - Represents the caption of the button used to calculate the sum in the editor. -Return Value: + + Gets or sets whether to show the size grip within the editor's drop-down. + A value that specifies whether to show the size grip within the editor's drop-down. + - + - Represents the caption of the button used to delete the last digit of the displayed number in the editor. -Return Value: ? + Identifies the dependency property. + - + + - Represents the caption of the button used to clear the displayed number in the editor. -Return Value: CE + Contains settings specific to a combobox editor. - - + - Represents the caption of the button used to clear the current calculation in the editor. -Return Value: C + Initializes a new instance of the ComboBoxEditSettings class with default settings. + - + - Represents the caption of the button used to calculate a quotient of the displayed number in the editor. -Return Value: / + Gets the value of the property. + true if the ImageTemplate is applied to the selected item; otherwise, false. + - + - Represents the caption of the button used to type the number 8 in the editor. -Return Value: 8 + Gets a collection of objects that define the appearance of each level of groups. + One or more objects. + - + - Represents the caption of the button used to terminate the calculation in the editor. -Return Value: = + Provides access to the collection of items when the editor is not bound to a data source. + The collection of items. + - + + - Represents the caption of the button used to type the number 5 in the editor. -Return Value: 5 + Contains settings specific to a button editor. - - + - Represents the caption of the button used to type the number 4 in the editor. -Return Value: 4 + Initializes a new instance of the ButtonEditSettings class with default settings. - + - Represents the caption of the button used to calculate a quotient of 1 and the displayed number in the editor. -Return Value: 1/x + Gets or sets whether the editor's default button is displayed. This is a dependency property. + true to display the editor's default button; otherwise, false. + - + - Represents the caption of the button used to add the displayed number to any number already in memory in the editor. -Return Value: M+ + Identifies the dependency property. + - + - Represents the caption of the button used to clear the number stored in the memory of the editor. -Return Value: MC - + Returns the collection of buttons. + The collection of descendants that represents the editor's buttons. + + - + - Represents the caption of the button used to recall the number stored in the memory of the editor. -Return Value: MR - + Occurs when an editor's default button is clicked. - + - Represents the caption of the button used to store the displayed number in the memory of the editor. -Return Value: MS - - + + - + - Represents the caption of the button used to subtract the displayed number from any number already in memory in the editor. -Return Value: M- + Identifies the dependency property. + - + - Represents the caption of the button used to calculate the product in the editor. -Return Value: * + Gets or sets the position of the button used to clear an editor's value. This is a dependency property. + A enumeration value that specifies the button's position. + - + - Represents the caption of the button used to type the number 9 in the editor. -Return Value: 9 + Identifies the dependency property. + - + + - Represents the caption of the button used to type the number 1 in the editor. -Return Value: 1 + Serves as the base class for the editor settings classes that define the behavior of editors allowing data input. - - + - Represents the caption of the button used to calculate and display the percentage of the previously entered number in the editor. -Return Value: % - + Gets or sets whether end-users can set the editor's value to a null reference by pressing the CTRL+DEL or CTRL+0 key combinations. This is a dependency property. + true to allow null input by pressing the CTRL+DEL or CTRL+0 key combinations; otherwise, false. + - + - Represents the caption of the button used to type the number 7 in the editor. -Return Value: 7 + Identifies the dependency property. + - + - Represents the caption of the button used to change the sign of the displayed number in the editor. -Return Value: + Assigns the editor settings to the specified editor. + + A class descendant that represents the target editor. + + + + true to assign the current editor's settings to the target editor; otherwise, false. + + + + An object implementing the interface, containing editor settings (e.g. ). + + - + - Represents the caption of the button used to type the number 6 in the editor. -Return Value: 6 + Assigns the editor settings to the specified editor. + + A class descendant that represents the target editor. + + + + true to assign the current editor's settings to the target editor; otherwise, false. + + + + An object implementing the interface, containing editor settings (e.g. ). + + + + true to assign all settings; false to assign only those settings that have been changed. + + - + - Represents the caption of the button used to calculate the square root of the displayed number in the editor. -Return Value: v + Starts the BaseEditSettings's initialization. Initialization occurs at runtime. - + - Represents the caption of the button used to calculate the difference in the editor. -Return Value: - + Creates a new editor with the specified settings. + + A enumeration value. + + + An object implementing the interface. + - + - Represents the caption of the button used to type the number 3 in the editor. -Return Value: 3 + Creates a new editor with the specified settings. + + An object implementing the interface. + + + + A enumeration value. + + + An object implementing the interface. + - + - Represents the caption of the button used to type the number 2 in the editor. -Return Value: 2 + Creates a new editor with the specified settings. + + true to assign specified settings to the new editor; otherwise, false. + + + + An object implementing the interface. + + + + A enumeration value. + + + An object implementing the interface. + - + - Represents the caption of the button used to type the number 0 in the editor. -Return Value: 0 + This property supports the internal infrastructure and is not intended to be used directly from your code. + + - + - The string displayed in the edit box of the editor if division by zero occured while evaluating the expression. -Return Value: Cannot divide by zero - + Identifies the dependency property. + - + - The string displayed on the display of the editor if an expression cannot be evaluated (division by zero, for instance). -Return Value: Error + Gets or sets the pattern used to format the editor's value for display purposes. This is a dependency property. + A value that is the format pattern. + + - + - Specifies the message raised when the value entered in the editor is invalid. - -Return Value: Invalid input - + Identifies the dependency property. + - + - -The caption of the button to discard changes and close the dropdown window of a popup editor (the , for instance). - - -Return Value: Cancel - + Gets or sets a converter used to provide the editor's display value. This is a dependency property. + An object that implements the interface. + - + - The string that is the description of the exception invoked by an attempt to change the property while the property is set to false. - -Return Value: Can only change SelectedDates collection in multiple selection mode. Use FocusedDate in single select mode. - - + Identifies the dependency property. + - + - [To be supplied] + Ends the BaseEditSettings's initialization. + - + - [To be supplied] + Gets or sets the direction that text flows within the editor. + + A System.Windows.FlowDirection enumerator value that specifies the direction that text flows within the editor. + - + - [To be supplied] + Identifies the dependency property. + + - + - [To be supplied] + Returns the display representation of the specified value. + + + + An object that represents the value to format. + + + + + true to apply formatting specified by the property; otherwise, false. + + + A value that represents the specified value formatted for display purposes. + + - + - [To be supplied] + Returns the display representation of the specified value. + + + An object that represents the value to be formatted. + + + A value that represents the specified value formatted for display purposes. + - + - [To be supplied] + For internal use only. + - + - The default caption for the error message box. -Return Value: Error + Gets or sets the horizontal alignment of an editor's contents. + An enumeration member. + - + - Specifies the string corresponding to the checked state of the check edit. This string is displayed, for instance, in the filter dropdown of the DXGrid (or other) control. -Return Value: Checked + Identifies the dependency property. + - + - Specifies the string corresponding to the indeterminate state of the check edit. This string is displayed, for instance, in the filter dropdown of the DXGrid (or other) control. -Return Value: Indeterminate + Gets or sets the editor's maximum width. This is a dependency property. + A value that specifies the editor's maximum width. + - + - Specifies the string corresponding to the unchecked state of the check edit. This string is displayed, for instance, in the filter dropdown of the DXGrid (or other) control. -Return Value: Unchecked + Identifies the dependency property. + - + - -The caption of the button to clear all the content from the editor. - - -Return Value: Clear - + Gets or sets the text displayed within the edit box when the editor's value is null. This is a dependency property. + A value that specifies the string displayed within the edit box when the property is set to null or value. + - + - -Represents the caption of the CMYK color model. - -Return Value: CMYK + Identifies the dependency property. + - + - The caption of the button to pick up the default color in the editor. -Return Value: Automatic + Gets or sets a null value for the editor. This is a dependency property. + An object that represents the null value. + - + - The title of the dialog window, where end-users can set up a color in the editor by manually entering its Red, Blue, Green and Alpha or Hex values, or via visual elements. -Return Value: Colors + Identifies the dependency property. + - + - The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . -Return Value: Black + For internal use only. - + - The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . -Return Value: Blue + This member supports the internal infrastructure and is not intended to be used directly from your code. + + - + - The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . -Return Value: DarkBlue + Identifies the dependency property. + - + - The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . -Return Value: DarkRed + Gets or sets an object that defines an editor's appearance and behavior. This is a dependency property. + A descendant hat defines the editor's appearance and behavior. + - + - The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . -Return Value: Green + Identifies the dependency property. + - + - The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . -Return Value: LightBlue + Gets or sets the vertical alignment of the editor's contents. + One of the enumeration values. + - + - The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . -Return Value: LightGreen + Identifies the dependency property. + - + + - The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . -Return Value: Orange + Contains values that control the size of glyphs in bar item links. - - + - The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . -Return Value: Purple + The size of a bar item's image is dependent on the settings of the bar item's container (bar or popup menu) or the object. +See the following options: , , , , . - + - The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . -Return Value: Red + A bar item is using a large image specified by the property. - + - The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . -Return Value: White + A bar item is using a small image specified by the property. - + + - The string displayed in the tip that appears when the pointer hovers over the corresponding color in the palette of the . -Return Value: Yellow + Contains values that specify how item links are displayed on-screen. - - + - The caption of the button to invoke the dialog window, where end-users can set up a color in the editor by manually entering its Red, Blue, Green and Alpha or Hex values, or via visual elements. -Return Value: Automatic + A link is represented on-screen using the item's . - + - The caption of the button to select the in the editor. This button is visible if the property is set to true. -Return Value: No Color + A link is represented on-screen using the item's and glyph ( or ). - + - The caption that is shown above the palette of recently used colors in the editor. -Return Value: Recent Colors + A link is represented on-screen using default settings, and this is dependant on the position where the link is displayed (in a bar or menu). - + + - The caption that is shown above the palette of standard colors in the editor. -Return Value: Standard Colors + Contains values that identify the type of bar containers. - - + - The caption that is shown above the palette of theme colors in the editor. -Return Value: Theme Colors + Identifies the bar container that is designed to display bars at the bottom of the window. - + - -Represents the caption of the alpha channel attribute in the color picker. - -Return Value: Alpha + Identifies a floating bar container, used to display floating bars. - + - -Represents the caption of the blue color. - -Return Value: Blue + Identifies the bar container that is designed to display bars at the left of the window. - + - -Represents the caption of the brightness attribute in the color picker. - -Return Value: Brightness + Identifies a bar container that can be freely docked and positioned within the form, and that can be horizontal or vertical. Use the property to change the orientation of these containers. - + - -Represents the caption of the cyan color. - -Return Value: Cyan + Identifies the bar container that is designed to display bars at the right of the window. - + - -Represents the caption of the green color. - -Return Value: Green + Identifies the bar container that is designed to display bars at the top of the window. - + + - -Represents the caption of the hue attribute in the color picker. - -Return Value: Hue + Contains information on the dock position of a bar. - - + - Return Value: Key color + Initializes a new instance of the BarDockInfo class. - + - -Represents the caption of the lightness attribute in the color picker. - -Return Value: Lightness + Initializes a new instance of the BarDockInfo class with the specified bar. + + A object which owns the created object. + + - + - -Represents the caption of the magenta color. - -Return Value: Magenta + Gets or sets a bar that owns the current object. +This is a dependency property. + A that owns the current object. + - + - -Represents the caption of the red color. - -Return Value: Red + Identifies the dependency property. + - + - -Represents the caption of the saturation attribute in the color picker. - -Return Value: Saturation + Gets the rectangle occupied by the bar. + A structure that specifies the rectangle occupied by the bar. + - + - -Represents the caption of the yellow color. - -Return Value: Yellow + Gets or sets the bar's zero-based column index, which defines the bar's horizontal position among other bars displayed in the same row. +This is a dependency property. + A zero-based integer value that specifies the bar's zero-based column index. + - + - The title of the dialog window that appears when the end-user tries to set a font in the that cannot be found in the system. -The property should be set to true to allow for the window to appear. -Return Value: Confirmation + Identifies the dependency property. + - + - The message that is contained in the dialog window that appears when the end-user tries to set a font in the that cannot be found in the system. -The property should be set to true to allow for the window to appear. -Return Value:The font \"{0}\" is not available on your system. Do you want to use it anyway? + Gets or sets the container that displays the current bar. +This is a dependency property. + A that displays the current bar. + - + - -The caption of the button to copy the content from the editor. - - -Return Value: Copy - + Gets or sets the name of the container that displays the current bar. +This is a dependency property. + A string that specifies the name of the container that displays the current bar + - + - -The caption of the button to cut the content from the editor. - - -Return Value: Cut - + Identifies the dependency property. + - + - -Return Value: A - + Identifies the dependency property. + - + - -Return Value: ABCXYZ - + Gets or sets the type of container that displays the current bar. This value matches the property. +This is a dependency property. + A BarContainerType value that specifies the type of container that displays the current bar. + - + - [To be supplied] + Fires in response to changing the property's value. + + - + - [To be supplied] + Identifies the dependency property. + + - + - [To be supplied] + Gets or sets the offset of the bar when it's in the floating state. +This is a dependency property. + + A Point structure that specifies the offset of the bar when it's in the floating state. + - + - [To be supplied] + Identifies the dependency property. + + - + - -Return Value: Currency - + Gets or sets the bar's width when it's in the floating state. +This is a dependency property. + The bar's width when it's in the floating state. + - + - -Return Value: Custom - + Identifies the dependency property. + - + - -Return Value: Datetime - + Gets or sets the bar's offset from the left or top border of the bar container, based on the container's orientation. This property is in effect when the bar is docked to a container. +This is a dependency property. + An integer value that specifies the offset of the current bar from the left/top edge of the bar container. + - + - -Return Value: Default - + Identifies the dependency property. + - + - -Return Value: Number - + Resets the current object's settings (, , and ). - + - -Return Value: Percent - + Gets or sets the bar's zero-based row index, which defines the bar's vertical position among other bars within the bar container. +This is a dependency property. + A zero-based integer value that specifies the bar's zero-based row index. + - + - -Return Value: Special - + Identifies the dependency property. + - + - -Return Value: Invalid display format text - + Gets whether a close ('x') button is displayed within a bar, when it's floating. +This is a dependency property. + true if a close ('x') button is displayed within a bar, when it's floating; otherwise, false. + - + - -Return Value: None - + Gets or sets whether to display a title for a bar when it's floating. +This is a dependency property. + true to display a title for a bar when it's floating; otherwise, false. + - + - -Return Value: Display format text: - + Identifies the dependency property. + - + - -Return Value: Example: - + This member supports the internal infrastructure, and is not intended to be used directly from your code. - + + - -Return Value: Prefix: - + A container for bars (, , and objects). - - + - -Return Value: Suffix: - + Initializes a new instance of the BarContainerControl class. - + - -Return Value: (None) - + Gets or sets the amount of space between the control's borders and its contents. +This is a dependency property. + A value that specifies the amount of space between the control's borders and its contents. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Abs(Value)\r\nReturns the absolute, positive value of the given numeric expression. - - + Identifies the dependency property. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Acos(Value)\r\nReturns the arccosine of a number (the angle, in radians, whose cosine is the given float expression). - - + Gets or sets the horizontal distance between adjacent bars. +This is a dependency property. + A value that specifies the horizontal distance between adjacent bars. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: AddDays(DateTime, DaysCount)\r\nReturns a date-time value that is the specified number of days away from the specified DateTime. - - + Identifies the dependency property. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: AddHours(DateTime, HoursCount)\r\nReturns a date-time value that is the specified number of hours away from the specified DateTime. - - + Gets or sets whether the content, glyph or both are displayed in the bar items residing in the current BarContainerControl. + A enumeration value that specifies whether the content, glyph or both are displayed in the bar items residing in the current BarContainerControl. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: AddMilliSeconds(DateTime, MilliSecondsCount)\r\nReturns a date-time value that is the specified number of milliseconds away from the specified DateTime. - - + Identifies the dependency property. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: AddMinutes(DateTime, MinutesCount)\r\nReturns a date-time value that is the specified number of minutes away from the specified DateTime. - - + Stores bar objects displayed by the current BarContainerControl. + A collection of bar objects displayed by the current BarContainerControl. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: AddMonths(DateTime, MonthsCount)\r\nReturns a date-time value that is the specified number of months away from the specified DateTime. - - + Identifies the dependency property. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: AddSeconds(DateTime, SecondsCount)\r\nReturns a date-time value that is the specified number of seconds away from the specified DateTime. - - + Gets or sets the vertical distance between adjacent bars. +This is a dependency property. + An integer value that specifies the vertical distance between adjacent bars. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: AddTicks(DateTime, TicksCount)\r\nReturns a date-time value that is the specified number of ticks away from the specified DateTime. - - + Identifies the dependency property. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: AddTimeSpan(DateTime, TimeSpan)\r\nReturns a date-time value that is away from the specified DateTime for the given TimeSpan. - - + Gets or sets the type of the current container. +This is a dependency property. + A BarContainerType value that specifies the type of the current container. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: AddYears(DateTime, YearsCount)\r\nReturns a date-time value that is the specified number of years away from the specieid DateTime. - - + Identifies the dependency property. + - + - The description of the corresponding operator that is displayed to the right of the Expression Editor. - -Return Value: Performs a logical conjunction on two expressions. - + Gets or sets whether a border is drawn for the BarContainerControl. +This is a dependency property. + true if a border is visible; otherwise, false. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Ascii(String)\r\nReturns the ASCII code value of the leftmost character in a character expression. - - + Identifies the dependency property. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Asin(Value)\r\nReturns the arcsine of a number (the angle, in radians, whose sine is the given float expression). - - + Gets whether the container is floating. +This is a dependency property. + true if the container is floating; otherwise, false. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Atn(Value)\r\nReturns the arctangent of a number (the angle, in radians, whose tangent is the given float expression). - - + Identifies the dependency property. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Atn2(Value1, Value2)\r\nReturns the angle whose tangent is the quotient of two specified numbers, in radians. - - + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Avg(Value)\r\nEvaluates the average of the values in the collection. - - + + + + - + - The description of the corresponding operator that is displayed to the right of the Expression Editor. - -Return Value: Between (,)\r\nSpecifies a range to test. Returns true if a value is greater than or equal to the first operand and less than or equal to the second operand. - - + Gets the that owns the current BarContainerControl object. + A that owns the current BarContainerControl object + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: BigMul(Value1, Value2)\r\nReturns an Int64 containing the full product of two specified 32-bit numbers. - - + Called after the template is completely generated and attached to the visual tree. - + - The description of the corresponding operator that is displayed to the right of the Expression Editor. - -Return Value: Performs a bitwise logical AND operation between two integer values. - + Gets or sets the orientation of the current BarContainerControl object. This property is in effect when the is set to . +This is a dependency property. + An Orientation enumeration value that specifies whether the bar container is horizontal or vertical. + - + - The description of the corresponding operator that is displayed to the right of the Expression Editor. - -Return Value: Compares each bit of its first operand to the corresponding bit of its second operand. If either bit is 1, the corresponding result bit is set to 1. Otherwise, the corresponding result bit is set to 0. - + Identifies the dependency property. + - + - The description of the corresponding operator that is displayed to the right of the Expression Editor. - -Return Value: Performs a logical exclusion on two Boolean expressions, or a bitwise exclusion on two numeric expressions. - - + + + + - - - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Ceiling(Value)\r\nReturns the smallest integer that is greater than or equal to the given numeric expression. - + + + Contains settings that define a validation error. - - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Char(Number)\r\nConverts an integerASCIICode to a character. - + Initializes a new instance of the BaseValidationError class with the specified error content, exception and error type. + + A specifying the error content. This value is assigned to the property. + + + + + A object, containing information about the error. This value is assigned to the property. + + + + A enumeration value specifying the error type. This value is assigned to the property. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: CharIndex(String1, String2)\r\nReturns the starting position of String1 within String2, beginning from the zero character position to the end of a string. - + Initializes a new instance of the BaseValidationError class with the specified error content and exception. + + A specifying the error content. This value is assigned to the property. + + + + + A object, containing information about the error. This value is assigned to the property. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: CharIndex(String1, String2, StartLocation)\r\nReturns the starting position of String1 within String2, beginning from the StartLocation character position to the end of a string. - + Initializes a new instance of the BaseValidationError class with the specified error content. + + + A specifying the error content. This value is assigned to the property. + + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Concat(String1, ... , StringN)\r\nReturns a string value containing the concatenation of the current string with any additional strings. - - + Initializes a new instance of the BaseValidationError class with default settings. - + - The name of the group of constants in the Expression Editor. - -Return Value: Constants - + Gets the error description. + An object that specifies the error content. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Contains(String, SubString)\r\nReturns True if SubString occurs within String; otherwise, False is returned. - - + Gets the error type. + A enumeration value that specifies the error type. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Cos(Value)\r\nReturns the cosine of the angle defined in radians. - - + Gets the exception. + A object that contains information about the error. + + - - - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Cosh(Value)\r\nReturns the hyperbolic cosine of the angle defined in radians. - + + + Lists values that specify the edit mode of an editor. - - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Count()\r\nReturns the number of objects in a collection. - + The editor is used as an inplace editor and it's active. - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: DateDiffDay(startDate, endDate)\r\nReturns the number of day boundaries between two non-nullable dates. - - + The editor is used as an inplace editor and it's inactive. - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: DateDiffHour(startDate, endDate)\r\nReturns the number of hour boundaries between two non-nullable dates. - - + The editor is used as a stand-alone editor. - - - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: DateDiffMilliSecond(startDate, endDate)\r\nReturns the number of millisecond boundaries between two non-nullable dates. - + + + Serves as a base for classes that contain settings which define the appearance of the combobox drop-down window. - - + + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: DateDiffMinute(startDate, endDate)\r\nReturns the number of minute boundaries between two non-nullable dates. + Lists values that specify the type of automatic completion modes used by an editor. + + + + + When set to Default, the automatic completion mode is used. - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: DateDiffMonth(startDate, endDate)\r\nReturns the number of month boundaries between two non-nullable dates. - - + The automatic completion feature is disabled. - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: DateDiffSecond(startDate, endDate)\r\nReturns the number of second boundaries between two non-nullable dates. - + When an end-user enters a character in an empty edit box for the first time, the editor automatically fills all the following placeholders with the default values. For placeholders that accept only numeric values, the '0' character is the default. For placeholders that accept word characters, the "a" character is the default. - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: DateDiffTick(startDate, endDate)\r\nReturns the number of tick boundaries between two non-nullable dates. - - + Each time an end-user types a character, the editor determines if the following placeholder can be filled automatically. If only a specific character can be inserted in this position, the editor automatically displays this character, and moves the caret to the right of this character. - - - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: DateDiffYear(startDate, endDate)\r\nReturns the number of year boundaries between two non-nullable dates. - + + + Contains values specifying how a drop-down editor's popup window was closed. - - + - The description of the corresponding operator that is displayed to the right of the Expression Editor. - -Return Value: Divides the first operand by the second. - + Specifies that the drop-down window was closed because an end-user pressed the ESC key or clicked the close button. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: EndsWith(String, EndString)\r\nReturns True if the end of String matches EndString; otherwise, False is returned. - + Specifies that the drop-down window was closed because an end-user selected an option from the editor's drop-down. + - + + - The description of the corresponding operator that is displayed to the right of the Expression Editor. - -Return Value: Returns true if both operands have the same value; otherwise, it returns false. - + Provides members used to specify what child DocumentPanels invoke the merging/unmerging mechanism. - - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Exists()\r\nDetermines whether the object exists in the collection. - + Specifies that all maximized MDI child panels or selected tabs should be merged simultaneously (Multiple DocumentGroups can be displayed side-by-side. Each one can have its own maximized child panel or selected tab). - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Exp(Value)\r\nReturns the exponential value of the given float expression. - + Identical to the value. - + - The description of the corresponding constant that is displayed to the right of the Expression Editor. - -Return Value: Represents the Boolean False value. - + Prevents all child tabbed and MDI panels from being merged. - - - The name of the group of fields in the Expression Editor. - -Return Value: Fields - + + + Only an activated tab or activated maximized MDI panel should be merged. - + + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Floor(Value)\r\nReturns the largest integer less than or equal to the given numeric expression. - + Represents a method that will handle the event. - - + - The name of the group of functions in the Expression Editor. - -Return Value: Functions - + Represents a method that will handle the event. + + The event source. + + + + A object that contains event data. + + - + + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Aggregate - + Provides data for the event. - - + - Represents the string that is the item of the dropdown filter list in the Expression Editor. -Return Value: (All) + Initializes a new instance of the SpinEventArgs class with the specified value, indicating whether the edit value is increased or decreased. + + + true if the edit value is increased; false if the edit value is decreased. This Boolean value is assigned to the property. + + + - + - Represents the string that is the item of the dropdown filter list in the Expression Editor. -Return Value: Date-time + Gets or sets whether the edit value has been increased. + true if the edit value has been increased; false if the edit value has been decreased. + - + + - Represents the string that is the item of the dropdown filter list in the Expression Editor. -Return Value: Logical + Represents a method that will handle the and events. - - + - Represents the string that is the item of the dropdown filter list in the Expression Editor. -Return Value: Math + Represents a method that will handle the and events. + + The event source. + + + + A object that contains event data. + + - + + - Represents the string that is the item of the dropdown filter list in the Expression Editor. -Return Value: String + Provides data for the and events. + - - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: GetDate(DateTime)\r\nExtracts a date from the defined DateTime. - + Initializes a new instance of the ClosePopupEventArgs class with the specified routed event, mode and value. + + + The routed event. + + + + A enumeration value specifying the close mode. This value is assigned to the property. + + + + A specifying the edit value. This object is assigned to the property. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: GetDay(DateTime)\r\nExtracts a day from the defined DateTime. - + Gets a value indicating how the popup editor's dropdown window has been closed. + One of the enumeration values. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: GetDayOfWeek(DateTime)\r\nExtracts a day of the week from the defined DateTime. - + Gets or sets the editor's value. + The value to assign to the editor's property. + - + + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: GetDayOfYear(DateTime)\r\nExtracts a day of the year from the defined DateTime. - + Represents a method that will handle the event. - - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: GetHour(DateTime)\r\nExtracts an hour from the defined DateTime. - + Represents a method that will handle the event. + + The event source. + + + + A object that contains event data. + + - + + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: GetMilliSecond(DateTime)\r\nExtracts milliseconds from the defined DateTime. - + Provides data for the event. - - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: GetMinute(DateTime)\r\nExtracts minutes from the defined DateTime. - + Initializes a new instance of the CustomDisplayTextEventArgs class with default settings. - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: GetMonth(DateTime)\r\nExtracts a month from the defined DateTime. - + Initializes a new instance of the CustomDisplayTextEventArgs class with the specified routed event. + + The routed event. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: GetSecond(DateTime)\r\nExtracts seconds from the defined DateTime. - + Initializes a new instance of the CustomDisplayTextEventArgs class with the specified routed event and source. + + The routed event. + + + + An object that raised the event. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: GetTimeOfDay(DateTime)\r\nExtracts the time of the day from the defined DateTime, in ticks. - + Gets or sets the text displayed within the editor. + A string value that specifies the editor's display text. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: GetYear(DateTime)\r\nExtracts a year from the defined DateTime. - + Gets or sets the editor's value. + An object that represents the editor's current value. + - + + - The description of the corresponding operator that is displayed to the right of the Expression Editor. - -Return Value: Greater than operator. Used to compare expressions. - + Represents the base class for all DevExpress controls inherited from the class. + - - + - The description of the corresponding operator that is displayed to the right of the Expression Editor. - -Return Value: Greater than or equal to operator. Used to compare expressions. - + Initializes a new instance of the DXFrameworkContentElement class with default settings. - + - The template of the description of grid fields that is displayed to the right of the Expression Editor. - -Return Value: Field Information\r\nCaption: {1}\r\nThe type of this field is: {2} - + Overrides the property to hide it. + A value. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Iif(Expression, TruePart, FalsePart)\r\nReturns either TruePart or FalsePart, depending on the evaluation of the Boolean Expression. - + Overrides the property, to hide it. + A object. + - + - The description of the corresponding operator that is displayed to the right of the Expression Editor. - -Return Value: In (,,,)\r\nTests for the existence of a property in an object. - + Overrides the property to hide it. + A object. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Insert(String1, StartPosition, String2)\r\nInserts String2 into String1 at the position specified by StartPositon - + Overrides the property to hide it. + A object. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: IsNull(Value)\r\nReturns True if the specified Value is NULL. - + Overrides the property to hide it. + A object. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: IsNullOrEmpty(String)\r\nReturns True if the specified String object is NULL or an empty string; otherwise, False is returned. - + Overrides the property to hide it. + A value. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: IsThisMonth - + Overrides the property to hide it. + A object. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: IsThisWeek - + Overrides the property to hide it. + A value. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: IsThisYear - + Overrides the property to hide it. + A value. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Len(Value)\r\nReturns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - + Overrides the property to hide it. + A object. + - + - The description of the corresponding operator that is displayed to the right of the Expression Editor. - -Return Value: Less than operator. Used to compare expressions. - + Overrides the property to hide it. + A object. + - + - The description of the corresponding operator that is displayed to the right of the Expression Editor. - -Return Value: Less than or equal to operator. Used to compare expressions. - + Overrides the property to hide it. + A value. + - + - The description of the corresponding operator that is displayed to the right of the Expression Editor. - -Return Value: Compares a string against a pattern. If the value of the string matches the pattern, result is true. If the string does not match the pattern, result is false. If both string and pattern are empty strings, the result is true. - + Overrides the property to hide it. + A value. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: LocalDateTimeDayAfterTomorrow()\r\nReturns a date-time value corresponding to the day after Tomorrow. - + Overrides the property to hide it. + A value. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: LocalDateTimeLastWeek()\r\nReturns a date-time value corresponding to the first day of the previous week. - + Overrides the property to hide it. + A value. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: LocalDateTimeNextMonth()\r\nReturns a date-time value corresponding to the first day of next month. - + Overrides the property to hide it. + A value. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: LocalDateTimeNextWeek()\r\nReturns a date-time value corresponding to the first day of the following week. - + Overrides the property to hide it. + A value. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: LocalDateTimeNextYear()\r\nReturns a date-time value corresponding to the first day of the following year. - + Overrides the property to hide it. + A value. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: LocalDateTimeNow()\r\nReturns a date-time value corresponding to the current moment in time. - + Overrides the property to hide it. + A value. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: LocalDateTimeThisMonth()\r\nReturns a date-time value corresponding to the first day of the current month. - + Overrides the property to hide it. + A value. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: LocalDateTimeThisWeek()\r\nReturns a date-time value corresponding to the first day of the current week. - + Overrides the property to hide it. + A value. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: LocalDateTimeThisYear()\r\nReturns a date-time value corresponding to the first day of the current year. - + Overrides the property to hide it. + A value. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: LocalDateTimeToday()\r\nReturns a date-time value corresponding to Today. - + Overrides the property to hide it. + A value. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: LocalDateTimeTomorrow()\r\nReturns a date-time value corresponding to Tomorrow. - + Overrides the property to hide it. + A value. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: LocalDateTimeTwoWeeksAway()\r\nReturns a date-time value corresponding to the first day of the week that is after next week. - + Overrides the property to hide it. + A value. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: LocalDateTimeYesterday()\r\nReturns a date-time value corresponding to Yesterday. - + Overrides the property to hide it. + A object. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Log(Value)\r\nReturns the natural logarithm of a specified number. - + Overrides the property to hide it. + A value. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Log10(Value)\r\nReturns the base 10 logarithm of a specified number. - + Overrides the property to hide it. + A object. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Log(Value, Base)\r\nReturns the logarithm of a specified number in a specified Base. - + This member supports the internal infrastructure, and is not intended to be used directly from your code. + A value. + - + + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Lower(String)\r\nReturns the String in lowercase. - + Lists values that specify when data posting starts. - - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Max(Value1, Value2)\r\nReturns the maximum value from the specified values. - + An action starts after a delay. - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Max(Value)\r\nReturns the maximum expression value in a collection. - + An action starts immediately. - + + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Min(Value1, Value2)\r\nReturns the minimum value from the specified values. - + A search control. - - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Min(Value)\r\nReturns the minimum expression value in a collection. - + Initializes a new instance of the SearchControl class with default settings. - + - The description of the corresponding operator that is displayed to the right of the Expression Editor. - -Return Value: Finds the difference between two numbers. - + Gets or sets a command executed when the is being closed. This is a dependency property. + A object executed when an item is being closed. + - + - The description of the corresponding operator that is displayed to the right of the Expression Editor. - -Return Value: Returns the remainder (modulus) obtained by dividing one numeric expression into another. - + Identifies the dependency property. + + - + - The description of the corresponding operator that is displayed to the right of the Expression Editor. - -Return Value: Multiplies the value of two expressions. - + Gets or sets the column provider for the search control. This is a dependency property. + An object implementing the interface. + - + - The description of the corresponding operator that is displayed to the right of the Expression Editor. - -Return Value: Performs logical negation on an expression. - + Identifies the dependency property. + + - + - The description of the corresponding operator that is displayed to the right of the Expression Editor. - -Return Value: Returns true if the operands do not have the same value; otherwise, it returns false. - + Gets or sets the logical operator type (AND or OR). + The criteria operator type (logical AND or OR). + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Now()\r\nReturns the current system date and time. - + Identifies the dependency property. + + - + - The description of the corresponding constant that is displayed to the right of the Expression Editor. - -Return Value: Represents a null reference, one that does not refer to any object. - + Performs search text validation. + true if the search text has been validated; otherwise, false. + - + - The name of the group of operators in the Expression Editor. - -Return Value: Operators - + Gets or sets whether to perform a search within the records that are visible, or within the records that are specified by the . This is a dependency property. + + A enumeration value. + - + - The description of the corresponding operator that is displayed to the right of the Expression Editor. - -Return Value: Performs a logical disjunction on two Boolean expressions. - + Identifies the dependency property. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: PadLeft(String, Length)\r\nLeft-aligns characters in the defined string, padding its left side with white space characters up to a specified total length. - + Gets or sets the type of the comparison operator used to create filter conditions. This is a dependency property. + One of the enumeration values. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: PadLeft(String, Length, Char)\r\nLeft-aligns characters in the defined string, padding its left side with the specified Char up to a specified total length. - + Identifies the dependency property. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: PadRight(String, Length)\r\nRight-aligns characters in the defined string, padding its left side with white space characters up to a specified total length. - + Gets or sets the filter expression applied to . This is a dependency property. + A descendant that represents an external filter expression. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: PadRight(String, Length, Char)\r\nRight-aligns characters in the defined string, padding its left side with the specified Char up to a specified total length. - + Identifies the dependency property. + + - + - The description of the corresponding operator that is displayed to the right of the Expression Editor. - -Return Value: Adds the value of one numeric expression to another, or concatenates two strings. - + Gets or sets whether data searching starts automatically, or must be started manually. This is a dependency property. + A enumeration value that specifies the find mode. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Power(Value, Power)\r\nReturns a specified number raised to a specified power. - + Identifies the dependency property. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Remove(String, StartPosition, Length)\r\nDeletes a specified number of characters from this instance, beginning at a specified position. - + Gets or sets whether the MRU dropdown list is displayed immediately after an end-user has typed a character in the edit box. This is a dependency property. + true to display the MRU dropdown list after an end-user has typed a character in the edit box; otherwise, false. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Replace(String, SubString2, String3)\r\nReturns a copy of String1, in which SubString2 has been replaced with String3. - + Identifies the dependency property. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Reverse(String)\r\nReverses the order of elements within a string. - - + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Rnd()\r\nReturns a random number that is less than 1, but greater than or equal to zero. - - + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Round(Value)\r\nRounds the given value to the nearest integer. - + Gets the collection of MRU filter strings. + A list of strings that represent the filter items. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Round(Value, Precision)\r\nRounds the given value to the nearest integer, or to a specified number of decimal places. - + Gets or sets the maximum number of the most recently used (MRU) filter conditions stored by the . This is a dependency property. + An integer that specifies the maximum number of recently used filter conditions stored by the SearchControl. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Sign(Value)\r\nReturns the positive (+1), zero (0), or negative (-1) sign of the given expression. - + Identifies the dependency property. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Sin(Value)\r\nReturns the sine of the angle, defined in radians. - + Identifies the dependency property. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Single()\r\nReturns a single object from the collection. - + Gets or sets the text displayed within the search control edit box when the search text is null. This is a dependency property. + A value that specifies the string displayed within the search control edit box when the property is set to null. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Sinh(Value)\r\nReturns the hyperbolic sine of the angle defined in radians. - + Identifies the dependency property. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Sqr(Value)\r\nReturns the square root of a given number. - + Called after the template is completely generated and attached to the visual tree. - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: StartsWith(String, StartString)\r\nReturns True if the beginning of String matches StartString; otherwise, False is returned. - + Gets or sets whether data searching starts immediately or after a delay. This is a dependency property. + A enumeration value. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Substring(String, StartPosition)\r\nRetrieves a substring from String. The substring starts at StartPosition. - + Identifies the dependency property. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Substring(String, StartPosition, Length)\r\nRetrieves a substring from String. The substring starts at StartPosition and has the specified Length. - + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Sum(Value)\r\nReturns the sum of all the expression values in the collection. - + Identifies the dependency property. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Tan(Value)\r\nReturns the tangent of the angle defined in radians. - + Gets or sets the search string specified within the . This is a dependency property. + A value that specifies the search string. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Tanh(Value)\r\nReturns the hyperbolic tangent of the angle defined in radians. - + Gets or sets the amount of time in milliseconds, after which a data search is initiated (in an automatic find mode). This is a dependency property. + An integer that specifies the delay in milliseconds, after which a data search is initiated. + - + - The title of the Expression Editor window. - -Return Value: Expression editor - + Identifies the dependency property. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Today()\r\nReturns the current date. Regardless of the actual time, this function returns midnight of the current date. - + Identifies the dependency property. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: ToDecimal(Value)\r\nConverts Value to an equivalent decimal number. - + Gets or sets whether the displays the Clear button. This is a dependency property. + true if the displays the Clear button; otherwise, false. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: ToDouble(Value)\r\nConverts Value to an equivalent 64-bit double-precision floating-point number. - + Identifies the dependency property. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: ToFloat(Value)\r\nConverts Value to an equivalent 32-bit single-precision floating-point number. - + Gets or sets whether the displays the Close button. This is a dependency property. + true if the displays the Close button; otherwise, false. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: ToInt(Value)\r\nConverts Value to an equivalent 32-bit signed integer. - + Identifies the dependency property. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: ToLong(Value)\r\nConverts Value to an equivalent 64-bit signed integer. - + Gets or sets whether the displays the Find button. This is a dependency property. + true if the displays the Find button; otherwise, false. + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: ToStr(Value)\r\nReturns a string representation of an object. - + Identifies the dependency property. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Trim(String)\r\nRemoves all leading and trailing SPACE characters from String. - + Gets or sets whether or not a button used to invoke the MRU search dropdown list is displayed within the . This is a dependency property. + true to display the MRU search button within the SearchControl; otherwise, false. + - + - The description of the corresponding constant that is displayed to the right of the Expression Editor. - -Return Value: Represents the Boolean True value. - + Identifies the dependency property. + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: Upper(String)\r\nReturns String in uppercase. - - + + - + - The description of the corresponding function that is displayed to the right of the Expression Editor. - -Return Value: UtcNow()\r\nReturns the current system date and time, expressed as Coordinated Universal Time (UTC). - - + + - + - Represents the caption of the AnyOf filter clause. -Return value: Is any of - + - + - Represents the caption of the BeginsWith filter clause. -Return value: Begins with - + - + + - Represents the caption of the Between filter clause. -Return value: Is between + + + + + + + Initializes a new instance of the IconSetElement class with default settings. - + - Represents the caption of the BetweenAnd filter clause. -Return value: and + Specifies the icon image. This is a dependency property. + A System.Windows.Media.ImageSource object. + - + - Represents the caption of the Contains filter clause. -Return value: Contains + Identifies the dependency property. + - + - Represents the caption of the DoesNotContain filter clause. -Return value: Does not contain + Specifies the threshold corresponding to the icon. This is a dependency property. + A Double value that is the threshold corresponding to the icon. + - + - Represents the caption of the DoesNotEqual filter clause. -Return value: Does not equal + Specifies the threshold comparison type for the icon. This is a dependency property. + A enumeration value. + - + - Represents the caption of the EndsWith filter clause. -Return value: Ends with + Identifies the dependency property. + - + - Represents the caption of the Equals filter clause. -Return value: Equals + Identifies the dependency property. + - + + - Represents the caption of the Greater filter clause. -Return value: Is greater than + Defines the appearance and behavior of a date picker edit. - - + - Represents the caption of the GreaterOrEqual filter clause. -Return value: Is greater than or equal to + Initializes a new instance of the DateEditPickerStyleSettings class with default settings. - + - Represents the caption of the Is Beyond This Year filter clause. -Return value: Is Beyond This Year + Assigns the editor settings to the specified editor. + + A class descendant that is the target editor. + + - + + - Represents the caption of the Is Earlier This Month filter clause. -Return value: Is Earlier This Month + Represents a format. - - + - Represents the caption of the Is Earlier This Week filter clause. -Return value: Is Earlier This Week + Initializes a new instance of the Format class with default settings. - + - Represents the caption of the Is Earlier This Year filter clause. -Return value: Is Earlier This Year + Gets or sets the brush used to paint the background of the formatted cell. This is a dependency property. + A object used to paint the background of the formatted cell. + - + - Represents the caption of the Is Last Week filter clause. -Return value: Is Last Week + Identifies the dependency property. + - + - Represents the caption of the Is Later This Month filter clause. -Return value: Is Later This Month + Gets or sets the font family name for the formatted grid cells. This is a dependency property. + A object representing the font family. + - + - Represents the caption of the Is Later This Week filter clause. -Return value: Is Later This Week + Identifies the dependency property. + - + - Represents the caption of the Is Later This Year filter clause. -Return value: Is Later This Year + Gets or sets the font size for the formatted cells. This is a dependency property. + A value representing the font size. + - + - Represents the caption of the Is Next Week filter clause. -Return value: Is Next Week + Identifies the dependency property. + - + - Represents the caption of the Is not null filter clause. -Return value: Is not null + Gets or sets the font stretch for the formatted cells. This is a dependency property. + A value. + - + - Represents the caption of the Is not blank filter clause. -Return value: Is not blank + Identifies the dependency property. + - + - Represents the caption of the Is null filter clause. -Return value: Is null + Gets or sets the text style applied to the formatted cells. This is a dependency property. + A value, representing the font style. + - + - Represents the caption of the Is blank filter clause. -Return value: Is blank + Identifies the dependency property. + - + - Represents the caption of the Is Prior This Year filter clause. -Return value: Is Prior This Year + Gets or sets the weight of the text font for the formatted cells. This is a dependency property. + A value, representing the font weight. + - + - Represents the caption of the Is Today filter clause. -Return value: Is Today + Identifies the dependency property. + - + - Represents the caption of the Is Tomorrow filter clause. -Return value: Is Tomorrow + Gets or sets the brush used to paint the foreground of the formatted cell. This is a dependency property. + A object used to paint the foreground of the formatted cell. + - + - Represents the caption of the Is Yesterday filter clause. -Return value: Is Yesterday + Identifies the dependency property. + - + - Represents the caption of the Is less than filter clause. -Return value: Is less than + Gets or sets the image displayed within the formatted cells. This is a dependency property. + An ImageSource object that represents the image displayed within the formatted cells. + - + - Represents the caption of the Is less than or equal to filter clause. -Return value: Is less than or equal to + Identifies the dependency property. + - + - Represents the caption of the Is like filter clause. -Return value: Is like + Specifies the vertical alignment for the icon. This is a dependency property. + A enumeration value. The default is Center. + - + - Represents the caption of the Is none of filter clause. -Return value: Is none of + Identifies the dependency property. + - + - Represents the caption of the Is not between filter clause. -Return value: Is not between + Gets or sets a value that specifies the text decorations that are applied to the formatted cell's content. This is a dependency property. + A object that contains text decorations that are applied to the formatted cell's content. + - + - Represents the caption of the Is not like filter clause. -Return value: Is not like + Identifies the dependency property. + - + + - Specifies an error message that may occur when parsing an expression - -Return value: The specified expression contains invalid symbols (line {0}, character {1}). - + A standalone control, which provides a straightforward and simplified way to create a status bar. - - + - Specifies an error message that may occur when parsing an expression - -Return value: The specified expression is invalid. - + Initializes a new instance of the StatusBarControl class with default settings. + - + - Specifies the textual representation of the Between operator used when constructing a display string of filter criteria. - -Return value: Between - + Gets or sets whether the size grip is shown in the bottom-right corner of the StatusBarControl, allowing resizing the application window using the mouse. This is a dependency property. + + true, if the size grip is shown in the bottom-right corner of the StatusBarControl; otherwise, false. The default is false. + - + - Specifies the textual representation of the binary bitwise AND operator used when constructing a display string of filter criteria. - -Return value: & - + Identifies the dependency property. + - + + - Specifies the textual representation of the binary bitwise OR operator used when constructing a display string of filter criteria. - -Return value: | - + A base class that provides necessary functionality for custom localizers of the Toolbar-Menu and Ribbon Controls. - - + - Specifies the textual representation of the binary bitwise XOR operator used when constructing a display string of filter criteria. - -Return value: ^ - + Initializes a new instance of the BarsLocalizer class with default settings. - + - Specifies the textual representation of the binary Divide operator used when constructing a display string of filter criteria. - -Return value: / - + Gets or sets a localizer object providing localization of the user interface at runtime. + An descendant, used to localize the user interface at runtime. + + - + - Specifies the textual representation of the binary Equal to operator used when constructing a display string of filter criteria. - -Return value: = - + Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). + An object representing resources based on the thread's culture. + - + - Specifies the textual representation of the binary Greater than operator used when constructing a display string of filter criteria. - -Return value: > - + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + - + - Specifies the textual representation of the binary Greater than or equal to operator used when constructing a display string of filter criteria. - -Return value: >= - + Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). + A object, which provides resources based on the thread's culture. + - + - Specifies the textual representation of the binary Less than operator used when constructing a display string of filter criteria. - -Return value: < - + Returns a localized string for the given string identifier. + + A enumeration value identifying the string to localize. + + + + A corresponding to the specified identifier. + - + - Specifies the textual representation of the binary Less than or equal to operator used when constructing a display string of filter criteria. - -Return value: <= - + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + - + + - Specifies the textual representation of the binary Like operator used when constructing a display string of filter criteria. - -Return value: Like - + Allows you to integrate any ViewModel (with its View) to any control. - - + - Specifies the textual representation of the binary Minus operator used when constructing a display string of filter criteria. - -Return value: - - + Initializes a new instance of the class. - + - Specifies the textual representation of the binary Modulo operator used when constructing a display string of filter criteria. - -Return value: % - + Gets or sets the region name. This is a dependency property. + A System.String that specifies the region name. + - + - Specifies the textual representation of the binary Multiply operator used when constructing a display string of filter criteria. - -Return value: * - + Identifies the dependency property. + - + - Specifies the textual representation of the binary Not Equal operator used when constructing a display string of filter criteria. - -Return value: - + Gets or sets the selected ViewModel. This is a dependency property. + An object representing the currently selected ViewModel. + - + - Specifies the textual representation of the binary Plus operator used when constructing a display string of filter criteria. - -Return value: + - + Gets or sets the command to invoke when a property of the is changed. This is a dependency property. + An System.Windows.Input.ICommand descendant. + - + - Specifies the textual representation of the Contains operator used when constructing a display string of filter criteria. - -Return value: Contains - + Identifies the dependency property. + - + - Specifies the textual representation of the Ends With operator used when constructing a display string of filter criteria. - -Return value: Ends with - + Identifies the dependency property. + - + - Specifies the textual representation of the Is null or empty operator used when constructing a display string of filter criteria. - -Return value: Is null or empty - + This property supports the internal infrastructure and is not intended to be used directly from your code. + + - + - Specifies the textual representation of the Starts with operator used when constructing a display string of filter criteria. - -Return value: Starts with - + Gets or sets the strategy manager. This is a dependency property. + An implementation representing the strategy manager. + - + - Specifies the textual representation of the group AND operator used when constructing a display string of filter criteria. - -Return value: And - + Identifies the dependency property. + - + - Specifies the textual representation of the group OR operator used when constructing a display string of filter criteria. - -Return value: Or - - + Gets or sets the view injection manager. This is a dependency property. + An implementation representing the view injection manager. + - + - Specifies the textual representation of the In function used when constructing a display string of filter criteria. - -Return value: In - + Identifies the dependency property. + - + - Specifies the textual representation of the Is not null operator used when constructing a display string of filter criteria. - -Return value: Is Not Null - + Gets or sets the view locator. This is a dependency property. + An implementation representing the view locator. + - + - Specifies the textual representation of the Not like operator used when constructing a display string of filter criteria. - -Return value: Not Like - + Identifies the dependency property. + - + - Specifies the textual representation of the unary bitwise Not operator used when constructing a display string of filter criteria. - -Return value: ~ - + Gets or sets the command to invoke when a View Model is about to be closed. This is a dependency property. + An System.Windows.Input.ICommand descendant. + - + - Specifies the textual representation of the unary Is null operator used when constructing a display string of filter criteria. - -Return value: Is Null - + Identifies the dependency property. + - + - Specifies the textual representation of the unary Minus operator used when constructing a display string of filter criteria. - -Return value: - - + Gets the collection of injected View Models (and their Views). + A collection of injected View Models (and their Views). + - + - Specifies the textual representation of the unary Not operator used when constructing a display string of filter criteria. - -Return value: Not - + Identifies the dependency property. + - + + - Specifies the textual representation of the unary Plus operator used when constructing a display string of filter criteria. - -Return value: + - + Allows you to bind a method to a property of the ICommand type. - - + - Specifies the caption of a submenu that contains date-time operators used to filter data - -Return value: DateTime operators - + Initializes a new instance of the class. - + - Specifies the textual representation of the Checked operator used when constructing a display string of filter criteria. - -Return value: Checked - + Gets or sets a string value specifying the boolean function name that determines whether the method specified using the property line can be executed in its current state. This is a dependency property. + A System.String value specifying the boolean function name. + - + - Specifies the textual representation of the Unchecked operator used when constructing a display string of filter criteria. - -Return value: Unchecked - + Identifies the dependency property. + - + - Represents the string that is the non-specified second argument of a binary filter operation. -Return Value: <enter a value> + Gets or sets a string value specifying the target-property name to be populated with the ICommand object, which is created by the based on the specified , and Args properties. This is a dependency property. + + A System.String value specifying the target-property name. +Default value is Command + - + - Return Value: Add Condition + Gets or sets the command parameter. This is a dependency property. + The command specific data. + - + - Return Value: Add Group + Identifies the dependency property. + - + - Return Value: And + Identifies the dependency property. + - + - Return Value: Clear All + Gets or sets a string value specifying the source-method name to be invoked. This is a dependency property. + A System.String value specifying the source-method name. + - + - Return Value: NotAnd + Identifies the dependency property. + - + + - Return Value: NotOr - + - - + - Return Value: Or + The dialog corresponding to the 'Above Average' rule. - + - Return Value: Remove Group + The dialog corresponding to the 'A Date Occuring' rule. - + - The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Panel. -Return Value: Clear Filter + The dialog corresponding to the 'Below Average' rule. - + - The string displayed in the tip that appears when the pointer hovers over the corresponding checkbox in the Filter Panel. -Return Value: Disable Filter + The dialog corresponding to the 'Between' rule. - + - The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Panel. -Return Value: Edit Filter + The dialog corresponding to the 'Bottom 10 Items' rule. - + - The string displayed in the tip that appears when the pointer hovers over the corresponding checkbox in the Filter Panel. -Return Value: Enable Filter + The dialog corresponding to the 'Bottom 10 Percent' rule. - + - The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. -Return Value: Adds a new item to the list + The dialog corresponding to a custom rule. - + - The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. -Return Value: (Use the Insert or Add key) + The dialog corresponding to the 'Equal To' rule. - + - The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. -Return Value: (Use the Delete or Subtract key) + The dialog corresponding to the 'Greater Than' rule. - + - The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. -Return Value: Actions + The dialog corresponding to the 'Less Than' rule. - + - The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. -Return Value: Adds a new condition to this group + The dialog corresponding to the 'Text That Contains' rule. - + - The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. -Return Value: Removes this condition + The dialog corresponding to the 'Top 10 Items' rule. - + - The string displayed in the tip that appears when the pointer hovers over the corresponding button in the Filter Editor. -Return Value: Compare with a value / another field's value + The dialog corresponding to the 'Top 10 Percent' rule. - + + - -Represents the caption of the HLS color model. - -Return Value: HLS + Allows you to show documents in tab items. - - + - -Represents the caption of the HSB color model. - -Return Value: HSB + Initializes a new instance of the class. - + - Specifies the message raised when trying to load a file whose format isn't supported by the editor. - -Return Value: Wrong image format - - + Gets the active group. + An object specifying the active group. + - + - Specifies the file type strings that are displayed in the "Open" dialog window of the editor. -Return Value: Image Files(*.BMP;*.JPG;*.GIF;*.PNG)|*.BMP;*.JPG;*.GIF;*.PNG|All files (*.*)|*.* + Gets the collection of existing documents. + A collection of existing documents. + - + - Specifies the filter string that is displayed in the "Open" dialog window of the Silverlight editor. -Return Value: Image Files(*.JPG;*.PNG)|*.JPG;*.PNG|All files (*.*)|*.* + Gets the collection of existing groups. + A collection of existing groups. + - + - Specifies the file type strings that are displayed in the "Save" dialog window of the editor. -Return Value: PNG(*.png)|*.png|BMP(*.bmp)|*.BMP|JPG(*.jpg)|*.jpg|GIF(*.gif)|*.gif + Gets or sets the command to invoke when a single window is about to be closed. This is a dependency property. + An System.Windows.Input.ICommand descendant. + - + - [To be supplied] + Identifies the dependency property. + + - + - The caption of the button to add a new row in the editor. -Return Value: Add New + The command that is called when a document is closed. This is a dependency property. + An object implementing the System.Windows.Input.ICommand interface. + - + - The caption of the button to close the Search Panel. -Return Value: Close + Identifies the dependency property. + - + + - The caption of the button to locate the records in the editor. -Return Value: Find + - - + - Return Value: Search + A method that will handle the event. + + The event source. + + + + A object that contains event data. + + - + + - Specifies the message raised when the editor's entered value as specified by the mask is incomplete. - -Return Value: Mask incomplete + Provides data for the cancelable event. + + + + + Initializes a new instance of the TabControlTabRemovingEventArgs class. + + An integer value which specifies the index of the tab item that is about to be removed. + + + + An object that represents the tab item that is about to be removed. + + - + + - Return Value: No - + - - + - Represents the string that precedes the number of total amount of pages in the DataPager. -Return Value: of {0} + A method that will handle the event. + + The event source. + + + + A object that contains event data. + + - + + - Return Value: Ok - + - - + - Return Value: Open + A method that will handle the event. + + The event source. + + + + A object that contains event data. + + - - - Specifies the message raised when the editor's entered value as specified by the mask is out of range. - -Return Value: Value is out of range - + + + Provides data for the cancelable event. - - + - Represents the string that precedes the number of the current page in the DataPager. -Return Value: Page + Initializes a new instance of the class. - + - The message displayed in the tip that appears when the editor is focused and the CAPS LOCK key has been pressed. -Return Value: Enabling Caps Lock may result in entering password incorrectly.{0}Disable Caps Lock before entering your password. + Gets or sets the tab item. + An object that represents the tab item. + - + + - The header of the tip that appears when the editor is focused and the CAPS LOCK key has been pressed. -Return Value: Caps Lock is On - + - - + - Return Value: Paste + A method that will handle the event. + + The event source. + + + + A object that contains event data. + + - + + - -Represents the caption of the RGB color model. - -Return Value: RGB + Lists values that specify the placement of new tokens. - - + - Return Value: Save + New tokens are added at the end of the editor. - + - The caption of the editor item that selects all items in the list. -Return Value: (Select All) + New tokens are added at the start of the editor. - + - Return Value: Clear + Adding new tokens is disabled. - + + - Return Value: Area - + - - + - Return Value: Bar + A method that will handle the event. + + The event source. + + + + A object that contains event data. + + - + + - Return Value: Line + Lists values that specify Stretch View's drag drop mode. - - + - Return Value: WinLoss + Allows reordering tab items, moving items between different tab controls (with the same property value) and creating a separate window with a tab control by dropping the dragged item outside the parent DXTabControl. + - + - Return Value: Today + Drag-and-drop is not available. - + - Return Value: Loading... + Allows reordering tab items and moving them between different tab controls with the same . + - + - Return Value: Yes + Allows reordering of tab items. + @@ -31844,7 +39049,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -31931,7 +39136,7 @@ This is a dependency property. - Represents a popup menu. + A regular popup menu. @@ -31972,7 +39177,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32033,15 +39238,28 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - [To be supplied] + Provides access to bar items and bar item links displayed in this PopupMenu. + + + + A collection that contains bar items and bar item links displayed in this PopupMenu. + + + + + + + + Identifies the dependency property. + - [To be supplied] + @@ -32061,7 +39279,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32081,7 +39299,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32100,7 +39318,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32119,7 +39337,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32225,7 +39443,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32234,7 +39452,7 @@ This is a dependency property. Gets or sets the BarSubItemLink behavior when an end-user clicks an item within this BarSubItemLink's pop-up. - A PopupItemClickBehaviour enumerator value that specifies the BarSubItemLink behavior when an end-user clicks an item within this BarSubItemLink's pop-up. + A enumerator value that specifies the BarSubItemLink behavior when an end-user clicks an item within this BarSubItemLink's pop-up. @@ -32282,6 +39500,25 @@ This is a dependency property. + + + + Gets or sets the index of the sector displaying the first sub-menu's item in a . This is a dependency property. + + + An integer value that specifies the index of the sector displaying the first sub-menu's item in a . The default is 0. + + + + + + + Identifies the dependency property. + + + + + @@ -32296,7 +39533,7 @@ This is a dependency property. Gets or sets the BarSubItem behavior when an end-user clicks an item within this BarSubItem's pop-up. - A PopupItemClickBehaviour enumerator value that specifies the BarSubItem behavior when an end-user clicks an item within this BarSubItem's pop-up. + A enumerator value that specifies the BarSubItem behavior when an end-user clicks an item within this BarSubItem's pop-up. @@ -32359,15 +39596,17 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - [To be supplied] + Provides access to a collection of bar items, whose links are displayed within this BarSubItem. + - [To be supplied] + A object that stores bar items, whose links are displayed within this BarSubItem. + @@ -32388,7 +39627,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32408,7 +39647,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32427,7 +39666,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32465,7 +39704,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32501,7 +39740,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32521,7 +39760,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32553,7 +39792,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32573,7 +39812,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32593,7 +39832,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32613,7 +39852,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32649,7 +39888,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32669,7 +39908,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32689,7 +39928,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32709,7 +39948,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32729,7 +39968,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32779,7 +40018,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -32801,27 +40040,22 @@ This is a dependency property. - + - Initializes a new instance of the BarItemLinkCollection class. - + + + + - + - Initializes a new instance of the BarItemLinkCollection class. + Initializes a new instance of the BarItemLinkCollection class with default settings. + - - A object that will own created collection. - - - - An ILinksHolder object. - - @@ -32895,16 +40129,6 @@ This is a dependency property. - - - - Gets the that owns the current collection. - - - A object that owns the current collection. - - - @@ -32930,7 +40154,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32949,7 +40173,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -32975,17 +40199,19 @@ This is a dependency property. - [To be supplied] + - [To be supplied] + - [To be supplied] + Gets or sets whether this link was created by an end-user during runtime customization. + - [To be supplied] + true, if this link was created by an end-user during the runtime customization; otherwise, false. + @@ -33005,7 +40231,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33051,9 +40277,29 @@ This is a dependency property. - [To be supplied] + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + - [To be supplied] + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + @@ -33083,7 +40329,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33116,23 +40362,13 @@ This is a dependency property. - - - - Gets the that owns the current link. - - - A object that owns the current link. - - - Defines the visual position of the bar item link after merging bars/link containers into a parent BarManager. - An ordinal number determining the position of the bar item link after merging bars/link containers into a parent BarManager + A non-negative integer value that specifies the position of the bar item link after merging bars/link containers into a parent BarManager @@ -33142,7 +40378,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33161,7 +40397,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33185,6 +40421,25 @@ This is a dependency property. + + + + Gets or sets the index of the sector in which the current bar item link is displayed. This is a dependency property. + + + An integer value that specifies the index of the sector in which the current bar item link is displayed. The default is -1; + + + + + + + Identifies the dependency property. + + + + + @@ -33266,7 +40521,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33286,7 +40541,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33306,7 +40561,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33326,7 +40581,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33346,7 +40601,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33378,7 +40633,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33398,15 +40653,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] - - - - - - Unbinds this BarItemLink from the associated . This member supports the internal infrastructure, and is not intended to be used directly from your code. - - + @@ -33426,7 +40673,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33446,7 +40693,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33576,7 +40823,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33608,7 +40855,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33617,7 +40864,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33655,7 +40902,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33674,7 +40921,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33714,7 +40961,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33734,7 +40981,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33754,7 +41001,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33791,18 +41038,6 @@ This is a dependency property. - - - - Initializes a new instance of the BarItemCollection class. - - - - A object that will own the created collection. - - - - @@ -33863,16 +41098,6 @@ This is a dependency property. - - - - Gets the that owns the current collection. - - - A object that owns the current collection. - - - @@ -33914,7 +41139,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33934,7 +41159,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33954,7 +41179,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33973,7 +41198,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -33992,7 +41217,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34019,7 +41244,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -34050,7 +41275,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34059,7 +41284,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34090,7 +41315,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34099,7 +41324,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34119,7 +41344,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34140,7 +41365,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34160,7 +41385,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34180,7 +41405,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34248,7 +41473,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34268,7 +41493,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34288,7 +41513,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34333,7 +41558,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34342,7 +41567,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34362,7 +41587,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34402,7 +41627,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34442,7 +41667,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34459,7 +41684,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -34476,7 +41701,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -34506,57 +41731,56 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - + - Gets or sets the item's large image. -This is a dependency property. + Gets or sets the Key Tip used to invoke the bar item's functionality. This is a dependency property. - An ImageSource object that specifies the item's large image. + A string that specifies the Key Tip associated with the bar item. - + Identifies the dependency property. - [To be supplied] + - + - Gets the collection of links that refer to the current item. + Gets or sets the item's large image. +This is a dependency property. - A ReadOnlyLinkCollection that contains links to the current item. + An ImageSource object that specifies the item's large image. - + - Gets the that owns the current BarItem. -This is a dependency property. + Identifies the dependency property. - A that owns the current BarItem. - + - + - Identifies the dependency property. + Gets the collection of links that refer to the current item. - [To be supplied] + A ReadOnlyLinkCollection that contains links to the current item. + @@ -34565,7 +41789,7 @@ This is a dependency property. Gets or sets the position index for all links of the current BarItem in merged bars. - The position index for all links of the current BarItem in merged bars. + A non-negative integer value that specifies the position index for all links of the current BarItem in merged bars. @@ -34575,7 +41799,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34594,7 +41818,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34630,7 +41854,26 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets the index of the sector in which the current bar item is displayed. This is a dependency property. + + + An integer value that specifies the index of the sector in which the current bar item is displayed. The default is -1; + + + + + + + Identifies the dependency property. + + + @@ -34702,7 +41945,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34721,7 +41964,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34741,7 +41984,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34797,7 +42040,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34816,7 +42059,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34835,7 +42078,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34854,7 +42097,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34884,7 +42127,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34915,7 +42158,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34975,7 +42218,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -34994,7 +42237,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35035,7 +42278,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35071,7 +42314,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -35091,7 +42334,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35111,7 +42354,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35130,7 +42373,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35149,7 +42392,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35189,7 +42432,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35208,7 +42451,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35227,7 +42470,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35255,7 +42498,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -35264,7 +42507,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35283,7 +42526,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35317,7 +42560,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35499,7 +42742,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35519,7 +42762,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35555,7 +42798,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35566,6 +42809,14 @@ This is a dependency property. + + + + + + + + @@ -35603,7 +42854,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35623,7 +42874,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35653,11 +42904,9 @@ This is a dependency property. - Gets whether a submenu which contains this link is closed on a click. - + - true if a submenu which contains this link is closed on a click; otherwise, false. - + @@ -35679,12 +42928,9 @@ This is a dependency property. - Gets or sets a value indicating whether a submenu which contains the button item's link is closed on a click. -This is a dependency property. - + - true, if a submenu containing the button item's link is closed on a click; otherwise, false. - + @@ -35693,14 +42939,15 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - Represents a bar. + A bar which is displayed on-screen using a object. + @@ -35729,7 +42976,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35769,7 +43016,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35788,7 +43035,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35808,7 +43055,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35819,6 +43066,25 @@ This is a dependency property. + + + + Gets or sets whether the content, glyph or both are displayed in the bar items. + + + A enumeration value that specifies whether the content, glyph or both are displayed in the bar items. + + + + + + + Identifies the dependency property. + + + + + @@ -35836,7 +43102,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35855,7 +43121,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35875,7 +43141,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -35905,15 +43171,17 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets or sets whether this Bar was created by an end-user during the runtime customization. + - [To be supplied] + true, if this Bar was created by an end-user during runtime customization; otherwise, false. + @@ -35953,7 +43221,34 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + + + + + + + Hides the current bar if it is floating. + + + + + + + + Gets or sets whether the current bar is automatically hidden when it does not contain any items. This is a dependency property. + + + true, if the current bar is automatically hidden when it does not contain any items; otherwise, false. The default is false. + + + + + + + Identifies the dependency property. + + + @@ -35993,7 +43288,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -36014,7 +43309,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -36034,15 +43329,17 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - [To be supplied] + This member supports the internal infrastructure, and is not intended to be used directly from your code. + - [To be supplied] + + @@ -36064,7 +43361,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -36116,7 +43413,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -36136,7 +43433,15 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + + + + + + + Shows the current bar if it is floating. + + @@ -36197,7 +43502,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -36208,6 +43513,94 @@ This is a dependency property. + + + + + Lists the values that specify the conditional formatting rule. + + + + + + + The style is applied to cells whose values fall into the range specified by the () and () properties. + + + + + + + + The style is applied to cells whose values match the () property value. + + + + + + + + The style is applied to cells for which the () evaluates to true. + + + + + + + + The style is applied to cells whose values are greater than that specified by the () property. + + + + + + + + The style is applied to cells whose values are greater or equal to the () property value. + + + + + + + + The style is applied to cells whose values are less than that specified by the () property. + + + + + + + + The style is applied to cells whose values are less or equal to the () property value. + + + + + + + + The style is not applied to any cell. + + + + + + + + The style is applied to cells whose values fall outside of the range specified by the () and () properties. + + + + + + + + The style is applied to cells whose values do not match the () property value. + + + + @@ -36294,14 +43687,15 @@ After an end-user enters and completes a specific portion of a date/time value, - [To be supplied] + Raises each time the CheckEditBox changes its edit value. + - [To be supplied] + @@ -36339,7 +43733,7 @@ After an end-user enters and completes a specific portion of a date/time value, Identifies the dependency property. - [To be supplied] + @@ -36359,7 +43753,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -36379,7 +43773,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -36416,7 +43810,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -36454,7 +43848,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -36474,7 +43868,281 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + + + + + + + + Defines the appearance of the Token ComboBoxEdit. + + + + + + + Initializes a new instance of the TokenComboBoxStyleSettings class with default settings. + + + + + + + + Gets or sets whether to add tokens on clicking items within the popup. This is a dependency property. + + + true, to add tokens on clicking items within the popup; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether to enable editing of existing tokens. This is a dependency property. + + + true, to enable editing of existing tokens; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + + + + + + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gets or sets the token's maximum width. This is a dependency property. + + + A value that specifies the token's maximum width. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the trimming behavior for tokens. This is a dependency property. + + + A System.Windows.TextTrimming enumeration value. + + + + + + + Identifies the dependency property. + + + + + + + + + + Provides methods to control the strategy. + + + + + + + Initializes the strategy. + + + + A that represents the service to which the current document belongs. + + + + + + + + Injects a ViewModel (and its View) with the specified parameters. + + + + An object representing the ViewModel. + + + + A System.String value specifying the view that will be created using the . + + + + A System.Type value specifying the view that will be created using the . + + + + + + + + Gets a value that indicates whether the strategy is initialized. + + + true, if the strategy is initialized; otherwise, false. + + + + + + + Removes the specified ViewModel (and its View) from the collection of the injected items. + + + + An object representing the ViewModel. + + + true, if the item is successfully removed; otherwise, false. + + + + + + + Gets or sets the selected ViewModel. + + + An object representing the currently selected ViewModel. + + + + + + + Fires after the selected ViewModel has been successfully changed. + + + + + + + + Uninitializes the strategy. + + + + + + + + Fires before the ViewModel is closed + + + + + + + + Gets the collection of injected View Models (and their Views). + + + A collection of injected View Models (and their Views). + @@ -36514,13 +44182,131 @@ This is a dependency property. - + + + + A window that supports integration with a . + + + + + + + Initializes a new instance of the class. + + + + + + Identifies the dependency property. - - + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the window's header indent in the maximized state. This is a dependency property. + + + A System.Double value specifying the window's header indent in the maximized state. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the window's header indent in the normal state. This is a dependency property. + + + A System.Double value specifying the window's header indent in the normal state. + + + + + + + Identifies the dependency property. + + + + + + + + + Called after the template is completely generated and attached to the visual tree. + + + + + + + + Gets or sets the tabbed window mode. This is a dependency property. + + + An DevExpress.Xpf.Core.TabbedWindowMode enumeration value that specifies the tabbed window mode. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets the integrated tab control. + + + A DXTabControl object that is integrated in the current window. + + + + + + + Gets the size of tab item header. This is a dependency property. + + + A System.Double value specifying the size of tab item header. + + + + + + + Identifies the dependency property. + + + @@ -36582,7 +44368,7 @@ This is a dependency property. - Represents a container for bar containers, managing operations on bars and popup menus. + A container for bar containers that manages operations on bars and popup menus. @@ -36647,7 +44433,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -36666,7 +44452,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -36686,23 +44472,23 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - [To be supplied] + - [To be supplied] + - [To be supplied] + - [To be supplied] + @@ -36722,7 +44508,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -36741,7 +44527,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -36771,7 +44557,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -36780,7 +44566,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -36809,7 +44595,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -36830,7 +44616,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -36850,7 +44636,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -36870,7 +44656,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -36912,21 +44698,19 @@ This is a dependency property. - Contains a collection of controllers that provide bar customization actions. - + - A BarManagerControllerCollection object. - + - Gets or sets whether the bar manager implicitly creates four s at the four edges of the window, allowing you to dock bars to the window. + Gets or sets whether the bar manager implicitly creates four s at the four edges of the BarManager control, allowing you to dock s at these positions. This is a dependency property. - true if the bar manager implicitly creates four s; otherwise, false. + true, if the bar manager implicitly creates four s; otherwise, false. @@ -36936,7 +44720,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -36986,7 +44770,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37045,6 +44829,32 @@ This is a dependency property. + + + + + + + + + + + + + + + Returns the current effective value of the dependency property of the specified DependencyObject. + + + + + A DependencyObject whose dependency property value should be returned. + + + The current effective value of the dependency property. + + + @@ -37074,6 +44884,21 @@ This is a dependency property. + + + + Returns the current effective value of the dependency property of the specified DependencyObject. + + + + + A DependencyObject whose dependency property value should be returned. + + + The current effective value of the dependency property. + + + @@ -37100,7 +44925,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37120,7 +44945,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37157,7 +44982,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -37174,7 +44999,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -37197,6 +45022,14 @@ This is a dependency property. + + + + + + + + @@ -37211,7 +45044,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -37241,7 +45074,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37260,7 +45093,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37280,7 +45113,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37300,7 +45133,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37449,6 +45282,36 @@ This is a dependency property. + + + + + + + + + + + + + + + + + Sets the local value of the dependency property of the specified DependencyObject. + + + + + A DependencyObject whose dependency property should be set. + + + + The new local value. + + + + @@ -37481,6 +45344,23 @@ This is a dependency property. + + + + Sets the local value of the dependency property of the specified DependencyObject. + + + + + A DependencyObject whose dependency property should be set. + + + + The new local value. + + + + @@ -37518,7 +45398,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37538,7 +45418,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37557,7 +45437,7 @@ This is a dependency property. This member supports the internal infrastructure, and is not intended to be used directly from your code. - [To be supplied] + @@ -37577,7 +45457,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37597,7 +45477,250 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + + + + + + + + Represents the container control for displaying long-loading content. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets the 's border highlighting effect. This is a dependency property. + + + An DevExpress.Xpf.Core.BorderEffect enumeration value that specifies the 's border highlighting effect. +The default is BorderEffect.None. + + + + + + + Gets or sets the color of the 's border highlighting effect. This is a dependency property. + + + A SolidColorBrush value that specifies the color of the 's border highlighting effect. + + + + + + + Identifies the dependency property. + + + + + + + + + Identifies the dependency property. + + + + + + + + + Specifies the duration of the fade-in effect. This is a dependency property. + + + A System.TimeSpan value that is the duration of the fade-in effect. + + + + + + + Identifies the dependency property. + + + + + + + + + Specifies the duration of the fade-out effect. This is a dependency property. + + + A System.TimeSpan value that is the duration of the fade-out effect. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets a value that indicates whether the 's splash screen can be displayed. This is dependency property. + + + true, if the 's splash screen is allowed to be displayed; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an object that represents the 's long-loading content. + + + An FrameworkElement object that represents the 's long-loading content. + + + + + + + Gets or sets the 's owner lock mode. This is a dependency property. + + + An DevExpress.Xpf.Core.SplashScreenLock enumeration value that specifies the 's owner lock mode. +The default is SplashScreenLock.Full. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the data context of the 's splash screen. This is a dependency property. + + + An object that is used as the splash screen's data context. + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the position of the 's splash screen. This is a dependency property. + + + A DevExpress.Xpf.Core.SplashScreenLocation enumeration value specifying the position of the splash screen. +The default is SplashScreenLocation.CenterContainer. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the template that defines the presentation of the 's splash screen. This is a dependency property. + + + A System.Windows.DataTemplate object that defines the presentation of the splash screen. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets a value indicating whether the 's splash screen is shown with a fade effect. This is a dependency property. + + + + true if the splash screen is shown with a fade effect; otherwise, false. +The default is true. + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets a value indicating whether the uses the splash screen. This is a dependency property. + + + true if uses the splash screen; otherwise, false. +The default is true. + + + + + + + Identifies the dependency property. + + + @@ -37664,7 +45787,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37683,7 +45806,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37702,7 +45825,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37724,7 +45847,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37756,9 +45879,11 @@ This is a dependency property. - [To be supplied] + Gets or sets whether to close popup when it loses focus. + - [To be supplied] + true to close popup when it loses focus; otherwise, false. + @@ -37777,7 +45902,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37811,7 +45936,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37831,7 +45956,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37861,7 +45986,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37879,7 +46004,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -37897,7 +46022,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -37917,7 +46042,7 @@ This is a dependency property. - [To be supplied] + @@ -37936,7 +46061,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37955,7 +46080,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37975,7 +46100,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -37994,7 +46119,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38014,7 +46139,7 @@ This is a dependency property. - [To be supplied] + @@ -38033,7 +46158,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38052,7 +46177,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38070,7 +46195,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -38089,7 +46214,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -38108,7 +46233,7 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + @@ -38129,7 +46254,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38148,7 +46273,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38167,7 +46292,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38195,7 +46320,23 @@ This is a dependency property. - [To be supplied] + + + + + + + + + + + + + + + + + @@ -38231,7 +46372,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38250,7 +46391,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38269,7 +46410,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38288,7 +46429,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38307,7 +46448,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38336,7 +46477,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38366,7 +46507,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38386,7 +46527,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38405,6 +46546,16 @@ This is a dependency property. + + + + Gets whether to apply the ImageTemplate to the selected item, displayed within the edit box. + + + true to apply the image template to the selected item; otherwise, false. + + + @@ -38441,18 +46592,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] - - - - - - Gets or sets an object that defines the appearance and behavior of the . - - - - A descendant that defines the appearance and behavior of the . - + @@ -38486,7 +46626,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -38505,7 +46645,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38534,7 +46674,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38543,7 +46683,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38583,7 +46723,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38602,7 +46742,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38622,7 +46762,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38641,7 +46781,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38658,7 +46798,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -38677,7 +46817,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38696,7 +46836,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38721,7 +46861,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -38767,7 +46907,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38786,7 +46926,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38803,17 +46943,15 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + - Gets or sets whether an end-user is allowed to edit the text displayed within the edit box. This is a dependency property. - + - true to allow an end-user to edit the text displayed within the edit box; otherwise, false. - + @@ -38822,7 +46960,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38841,7 +46979,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38860,7 +46998,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38879,7 +47017,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38899,7 +47037,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38918,7 +47056,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38937,7 +47075,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38964,7 +47102,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -38983,7 +47121,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39002,16 +47140,17 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - This is a dependency property. + Gets or sets whether the editor can change its value during printing. This is a dependency property. - [To be supplied] + true to allow changing the editor's value during printing; otherwise, false. + @@ -39020,7 +47159,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39029,7 +47168,8 @@ This is a dependency property. Prevents the and binding source from being updated during synchronization with the . - true to allow update the binding source of two-way bound properties during synchronization; otherwise, false. + true, to allow updating the binding source of two-way bound properties during synchronization; otherwise, false. + @@ -39039,7 +47179,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39067,7 +47207,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39087,7 +47227,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39112,16 +47252,16 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + - Gets or sets whether to disable excessive updates when the editor is used within a data-aware control (e.g. DXGrid) and it is inactive. + This member supports the internal infrastructure and is not intended to be used directly from your code. - true to disable excessive updates; otherwise, false. + @@ -39131,7 +47271,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39151,7 +47291,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39170,7 +47310,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39199,7 +47339,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39208,7 +47348,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39247,7 +47387,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39264,7 +47404,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -39283,7 +47423,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39311,7 +47451,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -39328,7 +47468,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -39347,7 +47487,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39366,7 +47506,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39386,7 +47526,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39395,7 +47535,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39414,7 +47554,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39442,7 +47582,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39503,7 +47643,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39522,7 +47662,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39541,7 +47681,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39560,7 +47700,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39579,7 +47719,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39598,7 +47738,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39618,7 +47758,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39637,7 +47777,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39656,7 +47796,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39685,17 +47825,7 @@ This is a dependency property. - [To be supplied] - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - + @@ -39732,16 +47862,16 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - Gets or sets whether the editor's border is displayed. This is a dependency property. + Gets or sets whether the editor's background is displayed. This is a dependency property. - true to display the border; otherwise, false. + true to display the background; otherwise, false. @@ -39752,7 +47882,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39771,7 +47901,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39790,7 +47920,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39819,7 +47949,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39828,7 +47958,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39847,7 +47977,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39867,7 +47997,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39885,7 +48015,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -39904,7 +48034,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39924,7 +48054,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39943,7 +48073,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -39963,62 +48093,43 @@ This is a dependency property. - - + - The base class for services that are capable of locating Views by their type names. + Called after the template is completely generated and attached to the visual tree. - - - - [To be supplied] - - [To be supplied] - - - - Identifies the dependency property. - - - [To be supplied] + - - - - [To be supplied] + Lists the values used to specify the content source for the editor. + - [To be supplied] - - + - Identifies the dependency property. + Displays custom content. - [To be supplied] - + - [To be supplied] + Displays only the progress bar. + - [To be supplied] - + - Identifies the dependency property. + Displays the value of the editor's property. - [To be supplied] @@ -40063,7 +48174,7 @@ To enable the scrolling animation effect, set the Gets or sets if scroll bars are enabled for the current layout control. This is a dependency property. - A ScrollBars enumerator value, specifying whether scroll bars are enabled for the current layout control. + A enumerator value, specifying whether scroll bars are enabled for the current layout control. @@ -40311,22 +48422,28 @@ To enable the scrolling animation effect, set the - [To be supplied] + Initializes a new instance of the Theme class with the specified settings. + - [To be supplied] + A that specifies the theme name. This value is assigned to the property. + - [To be supplied] + A that specifies the theme full name. This value is assigned to the property. + - [To be supplied] + A that specifies the name of the theme category. This value is assigned to the property. + - [To be supplied] + A that specifies the uniform resource identifier of the theme small icon. This value is assigned to the property. + - [To be supplied] + A that specifies the uniform resource identifier of the theme large icon. This value is assigned to the property. + @@ -40353,9 +48470,11 @@ To enable the scrolling animation effect, set the - [To be supplied] + Gets the name of the theme category to which the current theme belongs. + - [To be supplied] + A that specifies the name of the theme category to which the current theme belongs. + @@ -40364,7 +48483,7 @@ To enable the scrolling animation effect, set the The full name of the DeepBlue theme. - [To be supplied] + @@ -40382,7 +48501,7 @@ To enable the scrolling animation effect, set the The default theme. - [To be supplied] + @@ -40417,9 +48536,10 @@ To enable the scrolling animation effect, set the - [To be supplied] + The name of the category of DevExpress themes. + - [To be supplied] + @@ -40428,7 +48548,7 @@ To enable the scrolling animation effect, set the The full name of the DXStyle theme. - [To be supplied] + @@ -40446,7 +48566,7 @@ To enable the scrolling animation effect, set the - [To be supplied] + For internal use only. + - [To be supplied] + - [To be supplied] + For internal use only. + - [To be supplied] + - [To be supplied] + For internal use only. + - [To be supplied] + @@ -40548,9 +48671,11 @@ To enable the scrolling animation effect, set the - [To be supplied] + Gets the uniform resource identifier of the large icon for the current theme. + - [To be supplied] + A object that specifies the uniform resource identifier of the large icon for the current theme. + @@ -40559,7 +48684,7 @@ To enable the scrolling animation effect, set the The full name of the LightGray theme. - [To be supplied] + @@ -40577,15 +48702,16 @@ To enable the scrolling animation effect, set the - [To be supplied] + The name of the category of Metropolis themes. + - [To be supplied] + @@ -40594,7 +48720,7 @@ To enable the scrolling animation effect, set the The full name of the MetropolisDark theme. - [To be supplied] + @@ -40612,7 +48738,7 @@ To enable the scrolling animation effect, set the The MetropolisLight theme. - [To be supplied] + @@ -40630,7 +48756,7 @@ To enable the scrolling animation effect, set the The name of the MetropolisLight theme. - [To be supplied] + @@ -40658,7 +48784,7 @@ To enable the scrolling animation effect, set the The Office2007Black theme. - [To be supplied] + @@ -40676,7 +48802,7 @@ To enable the scrolling animation effect, set the The name of the Office2007Black theme. - [To be supplied] + @@ -40694,7 +48820,7 @@ To enable the scrolling animation effect, set the The full name of the Office2007Blue theme. - [To be supplied] + @@ -40712,15 +48838,16 @@ To enable the scrolling animation effect, set the - [To be supplied] + The name of the category of Office 2007 themes. + - [To be supplied] + @@ -40729,7 +48856,7 @@ To enable the scrolling animation effect, set the The full name of the Office2007Silver theme. - [To be supplied] + @@ -40747,7 +48874,7 @@ To enable the scrolling animation effect, set the The Office2010Black theme. - [To be supplied] + @@ -40765,7 +48892,7 @@ To enable the scrolling animation effect, set the The name of the Office2010Black theme. - [To be supplied] + @@ -40810,9 +48937,10 @@ To enable the scrolling animation effect, set the - [To be supplied] + The name of the category of Office 2010 themes. + - [To be supplied] + @@ -40858,9 +48986,10 @@ To enable the scrolling animation effect, set the - [To be supplied] + The name of the category of Office 2013 themes. + - [To be supplied] + @@ -40869,7 +48998,7 @@ To enable the scrolling animation effect, set the The full name of the Office2013DarkGray theme. - [To be supplied] + @@ -40887,7 +49016,34 @@ To enable the scrolling animation effect, set the + + The Office2013DarkGray touch-enabled theme. + + + + + + + + + The full name of the Office2013DarkGray touch-enabled theme. + + + + + + + + + The name of the Office2013DarkGray touch-enabled theme. + + + @@ -40906,7 +49062,7 @@ To enable the scrolling animation effect, set the The full name of the Office2013LightGray theme. - [To be supplied] + @@ -40924,7 +49080,34 @@ To enable the scrolling animation effect, set the + + The Office2013LightGray touch-enabled theme. + + + + + + + + + The full name of the Office2013LightGray touch-enabled theme. + + + + + + + + + The name of the Office2013LightGray touch-enabled theme. + + + @@ -40937,6 +49120,33 @@ To enable the scrolling animation effect, set the + + The Office2013 touch-enabled theme. + + + + + + + + + The full name of the Office2013 touch-enabled theme. + + + + + + + + + The name of the Office2013 touch-enabled theme. + + + + + @@ -40985,7 +49195,7 @@ To enable the scrolling animation effect, set the The full name of the Seven theme. - [To be supplied] + @@ -41003,31 +49213,36 @@ To enable the scrolling animation effect, set the - [To be supplied] + Specifies whether the current theme is available in the smart tag menu at design time. + - [To be supplied] + - [To be supplied] + Gets the uniform resource identifier of the small icon for the current theme. + - [To be supplied] + A object that specifies the uniform resource identifier of the small icon for the current theme. + - [To be supplied] + The name of the category of Standard themes. + + - [To be supplied] + @@ -41056,7 +49271,7 @@ To enable the scrolling animation effect, set the The full name of the TouchlineDark theme. - [To be supplied] + @@ -41074,7 +49289,7 @@ To enable the scrolling animation effect, set the The VS2010 theme. - [To be supplied] + @@ -41102,7 +49317,7 @@ To enable the scrolling animation effect, set the The name of the VS2010 theme. - [To be supplied] + + + + + + + + Allows you to perform actions in a ViewModel using the Dispatcher. + + + + + + + Initializes a new instance of the class. + + + + + + + + Executes the specified delegate asynchronously. + + + + The delegate to execute, which takes no arguments and does not return a value. + + + + + + + + Gets or sets the amount of time to wait before invoking the DispatcherService's method. This is a dependency property. + + + + A TimeSpine object specifying the amount of time to wait before invoking the DispatcherService's method. + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the DispatcherService's dispatcher priority for invoking operations by way of the Dispatcher. + + + + An DispatcherPriority enumeration value that specifies the dispatcher priority for invoking operations by way of the Dispatcher. +The default is DispatcherPriority.Normal. + + + + + + + + + Serves as the base class for the and classes. + + + + + + + + Gets or sets an argument. This is a dependency property. + + + An object specifying the argument. + + + + + + + Gets or sets an argument. This is a dependency property. + + + An object specifying the argument. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an argument. This is a dependency property. + + + An object specifying the argument. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an argument. This is a dependency property. + + + An object specifying the argument. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an argument. This is a dependency property. + + + An object specifying the argument. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an argument. This is a dependency property. + + + An object specifying the argument. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an argument. This is a dependency property. + + + An object specifying the argument. + + + + + + + Identifies the dependency property. + + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an argument. This is a dependency property. + + + An object specifying the argument. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an argument. This is a dependency property. + + + An object specifying the argument. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an argument. This is a dependency property. + + + An object specifying the argument. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an argument. This is a dependency property. + + + An object specifying the argument. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an argument. This is a dependency property. + + + An object specifying the argument. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an argument. This is a dependency property. + + + An object specifying the argument. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an argument. This is a dependency property. + + + An object specifying the argument. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an argument. This is a dependency property. + + + An object specifying the argument. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the source-object. This is a dependency property. + + + An object specifying the source-object. +The default is the DataContext of the . + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the target-object. This is a dependency property. + + + An object specifying the target-object. +The default is the object associated with the behavior. + + + + + + + + Identifies the dependency property. + + + + + + + + + + Allows you to bind the function result to your View. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets the converter to convert the value returned by the property. This is a dependency property. + + + An IValueConverter implementation. + + + + + + + Gets or sets the parameter to pass to the . + + + The parameter to pass to the . +The default is null. + + + + + + + Identifies the dependency property. + + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets a string value specifying the source-function name. This is a dependency property. + + + A System.String value specifying the source-function name. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets a string value specifying the property of the to be populated with data from the . This is a dependency property. + + + + A System.String value specifying the property of . + + + + + + + Identifies the dependency property. + + + @@ -41133,12 +49840,9 @@ To enable the scrolling animation effect, set the - Gets or sets the runtime context of the data service. This is a dependency property. - - + - The object. - + @@ -41147,7 +49851,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -41185,7 +49889,7 @@ To enable the scrolling animation effect, set the Identifies the routed event. - [To be supplied] + @@ -41221,7 +49925,7 @@ To enable the scrolling animation effect, set the Identifies the routed event. - [To be supplied] + @@ -41257,17 +49961,15 @@ To enable the scrolling animation effect, set the - Gets or sets the queryable data source. This is a dependency property. - + - A DataServiceQuery object that is a query request to a WCF Data Service. - + @@ -41276,7 +49978,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -41323,7 +50025,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + - Gets or sets the runtime context of the data service. This is a dependency property. - + - The object. - + @@ -41377,7 +50077,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -41413,7 +50113,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -41467,7 +50167,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + - Gets or sets the queryable data source. This is a dependency property. - + - A DataServiceQuery object that is a query request to a WCF Data Service. - + @@ -41505,7 +50203,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -41551,14 +50249,14 @@ To enable the scrolling animation effect, set the - A non-visual component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Server Mode. Can be associated with any queryable source. + A non-visual component that can be used as a data source for the GridControl, PivotGridControl and SearchLookUpEdit controls in Server Mode. Can be associated with any queryable source. @@ -41586,7 +50284,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -41622,7 +50320,7 @@ To enable the scrolling animation effect, set the Identifies the routed event. - [To be supplied] + @@ -41658,7 +50356,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -41720,7 +50418,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -41756,7 +50454,7 @@ To enable the scrolling animation effect, set the Identifies the routed event. - [To be supplied] + @@ -41811,7 +50509,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -41845,7 +50543,7 @@ To enable the scrolling animation effect, set the - A non-visual component that can be used as a data source for the DevExpress WPF Grid Control and SearchLookUpEdit controls in Server Mode. Can be associated with an Entity Framework 4 queryable source. + A non-visual component that can be used as a data source for the DevExpress WPF Grid Control, Pivot Grid and SearchLookUpEdit controls in Server Mode. Can be associated with an Entity Framework 4 queryable source. @@ -41875,7 +50573,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -41911,7 +50609,7 @@ To enable the scrolling animation effect, set the Identifies the routed event. - [To be supplied] + @@ -41948,7 +50646,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -42011,7 +50709,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -42047,7 +50745,7 @@ To enable the scrolling animation effect, set the Identifies the routed event. - [To be supplied] + @@ -42101,7 +50799,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -42164,30 +50862,52 @@ To enable the scrolling animation effect, set the + - The base class for services. + + + + + + + Initializes a new instance of the LayoutSerializationService class with default settings. + - + - Gets or sets the name of the current service. + Restores the layout of an associated View from a string. - The name of the current service. + + A string object from which the layout of an associated View is restored. + + + + + + + + Gets the initial layout of an associated View. + + + A string value in which the initial layout is stored. + - + - Identifies the dependency property. + Saves the layout of an associated View to a string. - [To be supplied] + A string value in which the layout is stored. + + @@ -42222,148 +50942,65 @@ To enable the scrolling animation effect, set the + - Gets or sets the command to which the current event is mapped. - - - The command to which the current event is mapped. - - + Used to convert the event's argument to a command's parameter. - - - - Gets or sets the command's parameter. - The command's parameter. + An object implementing the interface. - - - - Identifies the dependency property. - - - [To be supplied] - - - - - - Identifies the dependency property. - - - [To be supplied] - - - - - - [To be supplied] - - [To be supplied] - - - - - - [To be supplied] - - [To be supplied] - - - - - - [To be supplied] - - [To be supplied] - - Identifies the dependency property. - [To be supplied] - - - - - - [To be supplied] - - [To be supplied] - - - - - - [To be supplied] - - [To be supplied] + - + - Gets or sets whether the event arguments should be passed to a command as a parameter. The option is in effect if the property is not explicitly specified. + Specifies modifier keys that need to be pressed for the command to be performed. This is a dependency property. - true, if the event arguments should be passed to a command as a parameter; otherwise, false. + A enumeration value specifying the set of modifier keys. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether the command can be invoked if the event owner is disabled. + Specifies whether to pass the event argument to the command. - true if the command can be invoked if the event owner is disabled; false if the command is not invoked if the event owner is disabled. + true, to pass the event argument to the command; otherwise, false. - + Identifies the dependency property. - [To be supplied] - - - - - - [To be supplied] - - [To be supplied] - - - - - - [To be supplied] - - [To be supplied] + @@ -42398,7 +51035,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -42551,7 +51188,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -42589,7 +51226,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -42627,7 +51264,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -42666,7 +51303,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -42694,7 +51331,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -42733,7 +51370,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -42834,7 +51471,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + + + + + + + + A custom menu header. + + + + + + + Initializes a new instance of the BarItemMenuHeader class with the default settings. + + + + + + + + Provides access to a collection of s, hosted in this BarItemMenuHeader. This is a dependency property. + + + + A object that hosts all s displayed in this BarItemMenuHeader. + + + + + + + + Gets a collection of all s, hosted in this BarItemMenuHeader. + + + + A object that hosts s owned by this BarItemMenuHeader. + + + + + + + + Gets or sets how this BarItemMenuHeader arranges its links. This is a dependency property. + + + A enumerator value that specifies how this BarItemMenuHeader arranges its links. + + + + + + + Identifies the dependency property. + + + + + + + + + + Gets or sets the source of items for this BarItemMenuHeader. + + + An IEnumerable object that stores items for this BarItemMenuHeader. + + + + + + + Identifies the dependency property. + + + + + + + + + + Gets or sets the style applied to all s hosted within this BarItemMenuHeader. + + + A Style applied to all s hosted in this BarItemMenuHeader. + + + + + + + + Identifies the dependency property. + + + + + + + + + + Gets or sets the template applied to all s hosted in this BarItemMenuHeader. + + + + A DataTemplate object applied to all s hosted in this BarItemMenuHeader. + + + + + + + + Identifies the dependency property. + + + + + + + + + + Gets or sets the object that uses custom logic to choose a template applied to items in this BarItemMenuHeader. + + + + A DataTemplateSelector object that uses custom logic to choose a template applied to items in this BarItemMenuHeader. + + + + + + + + Identifies the dependency property. + + + + + + + + + + Gets or sets the minimum number of columns into which item links in this BarItemMenuHeader are split. This is a dependency property. + + + + An Int32 value that is the minimum number of columns into which item links in this BarItemMenuHeader are split. + + + + + + + + Identifies the dependency property. + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + @@ -42954,7 +51768,7 @@ To enable the scrolling animation effect, set the - Provides the functionality necessary for printing DevExpress controls. + When implemented by a class, enables it to print DevExpress controls. @@ -43094,7 +51908,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -43136,9 +51950,7 @@ To enable the scrolling animation effect, set the - A class that provides the ability to create custom menu headers. - - + A link to the object. @@ -43177,7 +51989,7 @@ To enable the scrolling animation effect, set the object. - A DataTemplate object that visualizes a object. + A object that visualizes a object. @@ -43228,7 +52040,7 @@ To enable the scrolling animation effect, set the Int32 value indicating the number of s in a single row, showed without captions, below the BarItemLinkMenuHeader. + An value indicating the number of s in a single row, showed without captions, below the BarItemLinkMenuHeader. @@ -43335,7 +52147,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -43373,7 +52185,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -43434,7 +52246,7 @@ To enable the scrolling animation effect, set the Identifies the routed event. - [To be supplied] + @@ -43489,7 +52301,7 @@ To enable the scrolling animation effect, set the + + + + + Contains settings specific to a trackbar editor. + + + + + + + Initializes a new instance of the TrackBarEditSettings class with default settings. + + + + + + + + Gets or sets a value that specifies the delta between ticks drawn on a track bar. + + + A value that specifies the delta between ticks. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the location of ticks. + + + A enumeration value that specifies the location of ticks within a track bar. + + + + + + + Identifies the dependency property. + + + + + @@ -43582,7 +52448,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -43640,7 +52506,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -43678,7 +52544,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -43717,7 +52583,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -43771,7 +52637,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -43809,7 +52675,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -43847,7 +52713,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -43893,7 +52759,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -43955,7 +52821,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -43993,7 +52859,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -44031,7 +52897,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -44235,7 +53101,7 @@ To enable the scrolling animation effect, set the - + - Provides the functionality that is necessary for printing DevExpress controls. + Represents a stretch view. + + + + Initializes a new instance of the class. + + + + + + + + Gets or sets values specifying whether the window-owner is closed when a single tab item is hidden. This is a dependency property. + + + + true, if the window-owner is closed when a single tab item is hidden; otherwise, false. +The default is true. + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the stretch view drag and drop mode. This is a dependency property. + + + An TabControlDragDropMode enumeration value that specifies the stretch view drag and drop mode. +The default is TabControlDragDropMode.Full. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the drag and drop region. This is a dependency property. + + + A string value that specifies the drag and drop region. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the style that is applied to a newly created tab control. + + + + A Style object that is applied to a newly created tab control. + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the style that is applied to a newly created window. + + + + A Style object that applied to a newly created window. + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the minimum width of the selected tab item header. This is a dependency property. + + + A System.Int32 value that specifies the width of the selected tab item header, in pixels. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the minimum width of the tab item header. This is a dependency property. + + + A System.Int32 value that specifies the minimum width of the tab item header, in pixels. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the width of the tab item header in the normal state. This is a dependency property. + + + + A System.Int32 value that specifies the width of the tab item header in the normal state, in pixels. + + + + + + + + Identifies the dependency property. + + + + + + + + + + A base class that provides necessary functionality for custom localizers of the Data Editors library. + + + + + + + Initializes a new instance of the EditorLocalizer class with default settings. + + + + + + + + Gets or sets a localizer object providing localization of the user interface at runtime. + + + An descendant, used to localize the user interface at runtime. + + + + + + + + Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). + + + An object representing resources based on the thread's culture. + + + + + + + Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). + + + A object, which provides resources based on the thread's culture. + + + + + + + Returns a localized string for the given string identifier. + + + + An enumeration value identifying the string to localize. + + + + A corresponding to the specified identifier. + + + + + + + Returns a localized string for the given string identifier. + + + + A string value identifying the string to localize. + + + + A corresponding to the specified identifier. + + + + + + + + Provides methods that are used to obtain images from the DevExpress.Images assembly in code-behind. + + + + + + + Retrieves the specified image from the library. + + + + A full path to an image in the library. + + + A object that is the retrieved image. + + + + + + + Retrieves the specified image from the library. + + + + An image identifier. + + + + A predefined image size. + + + + A predefined image type. + + + A object that is the retrieved image. + + + + + + + Returns a Uri that defines the location of the specified image. + + + + A full path to an image in the library. + + + A object that contains a Uri to the image. + + + + + + + Returns a Uri that defines the location of the specified image. + + + + An image identifier. + + + + A predefined image size. + + + + A predefined image type. + + + A object that contains a Uri to the image. + + + @@ -45193,55 +54386,56 @@ To enable the scrolling animation effect, set the + - Provides functionality to locate Views by their type names. + Contains values that specify whether the current container's elements are merged with elements of outside containers or elements of the same container, or both. A dedicated option allows you to disable merging. + - + - Creates a ViewLocator capable of locating Views within assemblies specified by an enumerator. + Elements are merged with other elements defined in parent name scopes (see ). - - Assemblies where the ViewLocator will search for Views. - - - + - Creates a ViewLocator capable of locating Views within the current assembly. + A container's elements are only merged with elements of outside containers defined in parent name scopes (see ). + - - An Application object that identifies the assembly where the ViewLocator will search for Views. - - - + - Creates a ViewLocator capable of locating Views within the specified assemblies. + A container's elements are only merged with other elements of the same container provided that they are defined in parent name scopes (see ). + + + - - An array of assemblies where the ViewLocator will search for Views. - + + + + + Merging is disabled for elements of a container. + + - + - [To be supplied] + The merging feature is enabled or disabled for the current container, as specified by the merging settings of outer and inner containers. By default, merging is disabled. + - [To be supplied] @@ -45279,25 +54473,30 @@ To enable the scrolling animation effect, set the - [To be supplied] + Gets whether the flyout is currently shown. This is a dependency property. + - [To be supplied] + true if the flyout is shown; otherwise, false. + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + - [To be supplied] + Gets the flyout settings currently applied to the flyout. + - [To be supplied] + A class instance, providing access to the actual flyout settings. + @@ -45316,7 +54515,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -45364,7 +54563,7 @@ To enable the scrolling animation effect, set the Identifies the dependency property. - [To be supplied] + @@ -45396,28 +54595,14 @@ To enable the scrolling animation effect, set the - - [To be supplied] - - [To be supplied] - - - [To be supplied] - - [To be supplied] - - - - - - [To be supplied] + Provides access to the collection of immediate child objects. + - [To be supplied] + The collection of immediate child objects. + @@ -45454,7 +54639,7 @@ To enable the scrolling animation effect, set the - [To be supplied] + Returns a UI element that is the indicator with the specified direction. + - [To be supplied] + A enumeration value. + - [To be supplied] + A descendant that is the indicator. + - [To be supplied] + For internal use only. + - [To be supplied] + + - [To be supplied] + For internal use only. + - [To be supplied] + + - [To be supplied] + + - [To be supplied] + + - [To be supplied] + + @@ -45563,7 +54758,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -45582,7 +54777,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -45629,7 +54824,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -45674,7 +54869,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -45727,7 +54922,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -45746,7 +54941,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -45765,7 +54960,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -45780,14 +54975,14 @@ This is an attached property. - [To be supplied] + - [To be supplied] + @@ -45807,7 +55002,31 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + + + + + + + + Lists the values that specify the threshold comparison type. + + + + + + + The value should be greater than the threshold. + + + + + + + + The value should be greater or equal to the threshold. + + @@ -45842,7 +55061,100 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + + + + + + + + Enumerates the types of controls for which automatic merging is enabled. + + + + + + + A combination of the , and modes. + + + + + + + + Automatic merging is enabled for main menus and s. Main menus are and controls with the property set to true. + +If the source and target main menus/Ribbon controls have different merge names (), these objects will not be merged. + + +Merging is enabled if the source and target objects reside within the child and parent name scopes, respectively (see ). + + + + + + + + + + A combination of the and modes. + + + + + + + + A combination of the and modes. + + + + + + + + Automatic merging is disabled. + + + + + + + + Automatic merging is enabled for status bars. Status bars are , and controls with the property set to true. + +If the source and target status bars have different merge names (), these objects will not be merged. + + +Merging is enabled if the source and target objects reside within the child and parent name scopes, respectively (see ). + + + + + + + + + + A combination of the and modes. + + + + + + + + Automatic merging is enabled for regular bars. Regular bars are and controls with the and properties set to false. + +A toolbar is merged to another toolbar that has the same Caption ( or ) or the same merge name (specified by the attached property). + + +Merging is enabled if the source and target objects reside within the child and parent name scopes, respectively (see ). + + + + diff --git a/lib/DevExpress/DevExpress.Xpf.Docking.v14.1.dll b/lib/DevExpress/DevExpress.Xpf.Docking.v14.1.dll deleted file mode 100644 index 6936aebd..00000000 Binary files a/lib/DevExpress/DevExpress.Xpf.Docking.v14.1.dll and /dev/null differ diff --git a/lib/DevExpress/DevExpress.Xpf.Docking.v15.1.dll b/lib/DevExpress/DevExpress.Xpf.Docking.v15.1.dll new file mode 100644 index 00000000..62d1767c Binary files /dev/null and b/lib/DevExpress/DevExpress.Xpf.Docking.v15.1.dll differ diff --git a/lib/DevExpress/DevExpress.Xpf.Docking.v14.1.xml b/lib/DevExpress/DevExpress.Xpf.Docking.v15.1.xml similarity index 90% rename from lib/DevExpress/DevExpress.Xpf.Docking.v14.1.xml rename to lib/DevExpress/DevExpress.Xpf.Docking.v15.1.xml index 729db4cc..15246965 100644 --- a/lib/DevExpress/DevExpress.Xpf.Docking.v14.1.xml +++ b/lib/DevExpress/DevExpress.Xpf.Docking.v15.1.xml @@ -1,7 +1,7 @@ - DevExpress.Xpf.Docking.v14.1 + DevExpress.Xpf.Docking.v15.1 @@ -124,520 +124,6 @@ When applied to a via the - - - - - The base class for DockControllers that provide methods to perform docking operations on panels. - - - - - - - Initializes a new instance of the class with the specified . - - - - A object, whose dock functionality will be controlled by the created DockController. - - - - - - - - Activates the specified item. - - - - A to be activated. - - - - - - - - Activates the specified item. - - - - A descendant to be activated. - - - - true, to move focus to the item; otherwise, false. - - - - - - - - Gets or sets the active item. - - - A object which is the active item. - - - - - - - Creates a , and docks it to the container (root group). - - - - A value that specifies the side of the container where the DocumentGroup is docked. - - - The created object. - - - - - - - Adds a new to the specified . - - - - A object to which a new panel is added. - - - The created object. - - - - - - - Adds an empty floating . - - - - - A object specifying the position of the left top corner of the created . - - - - - A object specifying the height and width of the created . - - - - The created object. - - - - - - - Adds a new floating and loads the contents of a Window, Page or UserControl defined in the specified XAML into the . - - - - - A object specifying a position of the left top corner of the created DocumentPanel. - - - - - A object specifying the height and width of the created . - - - - - A object specifying the uniform resource identifier (URI) of the XAML that defines a Window, Page or UserControl to be loaded into the created . - - - The created object. - - - - - - - Adds a new to the specified DocumentGroup and loads the contents of a Window, Page or UserControl defined in the specified XAML into the . - - - - - A object to which a new is added. - - - - The uniform resource identifier (URI) of the XAML that defines a Window, Page or UserControl to be loaded into the created . - - - The created object. - - - - - - - Adds a newly created item to the specified target item. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - A newly created item to be docked to another item. - - - - An item to be docked to. - - - - A DockType value that specifies the dock type. - - - - - - - - Creates a floating panel with the specified size and displays it at the specified location. - - - - - A Point structure that specifies the position at which the panel is displayed. The position is relative to the top left corner of the container (root group). - - - - A Size structure that specifies the created panel's size. - - - The created object. - - - - - - - Creates a and docks it at the specified side of the container (root group). - - - - A DockType value that specifies the side of the container where the is docked. - - - The created object. - - - - - - - Closes the specified item. - - - - A object to be closed. - - - true, if the item is successfully closed; otherwise, false. - - - - - - - Closes all items except the specified one within this item's container. - - - - - The only element to remain opened within its parent container. - - - true , if all but the specified items were successfully closed; otherwise, false. - - - - - - - - Gets the container whose dock functionality is controlled by the current DockController. - - - - A object. - - - - - - - Creates the specified dock command for the specified item/pane. - - - - A descendant with which the created command is associated. - - - The created command. - - - - - - - Creates a new and moves the specified to it. - - - - - A to be added to the created group. - - - - A value that specifies whether the created is positioned on the right or bottom of the DocumentPanel's previous group. - - - true , if a has been created; otherwise, false. - - - - - - - Creates a new and moves the specified to it. - - - - - A to be added to the created group. - - - - A value that specifies whether the created is positioned on the right or bottom of the DocumentPanel's previous group. - - - true , if a has been created; otherwise, false. - - - - - - - Docks the first item to the second item using the specified dock type. - - - - The item to be docked. - - - - The item to which the first item is docked. - - - - A DockType value that specifies how the first item is docked. - - - true , if the item has been successfully docked; otherwise, false. - - - - - - - Docks the specified item. This method is in effect for newly created, floating, auto-hidden or closed(hidden) items. - - - - A object to be docked. - - - true , if the item has been successfully docked; otherwise, false. - - - - - - - Makes the specified item floating. - - - - - A object that shall be made floating. - - - - A object that when created, displays the item in the floating state. - - - - - - - - Enables the auto-hide functionality for the item/panel and hides it at the specified edge of the container. - - - - A object to which the auto-hide feature is applied. - - - - A value that specifies the side of the container where the panel is hidden. - - - true, if the auto-hide functionality has been enabled for the item/pane; otherwise, false. - - - - - - - Enables the auto-hide functionality for the item/panel and hides it within the specified group. - - - - A object to which the auto-hide feature is applied. - - - - An object where the panel is hidden. - - - true, if the auto-hide functionality has been enabled for the item/pane; otherwise, false. - - - - - - - Enables the auto-hide functionality for the item/panel and hides it at a corresponding edge of the container. - - - - A object to which the auto-hide feature is applied. - - - true, if the auto-hide functionality has been enabled for the item/pane; otherwise, false. - - - - - - - Inserts the specified item into the specified group at a specific position. - - - - - A into which the specified item is inserted. - - - - A object to be inserted into the group. - - - - An integer value that specifies the position among the group's children at which the item must be inserted. - - - true , if the item has been inserted into the group; otherwise, false. - - - - - - - Moves the specified to the previous or next . - - - - A object to be moved to another . - - - - true to move the panel to the next ; false to move the panel to the previous . - - - true, if the has been moved to another ; otherwise, false. - - - - - - - Moves the specified to the previous or next . - - - - A object to be moved to another . - - - - true to move the panel to the next ; false to move the panel to the previous . - - - true , if the has been moved to another ; otherwise, false. - - - - - - - Removes the specified item. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - An item to be removed. - - - - - - - - Removes any connection of the specified panel with the . - - - - The object that is removed from the DockLayoutManager. - - - - - - - - Starts dock item renaming. - - - - - A to be renamed. - - - true , if item renaming has been initiated; otherwise, false. - - - - - - - Restores a closed (hidden) panel at its previous dock position. - - - - A object to be restored. - - - A Boolean value that indicates that the panel has been restored successfully. - - - @@ -823,7 +309,7 @@ When applied to a via the Identifies the dependency property. - [To be supplied] + @@ -842,7 +328,7 @@ When applied to a via the Identifies the dependency property. - [To be supplied] + @@ -861,7 +347,7 @@ When applied to a via the Identifies the dependency property. - [To be supplied] + @@ -882,7 +368,7 @@ When applied to a via the Identifies the dependency property. - [To be supplied] + @@ -901,7 +387,66 @@ When applied to a via the Identifies the dependency property. - [To be supplied] + + + + + + + + Provides members to label different docking operation types. + + + + + + + + A target Dock Item is being closed. + + + + + + + + A target Dock Item is being docked to a 's edge or another Dock Item. + + + + + + + + A docked Dock Item is made floating. + + + + + + + + + A Dock Item is made auto-hidden. + + + + + + + + + A target Dock Item is being re-arranged within its current container. + + + + + + + + A closed Dock Item is being restored (see the property to learn more). + + @@ -1332,6 +877,40 @@ When applied to a via the + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the LayoutItemSelectionChangingEventArgs class with the specified settings. + + + + A object that represents the current item. + + + + A Boolean value that specifies whether the item is selected. + + + + + + + + Gets whether the item is selected. + + + true if the item is selected; otherwise, false. + + + @@ -2440,7 +2019,7 @@ For a root group, this setting means that controls of child - Represents an object supporting the layout functionality, capable of displaying a control with a label. + An element of a Layout Group, capable of displaying a control with a label. @@ -2469,7 +2048,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2489,116 +2068,201 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - Gets or sets the control displayed by the current item. + Gets or sets the control displayed by the current item. +This is a dependency property. + + + A UIElement object that specifies the control displayed by the current item. + + + + + + + Gets or sets the horizontal alignment of the control within the current . +This is a dependency property. + + + A value that specifies the control's horizontal alignment. + + + + + + + Identifies the dependency property. + + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the vertical alignment of the control within the current . +This is a dependency property. + + + A value that specifies the control's vertical alignment. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets whether a control is assigned to the property. +This is a dependency property. + + + true if the property is initialized.; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether the is visible. This is a dependency property. - A UIElement object that specifies the control displayed by the current item. + true if the is visible; otherwise, false. - + - Gets or sets the horizontal alignment of the control within the current . -This is a dependency property. + Identifies the dependency property. - A value that specifies the control's horizontal alignment. - + - + + - Identifies the dependency property. + Allows you to show documents in docked s. - [To be supplied] - - + - Identifies the dependency property. + Initializes a new instance of the class. - [To be supplied] - + - Gets or sets the vertical alignment of the control within the current . -This is a dependency property. + Gets the actual associated with the service. - A value that specifies the control's vertical alignment. + A object that represents the associated with the service. - + - Identifies the dependency property. + Gets or sets a that is used for representing documents. This is a dependency property. + - [To be supplied] + An object that is used for representing documents. + + - + - Gets whether a control is assigned to the property. -This is a dependency property. + Identifies the dependency property. - true if the property is initialized.; otherwise, false. - + - + - Identifies the dependency property. + Gets or sets the style applied to a document's container (a object). This is a dependency property. - [To be supplied] + A Style object providing corresponding style settings. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether the is visible. -This is a dependency property. + Gets or sets an object that chooses a style applied to a document's container (a object) . This is a dependency property. - true if the is visible; otherwise, false. + A System.Windows.Controls.StyleSelector descendant that applies a style based on custom logic. - + Identifies the dependency property. - [To be supplied] + @@ -2741,6 +2405,110 @@ This is a dependency property. + + + + + Allows you to show documents in tabbed s. + + + + + + + Initializes a new instance of the class. + + + + + + + + Gets the actual associated with the service. + + + A object that represents the associated with the service. + + + + + + + Gets or sets a that is used for representing documents. This is a dependency property. + + + + An object that is used for representing documents. + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the style applied to a document's container (a object). This is a dependency property. + + + A Style object providing corresponding style settings. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an object that chooses a style applied to a document's container (a object) . This is a dependency property. + + + A System.Windows.Controls.StyleSelector descendant that applies a style based on custom logic. + + + + + + + Identifies the dependency property. + + + + + + + + + Specifies whether the active DocumentGroup should be used as a document host. This is a dependency property. + + + true, if the active DocumentGroup should be used as a document host; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + @@ -2789,7 +2557,8 @@ This is a dependency property. - A string that specifies the name of the panel to be returned. This value matches the value of the panel's property. + A string that specifies the name of the panel to be returned. +This value matches the value of the panel's Name property. A object with the specified name. @@ -2904,6 +2673,44 @@ This is a dependency property. + + + + Gets or sets whether the panel is currently auto-hidden. This is a dependency property. + + + true, if the panel is currently auto-hidden; otherwise, false. The default is false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether the current auto-hidden panel is hidden, visible or expanded. This property is in effect in the In-line auto-hide mode. This is a dependency property. + + + An enumeration value that specifies whether the current auto-hidden panel is hidden, visible or expanded. + + + + + + + Identifies the dependency property. + + + + + @@ -2921,7 +2728,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2941,7 +2748,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2964,6 +2771,30 @@ This is a dependency property. + + + + + + + + + + + + + + + + + + + + + + + + @@ -2980,7 +2811,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3010,7 +2841,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3062,23 +2893,83 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets whether the Collapse button is displayed when the current panel is auto-hidden. This property is in effect in the In-line auto-hide mode. This is a dependency property. + + + true, if the Collapse button is displayed when the current panel is auto-hidden; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether the Expand button is displayed when the current panel is auto-hidden. This property is in effect in the In-line auto-hide mode. This is a dependency property. + + + true, if the Expand button is displayed when the current panel is auto-hidden; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether the Hide button is displayed when the current panel is auto-hidden. This property is in effect in the In-line auto-hide mode. This is a dependency property. + + + true, if the Hide button is displayed when the current panel is auto-hidden; otherwise, false. + + + + + + + Identifies the dependency property. + + + - [To be supplied] + Gets or sets whether the current panel is listed in the Document Selector. + - [To be supplied] + true, if the current panel is listed in the Document Selector; otherwise, false. + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + @@ -3149,7 +3040,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3307,7 +3198,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3326,7 +3217,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3365,7 +3256,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3386,7 +3277,7 @@ The default value is MDIState.Normal. Identifies the dependency property. - [To be supplied] + @@ -3406,7 +3297,17 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + $ + @@ -3603,7 +3504,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3623,7 +3524,18 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + + + + + + + + + + + + @@ -3643,7 +3555,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3663,33 +3575,66 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - [To be supplied] + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + $ + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + $ + + + + + + + - [To be supplied] + + + + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + A Boolean value. + - + - [To be supplied] + - [To be supplied] + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. - + - A Boolean value. - + @@ -3737,7 +3682,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3757,7 +3702,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3777,7 +3722,26 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets whether floating panels can be can be resized using the Aero Snap feature. This property is in effect in the Desktop floating mode. This is a dependency property. + + + true, if floating panels can be can be resized using the Aero Snap feature; otherwise, false. The default is true. + + + + + + + Identifies the dependency property. + + + @@ -3797,7 +3761,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3817,7 +3781,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3837,7 +3801,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3877,7 +3841,23 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + + + + + + + + + + + + + + + + + @@ -3897,7 +3877,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3910,6 +3890,25 @@ This is a dependency property. + + + + Gets or sets the mode that specifies how auto-hidden panels are displayed relative to other panels when expanded. This is a dependency property. + + + An enumeration value that specifies how auto-hidden panels are displayed relative to other panels when expanded. The default is Default. + + + + + + + Identifies the dependency property. + + + + + @@ -3999,7 +3998,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4059,7 +4058,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4089,7 +4088,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4109,7 +4108,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4130,7 +4129,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4181,7 +4180,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4198,7 +4197,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4215,7 +4214,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4232,7 +4231,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4249,7 +4248,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4266,7 +4265,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4283,7 +4282,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4300,7 +4299,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4317,7 +4316,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4334,7 +4333,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4351,7 +4350,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4368,7 +4367,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4385,7 +4384,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4402,7 +4401,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4419,7 +4418,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4439,7 +4438,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -4456,7 +4455,7 @@ This is an attached property. Identifies the routed event. - [To be supplied] + @@ -4473,13 +4472,13 @@ This is an attached property. Identifies the routed event. - [To be supplied] + - Gets or sets whether auto-hide panels should be displayed over a WindowsFormsHost element. This is a dependency property. + Gets or sets whether auto-hide and floating panels should be displayed over a WindowsFormsHost element. This is a dependency property. @@ -4563,7 +4562,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4614,7 +4613,7 @@ This is a dependency property. Provides access to a collection of hidden Layout Items. - A HiddenItemsCollection that stores hidden layout items. + A that stores hidden layout items. @@ -4651,7 +4650,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4670,7 +4669,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4690,7 +4689,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4727,7 +4726,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4789,7 +4788,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4808,7 +4807,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4865,7 +4864,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4882,7 +4881,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4899,7 +4898,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4916,7 +4915,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4933,7 +4932,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4942,7 +4941,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4959,7 +4958,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4976,7 +4975,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -4993,7 +4992,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -5010,7 +5009,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -5027,7 +5026,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -5047,7 +5046,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -5084,7 +5083,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -5101,7 +5100,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -5138,7 +5137,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -5152,11 +5151,11 @@ This is a dependency property. - Gets or sets whether float windows are automatically collapsed/restored along with their parent DockLayoutManager. + Gets or sets whether float windows are automatically minimized/restored along with their parent DockLayoutManager. This is a dependency property. - true, if float windows are automatically collapsed/restored along with their parent DockLayoutManager; otherwise, false. + true, if float windows are automatically minimized/restored along with their parent DockLayoutManager; otherwise, false. @@ -5218,7 +5217,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -5365,272 +5364,493 @@ This is a dependency property. - Displays the Customization Window when Customization Mode is enabled. + Displays the Customization Window when Customization Mode is enabled. + + + + + + + + Gets or sets whether float windows for this DockLayoutManager should display their own thumbnails within the Microsoft Windows Taskbar. +This is a dependency property. + + + + true if float windows for this DockLayoutManager should display their own thumbnails within the Microsoft Windows Taskbar; otherwise, false. + + + + + + + + Identifies the dependency property. + + + + + + + + + + Allows you to hide and disable individual dock hints. + + + + + + + + Identifies the routed event. + + + + + + + + + Fires before showing a context menu, and allows it to be customized. + + + + + + + + Identifies the routed event. + + + + + + + + + Gets or sets whether invisible items are displayed within a layout. +This is a dependency property. + + + A Nullable Boolean value that specifies whether invisible items are displayed within the layout. + + + + + + + Fires when the value of the property is changed. + + + + + + + + Identifies the routed event. + + + + + + + + + Gets or sets if invisible s should be displayed in the Customization Mode. + + + + true if invisible s should be displayed in the Customization Mode; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Identifies the dependency property. + + + + + + + + + Displays a panel selector menu, used to activate an auto-hidden panel or a child panel within a or a within a . + + + + A visual element for which the menu is invoked. + + + + An array of objects for which menu items in the menu will be created. Clicking on any menu item will activate the corresponding object. + + + + + + + + Gets or sets whether the caption of a maximized is displayed within the window's title. This property is in effect in mode. + + + true if the caption of a maximized is displayed within the window's title; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + This member supports the internal infrastructure, and is not intended to be used directly from your code. + + + + + + + + + + Identifies the dependency property. + + + + + + + + + Allows you to undo bars customizations performed via the event. + + + + + + + + Identifies the routed event. + + + + + + + + + Gets or sets the format string used to format the window's title. +This is a dependency property. + + + The format string used to format the window's title. + + + + + + + Identifies the dependency property. + + + + + + + + + + Contains values that specify the dock behavior of the . + + + + + + + The default docking style, based on the Visual Studio 2008 dock behavior. - + - Gets or sets whether float windows for this DockLayoutManager should display their own thumbnails within the Microsoft Windows Taskbar. -This is a dependency property. - + Emulates the docking capabilities found in Microsoft Visual Studio 2010 (including changing docking hints and restricting s from being docked anywhere other than s). - true if float windows for this DockLayoutManager should display their own thumbnails within the Microsoft Windows Taskbar; otherwise, false. - - - + + - Identifies the dependency property. + Contains options that control the restoration of dock and layout items. - - - - + - Allows you to hide and disable individual dock hints. - + - + - Identifies the routed event. - + - [To be supplied] + - + - Fires before showing a context menu, and allows it to be customized. - + + - + - Identifies the routed event. - + - [To be supplied] + - + - Gets or sets whether invisible items are displayed within a layout. -This is a dependency property. - + - A Nullable Boolean value that specifies whether invisible items are displayed within the layout. - + - + - Fires when the value of the property is changed. - + + - + - Identifies the routed event. - + - [To be supplied] + - + - Gets or sets if invisible s should be displayed in the Customization Mode. - - + - true if invisible s should be displayed in the Customization Mode; otherwise, false. - + - + - Identifies the dependency property. - + - [To be supplied] + - + - Identifies the dependency property. - + - [To be supplied] + + + + - + - Displays a panel selector menu, used to activate an auto-hidden panel or a child panel within a or a within a . - + - - A visual element for which the menu is invoked. - - - - An array of objects for which menu items in the menu will be created. Clicking on any menu item will activate the corresponding object. - + + + - + - Gets or sets whether the caption of a maximized is displayed within the window's title. This property is in effect in mode. - + - true if the caption of a maximized is displayed within the window's title; otherwise, false. - + + + + - + - Identifies the dependency property. - + - [To be supplied] + + + + - + - This member supports the internal infrastructure, and is not intended to be used directly from your code. - + - - + + + + - + - Identifies the dependency property. - + - [To be supplied] + + + + - + - Allows you to undo bars customizations performed via the event. - + + - + - Identifies the routed event. - + - [To be supplied] + - + - Gets or sets the format string used to format the window's title. -This is a dependency property. - + - The format string used to format the window's title. - + - + - Identifies the dependency property. - + - [To be supplied] + - - + - Provides data for the event. - + + + + + + + + - + - Initializes a new instance of the LayoutItemSelectionChangingEventArgs class with the specified settings. - + - - A object that represents the current item. - + + - - A Boolean value that specifies whether the item is selected. - + + - + - Gets whether the item is selected. - + - true if the item is selected; otherwise, false. - + + + + + + - - + - Contains values that specify the dock behavior of the . - + + + + + + + + - + - The default docking style, based on the Visual Studio 2008 dock behavior. - + + + + + + + - + - Emulates the docking capabilities found in Microsoft Visual Studio 2010 (including changing docking hints and restricting s from being docked anywhere other than s). - + + + + + + + @@ -5666,7 +5886,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -5689,26 +5909,6 @@ This is a dependency property. - - - - Gets whether any child panel within the current DocumentGroup is maximized. -This is a dependency property. - - - true if any child panel within the current DocumentGroup is maximized; otherwise, false. - - - - - - - Identifies the dependency property. - - - [To be supplied] - - @@ -5737,7 +5937,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -5777,7 +5977,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -5796,6 +5996,35 @@ This is a dependency property. + + + + Gets whether the current group is maximized. This is a dependency property. + + + true, if the current group is maximized; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets whether the current group is maximized. + + + true, if the current group is maximized; otherwise, false. + + + @@ -5873,7 +6102,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -5893,16 +6122,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - [To be supplied] + @@ -5922,7 +6142,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -5943,7 +6163,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -5999,7 +6219,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6019,7 +6239,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6047,7 +6267,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6115,7 +6335,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6135,7 +6355,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6164,7 +6384,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6194,7 +6414,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6214,7 +6434,7 @@ A data template. The default is a null reference (Nothing in Visua Identifies the dependency property. - [To be supplied] + @@ -6234,7 +6454,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6254,7 +6474,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6263,7 +6483,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6283,7 +6503,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6303,7 +6523,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6339,7 +6559,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6359,7 +6579,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6378,7 +6598,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6418,7 +6638,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6442,7 +6662,7 @@ This is a dependency property. - A string value that species the item's name. This value matches the property's value. + A string value that species the item's name. This value matches the Name property value of the object. A object representing the item with the specified name. @@ -6561,7 +6781,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6661,7 +6881,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6682,7 +6902,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6702,7 +6922,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6764,7 +6984,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -6773,7 +6993,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6793,7 +7013,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6829,17 +7049,20 @@ This is a dependency property. - [To be supplied] + Gets or sets whether tab contents are cached all at once when the group is displayed, each tab content is cached when the tab is selected, or tab contents are not cached. This is a dependency property. + - [To be supplied] + A enumeration value that specifies how tab contents are cached. The default is None. + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + @@ -6859,7 +7082,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6880,7 +7103,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6900,7 +7123,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6920,7 +7143,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6939,7 +7162,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6959,7 +7182,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -6979,7 +7202,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7051,7 +7274,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7144,7 +7367,7 @@ This is a dependency property. This member supports the internal infrastructure, and is not intended to be used directly from your code. - [To be supplied] + @@ -7153,7 +7376,7 @@ This is a dependency property. This member supports the internal infrastructure, and is not intended to be used directly from your code. - [To be supplied] + @@ -7173,7 +7396,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7193,7 +7416,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7213,7 +7436,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7232,7 +7455,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7251,7 +7474,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7271,7 +7494,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7290,7 +7513,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7310,7 +7533,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7330,7 +7553,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7350,7 +7573,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7370,7 +7593,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7392,7 +7615,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7412,7 +7635,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7432,7 +7655,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7451,7 +7674,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7470,7 +7693,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7490,7 +7713,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7510,7 +7733,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7530,7 +7753,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7550,7 +7773,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7569,7 +7792,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7589,7 +7812,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7599,7 +7822,7 @@ This is a dependency property. - A Brush object, set as a BaseLayoutItem's background color. + A object, set as a BaseLayoutItem's background color. @@ -7614,9 +7837,9 @@ This is a dependency property. - [To be supplied] + - [To be supplied] + @@ -7625,7 +7848,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7656,7 +7879,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7676,7 +7899,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7696,7 +7919,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7727,7 +7950,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7736,7 +7959,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7756,7 +7979,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7765,7 +7988,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7826,7 +8049,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7846,16 +8069,16 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - Gets or sets a command executed when an item is being closed. This is a dependency property. + Gets or sets a command executed when the current item's close button ('x') is clicked. This is a dependency property. - A ICommand object executed when an item is being closed. + A object executed when the current item's close button ('x') is clicked. @@ -7873,6 +8096,7 @@ This is a dependency property. Gets or sets whether a Dock Item is closed. +This is a dependency property. true if a dock item is closed; otherwise, false. @@ -7905,7 +8129,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7925,7 +8149,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7945,7 +8169,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -7965,27 +8189,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] - - - - - - Gets or sets the data context for the current item, and its child items, if any, when they participate in data binding. -This is a dependency property. - - - The object to use as data context. - - - - - - - Identifies the dependency property. - - - [To be supplied] + @@ -8005,7 +8209,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8025,7 +8229,7 @@ This is a dependency property. - [To be supplied] + @@ -8053,7 +8257,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8073,7 +8277,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8093,27 +8297,46 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - Gets whether a non-empty caption is assigned to the property. -This is a dependency property. + Gets whether a non-empty caption is assigned to the property. +This is a dependency property. + + + true if a non-empty caption is assigned to the property; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets whether a DataTemplate is used to render the caption. This is a dependency property. - true if a non-empty caption is assigned to the property; otherwise, false. + true, if a DataTemplate is used to render the caption; otherwise, false. - + Identifies the dependency property. - [To be supplied] + @@ -8133,7 +8356,7 @@ This is a dependency property. - [To be supplied] + @@ -8153,7 +8376,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8193,7 +8416,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8213,7 +8436,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8233,7 +8456,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8253,7 +8476,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8283,7 +8506,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8303,7 +8526,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8323,7 +8546,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8343,7 +8566,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8363,7 +8586,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8383,7 +8606,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8392,7 +8615,7 @@ This is a dependency property. Identifies the IsDropDownButtonVisible dependency property, published in descendants. - [To be supplied] + @@ -8421,7 +8644,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8442,7 +8665,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8461,7 +8684,7 @@ This is a dependency property. Identifies the IsMaximizeButtonVisible dependency property, published in descendants. - [To be supplied] + @@ -8470,7 +8693,7 @@ This is a dependency property. Identifies the IsMinimizeButtonVisible dependency property, published in descendants. - [To be supplied] + @@ -8480,7 +8703,7 @@ This is a dependency property. - [To be supplied] + @@ -8489,7 +8712,7 @@ This is a dependency property. Identifies the IsRestoreButtonVisible dependency property, published in descendants. - [To be supplied] + @@ -8498,7 +8721,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8507,7 +8730,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8538,7 +8761,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8547,7 +8770,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8567,7 +8790,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8587,17 +8810,18 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - Gets or sets a height for the specified BaseLayoutItem object. + Gets or sets the height for the specified BaseLayoutItem object. This is a dependency property. + - A GridLength object, which is the height for the specified BaseLayoutItem object. + A object, which is the height for the specified BaseLayoutItem object. @@ -8625,10 +8849,11 @@ This is a dependency property. - Gets or sets a width for the specified BaseLayoutItem object. This is a dependency property. + Gets or sets the width for the specified BaseLayoutItem object. This is a dependency property. + - A GridLength object, that is the width for the specified BaseLayoutItem object. + A object, that is the width for the specified BaseLayoutItem object. @@ -8659,7 +8884,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8679,27 +8904,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] - - - - - - Gets or sets the item's name. -This is a dependency property. - - - A string that specifies the item's name. - - - - - - - Identifies the dependency property. - - - [To be supplied] + @@ -8728,7 +8933,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8799,7 +9004,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8808,7 +9013,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8828,7 +9033,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8848,7 +9053,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8857,7 +9062,7 @@ This is a dependency property. Identifies the ShowDropDownButton dependency property, published in descendants. - [To be supplied] + @@ -8866,7 +9071,7 @@ This is a dependency property. Identifies the ShowMaximizeButton dependency property, published in descendants. - [To be supplied] + @@ -8876,7 +9081,7 @@ This is a dependency property. - [To be supplied] + @@ -8885,7 +9090,7 @@ This is a dependency property. Identifies the ShowPinButton dependency property, published in descendants. - [To be supplied] + @@ -8894,7 +9099,7 @@ This is a dependency property. Identifies the ShowRestoreButton dependency property, published in descendants. - [To be supplied] + @@ -8903,7 +9108,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8912,7 +9117,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -8926,454 +9131,704 @@ This is a dependency property. - + + + Gets or sets the format string used to format the layout item's tab caption. +This is a dependency property. + + + A string that specifies the tab caption format. + + + + + + + Identifies the dependency property. + + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the width of the corresponding tab. This property is in effect when the current object represents items as tabs or when it represents one of the tabs. +This is a dependency property. + + + A Double value that specifies the tab's width. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets text trimming options applied to the . +This is a dependency property. + + + A object. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets text wrapping options applied to the . +This is a dependency property. + + + A object. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets a tool tip, displayed at runtime when hovering a BaseLayoutItem's caption or tab caption. This is a dependency property. + + + + A System.Object specifying a tool tip, displayed at runtime when hovering a BaseLayoutItem's caption or tab caption. + + + + + + + Identifies the dependency property. + + + + + + + + + + Gets the name of the item's type. + + + A string that specifies the name of the item's type. + + + + + + + Gets or sets whether the current item is visible. +This is a dependency property. + + + A value that specifies the item's visibility. + + + + + + + Identifies the dependency property. + + + + + + + + + + Represents a collection of objects. + + + + + + + Initializes a new instance of the AutoHideGroupCollection class with default settings. + + + + + + + + Adds an array of objects to the current collection. + + + + + An array of objects to be added to the current collection. + + + + + + + + + Provides access to the collection of objects displayed along the bottom edge of the container. + + + A object that is the collection of the objects. + + + + + + + Disposes of all the items in the collection and releases all the allocated resources. + + + + + + + + Provides access to items in the AutoHideGroupCollection by name. + + + + A string value that specifies the name of the item to be located. + + + A object with the specified name. + + + + + + + Provides access to the collection of objects displayed along the left edge of the container. + + + A object that is the collection of the objects. + + + + + + + Provides access to the collection of objects displayed along the right edge of the container. + + + A object that is the collection of the objects. + + + + + + + Returns the elements of the current collection as an array object. + + + An array of objects. + + + + + + + Provides access to the collection of objects displayed along the top edge of the container. + + + A object that is the collection of the objects. + + + + + + + + A container for auto-hidden dock panels at a specific side of the DockLayoutManager. + + + + + + - Gets or sets the format string used to format the layout item's tab caption. -This is a dependency property. + Initializes a new instance of the AutoHideGroup class with default settings. - A string that specifies the tab caption format. - - + - Identifies the dependency property. + Gets or sets the size of panels belonging to the current AutoHideGroup, in pixels. +This is a dependency property. - [To be supplied] + A Size structure that specifies the size of panels belonging to the current AutoHideGroup, in pixels. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the width of the corresponding tab. This property is in effect when the current object represents items as tabs or when it represents one of the tabs. + Gets or sets the time, in milliseconds, required to open/close an auto-hidden panel belonging to the current group. This is a dependency property. - A Double value that specifies the tab's width. + An integer value that specifies the time, in milliseconds, required to open/close an auto-hidden panel belonging to the current group. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets text trimming options applied to the . -This is a dependency property. + Gets or sets the position where a panel is auto-hidden. +This is an attached property. - A object. + An value that specifies the position where a panel is auto-hidden. - + - Identifies the dependency property. + Identifies the attached property. - [To be supplied] + - + - Gets or sets text wrapping options applied to the . + Gets or sets the side of the at which the current AutoHideGroup object is docked. This is a dependency property. - A object. + A Dock value that specifies the side of the at which the current AutoHideGroup object is docked. - + - Identifies the dependency property. + Fires when the value of the property is changed. - [To be supplied] - + - Gets or sets a tool tip, displayed at runtime when hovering a BaseLayoutItem's caption or tab caption. This is a dependency property. - + Identifies the dependency property. - A System.Object specifying a tool tip, displayed at runtime when hovering a BaseLayoutItem's caption or tab caption. - + - + - Identifies the dependency property. + Gets the auto-hide size for a specific object. - + + A DependencyObject whose auto-size is to be obtained. + + + A System.Windows.Size object that is the object's auto-hide size. - + - Gets the name of the item's type. + Gets the value of the property for the specified object. - A string that specifies the name of the item's type. - + + An object whose property's value is to be returned. + + + The value of the property for the specified object. + - + - Gets or sets whether the current item is visible. -This is a dependency property. + Gets the current auto-size behavior of the target Layout Panel. - A value that specifies the item's visibility. - + + A DependencyObject that is a Layout Panel whose auto-hide behavior is to be obtained. + + + A SizeToContent enumerator value that specifies the current auto-hide behavior of this Layout Panel. + - + - Identifies the dependency property. + Sets the auto-hide size for a specific object. - [To be supplied] + + A DependencyObject whose auto-size is to be set. + + + A System.Windows.Size object that is the new object's auto-hide size. - - + - - Represents a collection of objects. - - - + - Initializes a new instance of the AutoHideGroupCollection class with default settings. + Sets the value of the property for the specified object. + + An object whose property is to be set. + + + + A new value of the property for the specified object. + + - + - Adds an array of objects to the current collection. - + Sets the auto-size behavior of the target Layout Panel. - - An array of objects to be added to the current collection. + + A DependencyObject that is the Layout Panel whose auto-hide behavior is to be set. + + + A SizeToContent enumerator value that is the new auto-hide behavior of this Layout Panel. - + - Gets the collection of objects displayed along the bottom edge of the container. + Gets or sets whether an auto-hide panel should be resized according to its content. This is attached property. - An ObservableCollection of objects. + A SizeToContent enumerator value that specifies whether an auto-hide panel should be resized according to its content. This is attached property. - + - Disposes of all the items in the collection and releases all the allocated resources. + Identifies the dependency property. + + - + + - Provides access to items in the AutoHideGroupCollection by name. + A visual separator between neighboring items. - - A string value that specifies the name of the item to be located. - - - A object with the specified name. - - - + - Gets the collection of objects displayed along the left edge of the container. + Initializes a new instance of the SeparatorItem class with the specified settings. - An ObservableCollection of objects. - - + - Gets the collection of objects displayed along the right edge of the container. + Gets a SeparatorItem's orientation. This is a dependency property. - An ObservableCollection of objects. + A System.Windows.Control.Orientation enumerator value that specifies a SeparatorItem's orientation. - + - Returns the elements of the current collection as an array object. + Identifies the dependency property. - An array of objects. + - + + - Gets the collection of objects displayed along the top edge of the container. + Provides runtime item resizing. - An ObservableCollection of objects. - - - - + - A container for auto-hidden dock panels at a specific side of the DockLayoutManager. + Initializes a new instance of the LayoutSplitter class with the specified settings. + + + + + + + Gets or sets if the current LayoutSplitter is enabled. This is a dependency property. + true if the current LayoutSplitter is enabled; otherwise, false. + + - + - Initializes a new instance of the AutoHideGroup class with default settings. + Identifies the dependency property. + + - + - Gets or sets the size of panels belonging to the current AutoHideGroup, in pixels. -This is a dependency property. + Gets a LayoutSplitter's orientation. This is a dependency property. - A Size structure that specifies the size of panels belonging to the current AutoHideGroup, in pixels. + A System.Windows.Control.Orientation enumerator value that specifies a LayoutSplitter's orientation. - + Identifies the dependency property. - [To be supplied] + + - + + - Gets or sets the time, in milliseconds, required to open/close an auto-hidden panel belonging to the current group. -This is a dependency property. + A label displaying custom text. + + + + + + + Initializes a new instance of the LabelItem class with the specified settings. - An integer value that specifies the time, in milliseconds, required to open/close an auto-hidden panel belonging to the current group. - - + - Identifies the dependency property. + Gets or sets a LabelItem's caption. This is a dependency property. - [To be supplied] + An object that is a LabelItem's caption. + - + - Gets or sets the position where a panel is auto-hidden. -This is an attached property. + Gets or sets a horizontal alignment for a Label Item's . This is a dependency property. - An value that specifies the position where a panel is auto-hidden. + A System.Windows.HorizontalAlignment enumerator value. - + - Identifies the attached property. + Identifies the dependency property. - [To be supplied] + + - + - Gets or sets the side of the at which the current AutoHideGroup object is docked. -This is a dependency property. + Identifies the dependency property. - A Dock value that specifies the side of the at which the current AutoHideGroup object is docked. - + + - + - Fires when the value of the property is changed. + Gets or sets a DataTemplate object to visualize a object. +This is a dependency property. + A object that visualizes a object. + - + Identifies the dependency property. - [To be supplied] + + - + - Gets the auto-hide size for a specific object. + Gets or sets an object that chooses a used to visualize objects defined as a Label Item's . + This is a dependency property. - - A DependencyObject whose auto-size is to be obtained. - - - A System.Windows.Size object that is the object's auto-hide size. - + A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. + - + - Gets the value of the property for the specified object. + Identifies the dependency property. - - An object whose property's value is to be returned. - - - The value of the property for the specified object. + - + - Gets the current auto-size behavior of the target Layout Panel. + Gets or sets a vertical alignment for a Label Item's . This is a dependency property. - - A DependencyObject that is a Layout Panel whose auto-hide behavior is to be obtained. - - - A SizeToContent enumerator value that specifies the current auto-hide behavior of this Layout Panel. - + A System.Windows.VerticalAlignment enumerator value. + - + - Sets the auto-hide size for a specific object. + Identifies the dependency property. - - A DependencyObject whose auto-size is to be set. - - - - A System.Windows.Size object that is the new object's auto-hide size. - - + + - + - Sets the value of the property for the specified object. + Identifies the dependency property. - - An object whose property is to be set. - - - - A new value of the property for the specified object. - - + + - + - Sets the auto-size behavior of the target Layout Panel. + Gets if the current LabelItem has a caption. This is a dependency property. - - A DependencyObject that is the Layout Panel whose auto-hide behavior is to be set. - - - - A SizeToContent enumerator value that is the new auto-hide behavior of this Layout Panel. - - + true if the current LabelItem has a caption; otherwise, false. + - + - Gets or sets whether an auto-hide panel should be resized according to its content. This is attached property. + Identifies the dependency property. - A SizeToContent enumerator value that specifies whether an auto-hide panel should be resized according to its content. This is attached property. - + + - + Identifies the dependency property. @@ -9383,328 +9838,533 @@ This is a dependency property. - + - A visual separator between neighboring items. + Adds whitespace to a UI. - + - Initializes a new instance of the SeparatorItem class with the specified settings. + Initializes a new instance of the EmptySpaceItem class with the specified settings. - + + - Gets a SeparatorItem's orientation. This is a dependency property. + The base class for DockControllers that provide methods to perform docking operations on panels. - A System.Windows.Control.Orientation enumerator value that specifies a SeparatorItem's orientation. - - - + - Identifies the dependency property. + Initializes a new instance of the class with the specified . - - + + A object, whose dock functionality will be controlled by the created DockController. + - - + + - Provides runtime item resizing. + Activates the specified item. + + A to be activated. + + + - + - Initializes a new instance of the LayoutSplitter class with the specified settings. + Activates the specified item. + + A descendant to be activated. + + + + true, to move focus to the item; otherwise, false. + + - + - Gets or sets if the current LayoutSplitter is enabled. This is a dependency property. + Gets or sets the active item. - true if the current LayoutSplitter is enabled; otherwise, false. + A object which is the active item. - + - Identifies the dependency property. + Creates a , and docks it to the container (root group). - + + A value that specifies the side of the container where the DocumentGroup is docked. + + + The created object. - + - Gets a LayoutSplitter's orientation. This is a dependency property. + Adds a new to the specified . - A System.Windows.Control.Orientation enumerator value that specifies a LayoutSplitter's orientation. - + + A object to which a new panel is added. + + + The created object. + - + - Identifies the dependency property. + Adds an empty floating . + - - + + A object specifying the position of the left top corner of the created . - - + + + A object specifying the height and width of the created . + + + + The created object. + - - A label displaying custom text. - - - + - Initializes a new instance of the LabelItem class with the specified settings. + Adds a new floating and loads the contents of a Window, Page or UserControl defined in the specified XAML into the . + + + A object specifying a position of the left top corner of the created DocumentPanel. + + + + + A object specifying the height and width of the created . + + + + + A object specifying the uniform resource identifier (URI) of the XAML that defines a Window, Page or UserControl to be loaded into the created . + + + The created object. + - + - Gets or sets a LabelItem's caption. This is a dependency property. + Adds a new to the specified DocumentGroup and loads the contents of a Window, Page or UserControl defined in the specified XAML into the . + - An object that is a LabelItem's caption. - + + A object to which a new is added. + + + + The uniform resource identifier (URI) of the XAML that defines a Window, Page or UserControl to be loaded into the created . + + + The created object. + - + - Gets or sets a horizontal alignment for a Label Item's . This is a dependency property. + Adds a newly created item to the specified target item. This member supports the internal infrastructure, and is not intended to be used directly from your code. + - A System.Windows.HorizontalAlignment enumerator value. - + + A newly created item to be docked to another item. + + + + An item to be docked to. + + + + A DockType value that specifies the dock type. + + - + - Identifies the dependency property. + Creates a floating panel with the specified size and displays it at the specified location. + - + + A Point structure that specifies the position at which the panel is displayed. The position is relative to the top left corner of the container (root group). + + + + A Size structure that specifies the created panel's size. + + + The created object. - + - Identifies the dependency property. + Creates a and docks it at the specified side of the container (root group). - + + A DockType value that specifies the side of the container where the is docked. + + + The created object. - + - Gets or sets a DataTemplate object to visualize a object. -This is a dependency property. + Closes the specified item. - A DataTemplate object that visualizes a object. - + + A object to be closed. + + + true, if the item is successfully closed; otherwise, false. + - + - Identifies the dependency property. + Closes all items except the specified one within this item's container. + - + + The only element to remain opened within its parent container. + + + true , if all but the specified items were successfully closed; otherwise, false. + - + - Gets or sets an object that chooses a used to visualize objects defined as a Label Item's . - This is a dependency property. + Gets the container whose dock functionality is controlled by the current DockController. + - A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. + A object. - + - Identifies the dependency property. + Creates the specified dock command for the specified item/pane. - + + A descendant with which the created command is associated. + + + The created command. - + - Gets or sets a vertical alignment for a Label Item's . This is a dependency property. + Creates a new and moves the specified to it. + - A System.Windows.VerticalAlignment enumerator value. - + + A to be added to the created group. + + + + A value that specifies whether the created is positioned on the right or bottom of the DocumentPanel's previous group. + + + true , if a has been created; otherwise, false. + - + - Identifies the dependency property. + Creates a new and moves the specified to it. + - + + A to be added to the created group. + + + + A value that specifies whether the created is positioned on the right or bottom of the DocumentPanel's previous group. + + + true , if a has been created; otherwise, false. - + - Identifies the dependency property. + Docks the first item to the second item using the specified dock type. - + + The item to be docked. + + + + The item to which the first item is docked. + + + + A DockType value that specifies how the first item is docked. + + + true , if the item has been successfully docked; otherwise, false. - + - Gets if the current LabelItem has a caption. This is a dependency property. + Docks the specified item. This method is in effect for newly created, floating, auto-hidden or closed(hidden) items. - true if the current LabelItem has a caption; otherwise, false. - + + A object to be docked. + + + true , if the item has been successfully docked; otherwise, false. + - + - Identifies the dependency property. + Makes the specified item floating. + - + + A object that shall be made floating. + + + + A object that when created, displays the item in the floating state. + - + - Identifies the dependency property. + Enables the auto-hide functionality for the item/panel and hides it at the specified edge of the container. - + + A object to which the auto-hide feature is applied. + + + + A value that specifies the side of the container where the panel is hidden. + + + true, if the auto-hide functionality has been enabled for the item/pane; otherwise, false. - - + - Adds whitespace to a UI. + Enables the auto-hide functionality for the item/panel and hides it within the specified group. + + A object to which the auto-hide feature is applied. + + + + An object where the panel is hidden. + + + true, if the auto-hide functionality has been enabled for the item/pane; otherwise, false. + + - + - Initializes a new instance of the EmptySpaceItem class with the specified settings. + Enables the auto-hide functionality for the item/panel and hides it at a corresponding edge of the container. + + A object to which the auto-hide feature is applied. + + + true, if the auto-hide functionality has been enabled for the item/pane; otherwise, false. + - - + - Provides members to label different docking operation types. + Inserts the specified item into the specified group at a specific position. + + A into which the specified item is inserted. + + + + A object to be inserted into the group. + + + + An integer value that specifies the position among the group's children at which the item must be inserted. + + + true , if the item has been inserted into the group; otherwise, false. + + - + - A target Dock Item is being closed. + Moves the specified to the previous or next . + + A object to be moved to another . + + + + true to move the panel to the next ; false to move the panel to the previous . + + + true, if the has been moved to another ; otherwise, false. + - + - A target Dock Item is being docked to a 's edge or another Dock Item. + Moves the specified to the previous or next . + + A object to be moved to another . + + + + true to move the panel to the next ; false to move the panel to the previous . + + + true , if the has been moved to another ; otherwise, false. + - + - A docked Dock Item is made floating. + Removes the specified item. This member supports the internal infrastructure, and is not intended to be used directly from your code. + + An item to be removed. + + - + - A Dock Item is made auto-hidden. - + Removes any connection of the specified panel with the . + + The object that is removed from the DockLayoutManager. + + - + - A target Dock Item is being re-arranged within its current container. + Starts dock item renaming. + + + A to be renamed. + + + true , if item renaming has been initiated; otherwise, false. + - + - A closed Dock Item is being restored (see the property to learn more). + Restores a closed (hidden) panel at its previous dock position. + + A object to be restored. + + + A Boolean value that indicates that the panel has been restored successfully. + diff --git a/lib/DevExpress/DevExpress.Xpf.Grid.v14.1.Core.dll b/lib/DevExpress/DevExpress.Xpf.Grid.v14.1.Core.dll deleted file mode 100644 index 2240ea49..00000000 Binary files a/lib/DevExpress/DevExpress.Xpf.Grid.v14.1.Core.dll and /dev/null differ diff --git a/lib/DevExpress/DevExpress.Xpf.Grid.v14.1.dll b/lib/DevExpress/DevExpress.Xpf.Grid.v14.1.dll deleted file mode 100644 index 503b7550..00000000 Binary files a/lib/DevExpress/DevExpress.Xpf.Grid.v14.1.dll and /dev/null differ diff --git a/lib/DevExpress/DevExpress.Xpf.Grid.v15.1.Core.dll b/lib/DevExpress/DevExpress.Xpf.Grid.v15.1.Core.dll new file mode 100644 index 00000000..599e9600 Binary files /dev/null and b/lib/DevExpress/DevExpress.Xpf.Grid.v15.1.Core.dll differ diff --git a/lib/DevExpress/DevExpress.Xpf.Grid.v14.1.Core.xml b/lib/DevExpress/DevExpress.Xpf.Grid.v15.1.Core.xml similarity index 82% rename from lib/DevExpress/DevExpress.Xpf.Grid.v14.1.Core.xml rename to lib/DevExpress/DevExpress.Xpf.Grid.v15.1.Core.xml index 5b893059..4d83f123 100644 --- a/lib/DevExpress/DevExpress.Xpf.Grid.v14.1.Core.xml +++ b/lib/DevExpress/DevExpress.Xpf.Grid.v15.1.Core.xml @@ -1,7 +1,7 @@ - DevExpress.Xpf.Grid.v14.1.Core + DevExpress.Xpf.Grid.v15.1.Core @@ -27,7 +27,7 @@ Identifies the dependency property. - [To be supplied] + @@ -46,7 +46,7 @@ Identifies the dependency property. - [To be supplied] + @@ -77,7 +77,7 @@ Identifies the dependency property. - [To be supplied] + @@ -89,7 +89,7 @@ - [To be supplied] + @@ -108,7 +108,7 @@ Identifies the dependency property. - [To be supplied] + @@ -128,7 +128,7 @@ Identifies the dependency property. - [To be supplied] + @@ -137,13 +137,13 @@ Gets the handle of the Auto Filter Row. To learn more, see Obtaining Row Handles. - [To be supplied] + - Gets or sets whether columns should be created automatically for all fields in the underlying data source when the View doesn't contain any columns. + Gets or sets whether columns should be created automatically for all properties in the underlying data source when the View doesn't contain any columns. This is a dependency property. An enumeration value that specifies the way columns are generated. @@ -156,7 +156,7 @@ Identifies the dependency property. - [To be supplied] + @@ -173,7 +173,7 @@ Identifies the routed event. - [To be supplied] + @@ -190,7 +190,7 @@ Identifies the routed event. - [To be supplied] + @@ -209,7 +209,7 @@ Identifies the dependency property. - [To be supplied] + @@ -293,7 +293,7 @@ Identifies the dependency property. - [To be supplied] + @@ -312,7 +312,7 @@ Identifies the dependency property. - [To be supplied] + @@ -331,7 +331,7 @@ Identifies the dependency property. - [To be supplied] + @@ -350,7 +350,7 @@ Identifies the dependency property. - [To be supplied] + @@ -367,7 +367,7 @@ Identifies the routed event. - [To be supplied] + @@ -386,7 +386,7 @@ Identifies the dependency property. - [To be supplied] + @@ -457,7 +457,7 @@ Identifies the dependency property. - [To be supplied] + @@ -484,7 +484,7 @@ Identifies the routed event. - [To be supplied] + @@ -493,7 +493,7 @@ Identifies the dependency property. - [To be supplied] + @@ -520,7 +520,7 @@ Identifies the routed event. - [To be supplied] + @@ -529,7 +529,7 @@ Identifies the dependency property. - [To be supplied] + @@ -558,7 +558,7 @@ Identifies the dependency property. - [To be supplied] + @@ -567,7 +567,7 @@ Identifies the dependency property. - [To be supplied] + @@ -584,7 +584,7 @@ Identifies the routed event. - [To be supplied] + @@ -603,7 +603,7 @@ Identifies the dependency property. - [To be supplied] + @@ -622,7 +622,7 @@ Identifies the dependency property. - [To be supplied] + @@ -641,7 +641,7 @@ Identifies the dependency property. - [To be supplied] + @@ -660,7 +660,7 @@ Identifies the dependency property. - [To be supplied] + @@ -679,7 +679,7 @@ Identifies the dependency property. - [To be supplied] + @@ -698,7 +698,7 @@ Identifies the dependency property. - [To be supplied] + @@ -739,7 +739,7 @@ Identifies the routed event. - [To be supplied] + @@ -758,7 +758,7 @@ Identifies the dependency property. - [To be supplied] + @@ -787,7 +787,7 @@ Identifies the dependency property. - [To be supplied] + @@ -804,6 +804,24 @@ + + + + Returns the text displayed within the specified cell. + + + + An integer value that specifies the row's handle. + + + + A value that is the column's field name. + + + A value that specifies the text displayed within the specified cell. + + + @@ -921,17 +939,17 @@ - + - This member supports the internal infrastructure and is not intended to be used directly from your code. - + - - - + + + + @@ -961,8 +979,7 @@ - Gets or sets whether to allow filtering empty items using the Checked Filter Dropdown List. - + Gets or sets whether to allow filtering empty items using the Checked Filter Dropdown List. This is the dependency property. true to allow filtering empty items; otherwise, false. @@ -970,13 +987,22 @@ + + + + Identifies the dependency property. + + + + + Gets the handle of a row which does not exist in a View. To learn more, see Obtaining Row Handles. - [To be supplied] + @@ -985,7 +1011,7 @@ Gets the index of a row which does not exist in a View. To learn more, see Obtaining Row Handles. - [To be supplied] + @@ -1004,7 +1030,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1031,7 +1057,7 @@ Identifies the routed event. - [To be supplied] + @@ -1040,7 +1066,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1083,7 +1109,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1102,7 +1128,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1121,7 +1147,7 @@ Gets the handle of the New Item Row. To learn more, see Obtaining Row Handles. - [To be supplied] + @@ -1148,7 +1174,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1165,7 +1191,7 @@ Identifies the routed event. - [To be supplied] + @@ -1179,7 +1205,7 @@ - Occurs every time any of the DataControlBase class properties has changed its value. + Occurs each time the property has changed its value. @@ -1296,7 +1322,7 @@ Identifies the routed event. - [To be supplied] + @@ -1305,13 +1331,13 @@ Identifies the dependency property. - [To be supplied] + - Gets data objects that correspond to rows (or nodes in TreeListView) currently selected within a View. + Gets or sets data objects that correspond to rows (or nodes in TreeListView) currently selected within a View. The list which contains data objects corresponding to selected rows. @@ -1324,7 +1350,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1343,7 +1369,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1438,7 +1464,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1457,7 +1483,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1476,7 +1502,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1495,7 +1521,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1536,7 +1562,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1555,7 +1581,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1586,6 +1612,25 @@ + + + + Gets or sets whether to use the column's field name for serialization. This is a dependency property. + + + true to use the column's field name for serialization; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + @@ -1596,6 +1641,51 @@ + + + + + Represents the data bar format condition. + + + + + + + Initializes a new instance of the DataBarFormatCondition class with default settings. + + + + + + + + Gets or sets the formatting settings applied to cells (or corresponding rows) whose values take part in conditional formatting. This is a dependency property. + + + A object that provides formatting settings. + + + + + + + Identifies the dependency property. + + + + + + + + + For internal use. + + + + + + @@ -1620,7 +1710,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1639,7 +1729,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1658,7 +1748,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1677,7 +1767,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1696,7 +1786,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1715,7 +1805,26 @@ Identifies the dependency property. - [To be supplied] + + + + + + + Gets whether all items within the view are selected. This is a dependency property. + + + true if all items within the view are selected; otherwise, false. + + + + + + + Identifies the dependency property. + + + @@ -1734,7 +1843,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1753,7 +1862,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1772,7 +1881,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1791,7 +1900,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1810,7 +1919,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1830,7 +1939,26 @@ Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets whether an editor that did not pass validation can lose focus. This is a dependency property. + + + true, to allow moving focus from an editor with an invalid value; otherwise, false. + + + + + + + Identifies the dependency property. + + + @@ -1849,7 +1977,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1868,7 +1996,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1887,7 +2015,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1906,7 +2034,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1925,7 +2053,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1954,7 +2082,7 @@ Identifies the routed event. - [To be supplied] + @@ -1982,7 +2110,7 @@ - Hides the active editor, discarding all the changes made within the focused row. + Closes the active editor without saving the value to the corresponding property of the data item. @@ -2003,7 +2131,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2022,7 +2150,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2041,7 +2169,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2084,7 +2212,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2103,7 +2231,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2130,7 +2258,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2149,7 +2277,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2169,7 +2297,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2188,7 +2316,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2207,7 +2335,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2224,7 +2352,7 @@ Identifies the routed event. - [To be supplied] + @@ -2243,7 +2371,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2262,7 +2390,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2281,7 +2409,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2300,7 +2428,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2319,7 +2447,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2340,7 +2468,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2359,7 +2487,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2378,7 +2506,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2495,7 +2623,7 @@ Identifies the routed event. - [To be supplied] + @@ -2504,7 +2632,7 @@ Gets the data-aware control which owns the current View. - A descendant that represents the data-aware control to which the current View belongs. + A descendant (e.g., , ) that represents the data-aware control to which the current View belongs. @@ -2519,6 +2647,22 @@ + + + + + + + + + + + + + + + + @@ -2535,15 +2679,16 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Set to true to disable all Optimized Mode exceptions. This is a static property. + - [To be supplied] + @@ -2562,7 +2707,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2581,7 +2726,26 @@ Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets whether to post values to a data source immediately after changing a cell value. This is a dependency property. + + + true, to post values to a data source immediately after changing a cell value; otherwise, false. + + + + + + + Identifies the dependency property. + + + @@ -2600,7 +2764,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2621,7 +2785,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2638,7 +2802,7 @@ Identifies the routed event. - [To be supplied] + @@ -2657,7 +2821,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2676,7 +2840,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2715,7 +2879,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2732,7 +2896,7 @@ Identifies the routed event. - [To be supplied] + @@ -2751,7 +2915,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2778,7 +2942,7 @@ Identifies the routed event. - [To be supplied] + @@ -2798,7 +2962,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2825,7 +2989,7 @@ Identifies the routed event. - [To be supplied] + @@ -2834,7 +2998,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2843,7 +3007,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2870,7 +3034,7 @@ Identifies the routed event. - [To be supplied] + @@ -2933,7 +3097,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3183,7 +3347,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3212,7 +3376,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3229,7 +3393,7 @@ Identifies the routed event. - [To be supplied] + @@ -3283,7 +3447,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3302,7 +3466,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3321,7 +3485,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3340,7 +3504,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3359,13 +3523,13 @@ Identifies the dependency property. - [To be supplied] + - Gets a value that indicates whether the row is focused. This is a dependency property. + Gets a value that indicates whether the row is focused. This is an attached property. This is a dependency property. true if the row is focused; otherwise, false. @@ -3375,7 +3539,7 @@ - Indicates whether the focused row has been modified. + Indicates whether the focused row has been modified. This is a dependency property. true, if the focused row has been modified; otherwise, false. @@ -3388,7 +3552,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3397,7 +3561,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3426,7 +3590,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3445,7 +3609,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3474,7 +3638,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3507,7 +3671,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3526,7 +3690,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3545,7 +3709,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3564,7 +3728,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3583,7 +3747,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3602,7 +3766,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3731,7 +3895,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3759,7 +3923,7 @@ Identifies the routed event. - [To be supplied] + @@ -3784,7 +3948,7 @@ This member supports the internal infrastructure and is not intended to be used directly from your code. - [To be supplied] + @@ -3801,7 +3965,7 @@ Identifies the routed event. - [To be supplied] + @@ -3820,7 +3984,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3849,16 +4013,16 @@ Identifies the dependency property. - [To be supplied] + - Gets or sets the length of an animation. + Gets or sets the length of an animation. This is a dependency property. - A value that specifies the length of an animation, in milliseconds. + A value that specifies the length of an animation. @@ -3868,7 +4032,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3887,7 +4051,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3906,7 +4070,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3935,7 +4099,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3978,7 +4142,7 @@ Identifies the dependency property. - [To be supplied] + @@ -3997,7 +4161,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4016,7 +4180,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4035,7 +4199,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4054,7 +4218,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4073,7 +4237,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4092,7 +4256,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4111,7 +4275,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4130,7 +4294,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4149,7 +4313,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4168,7 +4332,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4187,7 +4351,26 @@ Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets the text displayed within the search panel edit box when the search text is null. This is a dependency property. + + + A value that specifies the string displayed within the search panel edit box when the search text is null. + + + + + + + Identifies the dependency property. + + + @@ -4206,7 +4389,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4243,7 +4426,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4384,7 +4567,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4403,7 +4586,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4414,6 +4597,18 @@ + + + + Activates the focused cell's inplace editor. + + + + true to select the editor's content; otherwise, false. + + + + @@ -4463,7 +4658,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4480,7 +4675,7 @@ Identifies the routed event. - [To be supplied] + @@ -4507,7 +4702,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4526,7 +4721,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4543,7 +4738,7 @@ Identifies the routed event. - [To be supplied] + @@ -4560,7 +4755,7 @@ Identifies the routed event. - [To be supplied] + @@ -4591,7 +4786,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4610,7 +4805,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4629,7 +4824,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4648,7 +4843,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4680,7 +4875,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4712,7 +4907,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4731,7 +4926,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4750,7 +4945,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4769,7 +4964,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4788,7 +4983,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4807,7 +5002,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4820,6 +5015,22 @@ + + + + + + + + + + + + + + + + @@ -4834,7 +5045,28 @@ Identifies the routed event. - [To be supplied] + + + + + + + Specifies whether to enable horizontal scrolling via the mouse wheel and vertical scrolling via Microsoft Touch Mouse devices. This is a dependency property. + + + + true, to enable horizontal scrolling via the mouse wheel and vertical scrolling via Microsoft Touch Mouse devices; otherwise, false. + + + + + + + + Identifies the dependency property. + + + @@ -4861,7 +5093,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4891,7 +5123,7 @@ Identifies the dependency property. - [To be supplied] + @@ -4910,16 +5142,16 @@ Identifies the dependency property. - [To be supplied] + - Gets or sets the number of rows to scroll vertically in response to mouse wheel events. + Gets or sets the number of rows to scroll vertically in response to mouse wheel events. This is a dependency property. - An integer value that specifies the number of rows to scroll vertically in response to mouse wheel events. + A Double value that specifies the number of rows to scroll vertically in response to mouse wheel events. @@ -4929,7 +5161,52 @@ Identifies the dependency property. - [To be supplied] + + + + + + + + Represents the color scale format condition. + + + + + + + Initializes a new instance of the ColorScaleFormatCondition class with default settings. + + + + + + + + Gets or sets the formatting settings applied to cells (or corresponding rows) whose values take part in conditional formatting. This is a dependency property. + + + A object that provides formatting settings. + + + + + + + Identifies the dependency property. + + + + + + + + + For internal use. + + + + @@ -5014,7 +5291,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5033,7 +5310,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5052,7 +5329,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5071,7 +5348,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5090,7 +5367,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5109,7 +5386,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5128,7 +5405,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5147,7 +5424,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5166,7 +5443,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5185,7 +5462,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5204,23 +5481,26 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets the actual content's horizontal alignment. This is a dependency property. + - [To be supplied] + A enumeration value that specifies the content's horizontal alignment. + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + @@ -5239,7 +5519,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5258,7 +5538,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5277,7 +5557,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5296,7 +5576,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5315,7 +5595,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5334,7 +5614,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5353,7 +5633,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5373,7 +5653,26 @@ Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets whether to enable the Cell Merging feature for the column. This is a dependency property. + + + true to enable the celll merging feature; otherwise, false. + + + + + + + Identifies the dependency property. + + + @@ -5392,7 +5691,26 @@ Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets whether to enable the conditional formatting menu for the column. This is a dependency property. + + + true to enable the conditional formatting menu for the column; otherwise, false. + + + + + + + Identifies the dependency property. + + + @@ -5411,7 +5729,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5430,7 +5748,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5449,7 +5767,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5468,7 +5786,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5488,7 +5806,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5507,7 +5825,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5527,7 +5845,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5546,7 +5864,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5565,7 +5883,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5584,7 +5902,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5603,7 +5921,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5622,7 +5940,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5641,7 +5959,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5660,7 +5978,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5689,7 +6007,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5708,7 +6026,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5727,7 +6045,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5746,7 +6064,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5765,7 +6083,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5784,7 +6102,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5803,7 +6121,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5853,7 +6171,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5882,7 +6200,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5901,7 +6219,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5920,7 +6238,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5939,7 +6257,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5958,7 +6276,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5977,7 +6295,7 @@ Identifies the dependency property. - [To be supplied] + @@ -5996,7 +6314,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6030,9 +6348,11 @@ - [To be supplied] + This property supports the internal infrastructure and is not intended to be used directly from your code. + - [To be supplied] + + @@ -6051,7 +6371,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6070,7 +6390,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6089,7 +6409,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6108,7 +6428,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6127,7 +6447,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6146,7 +6466,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6165,7 +6485,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6184,7 +6504,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6203,7 +6523,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6222,7 +6542,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6251,7 +6571,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6260,7 +6580,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6279,7 +6599,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6299,7 +6619,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6318,7 +6638,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6337,7 +6657,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6357,7 +6677,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6384,7 +6704,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6403,7 +6723,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6474,7 +6794,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6493,30 +6813,49 @@ Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether the column's header is displayed within the Column Chooser when the column is hidden. This is a dependency property. + Gets or sets whether the date-time column's filter dropdown has a filter item used to select records that contain null values. This is a dependency property. - true to display the column's header within the Column Chooser when the column is hidden; otherwise, false. + true if a corresponding filter is available; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + + + Gets or sets whether the column's header is displayed within the Column Chooser when the column is hidden. This is a dependency property. + + + true to display the column's header within the Column Chooser when the column is hidden; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + Gets or sets whether or not error icons are displayed within column cells that fail validation specified by the Data Annotations attribute(s). This is a dependency property. @@ -6531,7 +6870,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6550,7 +6889,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6569,7 +6908,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6588,7 +6927,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6607,7 +6946,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6636,7 +6975,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6655,7 +6994,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6674,7 +7013,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6693,7 +7032,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6712,7 +7051,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6731,6 +7070,14 @@ + + + + Allows toggling the selection of multiple rows. + + + + @@ -6755,6 +7102,14 @@ + + + + A cell (or row) isn't focused and selected, and the cell merging feature is enabled (the property is set to true). + + + + @@ -6840,7 +7195,7 @@ - Creates columns for all fields in a datasource, preserving the columns the grid already contains. + Creates columns for all properties in a datasource, preserving the columns the grid already contains. @@ -6849,7 +7204,7 @@ - Creates columns for all fields in a datasource if the grid doesn't contain any columns. + Creates columns for all properties in a datasource if the grid doesn't contain any columns. @@ -6865,7 +7220,7 @@ - Creates columns for all fields in a datasource, removing columns the grid already contains. + Creates columns for all properties in a datasource, removing columns the grid already contains. @@ -6895,7 +7250,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6914,7 +7269,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6933,7 +7288,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6952,7 +7307,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6971,7 +7326,7 @@ Identifies the dependency property. - [To be supplied] + @@ -6990,7 +7345,7 @@ Identifies the dependency property. - [To be supplied] + @@ -7009,7 +7364,26 @@ Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets whether to hide the column when printing or exporting a data grid. This is a dependency property. + + + true, to allow printing the column; otherwise, false. + + + + + + + Identifies the dependency property. + + + @@ -7028,7 +7402,26 @@ Identifies the dependency property. - [To be supplied] + + + + + + + This property supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Identifies the dependency property. + + + @@ -7047,7 +7440,7 @@ Identifies the dependency property. - [To be supplied] + @@ -7074,7 +7467,7 @@ Identifies the dependency property. - [To be supplied] + @@ -7093,7 +7486,7 @@ Identifies the dependency property. - [To be supplied] + @@ -7126,7 +7519,7 @@ Identifies the dependency property. - [To be supplied] + @@ -7145,7 +7538,7 @@ Identifies the dependency property. - [To be supplied] + @@ -7164,7 +7557,7 @@ Identifies the dependency property. - [To be supplied] + @@ -7183,7 +7576,7 @@ Identifies the dependency property. - [To be supplied] + @@ -7212,7 +7605,7 @@ Identifies the dependency property. - [To be supplied] + @@ -7221,7 +7614,7 @@ Identifies the dependency property. - [To be supplied] + @@ -7240,7 +7633,7 @@ Identifies the dependency property. - [To be supplied] + @@ -7259,7 +7652,7 @@ Identifies the dependency property. - [To be supplied] + @@ -7278,7 +7671,7 @@ Identifies the dependency property. - [To be supplied] + @@ -7297,7 +7690,7 @@ Identifies the dependency property. - [To be supplied] + @@ -7316,7 +7709,7 @@ Identifies the dependency property. - [To be supplied] + @@ -7335,7 +7728,7 @@ Identifies the dependency property. - [To be supplied] + @@ -7354,7 +7747,7 @@ Identifies the dependency property. - [To be supplied] + @@ -7370,13 +7763,22 @@ - Gets the band that owns the column/band. + Gets the band that owns the column/band. This is a dependency property. The parent band. + + + + Identifies the dependency property. + + + + + @@ -7429,7 +7831,7 @@ Identifies the dependency property. - [To be supplied] + @@ -7438,7 +7840,7 @@ Identifies the dependency property. - [To be supplied] + @@ -7457,7 +7859,7 @@ Identifies the dependency property. - [To be supplied] + @@ -7846,6 +8248,14 @@ + + + + The test object belongs to the checkbox used to select/deselect rows within a group row. + + + + @@ -7870,6 +8280,14 @@ + + + + The test object belongs to the button used to expand/collapse a master row. + + + + @@ -7934,6 +8352,74 @@ + + + + + Serves as a base for classes that represent indicator-type format conditions. + + + + + + + Specifies the maximum column value to accept for conditional formatting. This is a dependency property. + + + + An object accepted as the maximum column value. + + + + + + + Identifies the dependency property. + + + + + + + + + Specifies the minimum column value to accept for conditional formatting. This is a dependency property. + + + + An object accepted as the minimum column value. + + + + + + + + Identifies the dependency property. + + + + + + + + + Specifies a custom rule for applying conditional formatting. This is a dependency property. + + + A value that is the rule expression. + + + + + + + Identifies the dependency property. + + + + + @@ -8173,2797 +8659,4293 @@ Indicates the New Item Row. - + - A base class that provides necessary functionality for custom localizers of the Data Grid control. + Lists the values that specify the value type used by the conditional formatting. - + - Initializes a new instance of the GridControlLocalizer class with default settings. + The threshold type is number. - + - Returns an XtraLocalizer object representing default resources, based on the thread's language and regional settings (culture). + The threshold type is percentage. - A object representing resources based on the thread's culture. - - + + - Returns an XtraLocalizer object representing resources based on the thread's language and regional settings (culture). + Lists values that specify whether to enable the lightweight templates feature. + - A object representing resources based on the thread's culture. - - - + - Returns a localized string for the given string identifier. + Lightweight templates are enabled. - - A enumeration value identifying the string to localize. - - - A corresponding to the specified identifier. - - - + - Represents a method that will handle the event. + Lightweight templates are disabled. + - + - Represents a method that will handle the event. + Lightweight templates are enabled. - - The event source. - - - - A object that contains event data. - - - + - Provides data for the event. + Lists the values that specify the rule for the top/bottom conditional formatting. - + - Initializes a new instance of the FocusedRowChangedEventArgs class. + The style is applied to cells (or corresponding rows) whose values are above the average value for the column. - - A descendant that is the view that raised the event. - - - - The previously focused row. This value is assigned to the property. - - - - The focused row. This value is assigned to the property. - - - + - Gets the focused row. + The style is applied to cells (or corresponding rows) whose values are below the average value for the column. - The focused row. - - + - Gets the previously focused row. + The style is applied to cells (or corresponding rows) whose values are the lowest for the column. The number of cells (rows) is specified by the property. - The previously focused row. - - + - Gets the View that raised the event. + The style is applied to cells (or corresponding rows) whose values are the lowest for the column. The percentage of cells (rows) is specified by the property. - A descendant that is the view that raised the event. - - - + - Represents a method that will handle the event. + The style is applied to cells (or corresponding rows) whose values are the largest for the column. The number of cells (rows) is specified by the property. + - + - Represents a method that will handle the event. + The style is applied to cells (or corresponding rows) whose values are the largest for the column. The percentage of cells (rows) is specified by the property. - - The event source. - - - - A object that contains event data. - - - + - Provides data for the event. + Represents the icon set format condition. - + - Initializes a new instance of the FilterPopupEventArgs class with the specified grid column and pop-up edit. + Initializes a new instance of the IconSetFormatCondition class with default settings. - - A descendant which specifies a column, containing a pop-up edit, for which an event has been raised. This object is assigned to the property. - - - - A object, which specifies a pop-up editor, for which an event has been raised. This object is assigned to the property. - - - + - Provides access to a grid column whose values should be filtered. + Gets or sets the formatting settings applied to cells (or corresponding rows) whose values take part in conditional formatting. This is a dependency property. - A object that represents the column, for which this event has been raised. + A object that provides formatting settings. - + - Gets the filter dropdown. + Identifies the dependency property. - A object that represents a combobox used in a filter pop-up. - + - + - Gets the filter pop-up. + For internal use. - A object that represents a pop-up used in a filter editor. + - + + - Gets the View that raised the event. + Represents the top/bottom format condition. - A descendant that is the view that raised the event. - - - - + - Serves as the base class for all classes that provide data for different events, related to using in-place editors. - + Initializes a new instance of the TopBottomRuleFormatCondition class with default settings. + - + - Gets or sets a grid column, for which an event has been raised. + Specifies the rule for conditional formatting. This is a dependency property. - A descendant that represents the column. + A enumeration value. - + - Gets or sets the row handle, for which an event has been raised. + Identifies the dependency property. - An integer value representing the row handle. - + - + - Gets the View that raised the event. + Specifies the number or percentage of cells (or corresponding rows) to format. This is a dependency property. - A descendant that is the view that raised the event. + A number of cells to format. - + - Gets the edit value stored in the editor, for which an event has been raised. + Identifies the dependency property. - A representing the edit value. - + - + - Represents the base class for a grid column header. + A base class that provides necessary functionality for custom localizers of the Data Grid control. - + - Gets or sets a column's position within a View. This is a dependency property. + Initializes a new instance of the GridControlLocalizer class with default settings. - A enumeration value that specifies a column's position within a View. - - + - Identifies the dependency property. + Returns an XtraLocalizer object representing default resources, based on the thread's language and regional settings (culture). - [To be supplied] + A object representing resources based on the thread's culture. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Returns an XtraLocalizer object representing resources based on the thread's language and regional settings (culture). - - - - - + A object representing resources based on the thread's culture. - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Returns a localized string for the given string identifier. - - + + A enumeration value identifying the string to localize. + + + A corresponding to the specified identifier. + - + + - Identifies the dependency property. + Represents a method that will handle the event. - [To be supplied] - - + - [To be supplied] + Represents a method that will handle the event. + - [To be supplied] + + The event source. + + + A object that contains event data. - - - - [To be supplied] - - [To be supplied] + - + + - [To be supplied] + Provides data for the event. + - [To be supplied] - - + - [To be supplied] + Initializes a new instance of the FocusedRowChangedEventArgs class. + - [To be supplied] + + A descendant that is the view that raised the event. + + + + The previously focused row. This value is assigned to the property. + + + + The focused row. This value is assigned to the property. + + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets the focused row. - + The focused row. - + - Identifies the dependency property. + Gets the previously focused row. - [To be supplied] + The previously focused row. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets the View that raised the event. - + A descendant that is the view that raised the event. - + + - Identifies the dependency property. + Represents a method that will handle the event. - [To be supplied] - - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Represents a method that will handle the event. - - + + The event source. - - + + A object that contains event data. - + - Contains information about column headers. + Provides data for the event. - + - Initializes a new instance of the HeadersData class. + Initializes a new instance of the FilterPopupEventArgs class with the specified grid column and pop-up edit. - - + + A descendant which specifies a column, containing a pop-up edit, for which an event has been raised. This object is assigned to the property. + + A object, which specifies a pop-up editor, for which an event has been raised. This object is assigned to the property. + - - - - - Displays the content of a data cell. - - - + - Initializes a new instance of the CellContentPresenter class. + Provides access to a grid column whose values should be filtered. + A object that represents the column, for which this event has been raised. + - + - Gets the outer margin of the column. + Gets the filter dropdown. - A object that represents the thickness of a frame around the column. + A object that represents a combobox used in a filter pop-up. - + - Identifies the dependency property. + Gets the filter pop-up. - [To be supplied] + A object that represents a pop-up used in a filter editor. + - + - Gets or sets a column which owns the cell. This is a dependency property. + Gets the View that raised the event. - A descendant that represents the column which owns the cell. + A descendant that is the view that raised the event. - + + - Gets or sets the position of the column that owns the cell. This is a dependency property. + Serves as the base class for all classes that provide data for different events, related to using in-place editors. - A enumeration value that specifies a column's position within the View. + + + + Gets or sets a grid column, for which an event has been raised. + + + A descendant that represents the column. - + - Identifies the dependency property. + Gets or sets the row handle, for which an event has been raised. - [To be supplied] + An integer value representing the row handle. + - + - Identifies the dependency property. - + Gets the View that raised the event. - [To be supplied] + A descendant that is the view that raised the event. + - + - Gets the data source field name of the column which owns the cell. + Gets the edit value stored in the editor, for which an event has been raised. - A value that specifies the name of the data source field to which the cell's owning column is bound. + A representing the edit value. - + + - Identifies the dependency property. + Represents the base class for a grid column header. - [To be supplied] - - + - Indicates whether the cell belongs to a column that has a sibling column displayed on its left. This is a dependency property. + Gets or sets a column's position within a View. This is a dependency property. - true if the cell belongs to a column that has a sibling column displayed on its left; otherwise, false. + A enumeration value that specifies a column's position within a View. - + Identifies the dependency property. - [To be supplied] + - + - Indicates whether the cell belongs to a column that has a sibling column displayed on its right. This is a dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. - true if the cell belongs to a column that has a sibling column displayed on its right; otherwise, false. + + + + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + - + Identifies the dependency property. - [To be supplied] + - + - Indicates whether the cell has an element above it. This is a dependency property. + Specifies whether the column has a sibling column displayed on its left. This is a dependency property. - true, if the cell has an element above it; otherwise, false. + true if the column has a sibling column displayed on its left; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether the cell is focused. This is a dependency property. + Specifies whether the column has a sibling column displayed on its right. This is a dependency property. - true if the cell is focused; otherwise, false. + true if the column has a sibling column displayed on its right; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether a cell's data has been loaded or not. This is a dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. - true if a cell's data has been retrieved from a data source; otherwise, false. - + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether the cell is selected. This is a dependency property. - + This member supports the internal infrastructure and is not intended to be used directly from your code. - true if the cell is selected; otherwise, false. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the owning column's property's value. + This member supports the internal infrastructure and is not intended to be used directly from your code. - An integer value that specifies the column's navigation index. - + + + + + - - - - Called after the template is completely generated and attached to the visual tree. - - + - - - Gets or sets the information about a data row which contains the cell. This is a dependency property. - - - A object that contains information about a data row. - - + - - - Identifies the dependency property. + Contains information about column headers. - [To be supplied] - - + - Gets a value that indicates the cell's selection state. This is a dependency property. + Initializes a new instance of the HeadersData class. - A enumeration value that specifies the cell's selection state. - + + + + - + + - Identifies the dependency property. + Represents the data bar format. - [To be supplied] - - + - Gets or sets whether horizontal lines are displayed. This is a dependency property. + Initializes a new instance of the DataBarFormat class with default settings. - true to display horizontal lines; otherwise, false. The default is true. - - + + - Identifies the dependency property. - + - [To be supplied] - - + - Gets whether a View displays vertical lines. This is a dependency property. - + Initializes a new instance of the BandBase class with default settings. - true if the View displays vertical lines; otherwise, false. - - + - Identifies the dependency property. - + - [To be supplied] + - - + - Represents a row's handle. - + + + - + - Initializes a new instance of the RowHandle class with the specified value. - - + - - An integer value that specifies the value of the created row handle. This value is assigned to the property. - + + + - + - Determines whether the specified object is equal to the current RowHandle instance. - + - The object to compare with the current object. - + - true if the specified object is equal to the current RowHandle instance; otherwise false. - + - + - Gets the hash code (a number) that corresponds to the value of the current RowHandle object. - + - An integer value representing the hash code for the current object. - + - + - Gets the row's handle. - + - An integer value that specifies the row's handle. - + - - + - Contains values corresponding to strings that can be localized. - + + + - + - The text displayed within the Bands tab of the Column Chooser when it is empty. -Return Value: Drag a band here to customize layout - + + - + - Return Value: Item: {0}, Column Display Index: {1} - + + - + - The caption of the Bands tab inside the Column Chooser in Banded View. -Return Value: Bands - - + + - + - The Column Chooser's caption. -Return Value: Customization - + + + + + + + - + - The caption of the Columns tab inside the Column Chooser in Banded View. -Return Value: Columns - - + + + + + + + - + + - Represents the Column Chooser's caption. -Return Value: Customization + Displays the content of a data cell. - - + - A pattern used to format the Column Band Chooser's caption in Master-Detail Mode. -Return Value: {0}: Column Chooser + Initializes a new instance of the CellContentPresenter class. - + - The text displayed within the Column Chooser when it is empty. -Return Value: Drag a column here to customize the layout + Gets the outer margin of the column. + A object that represents the thickness of a frame around the column. + - + - Return Value: for this column with + Identifies the dependency property. + - + - Return Value: Format cells that are ABOVE AVERAGE: + Gets or sets a column which owns the cell. This is a dependency property. + A descendant that represents the column which owns the cell. + - + - Return Value: Above Average + Gets or sets the position of the column that owns the cell. This is a dependency property. + + A enumeration value that specifies a column's position within the View. + + - + - Return Value: for this column with + Identifies the dependency property. + - + - Return Value: Format cells that are BELOW AVERAGE: + Identifies the dependency property. + + - + - Return Value: Below Average + Gets the data source field name of the column which owns the cell. + A value that specifies the name of the data source field to which the cell's owning column is bound. + - + - Return Value: with + Identifies the dependency property. + - + - Return Value: Format cells that are BETWEEN: + Indicates whether the cell belongs to a column that has a sibling column displayed on its left. This is a dependency property. + true if the cell belongs to a column that has a sibling column displayed on its left; otherwise, false. + - + - Return Value: and + Identifies the dependency property. + - + - Return Value: Between + Indicates whether the cell belongs to a column that has a sibling column displayed on its right. This is a dependency property. + true if the cell belongs to a column that has a sibling column displayed on its right; otherwise, false. + - + - Return Value: with + Identifies the dependency property. + - + - Return Value: Format cells that rank in the BOTTOM: + Indicates whether the cell has an element above it. This is a dependency property. + true, if the cell has an element above it; otherwise, false. + - + - Return Value: Bottom 10 Items + Identifies the dependency property. + - + - Return Value: % with + Gets or sets whether the cell is focused. This is a dependency property. + true if the cell is focused; otherwise, false. + - + - Return Value: Format cells that rank in the BOTTOM: + Identifies the dependency property. + - + - Return Value: Bottom 10% + Gets or sets whether a cell's data has been loaded or not. This is a dependency property. + true if a cell's data has been retrieved from a data source; otherwise, false. + + - + - Return Value: with + Identifies the dependency property. + - + - Return Value: Format cells that match the following condition: + Gets or sets whether the cell is selected. This is a dependency property. + + true if the cell is selected; otherwise, false. + - + - Return Value: The specified expression contains invalid symbols (character {0}). + Identifies the dependency property. + - + - Return Value: The specified expression is invalid. + Gets or sets the owning column's property's value. + An integer value that specifies the column's navigation index. + - + - Return Value: Error + Called after the template is completely generated and attached to the visual tree. - + - Return Value: Custom Condition + Gets or sets the information about a data row which contains the cell. This is a dependency property. + A object that contains information about a data row. + - + - Return Value: Custom Condition Editor + Identifies the dependency property. + - + - Return Value: with + Gets a value that indicates the cell's selection state. This is a dependency property. + A enumeration value that specifies the cell's selection state. + - + - Return Value: Format cells that contain a date occurring: + Identifies the dependency property. + - + - Return Value: In the last 7 days + Gets or sets whether horizontal lines are displayed. This is a dependency property. + true to display horizontal lines; otherwise, false. The default is true. + - + - Return Value: Last month + Identifies the dependency property. + - + - Return Value: Last week + Gets whether a View displays vertical lines. This is a dependency property. + + true if the View displays vertical lines; otherwise, false. + - + - Return Value: Next month + Identifies the dependency property. + - + + - Return Value: Next week + Represents a row's handle. - - + - Return Value: This month + Initializes a new instance of the RowHandle class with the specified value. + + + An integer value that specifies the value of the created row handle. This value is assigned to the property. + + - + - Return Value: This week + Determines whether the specified object is equal to the current RowHandle instance. + + The object to compare with the current object. + + + true if the specified object is equal to the current RowHandle instance; otherwise false. + - + - Return Value: Today + Gets the hash code (a number) that corresponds to the value of the current RowHandle object. + An integer value representing the hash code for the current object. + - + - Return Value: Tomorrow + Occurs every time any of the RowHandle class properties has changed its value. - + - Return Value: Yesterday + Gets the row's handle. + An integer value that specifies the row's handle. + - + + - Return Value: A Date Occuring + Contains values corresponding to strings that can be localized. - - + - Return Value: Apply format to the entire row + The text displayed within the Bands tab of the Column Chooser when it is empty. +Return Value: Drag a band here to customize layout - + - Return Value: with + Return Value: Item: {0}, Column Display Index: {1} - + - Return Value: Format cells that are EQUAL TO: + Return Value: Selection - + - Return Value: Equal To + The caption of the Bands tab inside the Column Chooser in Banded View. +Return Value: Bands + - + - Return Value: with + The Column Chooser's caption. +Return Value: Customization - + - Return Value: Format cells that are GREATER THAN: + The caption of the Columns tab inside the Column Chooser in Banded View. +Return Value: Columns + - + - Return Value: Greater Than + Represents the Column Chooser's caption. +Return Value: Customization - + - Return Value: with + A pattern used to format the Column Band Chooser's caption in Master-Detail Mode. +Return Value: {0}: Column Chooser - + - Return Value: Format cells that are LESS THAN: + The text displayed within the Column Chooser when it is empty. +Return Value: Drag a column here to customize the layout - + - Return Value: Less Than + Return Value: for this column with - + - Return Value: Blue - White - Red Color Scale + Return Value: Format cells that are ABOVE AVERAGE: - + - Return Value: Apply a color gradient to a range of -cells in this column. The color indicates -where each cell falls within that range. + Return Value: Above Average - + - Return Value: Green - White Color Scale + Return Value: for this column with - + - Return Value: Green - White - Red Color Scale + Return Value: Format cells that are BELOW AVERAGE: - + - Return Value: Green - Yellow Color Scale + Return Value: Below Average - + - Return Value: Green - Yellow - Red Color Scale + Return Value: with - + - Return Value: Red - White - Blue Color Scale + Return Value: Format cells that are BETWEEN: - + - Return Value: Red - White Color Scale + Return Value: and - + - Return Value: Red - White - Green Color Scale + Return Value: Between - + - Return Value: Red - Yellow - Green Color Scale + Return Value: with - + - Return Value: White - Green Color Scale + Return Value: Format cells that rank in the BOTTOM: - + - Return Value: White - Red Color Scale + Return Value: Bottom 10 Items - + - Return Value: Yellow - Green Color Scale + Return Value: % with - + - Return Value: Blue Data Bar Gradient + Return Value: Format cells that rank in the BOTTOM: - + - Return Value: Blue Data Bar + Return Value: Bottom 10% - + - Return Value: Add a colored data bar to represent -the value in a cell. The higher the -value, the longer the bar. + Return Value: with - + - Return Value: Gradient Fill + Return Value: Format cells that match the following condition: - + - Return Value: Green Data Bar Gradient + Return Value: The specified expression contains invalid symbols (character {0}). - + - Return Value: Green Data Bar + Return Value: The specified expression is invalid. - + - Return Value: Light Blue Data Bar Gradient + Return Value: Error - + - Return Value: Light Blue Data Bar + Return Value: Custom Condition - + - Return Value: Orange Data Bar Gradient + Return Value: Custom Condition Editor - + - Return Value: Orange Data Bar + Return Value: with - + - Return Value: Purple Data Bar Gradient + Return Value: Format cells that contain a date occurring: - + - Return Value: Purple Data Bar + Return Value: In the last 7 days - + - Return Value: Red Data Bar Gradient + Return Value: Last month - + - Return Value: Red Data Bar + Return Value: Last week - + - Return Value: Solid Fill + Return Value: Next month - + - Return Value: Bold Text + Return Value: Next week - + - Return Value: Green Fill with Dark Green Text + Return Value: This month - + - Return Value: Green Text + Return Value: This week - + - Return Value: Italic Text + Return Value: Today - + - Return Value: Light Green Fill + Return Value: Tomorrow - + - Return Value: Light Red Fill + Return Value: Yesterday - + - Return Value: Light Red Fill with Dark Red Text + Return Value: A Date Occuring - + - Return Value: Red Text + Return Value: Apply format to the entire row - + - Return Value: Strikethrough Text + Return Value: with - + - Return Value: Yellow Fill with Dark Yellow Text + Return Value: Format cells that are EQUAL TO: - + - Return Value: 3 Arrows (Colored) + Return Value: Equal To - + - Return Value: 3 Arrows (Gray) + Return Value: with - + - Return Value: 4 Arrows (Colored) + Return Value: Format cells that are GREATER THAN: - + - Return Value: 4 Arrows (Gray) + Return Value: Greater Than - + - Return Value: 5 Arrows (Colored) + Return Value: with - + - Return Value: 5 Arrows (Gray) + Return Value: Format cells that are LESS THAN: - + - Return Value: 5 Boxes + Return Value: Less Than - + - Return Value: Choose a set of icons to represent -the values in this column. + Return Value: 2-Color Scale - + - Return Value: Directional + Return Value: 3-Color Scale - + - Return Value: 3 Flags + Return Value: Above Average - + - Return Value: Indicators + Return Value: Format only values that are above or below average - + - Return Value: Arrows (Colored) + Return Value: the average for the selected range - + - Return Value: Arrows (Gray) + Return Value: Format values that are: - + - Return Value: Positive/Negative + Return Value: Above - + - Return Value: Triangles + Return Value: Applies to - + - Return Value: 5 Quarters + Return Value: Apply - + - Return Value: 4 Ratings + Return Value: Apply same appearance as positive bar - + - Return Value: 5 Ratings + Return Value: - + - Return Value: Ratings + Return Value: Beginning With - + - Return Value: Red To Black + Return Value: Below Average - + - Return Value: Shapes + Return Value: Below - + - Return Value: 3 Signs + Return Value: Between - + - Return Value: 3 Stars + Return Value: Blanks - + - Return Value: 3 Symbols (Circled) + Return Value: Bottom - + - Return Value: 3 Symbols (Uncircled) + Return Value: Format only cells that contain - + - Return Value: 3 Traffic Lights (Rimmed) + Return Value: Cell Value - + - Return Value: 3 Traffic Lights (Unrimmed) + Return Value: Clear - + - Return Value: 4 Traffic Lights + Return Value: Containing - + - Return Value: 3 Triangles + Return Value: Format only cells with: - + - Return Value: with + Return Value: Custom Format... - + - Return Value: Format cells that contain the text: + Return Value: Custom - + - Return Value: Text That Contains + Return Value: Data Bar - + - Return Value: with + Return Value: Border - + - Return Value: Format cells that rank in the TOP: + Return Value: Color - + - Return Value: Top 10 Items + Return Value: Fill - + - Return Value: % with + Return Value: Negative Bar Appearance: - + - Return Value: Format cells that rank in the TOP: + Return Value: No Border - + - Return Value: Top 10% + Return Value: Positive Bar Appearance: - + - Return Value: Avg of {1} is {0:0.##} + Return Value: Date - + - Return Value: Count={0} + Return Value: Dates Occurring - + - Return Value: Max of {1} is {0} + Return Value: Delete Rule - + - Return Value: Min of {1} is {0} + Return Value: Down - + - Return Value: Sum of {1} is {0:0.##} + Return Value: Edit Rule... - + - Return Value: Avg={0:0.##} + Return Value: Edit Formatting Rule - + - Return Value: Count={0} + Return Value: Edit the Rule Description: - + - Return Value: Max={0} + Return Value: Ending With - + - Return Value: Min={0} + Return Value: Equal To - + - Return Value: Sum={0:0.##} + Return Value: Expression - + - A pattern used to format the Avg group summary value. -Return Value: Avg of {1} is {0:#.##} + Return Value: Field Name - + - A pattern used to format the Count group summary value. -Return Value: Count={0} + Return Value: Fill - + - A pattern used to format the Max group summary value. -Return Value: Max of {1} is {0} + Return Value: Gradient Fill - + - A pattern used to format the Min group summary value. -Return Value: Min of {1} is {0} + Return Value: Solid Fill - + - A pattern used to format the Sum group summary value. -Return Value: Sum of {1} is {0:#.##} + Return Value: Font - + - A pattern used to format the Avg total summary value, calculated for one column and displayed within another column. -Return Value: Avg of {1} is {0:#.##} + Return Value: Format - + - A pattern used to format the Count total summary value, calculated for one column and displayed within another column. -Return Value: Count={0} + Return Value: Background Color: - + - A pattern used to format the Max total summary value, calculated for one column and displayed within another column. -Return Value: Max of {1} is {0} + Return Value: Format... - + - A pattern used to format the Min total summary value, calculated for one column and displayed within another column. -Return Value: Min of {1} is {0} + Return Value: Format Cells - + - A pattern used to format the total summary value, calculated for one column and displayed within another column. -Return Value: Sum of {1} is {0:#.##} + Return Value: Color: - + - A pattern used to format the Avg total summary value. -Return Value: Avg of {1} is {0:#.##} + Return Value: Font: - + - A pattern used to format the Count total summary value. -Return Value: Count={0} + Return Value: Size: - + - A pattern used to format the Max total summary value. -Return Value: Max of {1} is {0} + Return Value: Font style: - + - A pattern used to format the Min total summary value. -Return Value: Min of {1} is {0} + Return Value: Font weight: - + - A pattern used to format the total summary value. -Return Value: Sum of {1} is {0:#.##} + Return Value: Select the Icon: - + - Return Value: Error occurred during processing server request ({0}) + Return Value: Strikethrough - + - The error window's caption. -Return Value: Error + Return Value: Underline - + - Represents the caption of the Filter Editor window. - - -Return Value: Filter Editor + Return Value: Use a formula to determine which cells to format - + - Return Value: {0} filter: + Return Value: Format values where this formula is true: - + - The text displayed within the Group Panel. -Return Value: Drag a column header here to group by that column + Return Value: Graded Color Scale - + - Return Value: {0}: {1} + Return Value: Greater Than Or Equal To - + - The text displayed within the New Item Row when it is not focused. -Return Value: Click here to add a new row + Return Value: Greater Than - + - Contains all possible group intervals. To learn more, see Group Modes and Custom Grouping. -Return Value: Older;Last Month;Earlier this Month;Three Weeks Ago;Two Weeks Ago;Last Week;;;;;;;;Yesterday;Today;Tomorrow;;;;;;;;Next Week;Two Weeks Away;Three Weeks Away;Later this Month;Next Month;Beyond Next Month; + Return Value: Icon - + - Return Value: {0}: + Return Value: Icon Sets - + - Represents the caption of the Runtime Summary Editor used to manage group summaries. -Return Value: Group Summaries + Return Value: when - + - The text displayed within the error message box invoked if the focused row contains invalid values. -Return Value: Do you want to correct the value? + Return Value: and - + - Return Value: Invalid Value + Return Value: when value is - + - Represents the caption of the item in the Column Context Menu that best fits the width of the current grid column. -Return Value: Best Fit + Return Value: Icon Set - + - Represents the caption of the item in the Column Context Menu that best fits the widths of all grid columns. -Return Value: Best Fit (all columns) + Return Value: Display each icon according to these rules: - + - Represents the caption of the item in the Column Context Menu, that clears filtering applied to a column. - - -Return Value: Clear Filter + Return Value: Icon Style - + - Represents the caption of the item in the Column Context Menu that unsorts data by the column's values. -Return Value: Clear Sorting + Return Value: Value Type: - + - Return Value: Conditional Formatting + Return Value: Less Than Or Equal To - + - Return Value: Clear Rules + Return Value: Less Than - + - Return Value: Clear Rules from All Columns + Return Value: Maximum - + - Return Value: Clear Rules from This Column + Return Value: Max Value: - + - Return Value: Color Scales + Return Value: Midpoint - + - Return Value: Data Bars + Return Value: Minimum - + - Return Value: Highlight Cells Rules + Return Value: Min/Max Value Type: - + - Return Value: A Date Occurring... + Return Value: Min Value: - + - Return Value: Between... + Return Value: New Rule... - + - Return Value: Custom Condition... + Return Value: New Formatting Rule - + - Return Value: Equal To... + Return Value: No Blanks - + - Return Value: Greater Than... + Return Value: No Format Set - + - Return Value: Less Than... + Return Value: Not Between - + - Return Value: Text that Contains... + Return Value: Not Containing - + - Return Value: Icon Sets + Return Value: Not Equal To - + - Return Value: Top/Bottom Rules + Return Value: Number - + - Return Value: Above Average... + Return Value: Numeric - + - Return Value: Below Average... + Return Value: Percent - + - Return Value: Bottom 10 Items... + Return Value: Preview: - + - Return Value: Bottom 10 %... + Return Value: Reverse Icon Order - + - Return Value: Top 10 Items... + Return Value: Rule - + - Return Value: Top 10 %... + Return Value: Select a Rule Type: - + - Represents the caption of the item in the Column Context Menu, that shows the Filter Editor. - - -Return Value: Filter Editor... + Return Value: All - + - Represents the caption of the item in the Column Context Menu, that fixes a column to the left. - - -Return Value: Left + Return Value: Current Column - + - Represents the caption of a column's menu item used to unfix a column (a column takes part in horizontal scrolling). - - -Return Value: None + Return Value: Show formatting rules for: - + - Represents the caption of the item in the Column Context Menu, that fixes a column to the right. - - -Return Value: Right + Return Value: Specific Text - + - Represents the caption of the sub item in a column's context menu, allowing an end-user to specify a column's behavior when a View is scrolled. + Return Value: Conditional Formatting Rules Manager + -Return Value: Fixed Style + + + + Return Value: Top - + - Represents the caption of the item in the Column Context Menu that groups data by the column's values. -Return Value: Group By This Column + Return Value: Format only top or bottom ranked values - + - Represents the caption of the sub item in a column's context menu, allowing an end-user to specify a DateTime column's interval grouping. - - -Return Value: Group Interval + Return Value: % of the selected range - + - Represents the caption of the item in a column's context menu, that groups rows by the date part of their values. To learn more, see interval grouping. - - -Return Value: Day + Return Value: Format values that rank in the: - + - Represents the caption of the item in a column's context menu, that groups rows by the month of their values. To learn more, see interval grouping. - - -Return Value: Month + Return Value: Up - + - Returns "None". Corresponds to the menu item that groups rows by values (). To learn more, see interval grouping. + Return Value: Format all cells based on their values - + - Represents the caption of the item in a column's context menu, that groups rows according to their date value as compared with the current system date (). To learn more, see interval grouping. - - -Return Value: Smart + Return Value: Value: - + - Represents the caption of the item in a column's context menu, that groups rows by the year of their values. To learn more, see interval grouping. - - -Return Value: Year + Return Value: Format Style: - + - Represents the caption of the item in the Column Context Menu that invokes the Runtime Group Summary Editor. -Return Value: Group Summary Editor... + Return Value: Format all cells based on their values: - + - A pattern used to format the captions of submenu items used to sort rows by group summary values. -Return Value: {1} by - '{0}' - {2} -Where: - -{0} - the aggregate function (e.g. Max, Min, etc.) -{1} - the grouping column -{2} - the sort order (GridControlStringId.MenuColumnSortBySummaryAscending or GridControlStringId.MenuColumnSortBySummaryDescending) - + Return Value: Type: - + - The caption of the item in the Column Context Menu that hides the Column Chooser in Banded View. -Return Value: Show ColumnBand Chooser + Return Value: Blue - White - Red Color Scale - + - Represents the caption of the item in the Column Context Menu, that hides the Column Chooser. -Return Value: Hide Column Chooser + Return Value: Apply a color gradient to a range of +cells in this column. The color indicates +where each cell falls within that range. - + - Represents the caption of the item in the Column Context Menu, that hides the Group Panel. -Return Value: Hide Group Panel + Return Value: Green - White Color Scale - + - Return Value: Hide Search Panel + Return Value: Green - White - Red Color Scale - + - Represents the caption of the item in the Column Context Menu that cancels sorting rows by group summary values. As a result, rows are sorted by the column's values. -Return Value: Clear Summary Sorting + Return Value: Green - Yellow Color Scale - + - The caption of the item in the Column Context Menu that invokes the Column Chooser in Banded View. -Return Value: Show ColumnBand Chooser + Return Value: Green - Yellow - Red Color Scale - + - Represents the caption of the item in the Column Context Menu that invokes the Column Chooser. -Return Value: Show Column Chooser + Return Value: Red - White - Blue Color Scale - + - Represents the caption of the item in the Column Context Menu that shows the Group Panel. -Return Value: Show Group Panel + Return Value: Red - White Color Scale - + - Return Value: Show Search Panel + Return Value: Red - White - Green Color Scale - + - Represents the caption of the item in the Column Context Menu that sorts data by the column's values in ascending order. -Return Value: Sort Ascending + Return Value: Red - Yellow - Green Color Scale - + - Return Value: Sort Ascending + Return Value: White - Green Color Scale - + - Return Value: Average + Return Value: White - Red Color Scale - + - Return Value: Count + Return Value: Yellow - Green Color Scale - + - - -Return Value: Sort Descending + Return Value: Blue Data Bar Gradient - + - Return Value: Max + Return Value: Blue Data Bar - + - Return Value: Min + Return Value: Add a colored data bar to represent +the value in a cell. The higher the +value, the longer the bar. - + - Return Value: Sum + Return Value: Gradient Fill - + - Represents the caption of the item in the Column Context Menu that sorts data by the column's values in descending order. -Return Value: Sort Descending + Return Value: Green Data Bar Gradient - + - Represents the caption of the subitem in the Column Context Menu whose child items are used to sort rows by group summary values. This item is hidden, if a View isn't grouped by the values of this column. -Return Value: Sort By Summary + Return Value: Green Data Bar - + - Represents the caption of the item in the Column Context Menu that invokes the Expression Editor. -Return Value: Expression Editor... + Return Value: Light Blue Data Bar Gradient - + - Represents the caption of the item in the Column Context Menu that ungroups data by the column's values. -Return Value: Ungroup + Return Value: Light Blue Data Bar - + - Represents the caption of the Avg item displayed within the Summary Context Menu. -Return Value: Average + Return Value: Orange Data Bar Gradient - + - Represents the caption of the Count item displayed within the Summary Context Menu. -Return Value: Count + Return Value: Orange Data Bar - + - Return Value: Custom + Return Value: Purple Data Bar Gradient - + - Represents the caption of the item displayed within the Summary Context Menu that invokes the Runtime Summary Editor. -Return Value: Customize... + Return Value: Purple Data Bar - + - Represents the caption of the Max item displayed within the Summary Context Menu. -Return Value: Max + Return Value: Red Data Bar Gradient - + - Represents the caption of the Min item displayed within the Summary Context Menu. -Return Value: Min + Return Value: Red Data Bar - + - Return Value: Show row count + Return Value: Solid Fill - + - Represents the caption of the Sum item displayed within the Summary Context Menu. -Return Value: Sum + Return Value: Bold Text + + + + + + + + Return Value: Green Fill with Dark Green Text + + + + + + + + Return Value: Green Text + + + + + + + + Return Value: Italic Text + + + + + + + + Return Value: Light Green Fill + + + + + + + + Return Value: Light Red Fill + + + + + + + + Return Value: Light Red Fill with Dark Red Text + + + + + + + + Return Value: Red Text + + + + + + + + Return Value: Strikethrough Text + + + + + + + + Return Value: Yellow Fill with Dark Yellow Text + + + + + + + + Return Value: 3 Arrows (Colored) + + + + + + + + Return Value: 3 Arrows (Gray) + + + + + + + + Return Value: 4 Arrows (Colored) + + + + + + + + Return Value: 4 Arrows (Gray) + + + + + + + + Return Value: 5 Arrows (Colored) + + + + + + + + Return Value: 5 Arrows (Gray) + + + + + + + + Return Value: 5 Boxes + + + + + + + + Return Value: Choose a set of icons to represent +the values in this column. + + + + + + + + Return Value: Directional + + + + + + + + Return Value: 3 Flags + + + + + + + + Return Value: Indicators + + + + + + + + Return Value: Arrows (Colored) + + + + + + + + Return Value: Arrows (Gray) + + + + + + + + Return Value: Positive/Negative + + + + + + + + Return Value: Triangles + + + + + + + + Return Value: 5 Quarters + + + + + + + + Return Value: 4 Ratings + + + + + + + + Return Value: 5 Ratings + + + + + + + + Return Value: Ratings + + + + + + + + Return Value: Red To Black + + + + + + + + Return Value: Shapes + + + + + + + + Return Value: 3 Signs + + + + + + + + Return Value: 3 Stars + + + + + + + + Return Value: 3 Symbols (Circled) + + + + + + + + Return Value: 3 Symbols (Uncircled) + + + + + + + + Return Value: 3 Traffic Lights (Rimmed) + + + + + + + + Return Value: 3 Traffic Lights (Unrimmed) + + + + + + + + Return Value: 4 Traffic Lights + + + + + + + + Return Value: 3 Triangles + + + + + + + + Return Value: with + + + + + + + + Return Value: Format cells that contain the text: + + + + + + + + Return Value: Text That Contains + + + + + + + + Return Value: with + + + + + + + + Return Value: Format cells that rank in the TOP: + + + + + + + + Return Value: Top 10 Items + + + + + + + + Return Value: % with + + + + + + + + Return Value: Format cells that rank in the TOP: + + + + + + + + Return Value: Top 10% + + + + + + + + Return Value: Beyond + + + + + + + + Return Value: Beyond this year + + + + + + + + Return Value: Earlier + + + + + + + + Return Value: Earlier this month + + + + + + + + Return Value: Earlier this week + + + + + + + + Return Value: Earlier this year + + + + + + + + Return Value: Empty + + + + + + + + Return Value: Filter by a specific date + + + + + + + + Return Value: Last week + + + + + + + + Return Value: Later this month + + + + + + + + Return Value: Later this week + + + + + + + + Return Value: Later this year + + + + + + + + Return Value: Next week + + + + + + + + Return Value: Prior to this year + + + + + + + + Return Value: Show all + + + + + + + + Return Value: This month + + + + + + + + Return Value: This week + + + + + + + + Return Value: Today + + + + + + + + Return Value: Tomorrow + + + + + + + + Return Value: Yesterday + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Return Value: Avg of {1} is {0:0.##} + + + + + + + + Return Value: Count={0} + + + + + + + + Return Value: Max of {1} is {0} + + + + + + + + Return Value: Min of {1} is {0} + + + + + + + + Return Value: Sum of {1} is {0:0.##} + + + + + + + + Return Value: Avg={0:0.##} + + + + + + + + Return Value: Count={0} + + + + + + + + Return Value: Max={0} + + + + + + + + Return Value: Min={0} + + + + + + + + Return Value: Sum={0:0.##} + + + + + + + + A pattern used to format the Avg group summary value. +Return Value: Avg of {1} is {0:#.##} + + + + + + + + A pattern used to format the Count group summary value. +Return Value: Count={0} + + + + + + + + A pattern used to format the Max group summary value. +Return Value: Max of {1} is {0} + + + + + + + + A pattern used to format the Min group summary value. +Return Value: Min of {1} is {0} + + + + + + + + A pattern used to format the Sum group summary value. +Return Value: Sum of {1} is {0:#.##} + + + + + + + + A pattern used to format the Avg total summary value, calculated for one column and displayed within another column. +Return Value: Avg of {1} is {0:#.##} + + + + + + + + A pattern used to format the Count total summary value, calculated for one column and displayed within another column. +Return Value: Count={0} + + + + + + + + A pattern used to format the Max total summary value, calculated for one column and displayed within another column. +Return Value: Max of {1} is {0} + + + + + + + + A pattern used to format the Min total summary value, calculated for one column and displayed within another column. +Return Value: Min of {1} is {0} + + + + + + + + A pattern used to format the total summary value, calculated for one column and displayed within another column. +Return Value: Sum of {1} is {0:#.##} + + + + + + + + A pattern used to format the Avg total summary value. +Return Value: Avg of {1} is {0:#.##} + + + + + + + + A pattern used to format the Count total summary value. +Return Value: Count={0} + + + + + + + + A pattern used to format the Max total summary value. +Return Value: Max of {1} is {0} + + + + + + + + A pattern used to format the Min total summary value. +Return Value: Min of {1} is {0} + + + + + + + + A pattern used to format the total summary value. +Return Value: Sum of {1} is {0:#.##} + + + + + + + + Return Value: Error occurred during processing server request ({0}) + + + + + + + + The error window's caption. +Return Value: Error + + + + + + + + Represents the caption of the Filter Editor window. + + +Return Value: Filter Editor + + + + + + + + Return Value: {0} filter: + + + + + + + + Return Value: Collapse a card + + + + + + + + Return Value: Expand a card + + + + + + + + The text displayed within the Group Panel. +Return Value: Drag a column header here to group by that column + + + + + + + + Return Value: {0}: {1} + + + + + + + + The text displayed within the New Item Row when it is not focused. +Return Value: Click here to add a new row + + + + + + + + Contains all possible group intervals. To learn more, see Group Modes and Custom Grouping. +Return Value: Older;Last Month;Earlier this Month;Three Weeks Ago;Two Weeks Ago;Last Week;;;;;;;;Yesterday;Today;Tomorrow;;;;;;;;Next Week;Two Weeks Away;Three Weeks Away;Later this Month;Next Month;Beyond Next Month; + + + + + + + + Return Value: {0}: + + + + + + + + Represents the caption of the Runtime Summary Editor used to manage group summaries. +Return Value: Group Summaries + + + + + + + + The text displayed within the error message box invoked if the focused row contains invalid values. +Return Value: Do you want to correct the value? + + + + + + + + Return Value: Invalid Value + + + + + + + + Represents the caption of the item in the Column Context Menu that best fits the width of the current grid column. +Return Value: Best Fit + + + + + + + + Represents the caption of the item in the Column Context Menu that best fits the widths of all grid columns. +Return Value: Best Fit (all columns) + + + + + + + + Represents the caption of the item in the Column Context Menu, that clears filtering applied to a column. + + +Return Value: Clear Filter + + + + + + + + Represents the caption of the item in the Column Context Menu that unsorts data by the column's values. +Return Value: Clear Sorting + + + + + + + + Return Value: Conditional Formatting + + + + + + + + Return Value: Clear Rules + + + + + + + + Return Value: Clear Rules from All Columns + + + + + + + + Return Value: Clear Rules from This Column + + + + + + + + Return Value: Color Scales + + + + + + + + Return Value: Data Bars + + + + + + + + Return Value: Highlight Cells Rules + + + + + + + + Return Value: A Date Occurring... + + + + + + + + Return Value: Between... + + + + + + + + Return Value: Custom Condition... + + + + + + + + Return Value: Equal To... + + + + + + + + Return Value: Greater Than... + + + + + + + + Return Value: Less Than... + + + + + + + + Return Value: Text that Contains... + + + + + + + + Return Value: Icon Sets + + + + + + + + Return Value: Manage Rules + + + + + + + + Return Value: Top/Bottom Rules + + + + + + + + Return Value: Above Average... + + + + + + + + Return Value: Below Average... + + + + + + + + Return Value: Bottom 10 Items... + + + + + + + + Return Value: Bottom 10 %... + + + + + + + + Return Value: Top 10 Items... + + + + + + + + Return Value: Top 10 %... + + + + + + + + Represents the caption of the item in the Column Context Menu, that shows the Filter Editor. + + +Return Value: Filter Editor... + + + + + + + + Represents the caption of the item in the Column Context Menu, that fixes a column to the left. + + +Return Value: Left + + + + + + + + Represents the caption of a column's menu item used to unfix a column (a column takes part in horizontal scrolling). + + +Return Value: None + + + + + + + + Represents the caption of the item in the Column Context Menu, that fixes a column to the right. + + +Return Value: Right + + + + + + + + Represents the caption of the sub item in a column's context menu, allowing an end-user to specify a column's behavior when a View is scrolled. + + + +Return Value: Fixed Style + + + + + + + + Represents the caption of the item in the Column Context Menu that groups data by the column's values. +Return Value: Group By This Column + + + + + + + + Represents the caption of the sub item in a column's context menu, allowing an end-user to specify a DateTime column's interval grouping. + + +Return Value: Group Interval + + + + + + + + Represents the caption of the item in a column's context menu, that groups rows by the date part of their values. To learn more, see interval grouping. + + +Return Value: Day + + + + + + + + Represents the caption of the item in a column's context menu, that groups rows by the month of their values. To learn more, see interval grouping. + + +Return Value: Month + + + + + + + + Returns "None". Corresponds to the menu item that groups rows by values (). To learn more, see interval grouping. + + + + + + + + Represents the caption of the item in a column's context menu, that groups rows according to their date value as compared with the current system date (). To learn more, see interval grouping. + + +Return Value: Smart + + + + + + + + Represents the caption of the item in a column's context menu, that groups rows by the year of their values. To learn more, see interval grouping. + + +Return Value: Year + + + + + + + + Represents the caption of the item in the Column Context Menu that invokes the Runtime Group Summary Editor. +Return Value: Group Summary Editor... + + + + + + + + A pattern used to format the captions of submenu items used to sort rows by group summary values. +Return Value: {1} by - '{0}' - {2} +Where: + +{0} - the aggregate function (e.g. Max, Min, etc.) +{1} - the grouping column +{2} - the sort order (GridControlStringId.MenuColumnSortBySummaryAscending or GridControlStringId.MenuColumnSortBySummaryDescending) + + + + + + + + + The caption of the item in the Column Context Menu that hides the Column Chooser in Banded View. +Return Value: Show ColumnBand Chooser + + + + + + + + Represents the caption of the item in the Column Context Menu, that hides the Column Chooser. +Return Value: Hide Column Chooser + + + + + + + + Represents the caption of the item in the Column Context Menu, that hides the Group Panel. +Return Value: Hide Group Panel + + + + + + + + Return Value: Hide Search Panel + + + + + + + + Represents the caption of the item in the Column Context Menu that cancels sorting rows by group summary values. As a result, rows are sorted by the column's values. +Return Value: Clear Summary Sorting + + + + + + + + The caption of the item in the Column Context Menu that invokes the Column Chooser in Banded View. +Return Value: Show ColumnBand Chooser + + + + + + + + Represents the caption of the item in the Column Context Menu that invokes the Column Chooser. +Return Value: Show Column Chooser + + + + + + + + Represents the caption of the item in the Column Context Menu that shows the Group Panel. +Return Value: Show Group Panel + + + + + + + + Return Value: Show Search Panel + + + + + + + + Represents the caption of the item in the Column Context Menu that sorts data by the column's values in ascending order. +Return Value: Sort Ascending + + + + + + + + Return Value: Sort Ascending + + + + + + + + Return Value: Average + + + + + + + + Return Value: Count + + + + + + + + + +Return Value: Sort Descending + + + + + + + + Return Value: Max + + + + + + + + Return Value: Min + + + + + + + + Return Value: Sum + + + + + + + + Represents the caption of the item in the Column Context Menu that sorts data by the column's values in descending order. +Return Value: Sort Descending + + + + + + + + Represents the caption of the subitem in the Column Context Menu whose child items are used to sort rows by group summary values. This item is hidden, if a View isn't grouped by the values of this column. +Return Value: Sort By Summary + + + + + + + + Represents the caption of the item in the Column Context Menu that invokes the Expression Editor. +Return Value: Expression Editor... + + + + + + + + Represents the caption of the item in the Column Context Menu that ungroups data by the column's values. +Return Value: Ungroup + + + + + + + + Represents the caption of the Avg item displayed within the Summary Context Menu. +Return Value: Average + + + + + + + + Represents the caption of the Count item displayed within the Summary Context Menu. +Return Value: Count + + + + + + + + Return Value: Custom + + + + + + + + Represents the caption of the item displayed within the Summary Context Menu that invokes the Runtime Summary Editor. +Return Value: Customize... + + + + + + + + Represents the caption of the Max item displayed within the Summary Context Menu. +Return Value: Max + + + + + + + + Represents the caption of the Min item displayed within the Summary Context Menu. +Return Value: Min + + + + + + + + Return Value: Show row count + + + + + + + + Represents the caption of the Sum item displayed within the Summary Context Menu. +Return Value: Sum @@ -10971,541 +12953,1067 @@ the values in this column. - Represents the text displayed within the item in the Group Panel Context Menu that clears grouping. + Represents the text displayed within the item in the Group Panel Context Menu that clears grouping. + + + + + + + + Represents the text displayed within the item in the Group Panel Context Menu that collapses all group rows displayed within a View. + + + + + + + + Represents the text displayed within the item in the Group Panel Context Menu that expands all group rows displayed within a View. + + + + + + + + Return Value: Append + + + + + + + + Return Value: Delete + + + + + + + + Return Value: Edit + + + + + + + + Return Value: First + + + + + + + + Return Value: Last + + + + + + + + Return Value: Next Page + + + + + + + + Return Value: Next + + + + + + + + Return Value: Previous Page + + + + + + + + Return Value: Previous + + + + + + + + Return Value: Record {0} of {1} + + + + + + + + The caption of the filter item displayed within the Filter Dropdown that cancels any filtering by a column. +Return Value: (All) + + + + + + + + The caption of the filter item displayed within the Filter Dropdown that displays the records which contain DBNull values in a column. +Return Value: (Blanks) + + + + + + + + The caption of the filter item displayed within the Filter Dropdown that displays records which do not contain DBNull values in a column. +Return Value: (Non blanks) + + + + + + + + The caption of the Cancel button displayed within the progress window. +Return Value: Cancel + + + + + + + + The title of the progress window. +Return Value: Loading data + + + + + + + + Represents the caption of the Runtime Summary Editor's tab page that lists summary items. +Return Value: Items + + + + + + + + Represents the caption of the button used to move the selected summary item down in the list. This button is displayed within the Runtime Summary Editor's Order tab page. +Return Value: Down + + + + + + + + Represents the caption of the button used to move the selected summary item up in the list. This button is displayed within the Runtime Summary Editor's Order tab page. +Return Value: Up + + + + + + + + Return Value: Order and Alignment + + + + + + + + Return Value: Left side + + + + + + + + Return Value: Right side + + + + + + + + Represents the caption of the Runtime Summary Editor's tab page that displays the order of summary items. +Return Value: Order + + + + + + + + Represents the summary item separator. +Return Value: , + + + + + + + + A pattern used to format the caption of the Runtime Summary Editor that allows end-users to manage total summaries. +Return Value: Totals for '{0}' + + + + + + + + + Return Value: Totals for '{0}' - + + - Represents the text displayed within the item in the Group Panel Context Menu that collapses all group rows displayed within a View. + Lists values that specify which grid element contains a column's header. + + + + + + + Corresponds to the Column Chooser. + + + + + + + + Corresponds to the Group Panel. + + + + + + + + Corresponds to the grid's Column Header Panel. + + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the GridMenuEventArgs class with the specified context menu. + + + + A descendant that represents the context menu to be shown. + + + + + + + + Provides access to a collection of customizations of the grid menu, customized using this event handler. + + + + A object. + + + + + + + Gets the menu items contained within the context menu. + + + The read-only collection of descendants that represent menu items contained within the context menu. + + + + + + + Gets information about the context menu. + + + A object that contains information about the context menu. + + + + + + + Gets the context menu's type. + + + A enumeration value that identifies the context menu. + + + + + + + Gets the View that raised the event. + + + A descendant that is the view that raised the event. + + + + + + + Gets the UI element for which the context menu is shown. + + + The element displayed within a View for which the context menu is shown. + + + + + + + + Represents a method that will handle the event. + + + + + + + Represents a method that will handle the event. + + + + The event source. + + + + A object that contains event data. + + + + + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the CustomFilterDisplayTextEventArgs class. + + + + A object that is the view that raised the event. This value is assigned to the property. + + + + An object that is the grid's filter expression displayed within the Filter Panel. This value is assigned to the property. + + + + + + + + Gets the View that raised the event. + + + A descendant that is the view that raised the event. + + + + + + + Gets or sets the filter expression displayed within the Filter Panel. + + + An object that represents the grid's filter expression displayed within the Filter Panel. + + + + + + + + Contains information about the total summary value displayed within the Summary Panel. + + + + + + + Initializes a new instance of the GridTotalSummaryData class. + + + + A object that represents the summary item. This value is assigned to the property. + + + + A specifying the summary's value. This value is assigned to the property. + + + + A object that represents the column for which the summary has been calculated. This value is assigned to the property. + + + + + + + + Gets a grid column whose values should be summarized. + + + A object that represents the column whose values should be summarized. + + + + + + + Gets the summary item. + A object that is the summary item. + - + - Represents the text displayed within the item in the Group Panel Context Menu that expands all group rows displayed within a View. + Gets the total summary's value. This is a dependency property. + A value that specifies the summary's value. + - + + - The caption of the filter item displayed within the Filter Dropdown that cancels any filtering by a column. -Return Value: (All) + Lists values that specify which cells should display editor buttons. - - + - The caption of the filter item displayed within the Filter Dropdown that displays the records which contain DBNull values in a column. -Return Value: (Blanks) + Editor buttons are displayed for all cells within a View. - + - The caption of the filter item displayed within the Filter Dropdown that displays records which do not contain DBNull values in a column. -Return Value: (Non blanks) + Editor buttons are displayed for the focused cell only. - + - The caption of the Cancel button displayed within the progress window. -Return Value: Cancel + Editor buttons are displayed for cells that reside within the focused row. - + - The title of the progress window. -Return Value: Loading data + Editor buttons are displayed only when a cell editor is active. - + + - Represents the caption of the Runtime Summary Editor's tab page that lists summary items. -Return Value: Items + Serves as a base for classes that represent expression-based format conditions. - - + - Represents the caption of the button used to move the selected summary item down in the list. This button is displayed within the Runtime Summary Editor's Order tab page. -Return Value: Down + Specifies whether to apply formatting settings to the entire row. This is a dependency property. + true, to apply formatting settings to the entire row; otherwise, false. + - + - Represents the caption of the button used to move the selected summary item up in the list. This button is displayed within the Runtime Summary Editor's Order tab page. -Return Value: Up + Identifies the dependency property. + - + - Return Value: Order and Alignment + Gets or sets the formatting settings applied to cells (or corresponding rows) whose values take part in conditional formatting. This is a dependency property. + A object that provides formatting settings. + - + - Return Value: Left side + Identifies the dependency property. + - + - Return Value: Right side + For internal use. + + - + - Represents the caption of the Runtime Summary Editor's tab page that displays the order of summary items. -Return Value: Order + For internal use. + + - + + - Represents the summary item separator. -Return Value: , + Lists values that specify how an exception should be handled. - - + - A pattern used to format the caption of the Runtime Summary Editor that allows end-users to manage total summaries. -Return Value: Totals for '{0}' + Displays a message box, with an error description specified by the property. The message box's caption can be specified using the property. - + - Return Value: Totals for '{0}' + An exception is ignored. - - + - Lists values that specify which grid element contains a column's header. + Displays an error icon and allows an end-user to correct or reset an invalid value. + - + - Corresponds to the Column Chooser. + Throws an exception specified by the property. - + + - Corresponds to the Group Panel. + Lists values that specify a row's position within a View. - - + - Corresponds to the grid's Column Header Panel. + Corresponds to the last row within a row level. - - + - Represents a method that will handle the event. + Corresponds to a row displayed between the top and bottom rows within a level. + - + - Represents a method that will handle the event. + Corresponds to the only row displayed within a row level. - - The event source. - - - - A object that contains event data. - - - - + - Provides data for the event. + Corresponds to the first row within a row level. + - + + - Initializes a new instance of the GridMenuEventArgs class with the specified context menu. + Serves as a base for classes that contain information about rows and cards. - - A descendant that represents the context menu to be shown. - - - - + - Provides access to a collection of customizations of the grid menu, customized using this event handler. - + Gets the nesting level of a View. - A object. + An integer value that specifies the nesting level of a View. - + - Gets the menu items contained within the context menu. + Gets or sets the row indicator's state. This is a dependency property. - The read-only collection of descendants that represent menu items contained within the context menu. + A enumeration value that specifies the row indicator state. - + - Gets information about the context menu. + Gets whether the master row is expanded. This is a dependency property. - A object that contains information about the context menu. + true if the master row is expanded; otherwise, false. - + - Gets the context menu's type. + This member supports the internal infrastructure and is not intended to be used directly from your code. - A enumeration value that identifies the context menu. + - + - Gets the View that raised the event. + This member supports the internal infrastructure and is not intended to be used directly from your code. - A descendant that is the view that raised the event. + - + - Gets the UI element for which the context menu is shown. + Gets the owner view. - The element displayed within a View for which the context menu is shown. + A descendant that is the owner view. - + - Represents a method that will handle the event. + Contains information about a data row. - + - Represents a method that will handle the event. + Initializes a new instance of the RowData class. - - The event source. + + - - A object that contains event data. + + + + + - - + + - Provides data for the event. + Gets whether the row uses the alternate background. + + true, if the row uses the alternate background; otherwise, false. + + + - + - Initializes a new instance of the CustomFilterDisplayTextEventArgs class. + Gets the row's visible position within a View. - - A object that is the view that raised the event. This value is assigned to the property. + A zero-based integer value that specifies the row's visible position within a View. + - - - An object that is the grid's filter expression displayed within the Filter Panel. This value is assigned to the property. - + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + + + + - + - Gets the View that raised the event. + Identifies the dependency property. - A descendant that is the view that raised the event. - + - + - Gets or sets the filter expression displayed within the Filter Panel. + Gets or sets the row's data context. - An object that represents the grid's filter expression displayed within the Filter Panel. + An object that represents the row's data context. - - + - Contains information about the total summary value displayed within the Summary Panel. + Gets whether the row's visible index is even. + true if the row's visible index is even; otherwise, false. + + - + - Initializes a new instance of the GridTotalSummaryData class. + Gets the value of the attached property for a specified . - - A object that represents the summary item. This value is assigned to the property. + + The element from which the property value is read. - - A specifying the summary's value. This value is assigned to the property. + The property value for the element. + - - - A object that represents the column for which the summary has been calculated. This value is assigned to the property. + + + + + Gets the value of the attached property for a specified . + + + + The element from which the property value is read. + The property value for the element. + - + - Gets a grid column whose values should be summarized. + Gets whether a group row is being expanded. - A object that represents the column whose values should be summarized. + true the group row is being expanded; otherwise, false. - + - Gets the summary item. + Gets whether the row is focused. - A object that is the summary item. + true if the row is focused; otherwise, false. - + - Gets the total summary's value. This is a dependency property. + Gets whether the row's data has been loaded or not. - A value that specifies the summary's value. + true if the row's data has been loaded; otherwise, false. + - - + - Lists values that specify which cells should display editor buttons. + Gets whether a group row is expanded. + true if the group row is expanded; otherwise, false. + + - + - Editor buttons are displayed for all cells within a View. + This member supports the internal infrastructure and is not intended to be used directly from your code. + + - + - Editor buttons are displayed for the focused cell only. + Gets whether the row is selected. + true if the row is selected; otherwise, false. + - + - Editor buttons are displayed for cells that reside within the focused row. + Gets the row's grouping level. + An integer value that specifies the row's grouping level. + - + - Editor buttons are displayed only when a cell editor is active. + Gets the next row's nesting level. + An integer value that specifies the next row's nesting level. + - - + - Lists values that specify how an exception should be handled. + Gets a row object that corresponds to the row. + An object in a data source that corresponds to the current row. + + - + - Displays a message box, with an error description specified by the property. The message box's caption can be specified using the property. - + Provides access to a RowData's properties. This is a dependency property. + A RowData object. + - + - An exception is ignored. + Identifies the attached property. + - + - Displays an error icon and allows an end-user to correct or reset an invalid value. + Gets the row's handle. + A object that represents the row's handle. + - + - Throws an exception specified by the property. + Gets the row's position within a View. + A enumeration value that specifies the row's position within a View. + - - + - Lists values that specify a row's position within a View. + Gets a row's state. + A representing the row state. + + - + - Corresponds to the last row within a row level. + Gets a value that indicates the row's selection state. + A enumeration value that specifies the row's selection state. + - + - Corresponds to a row displayed between the top and bottom rows within a level. + Sets the value of the attached property to a specified . + + The element to which the attached property is written. + + + + The required value. + + - + - Corresponds to the only row displayed within a row level. + Sets the value of the attached property to a specified . + + + + The element to which the attached property is written. + + + + The required value. + + + - + - Corresponds to the first row within a row level. + Indicates whether the row's bottom line is visible. + true if the row's bottom line is visible; otherwise, false. + @@ -11615,7 +14123,7 @@ This class supports the internal infrastructure and is not intended to be used d Identifies the dependency property. - [To be supplied] + @@ -11641,101 +14149,244 @@ This class supports the internal infrastructure and is not intended to be used d - Gets or sets the information about a data row containing the cell. + Gets or sets the information about a data row containing the cell. + + + A object that contains information about a data row. + + + + + + + Gets a value that indicates the cell's selection state. This is a dependency property. + + + A enumeration value that specifies the cell's selection state. + + + + + + + + Displays multiple Details within a tabbed container. + + + + + + + + Initializes a new instance of the TabViewDetailDescriptor class with default settings. + + + + + + + + + Serves as the base for Detail Descriptors that allow you to display multiple details at the same level. + + + + + + + Gets the collection of objects owned by this Detail Descriptor. This method supports the internal infrastructure and is not intended to be used from your code. + + + A collection of objects. + + + + + + + Provides access to Detail Descriptors to be displayed by this multi-detail container. + + + A object containing Detail Descriptors to be displayed by this multi-detail container. + + + + + + + + Represents a Detail with freely-customizable content. + + + + + + + Initializes a new instance of the ContentDetailDescriptor class with default settings. + + + + + + + + Gets or sets the detail section's header content. This is a dependency property. + + + An object specifying the detail section's header content. + + + + + + + Identifies the dependency property. + + + + + + + + + + Represents a detail that displays a grid control and natively integrates with the master grid. + + + + + + + Initializes a new instance of the DataControlDetailDescriptor class with default settings. + + + + + + + + Allows you to enable the binding from the ViewModel to the grid. + + + + + + + + Gets or sets the that displays detail data. + + + A that displays detail data. Although the property type is , it currently only accepts objects and otherwise, throws exceptions. + + + + + + + + Gets the collection of objects owned by this Detail Descriptor. This method supports the internal infrastructure and is not intended to be used from your code. - A object that contains information about a data row. + A collection of objects. - + - Gets a value that indicates the cell's selection state. This is a dependency property. + Identifies the dependency property. - A enumeration value that specifies the cell's selection state. - + - - + - Displays multiple Details within a tabbed container. + Overrides the base class member to disable the setter. To specify header content for a detail grid, use the detail Grid View's property instead. + An object representing the header section's content. + + - + - Initializes a new instance of the TabViewDetailDescriptor class with default settings. + Identifies the dependency property. + - - + - Serves as the base for Detail Descriptors that allow you to display multiple details at the same level. + Gets or sets the data binding for the detail. + A object instance that specifies the data binding for the detail. + + - + - Gets the collection of objects owned by this Detail Descriptor. This method supports the internal infrastructure and is not intended to be used from your code. + Gets or sets the detail grid's data binding by specifying the path relative to the master grid's records. + - A collection of objects. + A string value specifying the data binding path relative to the master grid's records. + - + - Provides access to Detail Descriptors to be displayed by this multi-detail container. + Identifies the dependency property. - A object containing Detail Descriptors to be displayed by this multi-detail container. - + - - + - Represents a Detail with freely-customizable content. + Gets or sets the value converter that specifies the data binding for the detail. + An object implementing the interface. Specifies the data binding for the detail. + + - + - Initializes a new instance of the ContentDetailDescriptor class with default settings. + Identifies the dependency property. + - + - Gets or sets the detail section's header content. This is a dependency property. + Gets or sets the path to the View Model. This is a dependency property. - An object specifying the detail section's header content. + A path to the View Model. - + Identifies the dependency property. - [To be supplied] + @@ -11790,7 +14441,7 @@ This class supports the internal infrastructure and is not intended to be used d Identifies the dependency property. - [To be supplied] + @@ -11830,7 +14481,7 @@ This class supports the internal infrastructure and is not intended to be used d Identifies the dependency property. - [To be supplied] + @@ -11849,7 +14500,7 @@ This class supports the internal infrastructure and is not intended to be used d Identifies the dependency property. - [To be supplied] + @@ -11989,7 +14640,7 @@ This class supports the internal infrastructure and is not intended to be used d Identifies the dependency property. - [To be supplied] + @@ -12008,7 +14659,7 @@ This class supports the internal infrastructure and is not intended to be used d Identifies the dependency property. - [To be supplied] + @@ -12027,7 +14678,7 @@ This class supports the internal infrastructure and is not intended to be used d Identifies the dependency property. - [To be supplied] + @@ -12046,7 +14697,7 @@ This class supports the internal infrastructure and is not intended to be used d Identifies the dependency property. - [To be supplied] + @@ -12065,7 +14716,7 @@ This class supports the internal infrastructure and is not intended to be used d Identifies the dependency property. - [To be supplied] + @@ -12253,6 +14904,46 @@ This class supports the internal infrastructure and is not intended to be used d + + + + A date-time filter dropdown with a set of predefined values. + + + + + + + + A date-time filter dropdown with an alternative set of predefined values. + + + + + + + + A date-time filter dropdown without predefined values. + + + + + + + + A date-time filter dropdown with a set of predefined values that is based on the column's data. + + + + + + + + For date-time columns, this option is equivalent to the DateSmart option. For other columns, this option is equivalent to the List option. + + + + @@ -12365,6 +15056,26 @@ This class supports the internal infrastructure and is not intended to be used d + + + + + Contains information about a data cell in edit mode. + + + + + + + Initializes a new instance of the EditGridCellData class. + + + + A object that contains information about the data row. + + + + @@ -12436,1377 +15147,1172 @@ This class supports the internal infrastructure and is not intended to be used d - - - - - Gets or sets the value indicating whether to copy column headers to the clipboard. - - - true to copy column headers to the clipboard; otherwise, false. - - - - - - - Gets an array of handles that correspond to rows whose values are to be copied to the clipboard. - - - An array of row handles. - - - - - - - Gets the View that raised the event. - - - A descendant that is the view that raised the event. - - - - - - - - Serves as the base class for classes that provide data for events related to changing the column's width. - - - - - - - Initializes a new instance of the CustomBestFitEventArgsBase class with the specified settings. - - - - A descendant that specifies a column for which an event has been raised. - - - - A object that specifies how the optimal width required for a column to completely display its contents is calculated. This value is assigned to the property. - - - - - - - - Gets or sets how the optimal width required for a column to completely display its contents is calculated. This is a dependency property. - - - A enumeration value. - - - - - - - Rows that should be taken into account when calculating the optimal width of . - - - An array of row handles that correspond to data rows. - - - - - - - - Lists values that specify the type of the comparison operator used to create filter conditions within the Auto Filter Row. - - - - - - - The Contains operator is used to create filter conditions. This operator selects records whose values in the corresponding column contain the entered string. - - - - - - - - For string values, the Like comparison operator is used to create filter conditions. This operator selects records whose values in the corresponding column start with the entered string. -For other values (e.g. Boolean, numeric), the Equals comparison operator is used. - - - - - - - - The Equals comparison operator is used to create filter conditions. This operator selects records whose values in the corresponding column match the entered value. - - - - - - - - The Like comparison operator is used to create filter conditions. This operator selects records whose values in the corresponding column start with the entered string. - - - - - - - - - Lists values that specify the alignment (position) of group summaries within a group row. - - - - - - - Group summaries are displayed under the corresponding columns. - - - - - - - - - Group summaries are aligned to the group row's right. - - - - - - - - - - Lists values that specify when row details are displayed. - - - + - + - The row details are not displayed for any rows. + Gets or sets the value indicating whether to copy column headers to the clipboard. + true to copy column headers to the clipboard; otherwise, false. + - + - The row details are displayed for all rows. + Gets an array of handles that correspond to rows whose values are to be copied to the clipboard. + An array of row handles. + - + - The row details are displayed only for selected rows. + Gets the View that raised the event. + A descendant that is the view that raised the event. + - + - Serves as a base for classes that provide data for events used to supply data for unbound columns. + Serves as the base class for classes that provide data for events related to changing the column's width. - + - Gets the unbound column currently being processed. + Initializes a new instance of the CustomBestFitEventArgsBase class with the specified settings. - A descendant that specifies the unbound column currently being processed. - + + A descendant that specifies a column for which an event has been raised. + + + A object that specifies how the optimal width required for a column to completely display its contents is calculated. This value is assigned to the property. - - - - Gets whether you should provide data for the currently processed cell. - - - true to provide data for the currently processed cell; otherwise, false. - + - + - Gets whether a cell's value should be saved to a data source. + Gets or sets how the optimal width required for a column to completely display its contents is calculated. This is a dependency property. - true if a cell's value should be saved to a data source; otherwise, false. + A enumeration value. - + - Gets or sets the processed cell's value. - + Rows that should be taken into account when calculating the optimal width of . - An object specifying the value of the cell currently being processed. + An array of row handles that correspond to data rows. - + - Serves as a base for classes providing access to View commands. + Contains information about the context menu. - + - Hides the active editor, discarding all the changes made within the focused row. + Gets the column for which the context menu has been called. - A command implementing the . + A object that is the column for which the menu has been called. - + - Clears the filter. + Gets the data control for which the context menu has been called. - A command implementing the . + A that is the control for which the context menu has been called. - + - Deletes the focused row. + Gets an object that represents the menu which has been called. - A command implementing the . + A descendant that represents the context menu which has been called. - + - Activates the focused cell's in-place editor. + Gets the type of the menu which has been called. - A command implementing the . + A enumeration value representing the menu type. - + - Hides the active editor and posts all the changes made within the focused row to a data source if the row values are valid. + Gets the view for which the menu has been called. - A command implementing the . + A object that is the view for which the menu has been called. - + + - Hides the Column Chooser. + The base class for grid column headers. - A command implementing the . - - - + - Hides the Search Panel. + Initializes a new instance of the BaseGridColumnHeader class with default settings. - A command implementing the . - - + - Moves focus to the first cell displayed within the first visible row. + Specifies whether the column header width should be adjusted to a parent visual element. - A command implementing the . + true if the header width should be adjusted to a parent visual element; otherwise, false. - + - Moves focus to the first visible row or card within a View. + Specifies the column filter popup. - A command implementing the . + A object that represents a popup used in a filter editor. - + - Moves focus to the last cell displayed within the last visible row. + Gets or sets the style applied to the column filter popup. This is a dependency property. - A command implementing the . + A object that represents the style applied to group footers. - + - Moves focus to the last visible row or card. + Identifies the dependency property. - A command implementing the . - + - + - Focuses the next cell after the focused cell. + Specifies whether the drag indicator is shown for the column header that is being dragged. This is an attached property. This is a dependency property. - A command implementing the . + true if the drag indicator is shown; otherwise, false. - + - Moves focus forward by the number of rows or cards displayed onscreen within a View. + Identifies the dependency property. - A command implementing the . - + - + - Moves focus to the row or card following the one currently focused. + Gets or sets a value indicating whether the header being dragged is transparent. This is an attached property. This is a dependency property. - A command implementing the . + true, if the header being dragged is transparent; otherwise, false. - + - Focuses the cell preceding the focused cell. - + Identifies the dependency property. - A command implementing the . - + - + - Moves focus backward by the number of rows or cards displayed onscreen within a View. + Specifies the size of the column header being dragged. This is an attached property. This is a dependency property. - A command implementing the . + A object, which specifies a height and a width of the column header being dragged. - + - Moves focus to the row or card preceding the one currently focused. + Identifies the dependency property. - A command implementing the . - + - + - Invokes the Column Chooser. + Gets the value of the attached property. - A command implementing the . - + + An element from which the attached property is read. + + + A value. + - + - Shows the Filter Editor. + Gets the value of the attached property. - A command implementing the . - + + An element from which the attached property is read. + + + A value. + - + - Shows the Search Panel. + Gets the value of the attached property. - A command implementing the . - + + An element from which the attached property is read. + + + A value. + - + - Invokes the Runtime Summary Editor for the specified column. + Gets the value of the attached property for a specified . - A command implementing the . - + + The element from which the property value is read. + + + The property value for the element. + - + - Invokes the Expression Editor that enables editing an expression for the specified unbound column. + Gets the value of the attached property for a specified . - A command implementing the . - - + + The element from which the property value is read. - - + + The property value for the element. + - - Contains settings that are used to format cells. - - - + - Initializes a new instance of the Format class with default settings. + Gets the value of the attached property. + + An element from which the attached property is read. + + + A value. + - + - Gets or sets the brush used to paint the background for the formatted grid cells. This is a dependency property. + Gets the value that indicates whether the column header is in a drop area. This is an attached property. This is a dependency property. - A value. + true if the column header is in a drop area; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the font family name for the formatted grid cells. This is a dependency property. + Called after the template is completely generated and attached to the visual tree. - A object representing the font family. - - + - Identifies the dependency property. - + Sets the value of the attached property to a specified . - [To be supplied] + + The element to which the attached property is written. + + + + The required value. + + - + - Gets or sets the font size for the formatted cells. This is a dependency property. + Gets or sets whether to show the filter button only when the cursor is hovering over the column header. This is a dependency property. - A value representing the font size. + true, to show the filter button only when hovering over the column's header; otherwise, false. + - + Identifies the dependency property. - [To be supplied] + - - - Gets or sets the font stretch for the formatted cells. This is a dependency property. - - - - A value. - - + - - - Identifies the dependency property. + Lists values that specify the type of the comparison operator used to create filter conditions within the Auto Filter Row. - [To be supplied] - - + - Gets or sets the text style applied to the formatted cells. This is a dependency property. - + The Contains operator is used to create filter conditions. This operator selects records whose values in the corresponding column contain the entered string. - A value, representing the font style. - - + - Identifies the dependency property. + For string values, the Like comparison operator is used to create filter conditions. This operator selects records whose values in the corresponding column start with the entered string. +For other values (e.g. Boolean, numeric), the Equals comparison operator is used. - [To be supplied] - + - Gets or sets the weight of the text font for the formatted cells. This is a dependency property. - + The Equals comparison operator is used to create filter conditions. This operator selects records whose values in the corresponding column match the entered value. - A value, representing the font weight. - - + - Identifies the dependency property. + The Like comparison operator is used to create filter conditions. This operator selects records whose values in the corresponding column start with the entered string. - [To be supplied] - + + - Gets or sets the brush used to paint the foreground for the formatted grid cells. This is a dependency property. + Lists values that specify the alignment (position) of group summaries within a group row. - A value. - - - + - Identifies the dependency property. + Group summaries are displayed under the corresponding columns. + - [To be supplied] - + - Gets or sets the image displayed within the formatted cells. This is a dependency property. + Group summaries are aligned to the group row's right. + - An ImageSource object that represents the image displayed within the formatted cells. - - + + - Identifies the dependency property. + Serves as a base for classes that provide data for events used to supply data for unbound columns. - [To be supplied] - - + - Gets or sets a value that specifies the text decorations that are applied to the content of the formatted cells. This is a dependency property. + Gets the unbound column currently being processed. - A object that contains text decorations. + A descendant that specifies the unbound column currently being processed. - + - Identifies the dependency property. + Gets whether you should provide data for the currently processed cell. - [To be supplied] + true to provide data for the currently processed cell; otherwise, false. + - - + - Represents a collection of format conditions. + Gets whether a cell's value should be saved to a data source. - - - - - [To be supplied] - - - [To be supplied] - + true if a cell's value should be saved to a data source; otherwise, false. + - + - [To be supplied] + Gets or sets the processed cell's value. + + - [To be supplied] + An object specifying the value of the cell currently being processed. + - + - Serves as a base for classes that represent format conditions. + Serves as a base for classes providing access to View commands. - + - Initializes a new instance of the FormatConditionBase class with default settings. + Hides the active editor, discarding all the changes made within the focused row. + A command implementing the . + - + - Gets or sets the expression used to apply the corresponding conditional formatting rule. This is a dependency property. + Toggles a column's sort order. - A value that specifies the expression used to apply the conditional formatting rule. + A command implementing the . - + - Identifies the dependency property. + Clears the filter. - [To be supplied] + A command implementing the . + - + - Gets or sets the data source field name of the column for which to apply the format condition. This is a dependency property. + Deletes the focused row. - A value that is the data source field name of the column for which to apply the format condition. + A command implementing the . - + - Identifies the dependency property. + Activates the focused cell's in-place editor. - [To be supplied] + A command implementing the . + - + - Gets the format condition's owner. This is a dependency property. + Hides the active editor and posts all the changes made within the focused row to a data source if the row values are valid. - A that is the format condition's owner. + A command implementing the . - + - Identifies the dependency property. + Hides the Column Chooser. - [To be supplied] + A command implementing the . + - + - Gets or sets the name of the predefined format to be applied to the column. This is a dependency property. + Hides the Search Panel. - A value that is the predefined format name. + A command implementing the . - + - Identifies the dependency property. + Moves focus to the first cell displayed within the first visible row. - [To be supplied] + A command implementing the . + - + - [To be supplied] + Moves focus to the first visible row or card within a View. + - [To be supplied] + A command implementing the . + - - + - Represents format conditions. + Moves focus to the last cell displayed within the last visible row. + A command implementing the . + + - + - Initializes a new instance of the FormatCondition class with default settings. + Moves focus to the last visible row or card. + A command implementing the . + - + - Gets or sets the settings applied to the formatted cells. This is a dependency property. + Focuses the next cell after the focused cell. - A object. + A command implementing the . - + - Identifies the dependency property. + Moves focus forward by the number of rows or cards displayed onscreen within a View. - [To be supplied] + A command implementing the . + - + + + Moves focus to the row or card following the one currently focused. + + + A command implementing the . + + + + - Lists per-pixel scrolling modes. + Focuses the cell preceding the focused cell. + A command implementing the . + + - + - A custom animation effect implemented within the event handler ( in TreeListView). + Moves focus backward by the number of rows or cards displayed onscreen within a View. + A command implementing the . + - + - Starts slowly, accelerates and then decelerates. + Moves focus to the row or card preceding the one currently focused. + A command implementing the . + - + - Starts quickly and then decelerates. + Invokes the Column Chooser. + A command implementing the . + - + - Moves smoothly. + Shows the Filter Editor. + A command implementing the . + - - + - Serves as a base for classes that represent Views. + Shows the Search Panel. + A command implementing the . + - - + + - Lists values that specify what animation is played while data rows are being asynchronously retrieved by the data source. - + Invokes the Runtime Summary Editor for the specified column. + A command implementing the . + + - + - A custom animation, implemented within the event handler, is played. + Invokes the Expression Editor that enables editing an expression for the specified unbound column. + A command implementing the . + - + + - No animation is played. + Contains settings that are used to format cells. - - + - Displays rows that are being loaded, by animating their opacity. + Initializes a new instance of the Format class with default settings. - + - Serves as a base for classes that contain information about rows and cards. + Represents a collection of format conditions. - + - Gets the nesting level of a View. + Initializes a new instance of the FormatConditionCollection class. - An integer value that specifies the nesting level of a View. - + + An object implementing the DevExpress.Xpf.Grid.Native.IFormatConditionCollectionOwner interface. + + - + - Gets or sets the row indicator's state. This is a dependency property. - + - A enumeration value that specifies the row indicator state. - + + + + - + - Gets whether the master row is expanded. This is a dependency property. + Gets the format condition collection's owner. This is a dependency property. - true if the master row is expanded; otherwise, false. + An object implementing the interface. - + + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Serves as a base for classes that represent format conditions. - - - - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Initializes a new instance of the FormatConditionBase class with default settings. - - - + - Gets the owner view. + Gets or sets the expression used to apply the corresponding conditional formatting rule. This is a dependency property. - A descendant that is the owner view. + A value that specifies the expression used to apply the conditional formatting rule. - - + - Contains information about a data row. + Identifies the dependency property. + + - + - Initializes a new instance of the RowData class. + Gets or sets the data source field name of the column for which to apply the format condition. This is a dependency property. - - - - - - - - - - - - + A value that is the data source field name of the column for which to apply the format condition. + - + - Gets whether the row uses the alternate background. This is a dependency property. - + Identifies the dependency property. - true, if the row uses the alternate background; otherwise, false. - - + - + - Gets the row's visible position within a View. + For internal use. - A zero-based integer value that specifies the row's visible position within a View. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + For internal use. - - + + - + - Identifies the dependency property. - + - [To be supplied] - + - Gets or sets the row's data context. This is a dependency property. - + - An object that represents the row's data context. - - + - Gets whether the row's visible index is even. This is a dependency property. + Gets the format condition's owner. This is a dependency property. - true if the row's visible index is even; otherwise, false. + A that is the format condition's owner. - + - Gets the value of the attached property for a specified . - + - - The element from which the property value is read. - - - The property value for the element. - + - + - Gets the value of the attached property for a specified . + Identifies the dependency property. - - The element from which the property value is read. - - - The property value for the element. - + - + - Gets whether a group row is being expanded. This is a dependency property. + Gets or sets the name of the predefined format to be applied to the column. This is a dependency property. - true the group row is being expanded; otherwise, false. + A value that is the predefined format name. - + - Gets whether the row is focused. + Identifies the dependency property. - true if the row is focused; otherwise, false. - + - + - Gets whether the row's data has been loaded or not. This is a dependency property. + Gets or sets the data type name. This property supports the internal infrastructure and is not intended to be used directly from your code. - true if the row's data has been loaded; otherwise, false. - + A value. - + + - Gets whether a group row is expanded. This is a dependency property. + Represents format conditions. - true if the group row is expanded; otherwise, false. - - - + - This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + Initializes a new instance of the FormatCondition class with default settings. - - - + - Gets whether the row is selected. + The lowest value in the column's data range. This is a dependency property. - true if the row is selected; otherwise, false. + An object that is the lowest value in the data range. - + - Gets the row's grouping level. + Identifies the dependency property. - An integer value that specifies the row's grouping level. - + - + - Gets the next row's nesting level. This is a dependency property. + The largest value in the column's data range. This is a dependency property. - An integer value that specifies the next row's nesting level. + An object that is the largest value in the data range. - + - Gets a row object that corresponds to the row. This is a dependency property. + Identifies the dependency property. - An object in a data source that corresponds to the current row. - + - + - Provides access to a RowData's properties. + Specifies the rule for conditional formatting. This is a dependency property. - A RowData object. + A enumeration value. - + - Identifies the attached property. + Identifies the dependency property. - [To be supplied] + - + + - Gets the row's handle. This is a dependency property. + Lists values that specify when row details are displayed. - A object that represents the row's handle. - - - + - Gets the row's position within a View. This is a dependency property. + The row details are not displayed for any rows. - A enumeration value that specifies the row's position within a View. - - + - Gets a row's state. This is a dependency property. + The row details are displayed for all rows. - A representing the row state. - - + - Gets a value that indicates the row's selection state. This is a dependency property. + The row details are displayed only for selected rows. - A enumeration value that specifies the row's selection state. - - + + - Sets the value of the attached property to a specified . + Represents the color scale format. - - The element to which the attached property is written. - - - - The required value. - - - - + - Sets the value of the attached property to a specified . - - + Initializes a new instance of the ColorScaleFormat class with default settings. - - The element to which the attached property is written. - - - - The required value. - - - - + - Represents a detail that displays a grid control and natively integrates with the master grid. + Lists per-pixel scrolling modes. + - + - Initializes a new instance of the DataControlDetailDescriptor class with default settings. + A custom animation effect implemented within the event handler ( in TreeListView). - + - Gets or sets the that displays detail data. + Starts slowly, accelerates and then decelerates. - A that displays detail data. Although the property type is , it currently only accepts objects and otherwise, throws exceptions. - - - + - Gets the collection of objects owned by this Detail Descriptor. This method supports the internal infrastructure and is not intended to be used from your code. + Starts quickly and then decelerates. - A collection of objects. - - + - Identifies the dependency property. + Moves smoothly. - [To be supplied] - - - Overrides the base class member to disable the setter. To specify header content for a detail grid, use the detail Grid View's property instead. + + + Serves as a base for classes that represent Views. - An object representing the header section's content. - - - + + - Identifies the dependency property. + Lists values that specify what animation is played while data rows are being asynchronously retrieved by the data source. + - [To be supplied] - - + - Gets or sets the data binding for the detail. + A custom animation, implemented within the event handler, is played. - A object instance that specifies the data binding for the detail. - - + - Gets or sets the detail grid's data binding by specifying the path relative to the master grid's records. - + No animation is played. - A string value specifying the data binding path relative to the master grid's records. - - - + - Identifies the dependency property. + Displays rows that are being loaded, by animating their opacity. - [To be supplied] - + + - Gets or sets the value converter that specifies the data binding for the detail. + Represents the icon set format. - An object implementing the interface. Specifies the data binding for the detail. - - - + - Identifies the dependency property. + Initializes a new instance of the IconSetFormat class with default settings. - [To be supplied] @@ -13943,6 +16449,22 @@ This class supports the internal infrastructure and is not intended to be used d + + + + Return Value: Collapse a card + + + + + + + + Return Value: Expand a card + + + + @@ -14450,6 +16972,86 @@ This class supports the internal infrastructure and is not intended to be used d + + + + Return Value: Append + + + + + + + + Return Value: Delete + + + + + + + + Return Value: Edit + + + + + + + + Return Value: First + + + + + + + + Return Value: Last + + + + + + + + Return Value: Next Page + + + + + + + + Return Value: Next + + + + + + + + Return Value: Previous Page + + + + + + + + Return Value: Previous + + + + + + + + Return Value: Record {0} of {1} + + + + @@ -14583,7 +17185,7 @@ This class supports the internal infrastructure and is not intended to be used d Identifies the dependency property. - [To be supplied] + @@ -14602,7 +17204,7 @@ This class supports the internal infrastructure and is not intended to be used d Identifies the dependency property. - [To be supplied] + @@ -14621,7 +17223,7 @@ This class supports the internal infrastructure and is not intended to be used d Identifies the dependency property. - [To be supplied] + @@ -14720,7 +17322,7 @@ This class supports the internal infrastructure and is not intended to be used d Identifies the dependency property. - [To be supplied] + @@ -14739,7 +17341,7 @@ This class supports the internal infrastructure and is not intended to be used d Identifies the dependency property. - [To be supplied] + @@ -14758,7 +17360,7 @@ This class supports the internal infrastructure and is not intended to be used d Identifies the dependency property. - [To be supplied] + @@ -14777,7 +17379,7 @@ This class supports the internal infrastructure and is not intended to be used d Identifies the dependency property. - [To be supplied] + @@ -14796,7 +17398,7 @@ This class supports the internal infrastructure and is not intended to be used d Identifies the dependency property. - [To be supplied] + @@ -14831,7 +17433,7 @@ This class supports the internal infrastructure and is not intended to be used d Identifies the dependency property. - [To be supplied] + @@ -14879,7 +17481,7 @@ This class supports the internal infrastructure and is not intended to be used d Identifies the dependency property. - [To be supplied] + diff --git a/lib/DevExpress/DevExpress.Xpf.Grid.v15.1.dll b/lib/DevExpress/DevExpress.Xpf.Grid.v15.1.dll new file mode 100644 index 00000000..04557394 Binary files /dev/null and b/lib/DevExpress/DevExpress.Xpf.Grid.v15.1.dll differ diff --git a/lib/DevExpress/DevExpress.Xpf.Grid.v14.1.xml b/lib/DevExpress/DevExpress.Xpf.Grid.v15.1.xml similarity index 88% rename from lib/DevExpress/DevExpress.Xpf.Grid.v14.1.xml rename to lib/DevExpress/DevExpress.Xpf.Grid.v15.1.xml index 1d8c682d..e454160e 100644 --- a/lib/DevExpress/DevExpress.Xpf.Grid.v14.1.xml +++ b/lib/DevExpress/DevExpress.Xpf.Grid.v15.1.xml @@ -1,7 +1,7 @@ - DevExpress.Xpf.Grid.v14.1 + DevExpress.Xpf.Grid.v15.1 @@ -35,7 +35,7 @@ Identifies the dependency property. - [To be supplied] + @@ -54,7 +54,7 @@ Identifies the dependency property. - [To be supplied] + @@ -89,7 +89,7 @@ Identifies the dependency property. - [To be supplied] + @@ -99,7 +99,7 @@ - [To be supplied] + @@ -108,7 +108,7 @@ Gets the default minimum allowed width for the editor's dropdown. To specify the dropdown's minimum width, use the property. - [To be supplied] + @@ -147,7 +147,7 @@ Identifies the dependency property. - [To be supplied] + @@ -255,42 +255,6 @@ - - - - - The treelist band. - - - - - - - Initializes a new instance of the TreeListControlBand class. - - - - - - - - Provides access to the band's child band collection. - - - A collection of bands. - - - - - - - Provides access to the band's child column collection. - - - A collection of columns. - - - @@ -361,6 +325,14 @@ + + + + If a node matches the filter criteria, all its parent nodes are also displayed. + + + + @@ -446,517 +418,495 @@ - + - Represents a method that will handle the event. + Contains information about the specified element contained within the Table View. - + - Represents a method that will handle the event. + Gets the visual element located under the test object. - - The event source. + A enumeration value that identifies the visual element located under the test object. + - - - A object that contains event data. - + + + + Gets whether the test object is within a data cell. + + + true if the test object is within a data cell; otherwise, false. + - + - Lists values which identify card view elements. + Serves as the base for classes providing information about a particular view element. - + - The test object belongs to a card. + Gets a band located under the test object. + A object that represents the column located under the test object. + - + - The test object belongs to a card's header. + Gets a column located under the test object. + A object that represents the column located under the test object. + - + - The test object belongs to a card expand button. These buttons are displayed at the right edge of card headers, allowing end-users to expand and collapse cards. + Gets the value of the attached property for a specified . + + The element from which the property value is read. + + + The property value for the element. + - + - The test object belongs to a column's header. + This member supports the internal infrastructure and is not intended to be used directly from your code. + + - + - The test object belongs to a column header's filter button. + Identifies the dependency property. + - + - The test object belongs to the Column Header Panel. + Gets whether the test object is within the band panel. + true, if the test point is inside the band panel; otherwise, false. + + - + - The test object belongs to the button used to show/hide the column header panel. + Gets whether the test object is within a column's header. + true if the test point is within a column's header; otherwise, false. + - + - The test object belongs to the area within a card view which is not occupied by cards. + Gets whether the test object is within the column header panel. + true if the test point is within the column header panel; otherwise, false. + - + - The test object belongs to a field's caption. + Gets whether the test object is within the Filter Panel. + true if the test point is within the filter panel; otherwise, false. + - + - The test object belongs to a field value. + Gets whether the test object is within a group column. + true if the test object is within a group column; otherwise, false. + - + - The test object belongs to the Filter Panel. + Gets whether the test object is within the Group Panel. + true if the test point is within the group panel; otherwise, false. + - + - The test object belongs to the button in the Filter Panel used to activate filtering within a View. + Gets whether the test object is within a row. + true if the test object is within a row; otherwise, false. + - + - The test object belongs to the Close button displayed within the Filter Panel. + Gets the handle of a row that contains the test object. + An integer value the specifies the row's handle. + - + - The test object belongs to the button displayed within the Filter Panel. + Sets the value of the attached property to a specified . + + The element to which the attached property is written. + + + + The descendant. + + - + + - The test object belongs to a filter expression displayed within the Filter Panel. + Contains information about the specified element contained within the Card View. - - + - The test object belongs to the Fixed Summary Panel. + Gets the visual element located under the test object. + A enumeration value that identifies the visual element located under the test object. + - + - The test object belongs to the Group Panel. + Gets whether the test object is within a card header. + true if the test object is within a card header; otherwise, false. + - + - The test object belongs to a column header displayed within the Group Panel. + Gets whether the test object is within a card. + true if the test object is within a card; otherwise, false. + - + - The test object belongs to the filter button displayed by a column header that resides within the Group Panel. + Gets whether the test object is within the Group Panel. + true if the test object is within the group panel; otherwise, false. + - + - The test object belongs to the group row. + Gets whether the test object is within a card row. + true if the test object is within a card row; otherwise, false. + - + + - The test object belongs to the button used to expand/collapse a group row. + Lists values which identify card view elements. - - + - The test object belongs to a group summary. + The test object belongs to a card. - + - The test object belongs to a value displayed within the group row. + The test object belongs to a card's header. - + - The test object belongs to a view's the horizontal scrollbar. + The test object belongs to a card expand button. These buttons are displayed at the right edge of card headers, allowing end-users to expand and collapse cards. - + - The test object belongs to a combobox that contains MRU filters. It is displayed within the Filter Panel. + The test object belongs to a column's header. - + - The test object doesn't belong to a View (it is outside the View). + The test object belongs to a column header's filter button. - + - The test point belongs to a card separator. + The test object belongs to the Column Header Panel. - + - The test object belongs to a total summary. + The test object belongs to the button used to show/hide the column header panel. - + - The test object belongs to the Summary Panel. + The test object belongs to the area within a card view which is not occupied by cards. - + - The test object belongs to a view's the vertical scrollbar. + The test object belongs to a field's caption. - - + - Contains information about the specified element contained within the Table View. + The test object belongs to a field value. + - + - Gets the visual element located under the test object. + The test object belongs to the Filter Panel. - A enumeration value that identifies the visual element located under the test object. - - + - Gets whether the test object is within a data cell. + The test object belongs to the button in the Filter Panel used to activate filtering within a View. - true if the test object is within a data cell; otherwise, false. - - - - - - - Serves as the base for classes providing information about a particular view element. - - - + - Gets a band located under the test object. + The test object belongs to the Close button displayed within the Filter Panel. - A object that represents the column located under the test object. - - + - Gets a column located under the test object. + The test object belongs to the button displayed within the Filter Panel. - A object that represents the column located under the test object. - - + - Gets the value of the attached property for a specified . + The test object belongs to a filter expression displayed within the Filter Panel. - - The element from which the property value is read. - - - The property value for the element. - - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + The test object belongs to the Fixed Summary Panel. - - - + - Identifies the dependency property. + The test object belongs to the Group Panel. - [To be supplied] - + - Gets whether the test object is within the band panel. + The test object belongs to a column header displayed within the Group Panel. - true, if the test point is inside the band panel; otherwise, false. - - - + - Gets whether the test object is within a column's header. + The test object belongs to the filter button displayed by a column header that resides within the Group Panel. - true if the test point is within a column's header; otherwise, false. - - + - Gets whether the test object is within the column header panel. + The test object belongs to the group row. - true if the test point is within the column header panel; otherwise, false. - - + - Gets whether the test object is within the Filter Panel. + The test object belongs to the button used to expand/collapse a group row. - true if the test point is within the filter panel; otherwise, false. - - - - - - - [To be supplied] - - [To be supplied] - + - Gets whether the test object is within the Group Panel. + The test object belongs to a group summary. - true if the test point is within the group panel; otherwise, false. - - + - Gets whether the test object is within a row. + The test object belongs to a value displayed within the group row. - true if the test object is within a row; otherwise, false. - - + - Gets the handle of a row that contains the test object. + The test object belongs to a view's the horizontal scrollbar. - An integer value the specifies the row's handle. - - + - Sets the value of the attached property to a specified . + The test object belongs to a combobox that contains MRU filters. It is displayed within the Filter Panel. - - The element to which the attached property is written. - - - The descendant. - - - - - - - - - Contains information about the specified element contained within the Card View. - - - + - Gets the visual element located under the test object. + The test object doesn't belong to a View (it is outside the View). - A enumeration value that identifies the visual element located under the test object. - - + - Gets whether the test object is within a card header. + The test point belongs to a card separator. - true if the test object is within a card header; otherwise, false. - - + - Gets whether the test object is within a card. + The test object belongs to a total summary. - true if the test object is within a card; otherwise, false. - - + - Gets whether the test object is within the Group Panel. + The test object belongs to the Summary Panel. - true if the test object is within the group panel; otherwise, false. - - + - Gets whether the test object is within a card row. + The test object belongs to a view's the vertical scrollbar. - true if the test object is within a card row; otherwise, false. - @@ -1174,267 +1124,114 @@ - + - Provides data for the event. + Represents a method that will handle the and events. - + - Gets the unbound column currently being processed. + Represents a method that will handle the and events. - A object that represents the unbound column. - + + The event source. + + + + An object that contains event data. + + - + + - Returns the value of the specified cell within the processed row in the grid's data source. + Provides data for the and event. - - A value that specifies the name of the data source field. - - - An object that represents a value from the grid's data source. - - - + - Returns the value of the specified cell within the specified row in the grid's data source. + Initializes a new instance of the EditorEventArgs class. - - A zero-based integer value that identifies the record in a data source by its index. + + A descendant that represents a view. - - A value that specifies the name of the data source field. + + A zero-based integer value that specifies the row handle. This value is assigned to the property. + + + + A object that represents the column. This value is assigned to the property. + + + + The in-place editor for which an event has been raised. This value is assigned to the property. + - An object that represents a value from the grid's data source. - - + - Gets the index of the record in a data source to which the processed row corresponds. + Gets or sets a grid column, for which an event has been raised. - A zero-based integer value that specifies the index of the record in a data source to which the processed row corresponds. + A instance. - + - Gets the grid control that raised the event. + Gets or sets an editor, for which an event has been raised. - A object that raised the event. + An object that implements the interface. - - + - Provides data for the event. + Gets the data row for which an event has been raised. + A specifying the data row. + + + - + + - Initializes a new instance of the CopyingToClipboardEventArgs class. + Contains options that specify how column specific settings are stored to and restored from a stream or file in XML format. - - A descendant that is the view that raised the event. - - - - An array of cells whose values are about to be copied to the clipboard. This value is assigned to the property. - - - - true to copy column headers; otherwise, false. - - - - + - Initializes a new instance of the CopyingToClipboardEventArgs class. + Initializes a new instance of the GridSerializationOptions class. - - A descendant that is the view that raised the event. - - - - An array of row handles that identifies rows whose values are about to be copied to the clipboard. This value is assigned to the property. - - - - - true to copy column headers; otherwise, false. - - - + + - Gets an array of cells whose values are about to be copied to the clipboard. - - - An array of objects whose values are about to be copied to the clipboard. - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event source. - - - - A object that contains event data. - - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event source. - - - - An object that contains event data. - - - - - - - - - Provides data for the and event. - - - - - - - Initializes a new instance of the EditorEventArgs class. - - - - A descendant that represents a view. - - - - A zero-based integer value that specifies the row handle. This value is assigned to the property. - - - - A object that represents the column. This value is assigned to the property. - - - - The in-place editor for which an event has been raised. This value is assigned to the property. - - - - - - - - - Gets or sets a grid column, for which an event has been raised. - - - A instance. - - - - - - - Gets or sets an editor, for which an event has been raised. - - - An object that implements the interface. - - - - - - - Gets the data row for which an event has been raised. - - - A specifying the data row. - - - - - - - - - Contains options that specify how column specific settings are stored to and restored from a stream or file in XML format. - - - - - - - Initializes a new instance of the GridSerializationOptions class. - - - - - - - - - Displays the content of a data row. + Displays the content of a data row. @@ -1462,15 +1259,7 @@ Identifies the dependency property. - [To be supplied] - - - - - - Called after the template is completely generated and attached to the visual tree. - - + @@ -1510,7 +1299,7 @@ - [To be supplied] + @@ -1544,7 +1333,7 @@ - [To be supplied] + @@ -1636,23 +1425,66 @@ - [To be supplied] + + + + + + + + + + + + + + + + + - [To be supplied] + Gets or sets the card's value. + - [To be supplied] + The card's value. + - [To be supplied] + Identifies the dependency property. + + + + + + + + + + Lists values that specify the scrolling mode for . + + + + + + + The scrolling is performed card by card. + + + + + + + + The scrolling is performed pixel by pixel. + - [To be supplied] @@ -1678,7 +1510,7 @@ - [To be supplied] + @@ -1687,7 +1519,7 @@ Returns "ItemCount". Corresponds to the menu item used to display the total number of rows. - [To be supplied] + @@ -1696,7 +1528,7 @@ Returns "ItemCustomize". Corresponds to the menu item used to invoke the Summary Editor. - [To be supplied] + @@ -1705,7 +1537,7 @@ Returns "ItemMax". Corresponds to the menu item used to display a column's maximum value. - [To be supplied] + @@ -1714,7 +1546,7 @@ Returns "ItemMin". Corresponds to the menu item used to display a column's minimum value. - [To be supplied] + @@ -1723,7 +1555,7 @@ Returns "ItemSum". Corresponds to the menu item used to display the sum of all values in a column. - [To be supplied] + @@ -1748,7 +1580,7 @@ Returns "BestFit". Corresponds to the menu item used to best fit the width of the current grid column. - [To be supplied] + @@ -1757,7 +1589,7 @@ Returns "BestFitColumns". Corresponds to the menu item used to best fit the widths of all grid columns. - [To be supplied] + @@ -1766,7 +1598,7 @@ Returns "ItemClearGrouping". Corresponds to the menu item used to ungroup the grid. - [To be supplied] + @@ -1775,7 +1607,7 @@ Returns "ItemClearGroupSummarySorting". Corresponds to the menu item used to cancel sorting rows by group summary values. In this instance, group rows are sorted by the values of the corresponding grouping column. - [To be supplied] + @@ -1784,7 +1616,7 @@ Returns "ConditionalFormatting". Corresponds to the menu item used to invoke the conditional formatting submenu. - [To be supplied] + @@ -1793,7 +1625,7 @@ Returns "ConditionalFormatting_ClearRules". Corresponds to the menu item used to clear conditional formatting rules. - [To be supplied] + @@ -1802,7 +1634,7 @@ Returns "ConditionalFormatting_ClearRules_FromAllColumns". Corresponds to the menu item used to clear all conditional formatting rules that are currently applied. - [To be supplied] + @@ -1811,7 +1643,7 @@ Returns "ConditionalFormatting_ClearRules_FromCurrentColumns". Corresponds to the menu item used to clear conditional formatting rules that are applied to the current column. - [To be supplied] + @@ -1820,7 +1652,7 @@ Returns "ConditionalFormatting_ColorScales". Corresponds to the menu item used to set conditional formatting using color scales. - [To be supplied] + @@ -1829,7 +1661,7 @@ Returns "ConditionalFormatting_DataBars". Corresponds to the menu item used to set conditional formatting using data bars. - [To be supplied] + @@ -1838,7 +1670,7 @@ Returns "ConditionalFormatting_HighlightCellsRules". Corresponds to the menu item used to set conditional formatting using rules. - [To be supplied] + @@ -1847,7 +1679,7 @@ Returns "ConditionalFormatting_HighlightCellsRules_ADateOccurring". Corresponds to the menu item used to invoke the 'A Date Occuring' format condition dialog. - [To be supplied] + @@ -1856,7 +1688,7 @@ Returns "ConditionalFormatting_HighlightCellsRules_Between". Corresponds to the menu item used to invoke the 'Between' format condition dialog. - [To be supplied] + @@ -1865,7 +1697,7 @@ Returns "ConditionalFormatting_HighlightCellsRules_CustomCondition". Corresponds to the menu item used to invoke the 'Custom Condition' format condition dialog. - [To be supplied] + @@ -1874,7 +1706,7 @@ Returns "ConditionalFormatting_HighlightCellsRules_EqualTo". Corresponds to the menu item used to invoke the 'Equal To' format condition dialog. - [To be supplied] + @@ -1883,7 +1715,7 @@ Returns "ConditionalFormatting_HighlightCellsRules_GreaterThan". Corresponds to the menu item used to invoke the 'Greater Than' format condition dialog. - [To be supplied] + @@ -1892,7 +1724,7 @@ Returns "ConditionalFormatting_HighlightCellsRules_LessThan". Corresponds to the menu item used to invoke the 'Less Than' format condition dialog. - [To be supplied] + @@ -1901,7 +1733,7 @@ Returns "ConditionalFormatting_HighlightCellsRules_TextThatContains". Corresponds to the menu item used to invoke the 'Text That Contains' format condition dialog. - [To be supplied] + @@ -1910,7 +1742,16 @@ Returns "ConditionalFormatting_IconSets". Corresponds to the menu item used to set conditional formatting using icon sets. - [To be supplied] + + + + + + + Returns "ConditionalFormatting_ManageRules". Corresponds to the menu item used to invoke the 'ManageRules' format condition dialog. + + + @@ -1919,7 +1760,7 @@ Returns "ConditionalFormatting_TopBottomRules". Corresponds to the menu item used to set top/bottom conditional formatting rules. - [To be supplied] + @@ -1928,7 +1769,7 @@ Returns "ConditionalFormatting_TopBottomRules_AboveAverage". Corresponds to the menu item used to set the 'Above Average' top/bottom conditional formatting rule. - [To be supplied] + @@ -1937,7 +1778,7 @@ Returns "ConditionalFormatting_TopBottomRules_BelowAverage". Corresponds to the menu item used to set the 'Below Average' top/bottom conditional formatting rule. - [To be supplied] + @@ -1946,7 +1787,7 @@ Returns "ConditionalFormatting_TopBottomRules_Bottom10Items". Corresponds to the menu item used to set the 'Bottom 10 Items' top/bottom conditional formatting rule. - [To be supplied] + @@ -1955,7 +1796,7 @@ Returns "ConditionalFormatting_TopBottomRules_Bottom10Percent". Corresponds to the menu item used to set the 'Bottom 10 Percent' top/bottom conditional formatting rule. - [To be supplied] + @@ -1964,7 +1805,7 @@ Returns "ConditionalFormatting_TopBottomRules_Top10Items". Corresponds to the menu item used to set the 'Top 10 Items' top/bottom conditional formatting rule. - [To be supplied] + @@ -1973,7 +1814,7 @@ Returns "ConditionalFormatting_TopBottomRules_Top10Percent". Corresponds to the menu item used to set the 'Top 10 Percent' top/bottom conditional formatting rule. - [To be supplied] + @@ -1982,7 +1823,7 @@ Returns "ItemFullCollapse". Corresponds to the menu item used to collapse all group rows within a View. - [To be supplied] + @@ -1991,7 +1832,7 @@ Returns "ItemFullExpand". Corresponds to the menu item used to expand all group rows within a View. - [To be supplied] + @@ -2000,7 +1841,7 @@ Returns. "ItemGroupBox". Corresponds to the menu item used to show/hide the Group Panel. - [To be supplied] + @@ -2009,7 +1850,7 @@ Returns "ItemGroupColumn". Corresponds to the menu item used to group/ungroup data by the values of the corresponding column. - [To be supplied] + @@ -2018,7 +1859,7 @@ Returns "ItemGroupSummaryEditor". Corresponds to the menu item used to invoke the Group Summary Editor. - [To be supplied] + @@ -2027,7 +1868,7 @@ Returns "GroupInterval". Corresponds to the sub menu item, allowing an end-user to specify a DateTime column's interval grouping. - [To be supplied] + @@ -2036,7 +1877,7 @@ Returns "Day". Corresponds to the menu item that groups rows by the date part of their values. The time portion is ignored in this grouping mode. To learn more, see interval grouping. - [To be supplied] + @@ -2045,7 +1886,7 @@ Returns "Month". Corresponds to the menu item that groups rows by the month of their values. To learn more, see interval grouping. - [To be supplied] + @@ -2054,7 +1895,7 @@ Returns "None". Corresponds to the menu item that applies default grouping mode. To learn more, see interval grouping. - [To be supplied] + @@ -2063,7 +1904,7 @@ Returns "Smart". Corresponds to the menu item that groups rows according to their date value as compared with the current system date (). To learn more, see interval grouping. - [To be supplied] + @@ -2073,7 +1914,7 @@ - [To be supplied] + @@ -2083,7 +1924,7 @@ - [To be supplied] + @@ -2092,7 +1933,7 @@ Returns. "UnboundExpressionEditor". Corresponds to the menu item used to show/hide the Expression Editor. - [To be supplied] + @@ -2105,30 +1946,6 @@ - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the and events. - - - - The event source. - - - - A object that contains event data. - - - - @@ -2156,2366 +1973,3522 @@ - + - Provides data for the and events. + Contains information about a node. - + - Initializes a new instance of the RowAllowEventArgs class. + Initializes a new instance of the TreeListRowData class. - - The routed event. - - - - A descendant that is the view that owns the processed row. - - - - An integer value that specifies the processed row's handle. This value is assigned to the property. + + A DevExpress.Xpf.Grid.Native.DataTreeBuilder descendant. - + - Gets or sets whether the operation is allowed. + Gets or sets the image that is displayed within the treelist row. - true to allow the operation; otherwise, false. + A System.Windows.Media.ImageSource class descendant. - - + - Contains information about a group row. + Gets the list of indents within the treelist row. This is a dependency property. + A list of indents. + + - + - Initializes a new instance of the GroupRowData class. + Identifies the dependency property. - - - - + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets whether the expand button is shown within the treelist row. This is a dependency property. - + true, if the expand button is visible; otherwise, false. - + - This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + Identifies the dependency property. - - + - + - Identifies the dependency property. + Gets or sets whether the checkbox within the treelist row is enabled. - [To be supplied] + true if the checkbox is enabled; otherwise, false. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + Indicates whether the treelist row's check box is visible. This is a dependency property. - + true, if the check box is visible; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + Gets or sets whether the treelist row is checked. - + A Boolean value that specifies whether or not the treelist row is checked. - + - Identifies the dependency property. + Gets whether the treelist row is expanded. This is a dependency property. - [To be supplied] + true, if the treelist row is expanded; otherwise, false. + - + - Gets a value that specifies at which nesting level the group row resides. This is a dependency property. + Identifies the dependency property. - An integer value that specifies the nesting level at which the group row resides. - + - + - Identifies the dependency property. + Indicates whether the image is shown within the treelist row. This is a dependency property. - [To be supplied] + true if the image is shown; otherwise, false. + - + - Gets the list of objects that contain information on group summaries displayed within a group row. This is a dependency property. + Identifies the dependency property. - The list of objects that contain information on group summaries displayed within a group row. - + - + - Identifies the dependency property. + Gets the node corresponding to the treelist row. - [To be supplied] + A object. + - + - Gets or sets the group row's value. This is a dependency property. + Gets the nesting level of the treelist row. This is a dependency property. - A object that represents the group row's value. + An integer value that specifies the row's nesting level. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets the treelist row's outer margin. This is a dependency property. - + A object that represents the thickness of a frame around the treelist row. - + Identifies the dependency property. - [To be supplied] + - + + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Represents a View that displays data in a tabular form. - - - - - + + + + Initializes a new instance of the TableView class with default settings. + + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Initializes a new instance of the TableView class with the specified settings. - + + + + + + + + + - - - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets the actual brush that is used to alternate row background. This is a dependency property. + - - [To be supplied] - - [To be supplied] + A value. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Identifies the dependency property. - - - - - - + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets the actual template selector that chooses a data row template based on custom logic. This is a dependency property. + - - [To be supplied] - - [To be supplied] + A descendant that chooses a template based on custom logic. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Identifies the dependency property. - - - - - - + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets the actual outer margin of view's details. - - [To be supplied] - - [To be supplied] + A object that represents the thickness of a frame around a view's details. + + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Identifies the dependency property. - - - - - - + - - + - Contains information about the summary value displayed within a group row. + This member supports the control's internal infrastructure and is not intended to be used directly from your code. + A Double value indicating the actual detail expand button's width. + + - + - Initializes a new instance of the GridGroupSummaryData class. + Identifies the dependency property. - - - - + - + - Gets whether the group summary is the first visible summary (left most) displayed within a group row. This is a dependency property. + This member supports the control's internal infrastructure and is not intended to be used directly from your code. - true if the group summary is the first visible summary (left most) displayed within a group row; otherwise, false. + A Double value specifying the actual width of the header displayed above detail expand buttons. - + Identifies the dependency property. - [To be supplied] + - + - Gets whether the group summary is the last visible summary (right most) displayed within a group row. This is a dependency property. + Gets the actual template selector that chooses a group footer row template based on custom logic. This is a dependency property. - true if the group summary is the last visible summary (right most) displayed within a group row; otherwise, false. + A descendant that chooses a template based on custom logic. - + Identifies the dependency property. - [To be supplied] + - + - Gets the summary item. + Gets the actual template selector that chooses a group footer summary item template based on custom logic. This is a dependency property. - A object that represents the summary item. + A descendant that chooses a template based on custom logic. - + Identifies the dependency property. - [To be supplied] + - + - Gets the group row's summary value. + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. - An object that represents the group row's summary value. + - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets the summary text displayed within the group row. + Gets the actual template selector that chooses a row details template based on custom logic. This is a dependency property. - A value that represents the summary text displayed within the group row. + A descendant that chooses a template based on custom logic. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - - + - A collection of summary items. + This member supports the control's internal infrastructure and is not intended to be used directly from your code. + true if detail expand buttons should be displayed; otherwise, false. + + - + - Initializes a new instance of the GridSummaryItemCollection class. + Identifies the dependency property. - - A descendant that owns the collection. + - - - A enumeration value that specifies the type of summaries contained within the collection (Group or Total). - + + + + Gets whether the Row Indicator Panel is shown within a view. This is a dependency property. + + + true if the Row Indicator Panel is shown within a view; otherwise, false. + - - + - Represents a summary item. + Identifies the dependency property. + + - + - Initializes a new instance of the GridSummaryItem class with default settings. + Adds a format condition to the format condition collection. + + A object that is the new format condition. + + - + - Gets or sets the name of a data source field whose values are used to calculate a summary that is displayed within group footers. This is a dependency property. + Adds a new record. + + + + + + + Gets or sets whether advanced horizontal navigation is enabled. - A string value specifying the name of a data source field whose values are used for summary calculation. + true, to enable advanced horizontal navigation; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - - + - Represents a method that will handle the event. + Gets or sets whether advanced vertical navigation is enabled. + true, to enable advanced vertical navigation; otherwise, false. + + - + - Represents a method that will handle the event. + Identifies the dependency property. - - The event source. - - - - A object that contains event data. - - + - - + - Provides data for the event. + Gets or sets whether an end-user is allowed to rearrange bands. This is a dependency property. + true, to allow rearranging bands; otherwise, false. + + - + - Initializes a new instance of the ShowingEditorEventArgs class. + Identifies the dependency property. - - A descendant that represents a grid's view. - - - - An integer value that specifies the handle of the row containing the cell. + - - - A object that represents the column containing the cell. - + + + + Gets or sets whether an end-user can change band widths by dragging the edges of their headers. + + + true, to allow an end-user to change band widths; otherwise, false. + - + - Gets a column, for which an event has been raised. + Identifies the dependency property. - A object, that is the grid column. - - + - + - Gets the data row for which an event has been raised. + Gets or sets whether it's allowed to calculate optimal widths, and apply them to all columns displayed within a View. + - A specifying the data row. + true to allow optimal widths to be calculated and applied to all columns displayed within a View; otherwise, false. The default is true. + - - + - Represents a method that will handle the , , and events. + Identifies the dependency property. + + - + - Represents a method that will handle the , , and events. + Gets or sets whether or not cascading data updates are allowed. This is a dependency property. - - The event source. - - - - A object that contains event data. + true to allow cascading data updates; otherwise, false. The default is false. - + - - + - Provides data for the , , and events. + Identifies the dependency property. + + - + - Initializes a new instance of the RowEventArgs class with the specified settings. + Gets or sets whether to enable the Cell Merging feature. This is a dependency property. - - The routed event. - - - - A descendant that represents the grid's view. - - - - An integer value that specifies the processed row's handle. This value is assigned to the property. - - + true, to enable the celll merging feature; otherwise, false. + - + - Initializes a new instance of the RowEventArgs class with the specified settings. + Identifies the dependency property. - - The routed event. - - - - A descendant that represents the grid's view. - - - - An integer value that specifies the processed row's handle. This value is assigned to the property. - - - - An object that represents the data object corresponding to the processed row. - - + - + - Gets the processed row. + Gets or sets whether an end-user is allowed to change the band's parent band. This is a dependency property. - An object that represents the processed row. + true, to allow changing the parent band; otherwise, false. - + - Gets the processed row's handle. + Identifies the dependency property. - An integer value that specifies the processed row's handle. - + - + - Gets the View that raised the event. + Gets or sets whether an end-user is allowed to change a column's parent band. This is a dependency property. - A descendant that is the view that raised the event. + true, to allow changing a column's parent band; otherwise, false. - - + - Represents a method that will handle the event. + Identifies the dependency property. + + - + - Represents a method that will handle the event. + Gets or sets whether to enable the conditional formatting rules manager. This is a dependency property. - - The event source. - - - - An object that contains event data. - - + true, to enable the conditional formatting manager; otherwise, false. + - - + - Provides data for the event. + Identifies the dependency property. + + - + - Initializes a new instance of the InvalidRowExceptionEventArgs class. + Gets or sets whether to enable the conditional formatting menu. This is a dependency property. - - A descendant that represents the grid's view. - - - - An integer value that specifies the handle of the row that failed validation. This value is assigned to the property. - - - - A value that specifies the error description. This value is assigned to the property. - - - - A value that specifies the caption of the error window. This value is assigned to the property. - - - - A object representing the exception that raised the event. This value is assigned to the property. - - - - An enumeration value that specifies how an exception should be handled. This value is assigned to the property. - - + true, to enable the conditional formatting menu; otherwise, false. + - + - Gets or sets the error description. + Identifies the dependency property. - A value that specifies the error description. - + - + - Gets the exception that raised the event. + Gets or sets whether menu items used to fix a column to the left or right, are shown within a column's context menu. This is a dependency property. - A object representing the exception that raised the event. + true to show items used to fix a column to the left or right, within a column's context menu; otherwise, false. - + - Gets or sets a value that specifies how an exception should be handled. + Identifies the dependency property. - An enumeration value that specifies how an exception should be handled. - + - + - Gets or sets the error window's caption. + Gets or sets whether the top row for the visible group is always displayed as the user scrolls through grouped data. This is a dependency property. - A value that specifies the caption of the error window. + A enumeration value that specifies whether to fix group rows when scrolling through grouped data. - - + - Represents a method that will handle the event. + Identifies the dependency property. + + - + - Represents a method that will handle the event. + Gets or sets whether group summaries are asynchronously calculated, one after another, in a background thread. This is a dependency property. - - The event source. - - - - An object that contains event data. - - + true to enable asynchronous calculation of group summaries; otherwise, false. + - - + - Provides data for the event. + Identifies the dependency property. + + - + - Inititalize a new instance of the class. + Gets or sets a value indicating whether virtualization is enabled for horizontal scrolling. - - The routed event. - - - - A descendant that is the view that raised the event. + true to enable virtualization; false to disable it. + - - - An integer value representing the handle of the added row. This value is assigned to the property. - + + + + Identifies the dependency property. + + + - + - Gets the handle of the added row. + Gets or sets whether end-users can access this View's details. - An integer value that specifies the added row's handle. + true to allow end-users access detail views; otherwise, false. - - + - Represents a collection of objects. + Identifies the dependency property. + + - + - Initializes a new instance of the GridSortInfoCollection class with default settings. + Gets or sets whether per-pixel scrolling is enabled. This is a dependency property. + true to enable per-pixel scrolling; false to enable row by row scrolling. + - + - Clears the collection, then adds the specified objects to it and sets how many columns are used to group data. + Identifies the dependency property. - - An integer value that specifies how many columns are used to group data. - - - - An array of objects to add to the collection. - - + - + - Groups data by the values of the specified column. + Gets or sets whether View's details can be printed. This is a dependency property. + - - A System.String value that specifies the column's field name. + A enumeration value that specifies whether View's details can be printed. - + - + - Groups data by the values of the specified column with the specified sort order. If several columns are involved in grouping, the specified column will reside at the specified grouping level. + Identifies the dependency property. - - A value that specifies the field name of the column by whose values data is grouped. - - - - A zero-based integer value that specifies the grouping level. If negative, an exception is raised. - - - - A enumeration value that specifies the column's sort order. - - + - + - Gets or sets how many columns are used to group data. + Gets or sets whether or not to print/export empty details. This is a dependency property. - An integer value that specifies how many columns are used to group data. + A enumeration value that specifies whether or not to print/export empty details. - + - Ungroups data by the values of the specified column. + Identifies the dependency property. - - A value that speicifies the field name of the column by whose values data grouping is canceled. - - + - - + - Represents a method that will handle the event. + Gets or sets whether an end-user can change column widths by dragging the edges of their headers. + true to allow an end-user to change column widths; otherwise, false. + + - + - Represents a method that will handle the event. + Identifies the dependency property. - - The event source. - - - - A object that contains event data. - - + - - + - Provides data for the event. + Gets or sets whether to enable scroll animation. This is a dependency property. + true to enable scroll animation; otherwise, false. + + - + - Initializes a new instance of the GridRowValidationEventArgs class. + Identifies the dependency property. - - An object that raised the event. + - - - An object that represents the value currently being validated. - - - An integer value that specifies the processed row's handle. This value is assigned to the property. + + + + Gets or sets whether column headers are automatically scrolled once a user drags a column header to the View's left or right. This is a dependency property. + + + true to allow horizontal scrolling of column headers; otherwise, false. + - - - A descendant that represents the grid's view. - + + + + Identifies the dependency property. + + + - + - Gets the processed row. + Gets or sets the brush used to paint the background of alternate rows. This is a dependency property. - An object that represents the row currently being validated. + A value. - + - Gets the processed row's handle. + Identifies the dependency property. - An integer value that specifies the processed row's handle. - + - - + - Represents a collection which contains the information required to sort the group rows by summary values. + Gets or sets the alternate row frequency. This is a dependency property. + An integer value that is the alternate row frequency. By default, it's set to 0. + + - + - Initializes a new instance of the GridGroupSummarySortInfoCollection class. + Identifies the dependency property. - - The collection owner. - - + - + - Adds an array of objects to the current collection. + Gets or sets the style applied to data cells displayed within the Auto Filter Row. This is a dependency property. - - An array of objects. + A object that specifies the style applied to data cells. - + - + - Clears the current collection and adds the specified objects. + Identifies the dependency property. - - An array of objects. - - + - - + - Represents an element in the . + Gets an object that represents the Auto Filter Row's data. + A object that represents the row's data. + + - + - Initializes a new instance of the GridGroupSummarySortInfo class with the specified summary item, group column and sort order. + Gets or sets a value specifying whether horizontal navigation keys move focus to the next/previous row when the current row's last/first cell is focused. - - A object, representing a summary item used to calculate summary values for groups of rows. This value is assigned to the property. + true if horizontal navigation keys can move focus between rows; otherwise, false. The default is true. - - - A value that specifies the field name of a column that defines the nesting level of the group whose data rows are sorted by summary values. This value is assigned to the property. + - - - A enumeration value that specifies the sort order. This value is assigned to the property. - + + + + Identifies the dependency property. + + + - + - Initializes a new instance of the GridGroupSummarySortInfo class with the specified summary item and group column. + Gets or sets whether column widths are automatically changed so that the total columns' width matches the grid's width. - - A object, representing a summary item used to calculate summary values for groups of rows. This value is assigned to the property. + true to enable the column auto width feature; otherwise, false. The default is false. + - - - A value that specifies the field name of a column that defines the nesting level of the group whose data rows are sorted by summary values. This value is assigned to the property. - + + + + Identifies the dependency property. + + + - + - Gets or sets the field name of a grouping column. + Gets or sets the template that defines the presentation of band headers. This is a dependency property. - A value that specifies the field name of a column that defines the nesting level of the group whose data rows are sorted by summary values. + A object that defines the presentation of band headers. - + - Gets or sets the order in which group rows are sorted. + Identifies the dependency property. - A enumeration value that specifies the sort order. - + - + - Gets the summary item. + Gets or sets an object that chooses a band header template based on custom logic. This is a dependency property. - A object that represents the summary item. + A descendant that applies a template based on custom logic. - + - Gets the summary item's position within the collection. + Identifies the dependency property. - An integer value that specifies the item's position within the collection. - + - - + - Represents a method that will handle the event. + Gets or sets the template that defines the presentation of band header tooltips. This is a dependency property. + A object that defines the presentation of band header tooltips. + + - + - Represents a method that will handle the event. + Identifies the dependency property. - - The event source. + - - - A object that contains event data. - + + + + Allows you to customize the band context menu by adding new menu items or removing existing items. + + + A object. + - - + - Provides data for the event. + Gets or sets which interface elements are taken into account when calculating optimal width for columns. This is a dependency property. + A enumeration value that specifies interface elements that are taken into account when calculating optimal width for columns. + + - + - Initializes a new instance of the GridCellValidationEventArgs class. + Identifies the dependency property. - - An object that raised the event. - - - - An object that represents the cell's value currently being validated. + - - - An integer value that specifies the handle of the row that contains the cell. This value is assigned to the property. - - - A descendant that represents the grid's view. + + + + Resizes the specified column to the minimum width required to display the column's contents completely. - + + - A object that represents the column whose cell is validated. This value is assigned to the property. + A representing the grid column whose width should be optimized. - + - [To be supplied] + Resizes all visible columns to optimally fit their contents. + - [To be supplied] - + - Gets the cell's old valid value. + Gets or sets the number of records taken into account when calculating the optimal widths required for columns to completely display their contents. This is a dependency property. - An object that represents the cell's old valid value. + An integer value that specifies the number of records processed by a View to apply best fit. - + - Gets a column that owns the cell. + Identifies the dependency property. - A object that represents the column whose cell is validated. - + - - + - Represents a method that will handle the and events. - - + Gets or sets how the optimal width required for a column to completely display its contents is calculated. This is a dependency property. - - - - Represents a method that will handle the and events. - - The event source. - - - - A object that contains event data. - - + A enumeration value. + - - + - Provides data for the event. + Identifies the dependency property. + + - + - Initializes a new instance of the CustomColumnSortEventArgs class. + Returns the column's optimal (minimum) width required to display its contents completely. - A object, representing the column that contains the values to compare. This value is assigned to the property. + A object that represents the grid column. - - - An integer value that specifies the first row's index in the data source. This value is assigned to the property. - - An integer value that specifies the second row's index in the data source. This value is assigned to the property. + A value that specifies the column's optimal (minimum) width required to display its contents completely. - - - An object that represents the first of the two values being compared. This value is assigned to the property. + - - - An object that represents the second of the two values being compared. This value is assigned to the property. - - - A value that specifies the sort order applied to the specified column. This value is assigned to the property. + + + + Returns information about the specified element contained within the table view. + + + + A object that represents the element contained within the table view. + A object that contains information about the specified view element. + - + - Gets the column whose values are being compared. + Returns information about the specified element contained within the treelist view. - A object, representing the column that contains the values to compare. - + + A structure which specifies the test point coordinates relative to the map's top-left corner. + + + A object that contains information about the specified view element. + - + - Gets or sets whether a comparison operation is handled and no default processing is required. + Provides the ability to customize the cell merging behavior. - true if a comparison operation is handled; otherwise false. - - + - Gets the index of the first of the two rows being compared in the data source. + Gets or sets the template that defines the presentation of the Selector Column header. This is a dependency property. - An integer value that specifies the first row's index in the data source. + A object that defines the presentation of the selector column header. - + - Gets the index of the second of the two rows being compared in the data source. - + Identifies the dependency property. - An integer value that specifies the second row's index in the data source. - + - + - Gets or sets the result of a custom comparison. + Return value: DX$CheckboxSelectorColumn - An integer value that specifies the result. - + - + - Gets the sort order applied to the column. + Gets or sets the width of the Selector Column. This is a dependency property. - A value that specifies the column's sort order. + The width of the selector column. - + - Gets the grid control that raised the event. + Identifies the dependency property. - A object that raised the event. - + - + - Gets the first value being compared. + Removes all format conditions. - An object that represents the first of the two values being compared. - - + - Gets the second value being compared. + Clears format conditions for the specified column. - An object that represents the second of the two values being compared. - + + A object that represents the column for which format conditions should be removed. + - - + + - Provides data for the event. + Gets or sets the template that defines the presentation of the column/band chooser. This is a dependency property. + A object that represents the template that displays the column/band chooser. + + - + - Initializes a new instance of the CustomColumnDisplayTextEventArgs class. + Identifies the dependency property. + - + - Gets the column which owns the processed cell. + Gets or sets the object that compares columns and bands of the Grid to define their sorting within the Column Band Chooser. This is a dependency property. - A object that represents the column to which the processed cell belongs. + An object supporting the IComparer interface. - + - Gets or sets the display text for the cell currently being processed. + Identifies the dependency property. - A value that specifies the cell's display text. - + - + - Gets the index of a record in a data source that corresponds to the processed data row. + Gets or sets the template that defines the presentation of the conditional formatting manager. This is a dependency property. - An integer value that specifies the index of the processed record in a data source. + A object that defines the presentation of the conditional formatting manager. - + - Gets the row which owns the processed cell. + Identifies the dependency property. - An object that represents the row in which the processed cell resides. - + - + - Gets the processed row's handle. + Copies the values displayed within the specified block of cells to the clipboard. - An integer value that specifies the row's handle. - + + An integer value that specifies the handle of the row containing the cell that identifies the starting point. + + + + A object that represents the column containing the cell that identifies the starting point. + + + + An integer value that specifies the handle of the row containing the cell that identifies the end point. + + + + A object that represents the column containing the cell that identifies the end point. + + - + - Gets the grid control that raised the event. + Copies the values displayed within the specified cells to the clipboard. - A object that raised the event. - + + An array of objects which contain cell coordinates. + + - + - Gets the processed cell's value. + Copies the values displayed within selected cells to the clipboard. - An object that represents the value of the processed cell. - - - + - Represents a method that will handle the and events. + Enables you to manually calculate the optimal width for a column(s). + + - + - Represents a method that will handle the and events. + Identifies the routed event. - - The event source. + - - - A object that contains event data. - + + + + Enables you to provide custom animation played when grid data is vertically scrolled (per-pixel). + + - - + - Provides data for the and events. + Identifies the routed event. + + - + - Initializes a new instance of the CellValueEventArgs class. + Gets or sets the template that defines the presentation of data rows. This is a dependency property. - - The routed event. - - - - A descendant that is the view that raised the event. - - - - An integer value that specifies the row's handle. This value is assigned to the property. - - - - A object that is the column. This value is assigned to the property. - - - - An object that represents the cell's new value. This value is assigned to the property. - - + A object that defines the presentation of data rows. + - + - Gets or sets the CellValue object consisting of information about the cell being processed. - + Identifies the dependency property. - The CellValue object consisting of information about the cell being processed. - - + - + - Gets a column that contains the edited cell. + Gets or sets an object that chooses a data row template based on custom logic. This is a dependency property. - A object that represents the column that contains the edited cell. + A descendant that chooses a template based on custom logic. - + - Gets or sets the processed cell's value. + Identifies the dependency property. - An object that represents the cell's value. - + - - + - Lists values that specify the New Item Row's position within a View. + Gets the template that defines the default presentation of data rows. This is a dependency property. + A object that defines the default presentation of data rows. + + - + - The new item row is displayed at the bottom of the view. + Identifies the dependency property. + - + - The new item row is not shown. + Gets or sets the outer margin of view's details. + A object that represents the thickness of a frame around view's details. + - + - The new item row is displayed at the top of the view. + Identifies the dependency property. + - - + - Represents a column's header. - - + Provides access to a theme-dependent brush that is used to alternate the row background. This is a dependency property. - - - - Initializes a new instance of the GridColumnHeader class with default settings. + A value. + - - - - Represents the grid's column collection. - - - - - + - Initializes a new instance of the GridColumnCollection class with the specified owner. + Identifies the dependency property. - - A object that owns the current collection. - - + - - + - The grid column. + This member supports the control's internal infrastructure and is not intended to be used directly from your code. + A enumeration value identifying the location of the column that displays detail expand buttons. + + - + - Initializes a new instance of the GridColumn class with default settings. + Identifies the dependency property. + - + - Gets whether an end-user can group data by the current column. This is a dependency property. + Gets or sets the detail expand button's width. - true if an end-user can group data by the current column; otherwise, false. + A Double value specifying the detail expand button's width. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets the actual template selector that chooses a group row value template based on custom logic. This is a dependency property. - + Exports a grid to the specified stream in CSV format using the specified CSV-specific options. - A descendant that chooses a template based on custom logic. - + + A object to which the created CSV file should be sent. + + + A object which specifies the CSV export options to be applied when a grid is exported. - - - - Identifies the dependency property. - - - [To be supplied] + - + - Gets or sets whether to enable the conditional formatting menu for the column. This is a dependency property. + Exports a grid to the specified stream in CSV format. - true, to enable the conditional formatting menu for the column; otherwise, false. - + + A object to which the created CSV file should be sent. + + - + - Identifies the dependency property. + Exports a grid to the specified file path in CSV format, using the specified CSV-specific options. - [To be supplied] + + A which specifies the file name (including the full path) for the created CSV file. + + + + A object which specifies the CSV export options to be applied when a grid is exported. + + - + - Gets or sets a value that specifies whether an end-user can group data by the current column. This is a dependency property. + Exports a grid to the specified file path in CSV format. - A enumeration value that specifies whether an end-user can group data by the current column. - + + A which specifies the file name (including the full path) for the created CSV file. + + - + - Identifies the dependency property. + Exports a grid to the specified file path in HTML format. - [To be supplied] + + A which specifies the file name (including the full path) for the created HTML file. + + - + - Gets or sets the column's position among grouping columns. + Exports a grid to the specified stream in HTML format, using the specified HTML-specific options. - An integer value that specifies the column's position among grouping columns. -1 if a View isn't grouped by the values of this column. - + + A object to which the created HTML file should be sent. + + + + A object which specifies the HTML export options to be applied when a grid is exported. + + - + - Identifies the dependency property. + Exports a grid to the specified stream in HTML format. - [To be supplied] + + A object to which the created HTML file should be sent. + + - + - Gets or sets how data rows are grouped when grouping by this column is applied. This is a dependency property. + Exports a grid to the specified file path in HTML format using the specified HTML-specific options. - A enumeration value that specifies how data rows are grouped. - + + A which specifies the file name (including the full path) for the created HTML file. + + + + A object which specifies the HTML export options to be applied when a grid is exported. + + - + - Identifies the dependency property. + Exports a grid to the specified file path in image format. - [To be supplied] + + A which specifies the file name (including the full path) for the created image file. + + - + - Gets or sets the template that defines the presentation of column values displayed within group rows. This is a dependency property. + Exports a grid to the specified stream in image format. - A object that defines the presentation of group values. - + + A object to which the created image file should be sent. + + - + - Identifies the dependency property. + Exports a grid to the specified file path in image format using the specified image-specific options. - [To be supplied] + + A which specifies the file name (including the full path) for the created image file. + + + + A object which specifies the image export options to be applied when a grid is exported. + + - + - Gets or sets an object that chooses a group value template based on custom logic. This is a dependency property. + Exports a grid to the specified stream in image format, using the specified image-specific options. + - A descendant that chooses a template based on custom logic. - + + A object to which the created image file should be sent. + + + + A object which specifies the image export options to be applied when a grid is exported. + + - + - Identifies the dependency property. + Exports a grid to the specified file path in MHT format, using the specified MHT-specific options. - [To be supplied] + + A which specifies the file name (including the full path) for the created MHT file. + + + + A object which specifies the MHT export options to be applied when a grid is exported. + + - + - Gets whether a View is grouped by the values of this column. This is a dependency property. + Exports a grid to the specified stream in MHT format using the specified MHT-specific options. - true if a View is grouped by the values of this column; otherwise, false. + + A object to which the created MHT file should be sent. + + + + A object which specifies the MHT export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in MHT format. + + + + A object to which the created MHT file should be sent. + + + + + + + + Exports a grid to the specified file path in MHT format. + + + + A which specifies the file name (including the full path) for the created MHT file. + + + + + + + + Exports a grid to the specified file path in PDF format. + + + + A which specifies the file name (including the full path) for the created PDF file. + + + + + + + + Exports a grid to the specified file path in PDF format, using the specified PDF-specific options. + + + + A which specifies the file name (including the full path) for the created PDF file. + + + + A object which specifies the PDF export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in PDF format. + + + + A object to which the created PDF file should be sent. + + + + + + + + Exports a grid to the specified stream in PDF format, using the specified PDF-specific options. + + + + A object to which the created PDF file should be sent. + + + + A object which specifies the PDF export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in RTF format. + + + + A object to which the created RTF file should be sent. + + + + + + + + Exports a grid to the specified stream in RTF format, using the specified RTF-specific options. + + + + A object to which the created RTF file should be sent. + + + + A object which specifies the RTF export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in RTF format, using the specified RTF-specific options. + + + + + A which specifies the file name (including the full path) for the created RTF file. + + + + A object which specifies the RTF export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in RTF format. + + + + A which specifies the file name (including the full path) for the created RTF file. + + + + + + + + Exports a grid to the specified stream in text format, using the specified text-specific options. + + + + A object to which the created text file should be sent. + + + + A object which specifies the text export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in text format. + + + + A which specifies the file name (including the full path) for the created text file. + + + + + + + + Exports a grid to the specified stream in text format. + + + + A object to which the created text file should be sent. + + + + + + + + Exports a grid to the specified file path in text format, using the specified text-specific options. + + + + A which specifies the file name (including the full path) for the created text file. + + + + A object which specifies the text export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in XLS format. + + + + A which specifies the file name (including the full path) for the created XLS file. + + + + + + + + Exports a grid to the specified file path in XLS format using the specified XLS-specific options. + + + + A which specifies the file name (including the full path) for the created XLS file. + + + + A object which specifies the XLS export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in XLS format. + + + + A object to which the created XLS file should be sent. + + + + + + + + Exports a grid to the specified stream in XLS format, using the specified XLS-specific options. + + + + A object to which the created XLS file should be sent. + + + + A object which specifies the XLS export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in XLSX format. + + + + A object to which the created XLSX file should be sent. + + + + + + + + Exports a grid to the specified stream in XLSX format, using the specified XLSX-specific options. + + + + A object to which the created XLSX file should be sent. + + + + A object which specifies the XLSX export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in XLSX format, using the specified XLSX-specific options. + + + + A which specifies the file name (including the full path) for the created XLSX file. + + + + A object which specifies the XLSX export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified file path in XLSX format. + + + + A which specifies the file name (including the full path) for the created XLSX file. + + + + + + + + Exports a grid to the specified file path in XPS format. + + + + A which specifies the file name (including the full path) for the created XPS file. + + + + + + + + Exports a grid to the specified stream in XPS format, using the specified XPS-specific options. + + + + A object to which the created XPS file should be sent. + + + + A object which specifies the XPS export options to be applied when a grid is exported. + + + + + + + + Exports a grid to the specified stream in XPS format. + + + + A object to which the created XPS file should be sent. + + + + + + + + Exports a grid to the specified file path in XPS format using the specified XPS-specific options. + + + + A which specifies the file name (including the full path) for the created XPS file. + + + + A object which specifies the XPS export options to be applied when a grid is exported. + + + + + + + + Specifies whether the horizontal scrollbar fills the entire width of the grid. This is a dependency property. + + + + true, if the horizontal scrollbar should fill the entire width of the grid; otherwise, false. + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets the left fixed content width. This is a dependency property. + + + A value that is the left fixed content width in pixels. + + + + + + + Identifies the dependency property. + + + + + + + + + Returns the list of visible columns that are fixed to the left. This is a dependency property. + + + The list of visible columns fixed to the left. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the fixed line's width. This is a dependency property. + + + A value that specifies the fixed line's width. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets the width of the horizontally scrollable viewport. This is a dependency property. + + + A value that specifies the width of the horizontally scrollable viewport, in pixels. + + + + + + + Identifies the dependency property. + + + + + + + + + Returns the list of visible columns that are not fixed within a View. This is a dependency property. + + + The list of visible columns that are not fixed within a View. + + + + + + + Identifies the dependency property. + + + + + + + + + + Gets the right fixed content width. This is a dependency property. + + + A value that is the right fixed content width in pixels. + + + + + + + Identifies the dependency property. + + + + + + + + + Returns the list of visible columns that are fixed to the right. This is a dependency property. + + + The list of visible columns fixed to the right. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the template that defines the presentation of a focused row's border. This is a dependency property. + + + A object that represents the template that displays the border. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the template that defines the presentation of the format condition dialog. This is a dependency property. + + + A object that defines the presentation of cards. + + + + + + + Identifies the dependency property. + + + + + + + + + Contains format conditions. + + + A object that is the collection of format conditions applied to the view's columns. + + + + + + + Returns the specified group footer's UI element. + + + + An integer value that specifies the row's handle. + + + A descendant that is the specified group footer row element. + + + + + + + Returns the selected data cells. + + + The list of objects that contain cell coordinates (row and column). + + + + + + + Gets or sets the style applied to group summary items aligned by bands. This is a dependency property. + + + A object that is the style applied to group summary items aligned by bands. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the style applied to group summary items aligned by columns. This is a dependency property. + + + A object that is the style applied to group summary items aligned by columns. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the template that defines the presentation of group summary items aligned by columns. This is a dependency property. + + + A object that defines the presentation of group summary items aligned by columns. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the style applied to group footers. This is a dependency property. + + + A object that represents the style applied to group footers. + + + + + + + Gets or sets the style applied to group summary items displayed within a group footer. This is a dependency property. + + + A object that represents the style applied to group summary items. + + + + + + + Gets or sets the template that defines the presentation of group footer rows. This is a dependency property. + + + A object that defines the presentation of group footer rows. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an object that chooses a group footer row template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the style applied to summary items displayed within group footers. This is a dependency property. + + + A object that represents the style applied to group rows. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the template that defines the presentation of group footer summary items. This is a dependency property. + + + A object that defines the presentation of group footer rows. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets an object that chooses a group footer summary item template based on custom logic. This is a dependency property. + + + A descendant that chooses a template based on custom logic. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the position of group summaries within a group row. This is a dependency property. + + + A enumeration value that specifies the position of group summaries within a group row. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets whether the view has details. + + + true if the view has details; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the minimum height of the Column Header Panel. This is a dependency property. + + + A value that is the minimum height of the Column Header Panel. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the horizontal scrollbar's visibility. This is a dependence property. + + + A enumeration value that specifies the horizontal scrollbar's visibility. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets the width of the view's client area. + + + A value that specifies the client area's width. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets the width of the row indicator header. This is a dependency property. + + + A value that specifies the width of the row indicator header, in pixels. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the width of the row indicator panel. + + + An integer value specifying the width of the row indicator panel in pixels. + + + + + + + Identifies the dependency property. + + + + + + + + + Enables you to initialize new rows with default values. + + + + + + + + + + Identifies the routed event. + + + + + + + + + Indicates whether the specified cell is selected. + + + + An integer value that specifies the row's handle. + + + + A descendant that represents the column which contains the cell. + + + true if the specified cell is selected; otherwise, false. + + + + + + + Gets or sets the binding that determines which rows display detail expand buttons. + + + A object specifying which rows display detail expand buttons. + + + + + + + This member supports the control's internal infrastructure and is not intended to be used directly from your code. + + + A BindingContainer object. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets a custom Layout Calculator. This is a dependency property. + + + An object that implements the interface. + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Identifies the dependency property. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Identifies the dependency property. + + + + + + + + + Moves focus to the row preceding the one currently focused, and optionally allows the Automatic Filter Row to be focused. + + + + true to allow the Automatic Filter Row to be focused; otherwise, false. + + + + + + + + Gets or sets whether multiple row/cell selection is enabled. This is a dependency property. + + + A enumeration value that specifies the selection mode. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the style applied to data cells displayed within the New Item Row. This is a dependency property. + + + A object that specifies the style applied to data cells. + + + + + + + + Identifies the dependency property. + + + + + + + + + Gets an object that represents the New Item Row's data. + + + A object that represents the row's data. + + + + + + + Gets or set the New Item Row's position within a View. + + + A enumeration value that specifies the New Item Row's position within a View. + + + + + + + Identifies the dependency property. + + + + + + + + + Contains predefined color scales formats that are used to color cells proportional to their values. This is a dependency property. + + + A object that is the collection of color scales formats. + + + + + + + Identifies the dependency property. + + + + + + + + + Contains predefined data bar formats that are used to fill cells with bars whose lengths are proportional to the cell values. This is a dependency property. + + + A object that is the collection of data bar formats. + + + + + + + Identifies the dependency property. + + + + + + + + + Contains predefined formats that are used by conditional formatting rules. This is a dependency property. + + + A object that is the collection of formats. + + + + + + + Identifies the dependency property. + + + + + + + + + Contains predefined icon set formats that are used to assign an icon to each cell based on its value. This is a dependency property. + + + A object that is the collection of icon set formats. + + + + + + + Identifies the dependency property. + + + + + + + + + Invokes the Print dialog and prints the grid. + + + + + + + + Gets or sets whether to print all view's details. This is a dependency property. + + + A enumeration value that specifies whether or not to print all the view's details. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether the grid is printed with all group rows expanded. + + + true to print the grid with all group rows expanded; otherwise, false. The default is true. + - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Enables you to validate the active editor's value. + Gets or sets whether printed columns' widths are automatically changed, so that the grid fits the width of the report page. + true to automatically change the grid's width so that it fits the width of the report page; otherwise, false. The default is true. + + - - + - Provides access to grid commands. + Identifies the dependency property. + + - + - Resizes the column to the minimum width required to display the column's contents completely. - + Gets or sets whether band headers are printed. - A object that defines a command implementing the , and is routed through the element tree. + true, to print column headers; otherwise, false. The default is true. - + - Adjusts the width of columns so that columns fit their contents in an optimal way. + Identifies the dependency property. - A object that defines a command implementing the , and is routed through the element tree. - + - + - Hides the active editor, discarding all the changes made within the focused row. + Gets or sets the style applied to band headers when the grid is printed. This is a dependency property. - A object that defines a command implementing the , and is routed through the element tree. + A object that represents the style applied to band headers when the grid is printed. - + - Toggles the specified card's expanded state. + Identifies the dependency property. - A object that defines a command implementing the , and is routed through the element tree. - + - + - Toggles a column's sort order. + Gets or sets the style applied to all data cells when the grid is printed. This is a dependency property. - A object that defines a command implementing the , and is routed through the element tree. + A object that represents the style applied to all data cells when the grid is printed. - + - Toggles the specified group row's expanded state. + Identifies the dependency property. - A object that defines a command implementing the , and is routed through the element tree. - + - + - Removes the filter condition applied to a column. + Gets or sets whether column headers are printed. - The command which removes the filter condition applied to a column. + true to print column headers; otherwise, false. The default is true. + - + - Clears the grid's filter expression. + Identifies the dependency property. - A object that defines a command implementing the , and is routed through the element tree. - + - + - Removes the filter condition applied to a column. + Gets or sets the style applied to column headers when the grid is printed. This is a dependency property. - The command which removes the filter condition applied to a column. + A object that represents the style applied to column headers when the grid is printed. - + - Ungroups the grid. + Identifies the dependency property. - A object that defines a command implementing the , and is routed through the element tree. - + - + - Collapses all group rows. + Gets or sets the bottom print detail indent. This is a dependency property. - A object that defines a command implementing the , and is routed through the element tree. + A value that specifies the bottom indent, in pixels. - + - Deletes the focused data row or card. + Identifies the dependency property. - A object that defines a command implementing the , and is routed through the element tree. - + - + - Activates the focused cell's inplace editor. + Gets or sets the top print detail indent. This is a dependency property. - A object that defines a command implementing the , and is routed through the element tree. + A value that specifies the top indent, in pixels. - + - Hides the active editor and posts all the changes made within the focused row to a data source if the row values are valid. - + Identifies the dependency property. - A object that defines a command implementing the , and is routed through the element tree. - + - + - Expands all group rows. + Prints the grid using the default printer. - A object that defines a command implementing the , and is routed through the element tree. - - + - Hides the Column Band Chooser. + Prints the grid using the printer specified by the print queue. - A object that defines a command implementing the , and is routed through the element tree. - + + A object specifying the print queue. + + - + - Moves focus to the first cell displayed within the first visible row. + Gets or sets the template that defines the Fixed Summary Panel's presentation when the grid is printed. This is a dependency property. - A object that defines a command implementing the , and is routed through the element tree. + A object that defines the Fixed Summary Panel's presentation when the grid is printed. - + - Moves focus to the first visible row or card within a View. + Identifies the dependency property. - A object that defines a command implementing the , and is routed through the element tree. - + - + - Moves focus to the last cell displayed within the last visible row. + Gets or sets whether the Fixed Summary Panel is printed. This is a dependency property. - A object that defines a command implementing the , and is routed through the element tree. + true to print the Fixed Summary Panel; otherwise, false. - + - Moves focus to the last visible row or card within a View. + Identifies the dependency property. - A object that defines a command implementing the , and is routed through the element tree. - + - + - Focuses the next cell after the focused cell. + Gets or sets the style applied to summary items displayed within the Fixed Summary Panel when the grid is printed. This is a dependency property. - A object that defines a command implementing the , and is routed through the element tree. + A object that represents the style applied to summary items displayed within the Fixed Summary Panel when the grid is printed. - + - Moves focus forward by the number of rows or cards displayed onscreen within a View. + Identifies the dependency property. - A object that defines a command implementing the , and is routed through the element tree. - + - + - Moves focus to the row or card following the one currently focused. + Gets or sets the template that defines the Summary Panel's presentation when the grid is printed. This is a dependency property. - A object that defines a command implementing the , and is routed through the element tree. + A object that defines the Summary Panel's presentation when the grid is printed. - + - Moves focus to the group row that owns the currently focused row. + Identifies the dependency property. - A object that defines a command implementing the , and is routed through the element tree. - + - + - Focuses the preceding cell before the focused cell. + Gets or sets whether to print the Group Footer's content. This is a dependency property. - A object that defines a command implementing the , and is routed through the element tree. + true, to print group footers; otherwise, false. - + - Moves focus backward by the number of rows or cards displayed onscreen within a View. + Identifies the dependency property. + + + + + + + + Gets or sets the style applied to the group footers when the grid is printed. This is a dependency property. - A object that defines a command implementing the , and is routed through the element tree. + A object that is the style applied to the group footers when the grid is printed. - + - Moves focus to the row or card preceding the one currently focused. + Identifies the dependency property. - A object that defines a command implementing the , and is routed through the element tree. - + - + - Invokes the Column Band Chooser. + Gets or sets the template that defines the Group Footer's presentation when the grid is printed. This is a dependency property. - A object that defines a command implementing the , and is routed through the element tree. + A object that defines the group footer's presentation when the grid is printed. - + - Invokes the Filter Editor. + Identifies the dependency property. - A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Gets or sets the style applied to group rows when the grid is printed. This is a dependency property. + + + A object that represents the style applied to group rows when the grid is printed. - + - Invokes the Expression Editor. + Identifies the dependency property. + + + + + + + + Gets or sets the template that defines the presentation of group rows when the grid is printed. This is a dependency property. - A object that defines a command implementing the , and is routed through the element tree. + A object that defines the presentation of group rows when the grid is printed. - + + + Identifies the dependency property. + + + + + + - Represents a View that displays data using cards. + Gets or sets the position of group summaries within a group row when printing. This is a dependency property. + A enumeration value that specifies the position of group summaries within a group row. + + - + - Initializes a new instance of the CardView class with default settings. + Identifies the dependency property. + - + - Gets the actual template selector that chooses a card header template based on custom logic. This is a dependency property. + Gets or sets the template that defines the presentation of column headers when the grid is printed. This is a dependency property. - A descendant that chooses a template based on custom logic. + A object that defines the presentation of column headers when the grid is printed. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets the actual template selector that chooses a card row template based on custom logic. This is a dependency property. + Gets or sets the style applied to the row indents when the grid is printed. This is a dependency property. - A descendant that chooses a template based on custom logic. + A object that is the style applied to the row indents when the grid is printed. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets the actual template selector that chooses a card template based on custom logic. This is a dependency property. - + Gets or sets the template that defines the presentation of data rows when the grid is printed. This is a dependency property. - A descendant that chooses a template based on custom logic. + A object that defines the presentation of data rows when the grid is printed. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether an end-user is allowed to change the width (or height) of cards. This is a dependency property. + Gets or sets whether only the selected rows are printed/exported. - true to allow an end-user to resize cards; otherwise, false. + true if only the selected rows are printed/exported; otherwise, false. The default is false. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Returns information about the specified element contained within the card view. + Gets or sets whether the Summary Panel is printed. - - A object that represents the element contained within the card view. - - - A object that contains information about the specified view element. - - + true to print the Summary Panel; otherwise, false. The default is true. - - - - Gets or sets the alignment of cards within a view. - - - A enumeration value that specifies the alignment of cards within a view. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the data binding for the card header. + Gets or sets the style applied to total summary items when the grid is printed. This is a dependency property. - A object instance that specifies the data binding for the card header. + A object that represents the style applied to total summary items when the grid is printed. - + - Gets or sets the data binding for the card header. + Identifies the dependency property. - A object instance that specifies the data binding for the card header. - + - + - Gets or sets the template that defines the presentation of card headers. This is a dependency property. + Gets or sets whether the selection made in the check column is retained on a click in the grid outside the check column. This is a dependency property - A object that defines the presentation of card headers. + true, if selection is retained; otherwise, false. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets an object that chooses a card header template based on custom logic. This is a dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. - A descendant that applies a template based on custom logic. + - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets a value that specifies how cards are arranged within a Card View. + This member supports the internal infrastructure and is not intended to be used directly from your code. - A enumeration value that specifies how cards are arranged within a Card View. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the outer margin of a card. + Gets or sets the row decoration template. This is a dependency property. - A object that represents the thickness of a frame around a card. + A object that represents the row decoration template. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the template that defines the presentation of card rows. This is a dependency property. + Gets or sets the template that is used to display the row details. - A object that defines the presentation of card rows. + A object. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets an object that chooses a card row template based on custom logic. This is a dependency property. + Gets or sets an object that chooses a row details template based on custom logic. This is a dependency property. A descendant that chooses a template based on custom logic. @@ -4523,4225 +5496,4271 @@ - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets a card's style. + Gets or sets a value that indicates when the row details are displayed. This is a dependency property. - A object that represents a card's style. + A enumeration value. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the template that defines the presentation of cards. This is a dependency property. + Occurs when a row is double-clicked. - A object that defines the presentation of cards. - - + - Identifies the dependency property. + Identifies the routed event. - [To be supplied] + - + - Gets or sets an object that chooses a card template based on custom logic. This is a dependency property. + Gets or sets the template that defines the presentation of a row indicator's content. This is a dependency property. + - A descendant that chooses a template based on custom logic. + A object that defines the presentation of row indicators. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Collapses all cards. + Gets or sets a row's minimum height. This is a dependency property. + A value that specifies a row's minimum height. + - + - Collapses the specified card. + Identifies the dependency property. - - An integer value that identifies the card by its handle. - - + - + - Gets the orientation of collapsed cards. This is a dependency property. + Gets or sets the style applied to data rows. This is a dependency property. - A enumeration member that specifies the orientation of collapsed cards. + A object that represents the style applied to data rows. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Expands all cards. + Gets or sets the scroll animation length. This is a dependency property. + A value that specifies the animation length, in milliseconds. + - + - Expands the specified card. + Identifies the dependency property. - - An integer value that identifies the card by its handle. - - + - + - Gets or sets a card's width (or height). + Gets or sets the per-pixel scrolling mode. This is a dependency property. - A value that specifies a card's width or height. + A enumeration value that specifies the per-pixel scrolling mode. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the template that defines the presentation of a focused card's border. This is a dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. - A object that represents the template that displays the border. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the template that defines the presentation of a focused cell's border in a Card View. This is a dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. - A object that represents the template that displays the border. + - + Identifies the dependency property. - [To be supplied] + - + - Indicates whether the specified card is expanded. + Selects the cell. - An integer value that specifies the card's handle. + An integer value that specifies the handle of the row where the cell is located. + + + + A object that represents the column which contains the cell. - true if the specified card is expanded; otherwise, false. - - + - Gets whether an end-user can resize cards. This is a dependency property. + Selects multiple cells. + - true if an end-user can resize cards; otherwise, false. - + + An integer value that specifies the handle of the row containing the cell that identifies the starting point of the selection. + + + + A object that represents the column containing the cell that identifies the starting point of the selection. + + + + An integer value that specifies the handle of the row containing the cell that identifies the end point of the selection. + + + + A object that represents the column containing the cell that identifies the ending point of the selection. + + - + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + + + - Identifies the dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. - [To be supplied] + + + + + + - + - Gets or sets the maximum number of cards in a row (or column). + This member supports the internal infrastructure and is not intended to be used directly from your code. - An integer value that specifies the maximum number of cards in a row (or column). - + + + + + + - + - Identifies the dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. - [To be supplied] + + + + + + - + - Gets or sets the minimum width (or height if cards are arranged in columns) of cards. This is a dependency property. + Gets or sets whether the Automatic Filter Row is displayed. - A value that specifies the minimum size of cards. + true to show the automatic filter row; otherwise, false. The default is false. + - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether multiple card selection is enabled. This is a dependency property. + Gets or sets whether to show the 'Bands' tab within the Column Band Chooser. - A enumeration value that specifies the selection mode. + true, to show the 'Bands' tab within the column chooser; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets whether to display the bands panel. - + true, to display the bands panel; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the template that defines the presentation of card separators. This is a dependency property. + Gets or sets whether to enable the Selector Column. This is a dependency property. - A object that defines the presentation of card separators. + true to enable the Selector Column; otherwise, false. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the thickness of card separators. This is a dependency property. + Gets or sets whether the Selector Column can be used to select and deselect groups. This is a dependency property. - A value that specifies the thickness of card separators. + true to show checkboxes corresponding to group rows in the Selector Column; otherwise, false. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether to display the card expand buttons. This is a dependency property. + Shows the conditional formatting rules manager. - true, to display the card expand button; otherwise, false. - - + + A object that is the column for which to invoke the conditional formatting manager. - - - - Identifies the dependency property. - - - - + - + - Gets or sets the border template of the focused group row. This is a dependency property. + Gets or sets whether to show the data navigator. This is a dependency property. - The object that defines the presentation of the focused group row's border. + true, to show the data navigator; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - - + - Represents a View that displays data in a tabular form. + Gets or sets whether to display expand buttons within master rows. + true to display expand buttons within master rows; otherwise, false. + + - + - Initializes a new instance of the TableView class with default settings. + Identifies the dependency property. + - + - Initializes a new instance of the TableView class with the specified settings. + Invokes the format condition dialog. - - - - - - + + A object that is the column to which you want to add a formatting rule. - - + + A object that is the dialog type. - + - Gets the actual template selector that chooses a data row template based on custom logic. This is a dependency property. - + Gets or sets whether to display group footers. This is a dependency property. - A descendant that chooses a template based on custom logic. + true, to display group footers; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets the actual outer margin of view's details. + Gets or sets whether horizontal lines are displayed. This is a dependency property. - A object that represents the thickness of a frame around a view's details. + true to display horizontal lines; otherwise, false. The default is true. - + Identifies the dependency property. - [To be supplied] + - + - This member supports the control's internal infrastructure and is not intended to be used directly from your code. + Gets or sets a value specifying whether the Row Indicator panel is displayed. - A Double value indicating the actual detail expand button's width. + true to display the row indicator panel; otherwise, false. The default is true. + - + Identifies the dependency property. - [To be supplied] + - + - This member supports the control's internal infrastructure and is not intended to be used directly from your code. + Fires before showing a group footer. - A Double value specifying the actual width of the header displayed above detail expand buttons. - - + - Identifies the dependency property. + Identifies the routed event. - [To be supplied] + - + - Gets the actual template selector that chooses a group footer row template based on custom logic. This is a dependency property. + Creates the print document from the TableView and displays the Print Preview of the document using the specified owner. This method can't be used in XBAP applications. + - A descendant that chooses a template based on custom logic. - + + A instance specifying the owner of the Print Preview. + + - + - Identifies the dependency property. + Creates the print document from the TableView and displays the Print Preview of the document using the specified owner and document name. This method can't be used in XBAP applications. + - [To be supplied] + + A instance specifying the owner of the Print Preview. + + + A value specifying what name should be used for the document to be displayed in the Print Preview. - - - - Gets the actual template selector that chooses a group footer summary item template based on custom logic. This is a dependency property. - - - A descendant that chooses a template based on custom logic. - + - + - Identifies the dependency property. + Creates the print document from the TableView and displays the Print Preview of the document using the specified owner and document name. This method is intended to be used in XBAP applications. + - [To be supplied] + + A instance specifying the owner of the Print Preview. + + + A value specifying what name should be used for the document to be displayed in the Print Preview. - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. - - - - + - + - Identifies the dependency property. + Creates the print document from the TableView and displays the Print Preview of the document using the specified owner, document name and Print Preview's title. This method is intended to be used in XBAP applications. + - [To be supplied] + + A instance specifying the owner of the Print Preview. + + + A value specifying what name should be used for the document to be displayed in the Print Preview. - - - - [To be supplied] - - [To be supplied] + + + A value specifying the title of the Print Preview. + + - + - [To be supplied] - - [To be supplied] + Creates the print document from the TableView and displays the Print Preview of the document using the specified owner. This method is intended to be used in XBAP applications. - - - - This member supports the control's internal infrastructure and is not intended to be used directly from your code. - true if detail expand buttons should be displayed; otherwise, false. - + + A instance specifying the owner of the Print Preview. + + - + - Identifies the dependency property. + Creates the print document from the TableView and displays the Print Preview of the document using the specified owner, document name and Print Preview's title. This method can't be used in XBAP applications. + - [To be supplied] + + A instance specifying the owner of the Print Preview. + + + A value specifying what name should be used for the document to be displayed in the Print Preview. - - - - Gets whether the Row Indicator Panel is shown within a view. This is a dependency property. - - - true if the Row Indicator Panel is shown within a view; otherwise, false. - + + + A value specifying the title of the Print Preview. + + - + - Identifies the dependency property. + Creates the print document from the TableView and displays the modal Print Preview of the document using the specified owner. This method can't be used in XBAP applications. + - [To be supplied] + + A instance specifying the owner of the Print Preview. + + - + - Adds a format condition to the format condition collection. + Creates the print document from the TableView and displays the modal Print Preview of the document using the specified owner, document name and Print Preview's title. This method can't be used in XBAP applications. + - - A object that is the new format condition. + + A instance specifying the owner of the Print Preview. + + + + A value specifying what name should be used for the document to be displayed in the Print Preview. + + + + A value specifying the title of the Print Preview. - + - Adds a new record. + Creates the print document from the TableView and displays the modal Print Preview of the document using the specified owner and document name. This method can't be used in XBAP applications. + + + + A instance specifying the owner of the Print Preview. + + + + A value specifying what name should be used for the document to be displayed in the Print Preview. + + - + - Gets or sets whether advanced horizontal navigation is enabled. + This member supports the internal infrastructure and is not intended to be used directly from your code. - true, to enable advanced horizontal navigation; otherwise, false. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether advanced vertical navigation is enabled. + Gets or sets whether vertical lines are displayed. This is a dependency property. - true, to enable advanced vertical navigation; otherwise, false. + true to display vertical lines; otherwise, false. The default is true. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether an end-user is allowed to rearrange bands. This is a dependency property. + Provides access to view commands. - true, to allow rearranging bands; otherwise, false. + A object that provides a set of view commands. - - - Identifies the dependency property. - - - [To be supplied] - - - - + - Gets or sets whether an end-user can change band widths by dragging the edges of their headers. + This property supports the internal infrastructure and is not intended to be used directly from your code. - true, to allow an end-user to change band widths; otherwise, false. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether it's allowed to calculate optimal widths, and apply them to all columns displayed within a View. - + This property supports the internal infrastructure and is not intended to be used directly from your code. - true to allow optimal widths to be calculated and applied to all columns displayed within a View; otherwise, false. The default is true. - - + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether or not cascading data updates are allowed. This is a dependency property. + Unselects the specified cell. - true to allow cascading data updates; otherwise, false. The default is false. + + An integer value that specifies the handle of the row, containing the cell. - + + + A object that represents the column, containing the cell. + + - + - Identifies the dependency property. + Unselects the specified cells. + - [To be supplied] + + An integer value that specifies the handle of the row containing the cell that identifies the starting point of the selection. + + + + A object that represents the column containing the cell that identifies the starting point of the selection. + + + + An integer value that specifies the handle of the row containing the cell that identifies the end point of the selection. + + + + A object that represents the column containing the cell that identifies the end point of the selection. + + - + - Gets or sets whether an end-user is allowed to change the band's parent band. This is a dependency property. + Specifies whether to alternate the row background using a theme-dependent brush. This is a dependency property. + - true, to allow changing the parent band; otherwise, false. + true, to alternate the row background using a theme-dependent brush; otherwise, false. By default, false. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether an end-user is allowed to change a column's parent band. This is a dependency property. + For internal use. - true, to allow changing a column's parent band; otherwise, false. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether to enable the conditional formatting menu. This is a dependency property. + Gets or sets whether rows can be selected via the Row Indicator Panel. - true, to enable the conditional formatting menu; otherwise, false. + true if rows can be selected via the row indicator; otherwise, false. The default is true. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether menu items used to fix a column to the left or right, are shown within a column's context menu. This is a dependency property. + Gets or sets whether to enable the grid's optimized mode. This is a dependency property. - true to show items used to fix a column to the left or right, within a column's context menu; otherwise, false. + or , to enable the optimized mode; otherwise, . The default value is . - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether the top row for the visible group is always displayed as the user scrolls through grouped data. This is a dependency property. + Gets or sets the vertical scrollbar's visibility. This is a dependency property. - A enumeration value that specifies whether to fix group rows when scrolling through grouped data. + A enumeration value that specifies the vertical scrollbar's visibility. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether group summaries are asynchronously calculated, one after another, in a background thread. This is a dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. - true to enable asynchronous calculation of group summaries; otherwise, false. + - + Identifies the dependency property. - [To be supplied] + - + + - Gets or sets a value indicating whether virtualization is enabled for horizontal scrolling. + Represents a method that will handle the event. - true to enable virtualization; false to disable it. - - - + - Identifies the dependency property. + Represents a method that will handle the event. - [To be supplied] + + The event source. + + + A object that contains event data. - - - - Gets or sets whether end-users can access this View's details. - - - true to allow end-users access detail views; otherwise, false. - + - + + - Identifies the dependency property. + Provides data for the event. - [To be supplied] - - + - Gets or sets whether per-pixel scrolling is enabled or not. This is a dependency property. + Gets the unbound column currently being processed. - true to enable per-pixel scrolling; false to enable row by row scrolling. + A object that represents the unbound column. - + - Identifies the dependency property. + Returns the value of the specified cell within the processed row in the grid's data source. - [To be supplied] + + A value that specifies the name of the data source field. + + + An object that represents a value from the grid's data source. + - + - Gets or sets whether View's details can be printed. This is a dependency property. - + Returns the value of the specified cell within the specified row in the grid's data source. - A enumeration value that specifies whether View's details can be printed. + + A zero-based integer value that identifies the record in a data source by its index. - + + + A value that specifies the name of the data source field. + + + An object that represents a value from the grid's data source. + - + - Identifies the dependency property. + Gets the index of the record in a data source to which the processed row corresponds. - [To be supplied] + A zero-based integer value that specifies the index of the record in a data source to which the processed row corresponds. + - + - Gets or sets whether or not to print/export empty details. This is a dependency property. + Gets the grid control that raised the event. - A enumeration value that specifies whether or not to print/export empty details. + A object that raised the event. - + + - Identifies the dependency property. + Provides data for the and events. - [To be supplied] - - + - Gets or sets whether an end-user can change column widths by dragging the edges of their headers. + Initializes a new instance of the RowAllowEventArgs class. - true to allow an end-user to change column widths; otherwise, false. - + + The routed event. + + + A descendant that is the view that owns the processed row. - - - - Identifies the dependency property. - - - [To be supplied] + + + An integer value that specifies the processed row's handle. This value is assigned to the property. + + - + - Gets or sets whether column headers are automatically scrolled once a user drags a column header to the View's left or right. This is a dependency property. + Gets or sets whether the operation is allowed. - true to allow horizontal scrolling of column headers; otherwise, false. + true to allow the operation; otherwise, false. - + + - Identifies the dependency property. + Represents a method that will handle the and events. - [To be supplied] - - + - Gets or sets the brush used to paint the background of alternate rows. This is a dependency property. + Represents a method that will handle the and events. - A value. - + + The event source. + + + A object that contains event data. - - - - Identifies the dependency property. - - - [To be supplied] + - + + - Gets or sets the alternate row frequency. This is a dependency property. + Contains information about a group row. - An integer value that is the alternate row frequency. By default, it's set to 0. - - - + - Identifies the dependency property. + Initializes a new instance of the GroupRowData class. - [To be supplied] + + + + - + - Gets or sets the style applied to data cells displayed within the Auto Filter Row. This is a dependency property. + Gets whether all items within the group are selected. This is a dependency property. - A object that specifies the style applied to data cells. - + true if all items within the group are selected; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets an object that represents the Auto Filter Row's data. + This member supports the internal infrastructure and is not intended to be used directly from your code. - A object that represents the row's data. + - + - Gets or sets a value specifying whether horizontal navigation keys move focus to the next/previous row when the current row's last/first cell is focused. + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. - true if horizontal navigation keys can move focus between rows; otherwise, false. The default is true. - + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether column widths are automatically changed so that the total columns' width matches the grid's width. + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. - true to enable the column auto width feature; otherwise, false. The default is false. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the template that defines the presentation of band headers. This is a dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. - A object that defines the presentation of band headers. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets an object that chooses a band header template based on custom logic. This is a dependency property. + Gets a value that specifies at which nesting level the group row resides. This is a dependency property. - A descendant that applies a template based on custom logic. + An integer value that specifies the nesting level at which the group row resides. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the template that defines the presentation of band header tooltips. This is a dependency property. + Gets the list of objects that contain information on group summaries displayed within a group row. This is a dependency property. - A object that defines the presentation of band header tooltips. + The list of objects that contain information on group summaries displayed within a group row. - + Identifies the dependency property. - [To be supplied] - - - - - - Allows you to customize the band context menu by adding new menu items or removing existing items. - - - A object. - + - + - Gets or sets which interface elements are taken into account when calculating optimal width for columns. This is a dependency property. + Gets or sets the group row's value. This is a dependency property. - A enumeration value that specifies interface elements that are taken into account when calculating optimal width for columns. + A object that represents the group row's value. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Resizes the specified column to the minimum width required to display the column's contents completely. - + Indicates whether the group row is at the lowest hierarchical level. This is a dependency property. - - A representing the grid column whose width should be optimized. - - + true, if the group row is at the lowest hierarchical level; otherwise, false. + - + - Resizes all visible columns to optimally fit their contents. + Identifies the dependency property. + - + - Gets or sets the number of records taken into account when calculating the optimal widths required for columns to completely display their contents. This is a dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. - An integer value that specifies the number of records processed by a View to apply best fit. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets how the optimal width required for a column to completely display its contents is calculated. This is a dependency property. - + Indicates whether the parent group row is expanded. This is a dependency property. - A enumeration value. + true if the parent group row is expanded; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Returns the column's optimal (minimum) width required to display its contents completely. + This member supports the internal infrastructure and is not intended to be used directly from your code. - - A object that represents the grid column. - + + - A value that specifies the column's optimal (minimum) width required to display its contents completely. - + - + - Returns information about the specified element contained within the table view. + This member supports the internal infrastructure and is not intended to be used directly from your code. - - A object that represents the element contained within the table view. + + - A object that contains information about the specified view element. + - + - Removes all format conditions. + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + - + - Clears format conditions for the specified column. + This member supports the internal infrastructure and is not intended to be used directly from your code. - - A object that represents the column for which format conditions should be removed. + + + + - + - Gets or sets the template that defines the presentation of the column/band chooser. This is a dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. - A object that represents the template that displays the column/band chooser. - + + + + - + - Identifies the dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. - [To be supplied] - + + - - - - [To be supplied] - - [To be supplied] + + + - + - Identifies the dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. - [To be supplied] + + + + - + - Copies the values displayed within the specified block of cells to the clipboard. + This member supports the internal infrastructure and is not intended to be used directly from your code. - - An integer value that specifies the handle of the row containing the cell that identifies the starting point. - - - - A object that represents the column containing the cell that identifies the starting point. - - - - An integer value that specifies the handle of the row containing the cell that identifies the end point. - - - - A object that represents the column containing the cell that identifies the end point. + + + + - + + - Copies the values displayed within the specified cells to the clipboard. + Contains information about the summary value displayed within a group row. - - An array of objects which contain cell coordinates. - - - - + - Copies the values displayed within selected cells to the clipboard. + Initializes a new instance of the GridGroupSummaryData class. + + + + - + - Enables you to manually calculate the optimal width for a column(s). - + Gets whether the group summary is the first visible summary (left most) displayed within a group row. This is a dependency property. + true if the group summary is the first visible summary (left most) displayed within a group row; otherwise, false. + - + - Identifies the routed event. + Identifies the dependency property. - [To be supplied] + - + - Enables you to provide custom animation played when grid data is vertically scrolled (per-pixel). + Gets whether the group summary is the last visible summary (right most) displayed within a group row. This is a dependency property. + true if the group summary is the last visible summary (right most) displayed within a group row; otherwise, false. + - + - Identifies the routed event. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the template that defines the presentation of data rows. This is a dependency property. + Gets the summary item. - A object that defines the presentation of data rows. + A object that represents the summary item. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets an object that chooses a data row template based on custom logic. This is a dependency property. + Gets the group row's summary value. - A descendant that chooses a template based on custom logic. + An object that represents the group row's summary value. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets the template that defines the default presentation of data rows. This is a dependency property. + Gets the summary text displayed within the group row. - A object that defines the default presentation of data rows. + A value that represents the summary text displayed within the group row. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + + - Gets or sets the outer margin of view's details. + A collection of summary items. - A object that represents the thickness of a frame around view's details. - - - + - Identifies the dependency property. + Initializes a new instance of the GridSummaryItemCollection class. - [To be supplied] + + A descendant that owns the collection. + + + + A enumeration value that specifies the type of summaries contained within the collection (Group or Total). + + - + + - This member supports the control's internal infrastructure and is not intended to be used directly from your code. + Represents a summary item. - A enumeration value identifying the location of the column that displays detail expand buttons. - - - + - Identifies the dependency property. + Initializes a new instance of the GridSummaryItem class with default settings. - [To be supplied] - + - Gets or sets the detail expand button's width. + Gets or sets the name of a data source field whose values are used to calculate a summary that is displayed within group footers. This is a dependency property. + - A Double value specifying the detail expand button's width. + A string value specifying the name of a data source field whose values are used for summary calculation. - + Identifies the dependency property. - [To be supplied] + - + + - Exports a grid to the specified stream in CSV format using the specified CSV-specific options. + Represents a method that will handle the event. - - A object to which the created CSV file should be sent. + + + + + Represents a method that will handle the event. + + + + The event source. - - A object which specifies the CSV export options to be applied when a grid is exported. + + A object that contains event data. - + + - Exports a grid to the specified stream in CSV format. + Provides data for the event. - - A object to which the created CSV file should be sent. - - - - + - Exports a grid to the specified file path in CSV format, using the specified CSV-specific options. + Initializes a new instance of the ShowingEditorEventArgs class. - - A which specifies the file name (including the full path) for the created CSV file. + + A descendant that represents a grid's view. - - A object which specifies the CSV export options to be applied when a grid is exported. + + An integer value that specifies the handle of the row containing the cell. + + + + A object that represents the column containing the cell. - + - Exports a grid to the specified file path in CSV format. + Gets a column, for which an event has been raised. - - A which specifies the file name (including the full path) for the created CSV file. + A object, that is the grid column. - + - + - Exports a grid to the specified file path in HTML format. + Gets the data row for which an event has been raised. - - A which specifies the file name (including the full path) for the created HTML file. + A specifying the data row. - + - + + - Exports a grid to the specified stream in HTML format, using the specified HTML-specific options. + Represents a method that will handle the , , and events. - - A object to which the created HTML file should be sent. + + + + + Represents a method that will handle the , , and events. + + + + The event source. - - A object which specifies the HTML export options to be applied when a grid is exported. + + A object that contains event data. - + + - Exports a grid to the specified stream in HTML format. + Provides data for the , , and events. - - A object to which the created HTML file should be sent. + + + + + Initializes a new instance of the RowEventArgs class with the specified settings. + + + + The routed event. + + + + A descendant that represents the grid's view. + + + + An integer value that specifies the processed row's handle. This value is assigned to the property. - + - Exports a grid to the specified file path in HTML format using the specified HTML-specific options. + Initializes a new instance of the RowEventArgs class with the specified settings. - - A which specifies the file name (including the full path) for the created HTML file. + + The routed event. - - A object which specifies the HTML export options to be applied when a grid is exported. + + A descendant that represents the grid's view. + + + + An integer value that specifies the processed row's handle. This value is assigned to the property. + + + + An object that represents the data object corresponding to the processed row. - + - Exports a grid to the specified file path in image format. + Gets the processed row. - - A which specifies the file name (including the full path) for the created image file. + An object that represents the processed row. + - + + + + + Gets the processed row's handle. + + + An integer value that specifies the processed row's handle. + - + - Exports a grid to the specified stream in image format. + Gets the View that raised the event. - - A object to which the created image file should be sent. + A descendant that is the view that raised the event. + - + + + + + Represents a method that will handle the event. + + - + - Exports a grid to the specified file path in image format using the specified image-specific options. + Represents a method that will handle the event. - - A which specifies the file name (including the full path) for the created image file. + + The event source. - - A object which specifies the image export options to be applied when a grid is exported. + + An object that contains event data. - - - Exports a grid to the specified stream in image format, using the specified image-specific options. + + + Provides data for the event. - - A object to which the created image file should be sent. - - - - A object which specifies the image export options to be applied when a grid is exported. - - - - + - Exports a grid to the specified file path in MHT format, using the specified MHT-specific options. + Initializes a new instance of the InvalidRowExceptionEventArgs class. - - A which specifies the file name (including the full path) for the created MHT file. + + A descendant that represents the grid's view. - - A object which specifies the MHT export options to be applied when a grid is exported. + + An integer value that specifies the handle of the row that failed validation. This value is assigned to the property. + + A value that specifies the error description. This value is assigned to the property. + + + A value that specifies the caption of the error window. This value is assigned to the property. - - - - Exports a grid to the specified stream in MHT format using the specified MHT-specific options. - - - - A object to which the created MHT file should be sent. + + + A object representing the exception that raised the event. This value is assigned to the property. - - A object which specifies the MHT export options to be applied when a grid is exported. + + An enumeration value that specifies how an exception should be handled. This value is assigned to the property. - + - Exports a grid to the specified stream in MHT format. + Gets or sets the error description. - - A object to which the created MHT file should be sent. - - + A value that specifies the error description. + - + - Exports a grid to the specified file path in MHT format. + Gets the exception that raised the event. - - A which specifies the file name (including the full path) for the created MHT file. - - + A object representing the exception that raised the event. + - + - Exports a grid to the specified file path in PDF format. + Gets or sets a value that specifies how an exception should be handled. - - A which specifies the file name (including the full path) for the created PDF file. - - + An enumeration value that specifies how an exception should be handled. + - + - Exports a grid to the specified file path in PDF format, using the specified PDF-specific options. + Gets or sets the error window's caption. - - A which specifies the file name (including the full path) for the created PDF file. - - - - A object which specifies the PDF export options to be applied when a grid is exported. - - + A value that specifies the caption of the error window. + - + + - Exports a grid to the specified stream in PDF format. + Represents a method that will handle the event. - - A object to which the created PDF file should be sent. - - - - + - Exports a grid to the specified stream in PDF format, using the specified PDF-specific options. + Represents a method that will handle the event. - - A object to which the created PDF file should be sent. + + The event source. - - A object which specifies the PDF export options to be applied when a grid is exported. + + An object that contains event data. - + + - Exports a grid to the specified stream in RTF format. + Provides data for the event. - - A object to which the created RTF file should be sent. - - - - + - Exports a grid to the specified stream in RTF format, using the specified RTF-specific options. + Inititalize a new instance of the class. - - A object to which the created RTF file should be sent. + + The routed event. - - A object which specifies the RTF export options to be applied when a grid is exported. + + A descendant that is the view that raised the event. + + + + An integer value representing the handle of the added row. This value is assigned to the property. - + - Exports a grid to the specified file path in RTF format, using the specified RTF-specific options. - + Gets the handle of the added row. - - A which specifies the file name (including the full path) for the created RTF file. + An integer value that specifies the added row's handle. + - - - A object which specifies the RTF export options to be applied when a grid is exported. - + + + + Represents a collection of objects. + + - + - Exports a grid to the specified file path in RTF format. + Initializes a new instance of the GridSortInfoCollection class with default settings. - - A which specifies the file name (including the full path) for the created RTF file. - - - + - Exports a grid to the specified stream in text format, using the specified text-specific options. + Clears the collection, then adds the specified objects to it and sets how many columns are used to group data. - - A object to which the created text file should be sent. + + An integer value that specifies how many columns are used to group data. - - A object which specifies the text export options to be applied when a grid is exported. + + An array of objects to add to the collection. - + - Exports a grid to the specified file path in text format. + Groups data by the values of the specified column. - - A which specifies the file name (including the full path) for the created text file. + + A System.String value that specifies the column's field name. - + - Exports a grid to the specified stream in text format. + Groups data by the values of the specified column with the specified sort order. If several columns are involved in grouping, the specified column will reside at the specified grouping level. - - A object to which the created text file should be sent. + + A value that specifies the field name of the column by whose values data is grouped. - - - - - - Exports a grid to the specified file path in text format, using the specified text-specific options. - - - - A which specifies the file name (including the full path) for the created text file. + + A zero-based integer value that specifies the grouping level. If negative, an exception is raised. - - A object which specifies the text export options to be applied when a grid is exported. + + A enumeration value that specifies the column's sort order. - + - Exports a grid to the specified file path in XLS format. + Gets or sets how many columns are used to group data. - - A which specifies the file name (including the full path) for the created XLS file. - - + An integer value that specifies how many columns are used to group data. + - + - Exports a grid to the specified file path in XLS format using the specified XLS-specific options. + Ungroups data by the values of the specified column. - - A which specifies the file name (including the full path) for the created XLS file. - - - - A object which specifies the XLS export options to be applied when a grid is exported. + + A value that speicifies the field name of the column by whose values data grouping is canceled. - + + - Exports a grid to the specified stream in XLS format. + Represents a method that will handle the event. - - A object to which the created XLS file should be sent. - - - - + - Exports a grid to the specified stream in XLS format, using the specified XLS-specific options. + Represents a method that will handle the event. - - A object to which the created XLS file should be sent. + + The event source. - - A object which specifies the XLS export options to be applied when a grid is exported. + + A object that contains event data. - + + - Exports a grid to the specified stream in XLSX format. + Provides data for the event. - - A object to which the created XLSX file should be sent. - - - - + - Exports a grid to the specified stream in XLSX format, using the specified XLSX-specific options. + Initializes a new instance of the GridRowValidationEventArgs class. - - A object to which the created XLSX file should be sent. + + An object that raised the event. - - A object which specifies the XLSX export options to be applied when a grid is exported. + + An object that represents the value currently being validated. - - - - - - Exports a grid to the specified file path in XLSX format, using the specified XLSX-specific options. - - - - A which specifies the file name (including the full path) for the created XLSX file. + + An integer value that specifies the processed row's handle. This value is assigned to the property. - - A object which specifies the XLSX export options to be applied when a grid is exported. + + A descendant that represents the grid's view. - + - Exports a grid to the specified file path in XLSX format. + Gets the processed row. - - A which specifies the file name (including the full path) for the created XLSX file. - - + An object that represents the row currently being validated. + - + - Exports a grid to the specified file path in XPS format. + Gets the processed row's handle. - - A which specifies the file name (including the full path) for the created XPS file. - - + An integer value that specifies the processed row's handle. + - + + - Exports a grid to the specified stream in XPS format, using the specified XPS-specific options. + Represents a collection which contains the information required to sort the group rows by summary values. - - A object to which the created XPS file should be sent. - - - - A object which specifies the XPS export options to be applied when a grid is exported. - - - - + - Exports a grid to the specified stream in XPS format. + Initializes a new instance of the GridGroupSummarySortInfoCollection class. - - A object to which the created XPS file should be sent. + + The collection owner. - + - Exports a grid to the specified file path in XPS format using the specified XPS-specific options. + Adds an array of objects to the current collection. - - A which specifies the file name (including the full path) for the created XPS file. - - - - A object which specifies the XPS export options to be applied when a grid is exported. + + An array of objects. - + - Gets the left fixed content width. This is a dependency property. + Clears the current collection and adds the specified objects. - A value that is the left fixed content width in pixels. - + + An array of objects. + + - + + - Identifies the dependency property. + Represents an element in the . - [To be supplied] - - + - Returns the list of visible columns that are fixed to the left. This is a dependency property. + Initializes a new instance of the GridGroupSummarySortInfo class with the specified summary item, group column and sort order. - The list of visible columns fixed to the left. - + + A object, representing a summary item used to calculate summary values for groups of rows. This value is assigned to the property. + + + + A value that specifies the field name of a column that defines the nesting level of the group whose data rows are sorted by summary values. This value is assigned to the property. + + + + A enumeration value that specifies the sort order. This value is assigned to the property. + + - + - Identifies the dependency property. + Initializes a new instance of the GridGroupSummarySortInfo class with the specified summary item and group column. - [To be supplied] + + A object, representing a summary item used to calculate summary values for groups of rows. This value is assigned to the property. + + + + A value that specifies the field name of a column that defines the nesting level of the group whose data rows are sorted by summary values. This value is assigned to the property. + + - + - Gets or sets the fixed line's width. This is a dependency property. + Gets or sets the field name of a grouping column. - A value that specifies the fixed line's width. + A value that specifies the field name of a column that defines the nesting level of the group whose data rows are sorted by summary values. - + - Identifies the dependency property. + Gets or sets the order in which group rows are sorted. - [To be supplied] + A enumeration value that specifies the sort order. + - + - Gets the width of the horizontally scrollable viewport. This is a dependency property. + Gets the summary item. - A value that specifies the width of the horizontally scrollable viewport, in pixels. + A object that represents the summary item. - + - Identifies the dependency property. + Gets the summary item's position within the collection. - [To be supplied] + An integer value that specifies the item's position within the collection. + - + + - Returns the list of visible columns that are not fixed within a View. This is a dependency property. + Represents a method that will handle the event. - The list of visible columns that are not fixed within a View. - - - + - Identifies the dependency property. - + Represents a method that will handle the event. - [To be supplied] + + The event source. + + + + A object that contains event data. + + - + + - Gets the right fixed content width. This is a dependency property. + Provides data for the event. - A value that is the right fixed content width in pixels. - - - + - Identifies the dependency property. + Initializes a new instance of the GridCellValidationEventArgs class. - [To be supplied] + + An object that raised the event. + + + + An object that represents the cell's value currently being validated. + + + + An integer value that specifies the handle of the row that contains the cell. This value is assigned to the property. + + + + A descendant that represents the grid's view. + + + + A object that represents the column whose cell is validated. This value is assigned to the property. + + - + - Returns the list of visible columns that are fixed to the right. This is a dependency property. + Gets or sets the CellValue object consisting of information about the cell being processed. - The list of visible columns fixed to the right. + The CellValue object consisting of information about the cell being processed. - + - Identifies the dependency property. + Gets the cell's old valid value. - [To be supplied] + An object that represents the cell's old valid value. + - + - Gets or sets the template that defines the presentation of a focused row's border. This is a dependency property. + Gets a column that owns the cell. - A object that represents the template that displays the border. + A object that represents the column whose cell is validated. - + + - Identifies the dependency property. + Represents a method that will handle the and events. - [To be supplied] - - + - [To be supplied] + Represents a method that will handle the and events. + - [To be supplied] + + The event source. + + + + A object that contains event data. + + - + + - [To be supplied] + Provides data for the event. + - [To be supplied] - - + - Contains format conditions. + Initializes a new instance of the CustomColumnSortEventArgs class. - A object that is the collection of format conditions applied to the view's columns. - + + A object, representing the column that contains the values to compare. This value is assigned to the property. + + + An integer value that specifies the first row's index in the data source. This value is assigned to the property. - - - - [To be supplied] - - - [To be supplied] - [To be supplied] + + An integer value that specifies the second row's index in the data source. This value is assigned to the property. + + + An object that represents the first of the two values being compared. This value is assigned to the property. - - - - Returns the selected data cells. - - - The list of objects that contain cell coordinates (row and column). - + + + An object that represents the second of the two values being compared. This value is assigned to the property. + + + + A value that specifies the sort order applied to the specified column. This value is assigned to the property. + + - + - Gets or sets the style applied to group summary items aligned by bands. This is a dependency property. + Gets the column whose values are being compared. - A object that is the style applied to group summary items aligned by bands. + A object, representing the column that contains the values to compare. - + - Identifies the dependency property. + Gets or sets whether a comparison operation is handled and no default processing is required. - [To be supplied] + true if a comparison operation is handled; otherwise false. + - + - Gets or sets the style applied to group summary items aligned by columns. This is a dependency property. + Gets the index of the first of the two rows being compared in the data source. + - A object that is the style applied to group summary items aligned by columns. + An integer value that specifies the first row's index in the data source. - + - Identifies the dependency property. + Gets the index of the second of the two rows being compared in the data source. + - [To be supplied] + An integer value that specifies the second row's index in the data source. + - + - Gets or sets the template that defines the presentation of group summary items aligned by columns. This is a dependency property. + Gets or sets the result of a custom comparison. - A object that defines the presentation of group summary items aligned by columns. + An integer value that specifies the result. - + - Identifies the dependency property. + Gets the sort order applied to the column. - [To be supplied] + A value that specifies the column's sort order. + - + - Gets or sets the style applied to group footers. This is a dependency property. + Gets the grid control that raised the event. - A object that represents the style applied to group footers. + A object that raised the event. - + - Gets or sets the style applied to group summary items displayed within a group footer. This is a dependency property. + Gets the first value being compared. - A object that represents the style applied to group summary items. - + An object that represents the first of the two values being compared. + - + - Gets or sets the template that defines the presentation of group footer rows. This is a dependency property. + Gets the second value being compared. - A object that defines the presentation of group footer rows. + An object that represents the second of the two values being compared. - + + - Identifies the dependency property. + Represents a method that will handle the event. - [To be supplied] - - + - Gets or sets an object that chooses a group footer row template based on custom logic. This is a dependency property. + Represents a method that will handle the and events. - A descendant that chooses a template based on custom logic. - + + The event source. + + + A object that contains event data. - - - - Identifies the dependency property. - - - [To be supplied] + - + + - Gets or sets the style applied to summary items displayed within group footers. This is a dependency property. + Provides data for the event. - A object that represents the style applied to group rows. - - - + - Identifies the dependency property. + Initializes a new instance of the CustomColumnDisplayTextEventArgs class. - [To be supplied] - + - Gets or sets the template that defines the presentation of group footer summary items. This is a dependency property. + Gets the column which owns the processed cell. - A object that defines the presentation of group footer rows. + A object that represents the column to which the processed cell belongs. - + - Identifies the dependency property. + Gets or sets the display text for the cell currently being processed. - [To be supplied] + A value that specifies the cell's display text. + - + - Gets or sets an object that chooses a group footer summary item template based on custom logic. This is a dependency property. + Gets the index of a record in a data source that corresponds to the processed data row. - A descendant that chooses a template based on custom logic. + An integer value that specifies the index of the processed record in a data source. - + - Identifies the dependency property. + Gets the row which owns the processed cell. - [To be supplied] + An object that represents the row in which the processed cell resides. + - + - Gets or sets the position of group summaries within a group row. This is a dependency property. + Gets the processed row's handle. - A enumeration value that specifies the position of group summaries within a group row. + An integer value that specifies the row's handle. - + - Identifies the dependency property. + Specifies whether text corresponding to a null value appears faded. + - [To be supplied] + true, to fade the null text; otherwise, false. + - + - Gets whether the view has details. + Gets the grid control that raised the event. - true if the view has details; otherwise, false. + A object that raised the event. - + - Identifies the dependency property. + Gets the processed cell's value. - [To be supplied] + An object that represents the value of the processed cell. + - + + - Gets or sets the minimum height of the Column Header Panel. This is a dependency property. + Represents a method that will handle the and events. - A value that is the minimum height of the Column Header Panel. - - - + - Identifies the dependency property. + Represents a method that will handle the and events. - [To be supplied] + + The event source. + + + + A object that contains event data. + + - + + - Gets or sets the horizontal scrollbar's visibility. This is a dependence property. + Provides data for the and events. - A enumeration value that specifies the horizontal scrollbar's visibility. - - - + - Identifies the dependency property. + Initializes a new instance of the CellValueEventArgs class. - [To be supplied] + + The routed event. + + + + A descendant that is the view that raised the event. + + + + An integer value that specifies the row's handle. This value is assigned to the property. + + + + A object that is the column. This value is assigned to the property. + + + + An object that represents the cell's new value. This value is assigned to the property. + + - + - Gets the width of the view's client area. + Gets or sets the CellValue object consisting of information about the cell being processed. + - A value that specifies the client area's width. + The CellValue object consisting of information about the cell being processed. + - + - Identifies the dependency property. + Gets a column that contains the edited cell. - [To be supplied] + A object that represents the column that contains the edited cell. + - + - Gets the width of the row indicator header. This is a dependency property. + Gets or sets the processed cell's value. - A value that specifies the width of the row indicator header, in pixels. + An object that represents the cell's value. - + + - Identifies the dependency property. + Lists values that specify the New Item Row's position within a View. - [To be supplied] - - + - Gets or sets the width of the row indicator panel. + The new item row is displayed at the bottom of the view. - An integer value specifying the width of the row indicator panel in pixels. - - + - Identifies the dependency property. + The new item row is not shown. - [To be supplied] - + - Enables you to initialize new rows with default values. - - + The new item row is displayed at the top of the view. - + + - Identifies the routed event. + Provides data for the event. - [To be supplied] - - + - Indicates whether the specified cell is selected. + Initializes a new instance of the CopyingToClipboardEventArgs class. - - An integer value that specifies the row's handle. + + A descendant that is the view that raised the event. - - A descendant that represents the column which contains the cell. + + An array of cells whose values are about to be copied to the clipboard. This value is assigned to the property. + + + + true to copy column headers; otherwise, false. - true if the specified cell is selected; otherwise, false. - - + - Gets or sets the binding that determines which rows display detail expand buttons. + Initializes a new instance of the CopyingToClipboardEventArgs class. - A object specifying which rows display detail expand buttons. - + + A descendant that is the view that raised the event. + + + + An array of row handles that identifies rows whose values are about to be copied to the clipboard. This value is assigned to the property. + + + + + true to copy column headers; otherwise, false. + + - + - This member supports the control's internal infrastructure and is not intended to be used directly from your code. + Gets an array of cells whose values are about to be copied to the clipboard. - A BindingContainer object. + An array of objects whose values are about to be copied to the clipboard. - + + - Identifies the dependency property. + Contains information about a context menu invoked for a treelist band. - [To be supplied] - - + - Gets or sets a custom Layout Calculator. This is a dependency property. + Initializes a new instance of the TreeListBandMenuInfo class with the specified settings. - An object that implements the interface. - + + A object. + + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets the band for which the context menu has been invoked. - + A object. - + - Identifies the dependency property. + Gets the menu controller for the invoked context menu. - [To be supplied] + A object. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets the type of the invoked context menu. - + A object. - + + - Identifies the dependency property. + Contains information about a context menu invoked for a grid band. - [To be supplied] - - + - Moves focus to the row preceding the one currently focused, and optionally allows the Automatic Filter Row to be focused. + Initializes a new instance of the GridBandMenuInfo class with the specified settings. - - true to allow the Automatic Filter Row to be focused; otherwise, false. + + A object. - + - Gets or sets whether multiple row/cell selection is enabled. This is a dependency property. + Gets the band for which the context menu has been invoked. - A enumeration value that specifies the selection mode. + A object. - + - Identifies the dependency property. + Gets the menu controller for the invoked context menu. - [To be supplied] + A object. + - + - Gets or sets the style applied to data cells displayed within the New Item Row. This is a dependency property. + Gets the type of the invoked context menu. - A object that specifies the style applied to data cells. - + A object. - + + - Identifies the dependency property. + Represents a column's header. - [To be supplied] - - + - Gets an object that represents the New Item Row's data. + Initializes a new instance of the GridColumnHeader class with default settings. - A object that represents the row's data. - - + + - Gets or set the New Item Row's position within a View. + Represents the grid's column collection. - A enumeration value that specifies the New Item Row's position within a View. - - - + - Identifies the dependency property. + Initializes a new instance of the GridColumnCollection class with the specified owner. - [To be supplied] + + A object that owns the current collection. + + - + + - Contains predefined color scales formats that are used to color cells proportional to their values. This is a dependency property. + The grid column. - A object that is the collection of color scales formats. - - - + - Identifies the dependency property. + Initializes a new instance of the GridColumn class with default settings. - [To be supplied] - + - Contains predefined data bar formats that are used to fill cells with bars whose lengths are proportional to the cell values. This is a dependency property. + Gets whether an end-user can group data by the current column. This is a dependency property. - A object that is the collection of data bar formats. + true if an end-user can group data by the current column; otherwise, false. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Contains predefined formats that are used by conditional formatting rules. This is a dependency property. + Gets the actual template selector that chooses a group row value template based on custom logic. This is a dependency property. + - A object that is the collection of formats. + A descendant that chooses a template based on custom logic. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Contains predefined icon set formats that are used to assign an icon to each cell based on its value. This is a dependency property. + Gets or sets a value that specifies whether an end-user can group data by the current column. This is a dependency property. - A object that is the collection of icon set formats. + A enumeration value that specifies whether an end-user can group data by the current column. - - - Identifies the dependency property. - - - [To be supplied] - - - - + - Invokes the Print dialog and prints the grid. + Identifies the dependency property. + - + - Gets or sets whether to print all view's details. This is a dependency property. + Gets or sets the column's position among grouping columns. - A enumeration value that specifies whether or not to print all the view's details. + An integer value that specifies the column's position among grouping columns. -1 if a View isn't grouped by the values of this column. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether the grid is printed with all group rows expanded. + Gets or sets how data rows are grouped when grouping by this column is applied. This is a dependency property. - true to print the grid with all group rows expanded; otherwise, false. The default is true. - + A enumeration value that specifies how data rows are grouped. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether printed columns' widths are automatically changed, so that the grid fits the width of the report page. + Gets or sets the template that defines the presentation of column values displayed within group rows. This is a dependency property. - true to automatically change the grid's width so that it fits the width of the report page; otherwise, false. The default is true. - + A object that defines the presentation of group values. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether band headers are printed. + Gets or sets an object that chooses a group value template based on custom logic. This is a dependency property. - true, to print column headers; otherwise, false. The default is true. + A descendant that chooses a template based on custom logic. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the style applied to band headers when the grid is printed. This is a dependency property. + Gets whether a View is grouped by the values of this column. This is a dependency property. - A object that represents the style applied to band headers when the grid is printed. + true if a View is grouped by the values of this column; otherwise, false. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the style applied to all data cells when the grid is printed. This is a dependency property. + Gets or sets whether to display the grouped column within the view. This is a dependency property. - A object that represents the style applied to all data cells when the grid is printed. + true, to display the grouped column within the view; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether column headers are printed. + Enables you to validate the active editor's value. - true to print column headers; otherwise, false. The default is true. - + + + + + Provides access to grid commands. + + - + - Identifies the dependency property. + Adds a new row. - [To be supplied] + A object that defines a command implementing the , and is routed through the element tree. + - + - Gets or sets the style applied to column headers when the grid is printed. This is a dependency property. + Resizes the column to the minimum width required to display the column's contents completely. + - A object that represents the style applied to column headers when the grid is printed. + A object that defines a command implementing the , and is routed through the element tree. - + - Identifies the dependency property. + Adjusts the width of columns so that columns fit their contents in an optimal way. - [To be supplied] + A object that defines a command implementing the , and is routed through the element tree. + - + - Gets or sets the bottom print detail indent. This is a dependency property. + Hides the active editor, discarding all the changes made within the focused row. - A value that specifies the bottom indent, in pixels. + A object that defines a command implementing the , and is routed through the element tree. - + - Identifies the dependency property. + Toggles the specified card's expanded state. - [To be supplied] + A object that defines a command implementing the , and is routed through the element tree. + - + - Gets or sets the top print detail indent. This is a dependency property. + Toggles a column's sort order. - A value that specifies the top indent, in pixels. + A object that defines a command implementing the , and is routed through the element tree. - + - Identifies the dependency property. + Toggles the specified group row's expanded state. - [To be supplied] + A object that defines a command implementing the , and is routed through the element tree. + - + - Prints the grid using the default printer. + Removes the filter condition applied to a column. + The command which removes the filter condition applied to a column. + - + - Prints the grid using the printer specified by the print queue. + Clears the grid's filter expression. - - A object specifying the print queue. - - + A object that defines a command implementing the , and is routed through the element tree. + - + - Gets or sets the template that defines the Fixed Summary Panel's presentation when the grid is printed. This is a dependency property. + Removes the filter condition applied to a column. - A object that defines the Fixed Summary Panel's presentation when the grid is printed. + The command which removes the filter condition applied to a column. - + - Identifies the dependency property. + Ungroups the grid. - [To be supplied] + A object that defines a command implementing the , and is routed through the element tree. + - + - Gets or sets whether the Fixed Summary Panel is printed. This is a dependency property. + Collapses all group rows. - true to print the Fixed Summary Panel; otherwise, false. + A object that defines a command implementing the , and is routed through the element tree. - + - Identifies the dependency property. + Deletes the focused data row or card. - [To be supplied] + A object that defines a command implementing the , and is routed through the element tree. + - + - Gets or sets the style applied to summary items displayed within the Fixed Summary Panel when the grid is printed. This is a dependency property. + Activates the focused cell's inplace editor. - A object that represents the style applied to summary items displayed within the Fixed Summary Panel when the grid is printed. + A object that defines a command implementing the , and is routed through the element tree. - + - Identifies the dependency property. + Hides the active editor and posts all the changes made within the focused row to a data source if the row values are valid. + - [To be supplied] + A object that defines a command implementing the , and is routed through the element tree. + - + - Gets or sets the template that defines the Summary Panel's presentation when the grid is printed. This is a dependency property. + Expands all group rows. - A object that defines the Summary Panel's presentation when the grid is printed. + A object that defines a command implementing the , and is routed through the element tree. - + - Identifies the dependency property. + Hides the Column Band Chooser. - [To be supplied] + A object that defines a command implementing the , and is routed through the element tree. + - + - Gets or sets whether to print the Group Footer's content. This is a dependency property. + Moves focus to the first cell displayed within the first visible row. - true, to print group footers; otherwise, false. + A object that defines a command implementing the , and is routed through the element tree. - + - Identifies the dependency property. + Moves focus to the first visible row or card within a View. - [To be supplied] + A object that defines a command implementing the , and is routed through the element tree. + - + - Gets or sets the style applied to the group footers when the grid is printed. This is a dependency property. + Moves focus to the last cell displayed within the last visible row. - A object that is the style applied to the group footers when the grid is printed. + A object that defines a command implementing the , and is routed through the element tree. - + - Identifies the dependency property. + Moves focus to the last visible row or card within a View. - [To be supplied] + A object that defines a command implementing the , and is routed through the element tree. + - + - Gets or sets the template that defines the Group Footer's presentation when the grid is printed. This is a dependency property. + Focuses the next cell after the focused cell. - A object that defines the Group Footer's presentation when the grid is printed. + A object that defines a command implementing the , and is routed through the element tree. - + - Identifies the dependency property. + Moves focus forward by the number of rows or cards displayed onscreen within a View. - [To be supplied] + A object that defines a command implementing the , and is routed through the element tree. + - + - Gets or sets the style applied to group rows when the grid is printed. This is a dependency property. + Moves focus to the row or card following the one currently focused. - A object that represents the style applied to group rows when the grid is printed. + A object that defines a command implementing the , and is routed through the element tree. - + - Identifies the dependency property. + Moves focus to the group row that owns the currently focused row. - [To be supplied] + A object that defines a command implementing the , and is routed through the element tree. + - + - Gets or sets the template that defines the presentation of group rows when the grid is printed. This is a dependency property. + Focuses the preceding cell before the focused cell. - A object that defines the presentation of group rows when the grid is printed. + A object that defines a command implementing the , and is routed through the element tree. - + - Identifies the dependency property. + Moves focus backward by the number of rows or cards displayed onscreen within a View. + - [To be supplied] + A object that defines a command implementing the , and is routed through the element tree. + - + - Gets or sets the position of group summaries within a group row when printing. This is a dependency property. + Moves focus to the row or card preceding the one currently focused. - A enumeration value that specifies the position of group summaries within a group row. + A object that defines a command implementing the , and is routed through the element tree. - + - Identifies the dependency property. + Invokes the Column Band Chooser. - [To be supplied] + A object that defines a command implementing the , and is routed through the element tree. + - + - Gets or sets the template that defines the presentation of column headers when the grid is printed. This is a dependency property. + Invokes the Filter Editor. - A object that defines the presentation of column headers when the grid is printed. + A object that defines a command implementing the , and is routed through the element tree. - + - Identifies the dependency property. + Invokes the Expression Editor. + - [To be supplied] + A object that defines a command implementing the , and is routed through the element tree. + - + + - Gets or sets the style applied to the row indents when the grid is printed. This is a dependency property. + Represents a View that displays data using cards. - A object that is the style applied to the row indents when the grid is printed. - - - + - Identifies the dependency property. + Initializes a new instance of the CardView class with default settings. - [To be supplied] - + - Gets or sets the template that defines the presentation of data rows when the grid is printed. This is a dependency property. + Gets the actual template selector that chooses a card header template based on custom logic. This is a dependency property. - A object that defines the presentation of data rows when the grid is printed. + A descendant that chooses a template based on custom logic. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether only the selected rows are printed/exported. + Gets the actual template selector that chooses a card row template based on custom logic. This is a dependency property. - true if only the selected rows are printed/exported; otherwise, false. The default is false. + A descendant that chooses a template based on custom logic. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether the Summary Panel is printed. + Gets the actual template selector that chooses a card template based on custom logic. This is a dependency property. + - true to print the Summary Panel; otherwise, false. The default is true. - + A descendant that chooses a template based on custom logic. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the style applied to total summary items when the grid is printed. This is a dependency property. + Gets or sets whether an end-user is allowed to change the width (or height) of cards. This is a dependency property. - A object that represents the style applied to total summary items when the grid is printed. + true to allow an end-user to resize cards; otherwise, false. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Returns information about the specified element contained within the card view. - - + + A object that represents the element contained within the card view. + + + A object that contains information about the specified view element. + - + - Identifies the dependency property. + Returns information about the specified element contained within the card view. - [To be supplied] + + A structure which specifies the test point coordinates relative to the map's top-left corner. + + + A object that contains information about the specified view element. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets the alignment of cards within a view. - + A enumeration value that specifies the alignment of cards within a view. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the row decoration template. This is a dependency property. + Gets or sets the data binding for the card header. - A object that represents the row decoration template. + A object instance that specifies the data binding for the card header. - + - Identifies the dependency property. + Gets or sets the data binding for the card header. - [To be supplied] + A object instance that specifies the data binding for the card header. + - + - Gets or sets the template that is used to display the row details. + Gets or sets the template that defines the presentation of card headers. This is a dependency property. - A object. + A object that defines the presentation of card headers. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - [To be supplied] + Gets or sets an object that chooses a card header template based on custom logic. This is a dependency property. + - [To be supplied] + A descendant that applies a template based on custom logic. + - + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + - + - Gets or sets a value that indicates when the row details are displayed. + Gets or sets a value that specifies how cards are arranged within a Card View. - A enumeration value. + A enumeration value that specifies how cards are arranged within a Card View. - + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + - + - Occurs when a row is double-clicked. + Gets or sets the outer margin of a card. + A object that represents the thickness of a frame around a card. + - + - Identifies the routed event. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the template that defines the presentation of a row indicator's content. This is a dependency property. - + Gets or sets the template that defines the presentation of card rows. This is a dependency property. - A object that defines the presentation of row indicators. + A object that defines the presentation of card rows. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets a row's minimum height. This is a dependency property. + Gets or sets an object that chooses a card row template based on custom logic. This is a dependency property. - A value that specifies a row's minimum height. + A descendant that chooses a template based on custom logic. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the style applied to data rows. This is a dependency property. + Gets or sets a card's style. - A object that represents the style applied to data rows. + A object that represents a card's style. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the scroll animation length. This is a dependency property. + Gets or sets the template that defines the presentation of cards. This is a dependency property. - A value that specifies the animation length, in milliseconds. + A object that defines the presentation of cards. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the per-pixel scrolling mode. This is a dependency property. + Gets or sets an object that chooses a card template based on custom logic. This is a dependency property. - A enumeration value that specifies the per-pixel scrolling mode. + A descendant that chooses a template based on custom logic. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + Collapses all cards. - - - + - Identifies the dependency property. + Collapses the specified card. - [To be supplied] + + An integer value that identifies the card by its handle. + + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. + Gets the orientation of collapsed cards. This is a dependency property. - + A enumeration member that specifies the orientation of collapsed cards. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Selects the cell. + Expands all cards. - - An integer value that specifies the handle of the row where the cell is located. - - - - A object that represents the column which contains the cell. - - - + - Selects multiple cells. - + Expands the specified card. - - An integer value that specifies the handle of the row containing the cell that identifies the starting point of the selection. - - - - A object that represents the column containing the cell that identifies the starting point of the selection. - - - - An integer value that specifies the handle of the row containing the cell that identifies the end point of the selection. - - - - A object that represents the column containing the cell that identifies the ending point of the selection. + + An integer value that identifies the card by its handle. - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets a card's width (or height). - - - - - - + A value that specifies a card's width or height. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Identifies the dependency property. - - - - - - + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets the template that defines the presentation of a focused card's border. This is a dependency property. - - - - - - + A object that represents the template that displays the border. + - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Identifies the dependency property. - - - - - - + - + - Gets or sets whether the Automatic Filter Row is displayed. + Gets or sets the template that defines the presentation of a focused cell's border in a Card View. This is a dependency property. - true to show the automatic filter row; otherwise, false. The default is false. - + A object that represents the template that displays the border. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether to show the 'Bands' tab within the Column Band Chooser. + Indicates whether the specified card is expanded. - true, to show the 'Bands' tab within the column chooser; otherwise, false. + + An integer value that specifies the card's handle. + + + true if the specified card is expanded; otherwise, false. + + + + + + + Gets whether an end-user can resize cards. This is a dependency property. + + + true if an end-user can resize cards; otherwise, false. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether to display the bands panel. + Gets or sets the maximum number of cards in a row (or column). - true, to display the bands panel; otherwise, false. + An integer value that specifies the maximum number of cards in a row (or column). - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether to display expand buttons within master rows. + Gets or sets the minimum width (or height if cards are arranged in columns) of cards. This is a dependency property. - true to display expand buttons within master rows; otherwise, false. + A value that specifies the minimum size of cards. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Invokes the format condition dialog. + Gets or sets whether multiple card selection is enabled. This is a dependency property. - - A object that is the column to which you want to add a formatting rule. + A enumeration value that specifies the selection mode. + - - - A object that is the dialog type. - + + + + Identifies the dependency property. + + + - + - Gets or sets whether to display group footers. This is a dependency property. + This member supports the internal infrastructure and is not intended to be used directly from your code. - true, to display group footers; otherwise, false. + - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether horizontal lines are displayed. This is a dependency property. + Gets or sets whether per-pixel scrolling is enabled. This is a dependency property. - true to display horizontal lines; otherwise, false. The default is true. - + A enumeration value. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets a value specifying whether the Row Indicator panel is displayed. + Gets or sets the template that defines the presentation of card separators. This is a dependency property. - true to display the row indicator panel; otherwise, false. The default is true. - + A object that defines the presentation of card separators. - + - Identifies the dependency property. + Identifies the dependency property. - [To be supplied] + - + - Creates the print document from the TableView and displays the Print Preview of the document using the specified owner. This method can't be used in XBAP applications. - + Gets or sets the thickness of card separators. This is a dependency property. - - A instance specifying the owner of the Print Preview. - - + A value that specifies the thickness of card separators. + - + - Creates the print document from the TableView and displays the Print Preview of the document using the specified owner and document name. This method can't be used in XBAP applications. - + Identifies the dependency property. - - A instance specifying the owner of the Print Preview. - - - - A value specifying what name should be used for the document to be displayed in the Print Preview. - - + - + - Creates the print document from the TableView and displays the Print Preview of the document using the specified owner and document name. This method is intended to be used in XBAP applications. - + Gets or sets whether to display the card expand buttons. This is a dependency property. - - A instance specifying the owner of the Print Preview. - - - - A value specifying what name should be used for the document to be displayed in the Print Preview. - - + true, to display the card expand button; otherwise, false. + - + - Creates the print document from the TableView and displays the Print Preview of the document using the specified owner, document name and Print Preview's title. This method is intended to be used in XBAP applications. - + Identifies the dependency property. - - A instance specifying the owner of the Print Preview. - - - - A value specifying what name should be used for the document to be displayed in the Print Preview. - - - - A value specifying the title of the Print Preview. - - + + - + - Creates the print document from the TableView and displays the Print Preview of the document using the specified owner. This method is intended to be used in XBAP applications. - - + Gets or sets the border template of the focused group row. This is a dependency property. - - A instance specifying the owner of the Print Preview. - - + The object that defines the presentation of the focused group row's border. + - + - Creates the print document from the TableView and displays the Print Preview of the document using the specified owner, document name and Print Preview's title. This method can't be used in XBAP applications. - + Identifies the dependency property. - - A instance specifying the owner of the Print Preview. - - - - A value specifying what name should be used for the document to be displayed in the Print Preview. + - - - A value specifying the title of the Print Preview. - + + + + Defines the appearance and behavior of the MultiSelectLookUpEdit. + + - + - Creates the print document from the TableView and displays the modal Print Preview of the document using the specified owner. This method can't be used in XBAP applications. - + Initializes a new instance of the MultiSelectLookUpEditStyleSettings class. - - A instance specifying the owner of the Print Preview. - - - + - Creates the print document from the TableView and displays the modal Print Preview of the document using the specified owner, document name and Print Preview's title. This method can't be used in XBAP applications. - + Assigns the editor settings to the specified editor. - - A instance specifying the owner of the Print Preview. + + A class descendant that is the target editor. - - A value specifying what name should be used for the document to be displayed in the Print Preview. - - - A value specifying the title of the Print Preview. - + + + + Defines the appearance and behavior of the TokenLookUpEdit. + + - + - Creates the print document from the TableView and displays the modal Print Preview of the document using the specified owner and document name. This method can't be used in XBAP applications. - - + Initializes a new instance of the TokenLookUpEditStyleSettings class with default settings. - - A instance specifying the owner of the Print Preview. - - - - A value specifying what name should be used for the document to be displayed in the Print Preview. - - - + - This member supports the internal infrastructure and is not intended to be used directly from your code. + Gets or sets whether to add tokens on clicking items within the popup. This is a dependency property. - + true, to add tokens on clicking items within the popup; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether vertical lines are displayed. This is a dependency property. + Gets or sets whether to enable editing of existing tokens. This is a dependency property. - true to display vertical lines; otherwise, false. The default is true. - + true, to enable editing of existing tokens; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Provides access to view commands. + Gets or sets whether to enable token wrapping. This is a dependency property. - A object that provides a set of view commands. + true, to enable token wrapping; otherwise, false. - + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + - + - [To be supplied] + This member supports the internal infrastructure and is not intended to be used directly from your code. + - [To be supplied] + + - + - Unselects the specified cell. + Specifies the placement of new tokens. This is a dependency property. - - An integer value that specifies the handle of the row, containing the cell. - - - - A object that represents the column, containing the cell. - - + A enumeration value. + - + - Unselects the specified cells. - + Identifies the dependency property. - - An integer value that specifies the handle of the row containing the cell that identifies the starting point of the selection. - - - - A object that represents the column containing the cell that identifies the starting point of the selection. - - - - An integer value that specifies the handle of the row containing the cell that identifies the end point of the selection. - - - - A object that represents the column containing the cell that identifies the end point of the selection. - - + - + - For internal use. + Specifies whether to display the delete button within tokens. This is a dependency property. - + true, to show the delete button; otherwise, false. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether rows can be selected via the Row Indicator Panel. + Specifies the template used to represent a gallery item's borders on-screen. This is a dependency property. - true if rows can be selected via the row indicator; otherwise, false. The default is true. + A object that is the corresponding template. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets whether to enable the grid's optimized mode. This is a dependency property. + Gets or sets the token's maximum width. This is a dependency property. - true, to enable the optimized mode; otherwise, false. The default value is true. + A value that specifies the token's maximum width. - + Identifies the dependency property. - [To be supplied] + - + - Gets or sets the vertical scrollbar's visibility. This is a dependency property. + Gets or sets the trimming behavior for tokens. This is a dependency property. - A enumeration value that specifies the vertical scrollbar's visibility. + A System.Windows.TextTrimming enumeration value. - + Identifies the dependency property. - [To be supplied] + @@ -8768,7 +9787,7 @@ Identifies the dependency property. - [To be supplied] + @@ -8788,7 +9807,26 @@ - [To be supplied] + + + + + + + Gets whether the Selector Column is shown for group rows. This is a dependency property. + + + true if the selector column is shown for group rows; otherwise, false. + + + + + + + Identifies the dependency property. + + + @@ -8807,7 +9845,7 @@ Identifies the dependency property. - [To be supplied] + @@ -8826,7 +9864,7 @@ Identifies the dependency property. - [To be supplied] + @@ -8851,7 +9889,7 @@ Identifies the routed event. - [To be supplied] + @@ -8868,7 +9906,7 @@ Identifies the routed event. - [To be supplied] + @@ -8896,7 +9934,7 @@ Identifies the dependency property. - [To be supplied] + @@ -8925,7 +9963,7 @@ Identifies the dependency property. - [To be supplied] + @@ -8942,7 +9980,7 @@ Identifies the routed event. - [To be supplied] + @@ -8961,7 +9999,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9010,7 +10048,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9029,7 +10067,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9109,7 +10147,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9128,7 +10166,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9147,7 +10185,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9166,7 +10204,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9185,7 +10223,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9204,7 +10242,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9223,7 +10261,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9242,7 +10280,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9261,7 +10299,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9278,7 +10316,7 @@ Identifies the routed event. - [To be supplied] + @@ -9297,7 +10335,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9314,7 +10352,7 @@ Identifies the routed event. - [To be supplied] + @@ -9333,7 +10371,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9352,7 +10390,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9371,7 +10409,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9390,7 +10428,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9416,7 +10454,7 @@ Identifies the routed event. - [To be supplied] + @@ -9433,7 +10471,7 @@ Identifies the routed event. - [To be supplied] + @@ -9450,7 +10488,7 @@ Identifies the routed event. - [To be supplied] + @@ -9511,7 +10549,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9530,7 +10568,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9555,7 +10593,7 @@ Identifies the routed event. - [To be supplied] + @@ -9572,7 +10610,7 @@ Identifies the routed event. - [To be supplied] + @@ -9603,7 +10641,14 @@ Identifies the dependency property. - [To be supplied] + + + + + + + + @@ -9630,7 +10675,105 @@ Identifies the dependency property. - [To be supplied] + + + + + + + + A class that contains information about what is located at a specific point within the control. + + + + + + + Gets a column located under the test object. + + + A object that represents the column located under the test object. + + + + + + + Gets the visual element located under the test object. + + + A enumeration value that identifies the visual element located under the test object. + + + + + + + Gets whether the test object is within a node's check box. + + + true if the test object is within a node's check box; otherwise, false. + + + + + + + Gets whether the test object is within an expand button. + + + true if the test object is within an expand button; otherwise, false. + + + + + + + Gets whether the test object is within a node's image. + + + true if the test object is within a node's image; otherwise, false. + + + + + + + Gets whether the test object is within a node indent. + + + true if the test object is within a node indent; otherwise, false. + + + + + + + Gets whether the test object is within a node. + + + true if the test object is within a node; otherwise, false. + + + + + + + Gets whether the test object is within a data cell. + + + true if the test object is within a data cell; otherwise, false. + + + + + + + Gets whether the test object is within a node image. + + + true if the test object is within a node image; otherwise, false. + @@ -9923,7 +11066,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9942,7 +11085,7 @@ Identifies the dependency property. - [To be supplied] + @@ -9961,15 +11104,7 @@ Identifies the dependency property. - [To be supplied] - - - - - - [To be supplied] - - [To be supplied] + @@ -9986,6 +11121,26 @@ + + + + Gets or sets the selection behavior for the . This is a dependency property. + + + + A enumeration value. + + + + + + + Identifies the dependency property. + + + + + @@ -10002,7 +11157,7 @@ Identifies the dependency property. - [To be supplied] + @@ -10021,7 +11176,7 @@ Identifies the dependency property. - [To be supplied] + @@ -10040,7 +11195,7 @@ Identifies the dependency property. - [To be supplied] + @@ -10087,7 +11242,7 @@ Identifies the dependency property. - [To be supplied] + @@ -10250,7 +11405,7 @@ Identifies the dependency property. - [To be supplied] + @@ -10269,7 +11424,7 @@ Identifies the dependency property. - [To be supplied] + @@ -10287,7 +11442,7 @@ Identifies the routed event. - [To be supplied] + @@ -10304,7 +11459,7 @@ Identifies the routed event. - [To be supplied] + @@ -10323,7 +11478,7 @@ Identifies the dependency property. - [To be supplied] + @@ -10362,7 +11517,7 @@ Identifies the dependency property. - [To be supplied] + @@ -10474,7 +11629,7 @@ Identifies the routed event. - [To be supplied] + @@ -10515,7 +11670,7 @@ Identifies the routed event. - [To be supplied] + @@ -10576,7 +11731,7 @@ Identifies the dependency property. - [To be supplied] + @@ -10595,7 +11750,7 @@ Identifies the dependency property. - [To be supplied] + @@ -10612,7 +11767,7 @@ Identifies the routed event. - [To be supplied] + @@ -10629,7 +11784,7 @@ Identifies the routed event. - [To be supplied] + @@ -10780,24 +11935,6 @@ - - - - Returns the text displayed within the specified cell. - - - - An integer value that specifies the row's handle. - - - - A value that specifies the column's filed name. - - - A value that specifies the text displayed within the specified cell. - - - @@ -11424,7 +12561,7 @@ Identifies the routed event. - [To be supplied] + @@ -11442,7 +12579,7 @@ Identifies the routed event. - [To be supplied] + @@ -11459,7 +12596,7 @@ Identifies the routed event. - [To be supplied] + @@ -11477,7 +12614,7 @@ Identifies the routed event. - [To be supplied] + @@ -11506,7 +12643,7 @@ Identifies the dependency property. - [To be supplied] + @@ -11535,7 +12672,7 @@ Identifies the dependency property. - [To be supplied] + @@ -11565,7 +12702,7 @@ Identifies the dependency property. - [To be supplied] + @@ -11584,7 +12721,7 @@ Identifies the dependency property. - [To be supplied] + @@ -11649,7 +12786,7 @@ Identifies the dependency property. - [To be supplied] + @@ -11695,7 +12832,7 @@ Identifies the routed event. - [To be supplied] + @@ -11713,7 +12850,7 @@ Identifies the routed event. - [To be supplied] + @@ -11730,7 +12867,7 @@ Identifies the routed event. - [To be supplied] + @@ -11748,7 +12885,7 @@ Identifies the routed event. - [To be supplied] + @@ -11775,7 +12912,7 @@ Identifies the routed event. - [To be supplied] + @@ -11942,7 +13079,7 @@ Identifies the routed event. - [To be supplied] + @@ -11960,7 +13097,23 @@ - [To be supplied] + + + + + + + Allows you to replace a filter applied with another filter. + + + + + + + + For internal use only. + + @@ -12293,6 +13446,42 @@ + + + + + The treelist band. + + + + + + + Initializes a new instance of the TreeListControlBand class. + + + + + + + + Provides access to the band's child band collection. + + + A collection of bands. + + + + + + + Provides access to the band's child column collection. + + + A collection of columns. + + + @@ -12319,101 +13508,181 @@ - + - A class that contains information about what is located at a specific point within the control. + Defines the appearance and behavior of the SearchTokenLookUpEdit. - + - Gets a column located under the test object. + Initializes a new instance of the SearchTokenLookUpEditStyleSettings class with default settings. + + + + + + + + Gets or sets whether to add tokens on clicking items within the popup. This is a dependency property. + + + true, to add tokens on clicking items within the popup; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether to enable editing of existing tokens. This is a dependency property. + + + true, to enable editing of existing tokens; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether to enable token wrapping. This is a dependency property. + + + true, to enable token wrapping; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Specifies the placement of new tokens. This is a dependency property. + + + A enumeration value. + + + + + + + Identifies the dependency property. - A object that represents the column located under the test object. - + - + - Gets the visual element located under the test object. + Specifies whether to display the delete button within tokens. This is a dependency property. - A enumeration value that identifies the visual element located under the test object. + true, to show the delete button; otherwise, false. - + - Gets whether the test object is within a node's check box. + Identifies the dependency property. - true if the test object is within a node's check box; otherwise, false. - + - + - Gets whether the test object is within an expand button. + Specifies the template used to represent a gallery item's borders on-screen. This is a dependency property. - true if the test object is within an expand button; otherwise, false. + A object that is the corresponding template. - + - Gets whether the test object is within a node's image. + Identifies the dependency property. - true if the test object is within a node's image; otherwise, false. - + - + - Gets whether the test object is within a node indent. + Gets or sets the token's maximum width. This is a dependency property. - true if the test object is within a node indent; otherwise, false. + A value that specifies the token's maximum width. - + - Gets whether the test object is within a node. + Identifies the dependency property. - true if the test object is within a node; otherwise, false. - + - + - Gets whether the test object is within a data cell. + Gets or sets the trimming behavior for tokens. This is a dependency property. - true if the test object is within a data cell; otherwise, false. + A System.Windows.TextTrimming enumeration value. - + - Gets whether the test object is within a node image. + Identifies the dependency property. - true if the test object is within a node image; otherwise, false. - + @@ -12793,6 +14062,17 @@ + + + + Specifies whether text corresponding to a null value appears faded. + + + + true, to fade the null text; otherwise, false. + + + @@ -12835,9 +14115,11 @@ - [To be supplied] + Gets or sets the CellValue object consisting of information about the cell being processed. + - [To be supplied] + The CellValue object consisting of information about the cell being processed. + @@ -12994,9 +14276,11 @@ - [To be supplied] + Gets or sets the CellValue object consisting of information about the cell being processed. + - [To be supplied] + The CellValue object consisting of information about the cell being processed. + @@ -13641,7 +14925,7 @@ Identifies the dependency property. - [To be supplied] + @@ -13669,7 +14953,7 @@ Identifies the routed event. - [To be supplied] + @@ -13700,6 +14984,24 @@ + + + + Returns the text displayed within the specified cell. + + + + An integer value that specifies the row's handle. + + + + A object that represents the column displayed within the grid. + + + A value that specifies the text displayed within the specified cell. + + + @@ -13742,7 +15044,7 @@ Identifies the routed event. - [To be supplied] + @@ -13821,7 +15123,7 @@ Identifies the dependency property. - [To be supplied] + @@ -13862,6 +15164,14 @@ + + + + Enables you to validate the active editor's value. + + + + @@ -14023,6 +15333,16 @@ + + + + Shows the conditional formatting rules manager. + + + A command that implements the . + + + @@ -14123,6 +15443,17 @@ + + + + Toggles the row selection. + + + + A command that implements the . + + + @@ -14143,6 +15474,16 @@ + + + + Adds a format condition. + + + A command that implements the . + + + @@ -14156,47 +15497,217 @@ - Adjusts the width of columns so that columns fit their contents in an optimal way. + Adjusts the width of columns so that columns fit their contents in an optimal way. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Toggles a node's check state. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Specifies the expanded state of a node (expanded or collapsed). + + + A command implementing the . + + + + + + + Checks all nodes. + + + A object that defines a command implementing the , and is routed through the element tree. + + + + + + + Clears format conditions from all columns. + + + A command that implements the . + + + + + + + Clears format conditions from the specified column. + + + A command that implements the . + + + + + + + Collapses all nodes. + + + A command implementing the . + + + + + + + Expands all nodes. + + + A command implementing the . + + + + + + + Expands the parent nodes down to the specified nesting level. + + + A command implementing the . + + + + + + + Invokes the 'Above Average' format condition dialog. + + + A command that implements the . + + + + + + + Invokes the 'A Date Occuring' format condition dialog. + + + A command that implements the . + + + + + + + Invokes the 'Below Average' format condition dialog. + + + A command that implements the . + + + + + + + Invokes the 'Between' format condition dialog. + + + A command that implements the . + + + + + + + Invokes the 'Bottom 10 Items' format condition dialog. + + + A command that implements the . + + + + + + + Invokes the 'Bottom 10 Percent' format condition dialog. + + + A command that implements the . + + + + + + + Shows the conditional formatting rules manager. + + + A command that implements the . + + + + + + + Invokes the 'Custom Condition' format condition dialog. + + + A command that implements the . + + + + + + + Invokes the 'Equal To' format condition dialog. - A object that defines a command implementing the , and is routed through the element tree. + A command that implements the . - + - Toggles a node's check state. + Invokes the 'Greater Than' format condition dialog. - A object that defines a command implementing the , and is routed through the element tree. + A command that implements the . - + - Specifies the expanded state of a node (expanded or collapsed). + Invokes the 'Less Than' format condition dialog. - A command implementing the . + A command that implements the . - + - Checks all nodes. + Invokes the Print Preview. - A object that defines a command implementing the , and is routed through the element tree. + A command implementing the . - + - Collapses all nodes. + Invokes the modal Print Preview. A command implementing the . @@ -14204,32 +15715,32 @@ - + - Expands all nodes. + Invokes the 'Text That Contains' format condition dialog. - A command implementing the . + A command that implements the . - + - Invokes the Print Preview. + Invokes the 'Top 10 Items' format condition dialog. - A command implementing the . + A command that implements the . - + - Invokes the modal Print Preview. + Invokes the 'Top 10 Percent' format condition dialog. - A command implementing the . + A command that implements the . @@ -14345,6 +15856,18 @@ + + + + Initializes a new instance of the TreeListNodeCollection class. + + + + A object that is the owner of the collection. + + + + @@ -14629,43 +16152,42 @@ - + - Gets the actual template selector that chooses a node template based on custom logic. This is a dependency property. + Gets the actual brush that is used to the alternate row background. This is a dependency property. + - A descendant that chooses a template based on custom logic. + A value. - + Identifies the dependency property. - [To be supplied] + - + - Gets the actual outer margin of view's details. + Gets the actual template selector that chooses a node template based on custom logic. This is a dependency property. - A object that represents the thickness of a frame around a view's details. - + A descendant that chooses a template based on custom logic. - + - This member supports the control's internal infrastructure and is not intended to be used directly from your code. + Identifies the dependency property. - 0 always. - + @@ -14694,23 +16216,26 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets the actual template selector that chooses a row details template based on custom logic. This is a dependency property. + - [To be supplied] + A descendant that chooses a template based on custom logic. + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + @@ -14739,7 +16264,19 @@ Identifies the dependency property. - [To be supplied] + + + + + + + Adds a format condition to the format condition collection. + + + + A object that is the new format condition. + + @@ -14758,7 +16295,7 @@ Identifies the dependency property. - [To be supplied] + @@ -14777,7 +16314,7 @@ Identifies the dependency property. - [To be supplied] + @@ -14796,7 +16333,7 @@ Identifies the dependency property. - [To be supplied] + @@ -14815,7 +16352,7 @@ Identifies the dependency property. - [To be supplied] + @@ -14834,7 +16371,7 @@ Identifies the dependency property. - [To be supplied] + @@ -14853,7 +16390,7 @@ Identifies the dependency property. - [To be supplied] + @@ -14872,7 +16409,7 @@ Identifies the dependency property. - [To be supplied] + @@ -14891,7 +16428,7 @@ Identifies the dependency property. - [To be supplied] + @@ -14912,7 +16449,45 @@ Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets whether to enable the conditional formatting rules manager. This is a dependency property. + + + true, to enable the conditional formatting manager; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether to enable the conditional formatting menu. This is a dependency property. + + + true, to enable the conditional formatting menu; otherwise, false. + + + + + + + Identifies the dependency property. + + + @@ -14931,7 +16506,7 @@ Identifies the dependency property. - [To be supplied] + @@ -14950,7 +16525,7 @@ Identifies the dependency property. - [To be supplied] + @@ -14969,7 +16544,7 @@ Identifies the dependency property. - [To be supplied] + @@ -14995,10 +16570,10 @@ - Gets or sets whether per-pixel scrolling is enabled or not. This is a dependency property. + Gets or sets whether per-pixel scrolling is enabled. This is a dependency property. - true to enable per-pixel scrolling; false to enable row by row scrolling. + true to enable per-pixel scrolling; false to enable row by row scrolling. @@ -15008,7 +16583,7 @@ Identifies the dependency property. - [To be supplied] + @@ -15047,7 +16622,26 @@ Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets whether to enable scroll animation. This is a dependency property. + + + true to enable scroll animation; otherwise, false. + + + + + + + Identifies the dependency property. + + + @@ -15066,7 +16660,7 @@ Identifies the dependency property. - [To be supplied] + @@ -15085,7 +16679,7 @@ Identifies the dependency property. - [To be supplied] + @@ -15104,7 +16698,7 @@ Identifies the dependency property. - [To be supplied] + @@ -15123,7 +16717,7 @@ Identifies the dependency property. - [To be supplied] + @@ -15144,7 +16738,7 @@ Identifies the dependency property. - [To be supplied] + @@ -15175,7 +16769,7 @@ Identifies the dependency property. - [To be supplied] + @@ -15194,7 +16788,7 @@ Identifies the dependency property. - [To be supplied] + @@ -15213,7 +16807,7 @@ Identifies the dependency property. - [To be supplied] + @@ -15232,7 +16826,7 @@ Identifies the dependency property. - [To be supplied] + @@ -15251,7 +16845,7 @@ Identifies the dependency property. - [To be supplied] + @@ -15270,7 +16864,7 @@ Identifies the dependency property. - [To be supplied] + @@ -15307,7 +16901,7 @@ Identifies the dependency property. - [To be supplied] + @@ -15347,7 +16941,7 @@ Identifies the dependency property. - [To be supplied] + @@ -15366,7 +16960,7 @@ Identifies the dependency property. - [To be supplied] + @@ -15399,6 +16993,20 @@ + + + + Returns information about the specified element contained within the treelist view. + + + + A structure which specifies the test point coordinates relative to the map's top-left corner. + + + A object that contains information about the specified view element. + + + @@ -15413,7 +17021,7 @@ Identifies the routed event. - [To be supplied] + @@ -15430,7 +17038,7 @@ Identifies the routed event. - [To be supplied] + @@ -15514,7 +17122,7 @@ Identifies the dependency property. - [To be supplied] + @@ -15533,7 +17141,27 @@ Identifies the dependency property. - [To be supplied] + + + + + + + Removes all format conditions. + + + + + + + + Clears format conditions for the specified column. + + + + A object that represents the column for which format conditions should be removed. + + @@ -15580,15 +17208,17 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets or sets the object that compares columns and bands of the Grid to define their sorting within the Column Band Chooser. This is a dependency property. + - [To be supplied] + An object supporting the IComparer interface. + @@ -15597,7 +17227,26 @@ Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets the template that defines the presentation of the conditional formatting manager. This is a dependency property. + + + A object that defines the presentation of the conditional formatting manager. + + + + + + + Identifies the dependency property. + + + @@ -15650,7 +17299,7 @@ Identifies the routed event. - [To be supplied] + @@ -15692,7 +17341,8 @@ - [To be supplied] + Enables you to manually calculate the optimal width for a column(s). + @@ -15702,7 +17352,7 @@ Identifies the routed event. - [To be supplied] + @@ -15751,7 +17401,7 @@ Identifies the routed event. - [To be supplied] + @@ -15786,7 +17436,7 @@ Identifies the dependency property. - [To be supplied] + @@ -15805,7 +17455,7 @@ Identifies the dependency property. - [To be supplied] + @@ -15824,7 +17474,7 @@ Identifies the dependency property. - [To be supplied] + @@ -15887,22 +17537,48 @@ - + + + Enables selection updates after calling the method, and forces an immediate update. + + + + + + + + Occurs after a sorting operation has been completed. + + + + + + - Gets the outer margin of view's details. + Identifies the routed event. - A object that represents the thickness of a frame around the view's details. + + + + + + + Provides access to a theme-dependent brush that is used to alternate the row background. This is a dependency property. + + + A value. - + - Enables selection updates after calling the method, and forces an immediate update. + Identifies the dependency property. + @@ -15914,45 +17590,112 @@ - + + + + + + + + + + + Identifies the dependency property. + + + + + + + + + This member supports the control's internal infrastructure and is not intended to be used directly from your code. + + + always. + + + + + + + This member supports the control's internal infrastructure and is not intended to be used directly from your code. + + + 0 always. + + + + + + + Expands the specified node. + + + + An integer value that identifies a node by its handle. + + + + + + + + Gets or sets whether to expand a node if its child nodes contain the search text. This is a dependency property. + + + true, to expand a node if its child nodes contain the search text; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + + + - This member supports the control's internal infrastructure and is not intended to be used directly from your code. + Gets or sets the binding that determines which nodes are expanded. - always. + A object specifying which nodes are expanded. - + - This member supports the control's internal infrastructure and is not intended to be used directly from your code. + Gets or sets the name of the data field within the items source that determines which nodes are expanded. - 0 always. + A name of the data field that specifies which nodes are expanded. - + - Expands the specified node. + Identifies the dependency property. - - An integer value that identifies a node by its handle. - - + - + - Gets or sets the binding that determines which nodes are expanded. + Expands the parent nodes down to the specified nesting level. - A object specifying which nodes are expanded. - + + An integer value that specifies the nesting level. + + @@ -16515,6 +18258,27 @@ + + + + Specifies whether the horizontal scrollbar fills the entire width of the treelist. This is a dependency property. + + + + true, if the horizontal scrollbar should fill the entire width of the treelist; otherwise, false. + + + + + + + + Identifies the dependency property. + + + + + @@ -16531,7 +18295,7 @@ Identifies the dependency property. - [To be supplied] + @@ -16570,7 +18334,7 @@ Identifies the dependency property. - [To be supplied] + @@ -16589,7 +18353,7 @@ Identifies the dependency property. - [To be supplied] + @@ -16608,7 +18372,7 @@ Identifies the dependency property. - [To be supplied] + @@ -16627,7 +18391,7 @@ Identifies the dependency property. - [To be supplied] + @@ -16646,7 +18410,7 @@ Identifies the dependency property. - [To be supplied] + @@ -16665,7 +18429,7 @@ Identifies the dependency property. - [To be supplied] + @@ -16685,7 +18449,7 @@ Identifies the dependency property. - [To be supplied] + @@ -16704,7 +18468,7 @@ Identifies the dependency property. - [To be supplied] + @@ -16723,7 +18487,7 @@ Identifies the dependency property. - [To be supplied] + @@ -16744,7 +18508,36 @@ Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets the template that defines the presentation of the format condition dialog. This is a dependency property. + + + A object that defines the presentation of cards. + + + + + + + Identifies the dependency property. + + + + + + + + + Contains format conditions. + + + A object that is the collection of format conditions applied to the view's columns. + @@ -16907,7 +18700,7 @@ Identifies the dependency property. - [To be supplied] + @@ -16924,7 +18717,7 @@ Identifies the routed event. - [To be supplied] + @@ -16943,7 +18736,7 @@ Identifies the dependency property. - [To be supplied] + @@ -16962,7 +18755,7 @@ Identifies the dependency property. - [To be supplied] + @@ -16981,7 +18774,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17000,7 +18793,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17019,7 +18812,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17036,7 +18829,7 @@ Identifies the routed event. - [To be supplied] + @@ -17092,7 +18885,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17111,7 +18904,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17143,7 +18936,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17166,15 +18959,6 @@ - - - - Identifies the routed event. - - - [To be supplied] - - @@ -17189,7 +18973,7 @@ Identifies the routed event. - [To be supplied] + @@ -17206,7 +18990,7 @@ Identifies the routed event. - [To be supplied] + @@ -17223,7 +19007,7 @@ Identifies the routed event. - [To be supplied] + @@ -17240,7 +19024,7 @@ Identifies the routed event. - [To be supplied] + @@ -17257,7 +19041,7 @@ Identifies the routed event. - [To be supplied] + @@ -17277,7 +19061,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17296,7 +19080,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17325,7 +19109,83 @@ Identifies the dependency property. - [To be supplied] + + + + + + + Contains predefined color scales formats that are used to color cells proportional to their values. This is a dependency property. + + + A object that is the collection of color scales formats. + + + + + + + Identifies the dependency property. + + + + + + + + + Contains predefined data bar formats that are used to fill cells with bars whose lengths are proportional to the cell values. This is a dependency property. + + + A object that is the collection of data bar formats. + + + + + + + Identifies the dependency property. + + + + + + + + + Contains predefined formats that are used by conditional formatting rules. This is a dependency property. + + + A object that is the collection of formats. + + + + + + + Identifies the dependency property. + + + + + + + + + Contains predefined icon set formats that are used to assign an icon to each cell based on its value. This is a dependency property. + + + A object that is the collection of icon set formats. + + + + + + + Identifies the dependency property. + + + @@ -17352,7 +19212,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17371,7 +19231,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17390,7 +19250,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17409,7 +19269,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17428,7 +19288,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17447,7 +19307,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17466,7 +19326,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17505,7 +19365,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17524,7 +19384,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17543,7 +19403,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17562,7 +19422,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17581,7 +19441,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17600,7 +19460,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17619,7 +19479,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17638,7 +19498,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17657,7 +19517,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17676,7 +19536,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17695,7 +19555,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17714,7 +19574,19 @@ Identifies the dependency property. - [To be supplied] + + + + + + + Reloads the image for the specified node. + + + + A object that is the node whose image is to be reloaded. + + @@ -17757,7 +19629,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17784,7 +19656,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17803,7 +19675,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17823,7 +19695,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17842,29 +19714,32 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets or sets an object that chooses a row details template based on custom logic. This is a dependency property. + - [To be supplied] + A descendant that chooses a template based on custom logic. + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + - Gets or sets a value that indicates when the row details are displayed. + Gets or sets a value that indicates when the row details are displayed. This is a dependency property. A enumeration value. @@ -17874,9 +19749,10 @@ - [To be supplied] + Identifies the dependency property. + - [To be supplied] + @@ -17893,7 +19769,7 @@ Identifies the routed event. - [To be supplied] + @@ -17912,7 +19788,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17932,7 +19808,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17951,7 +19827,7 @@ Identifies the dependency property. - [To be supplied] + @@ -17970,16 +19846,17 @@ Identifies the dependency property. - [To be supplied] + - This is a dependency property. + Gets or sets the style applied to data nodes. This is a dependency property. - [To be supplied] + A object that represents the style applied to data rows. + @@ -17988,7 +19865,7 @@ Identifies the dependency property. - [To be supplied] + @@ -18015,7 +19892,7 @@ Identifies the dependency property. - [To be supplied] + @@ -18034,7 +19911,7 @@ Identifies the dependency property. - [To be supplied] + @@ -18053,7 +19930,7 @@ Identifies the dependency property. - [To be supplied] + @@ -18072,7 +19949,7 @@ Identifies the dependency property. - [To be supplied] + @@ -18170,7 +20047,7 @@ Identifies the routed event. - [To be supplied] + @@ -18355,7 +20232,7 @@ Identifies the dependency property. - [To be supplied] + @@ -18374,7 +20251,7 @@ Identifies the dependency property. - [To be supplied] + @@ -18393,7 +20270,7 @@ Identifies the dependency property. - [To be supplied] + @@ -18416,6 +20293,37 @@ + + + + Shows the conditional formatting rules manager. + + + + A object that is the column for which to invoke the conditional formatting manager. + + + + + + + + Gets or sets whether to show the data navigator. This is a dependency property. + + + true, to show the data navigator; otherwise, false. + + + + + + + Identifies the dependency property. + + + + + @@ -18432,7 +20340,23 @@ Identifies the dependency property. - [To be supplied] + + + + + + + Invokes the format condition dialog. + + + + A object that is the column to which you want to add a formatting rule. + + + + A object that is the dialog type. + + @@ -18451,7 +20375,7 @@ Identifies the dependency property. - [To be supplied] + @@ -18470,7 +20394,7 @@ Identifies the dependency property. - [To be supplied] + @@ -18487,7 +20411,7 @@ Identifies the routed event. - [To be supplied] + @@ -18504,7 +20428,7 @@ Identifies the routed event. - [To be supplied] + @@ -18523,7 +20447,7 @@ Identifies the dependency property. - [To be supplied] + @@ -18686,7 +20610,7 @@ Identifies the dependency property. - [To be supplied] + @@ -18705,7 +20629,7 @@ Identifies the dependency property. - [To be supplied] + @@ -18724,23 +20648,43 @@ Identifies the dependency property. - [To be supplied] + + + + + + + Occurs before a sorting operation is started. + + + + + + + + Identifies the routed event. + + + - [To be supplied] + This property supports the internal infrastructure and is not intended to be used directly from your code. + - [To be supplied] + + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + @@ -18753,6 +20697,25 @@ + + + + This property supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Identifies the dependency property. + + + + + @@ -18769,7 +20732,7 @@ Identifies the dependency property. - [To be supplied] + @@ -18788,7 +20751,7 @@ Identifies the dependency property. - [To be supplied] + @@ -18913,6 +20876,27 @@ + + + + Specifies whether to alternate the row background using a theme-dependent brush. This is a dependency property. + + + + true, to alternate the row background using a theme-dependent brush; otherwise, false. By default, false. + + + + + + + + Identifies the dependency property. + + + + + @@ -18929,7 +20913,7 @@ Identifies the dependency property. - [To be supplied] + @@ -18938,7 +20922,7 @@ Gets or sets whether to enable the treelist's optimized mode. This is a dependency property. - true, to enable the optimized mode; otherwise, false. The default value is true. + or , to enable the optimized mode; otherwise, . The default value is . @@ -18948,7 +20932,7 @@ Identifies the dependency property. - [To be supplied] + @@ -18959,15 +20943,6 @@ - - - - Identifies the routed event. - - - [To be supplied] - - @@ -18982,7 +20957,7 @@ Identifies the routed event. - [To be supplied] + @@ -19001,7 +20976,26 @@ Identifies the dependency property. - [To be supplied] + + + + + + + This member supports the internal infrastructure and is not intended to be used directly from your code. + + + + + + + + + + Identifies the dependency property. + + + @@ -19020,7 +21014,7 @@ Identifies the dependency property. - [To be supplied] + @@ -19127,7 +21121,7 @@ Identifies the dependency property. - [To be supplied] + @@ -19146,7 +21140,7 @@ Identifies the dependency property. - [To be supplied] + @@ -19165,7 +21159,7 @@ Identifies the dependency property. - [To be supplied] + diff --git a/lib/DevExpress/DevExpress.Xpf.Layout.v14.1.Core.dll b/lib/DevExpress/DevExpress.Xpf.Layout.v14.1.Core.dll deleted file mode 100644 index df1bcaa1..00000000 Binary files a/lib/DevExpress/DevExpress.Xpf.Layout.v14.1.Core.dll and /dev/null differ diff --git a/lib/DevExpress/DevExpress.Xpf.Layout.v15.1.Core.dll b/lib/DevExpress/DevExpress.Xpf.Layout.v15.1.Core.dll new file mode 100644 index 00000000..af3f9e41 Binary files /dev/null and b/lib/DevExpress/DevExpress.Xpf.Layout.v15.1.Core.dll differ diff --git a/lib/DevExpress/DevExpress.Xpf.Layout.v14.1.Core.xml b/lib/DevExpress/DevExpress.Xpf.Layout.v15.1.Core.xml similarity index 99% rename from lib/DevExpress/DevExpress.Xpf.Layout.v14.1.Core.xml rename to lib/DevExpress/DevExpress.Xpf.Layout.v15.1.Core.xml index d3c461a7..fad1653b 100644 --- a/lib/DevExpress/DevExpress.Xpf.Layout.v14.1.Core.xml +++ b/lib/DevExpress/DevExpress.Xpf.Layout.v15.1.Core.xml @@ -1,7 +1,7 @@ - DevExpress.Xpf.Layout.v14.1.Core + DevExpress.Xpf.Layout.v15.1.Core diff --git a/lib/DevExpress/DevExpress.Xpf.LayoutControl.v14.1.dll b/lib/DevExpress/DevExpress.Xpf.LayoutControl.v14.1.dll deleted file mode 100644 index 10e66b28..00000000 Binary files a/lib/DevExpress/DevExpress.Xpf.LayoutControl.v14.1.dll and /dev/null differ diff --git a/lib/DevExpress/DevExpress.Xpf.LayoutControl.v15.1.dll b/lib/DevExpress/DevExpress.Xpf.LayoutControl.v15.1.dll new file mode 100644 index 00000000..43e77211 Binary files /dev/null and b/lib/DevExpress/DevExpress.Xpf.LayoutControl.v15.1.dll differ diff --git a/lib/DevExpress/DevExpress.Xpf.LayoutControl.v14.1.xml b/lib/DevExpress/DevExpress.Xpf.LayoutControl.v15.1.xml similarity index 95% rename from lib/DevExpress/DevExpress.Xpf.LayoutControl.v14.1.xml rename to lib/DevExpress/DevExpress.Xpf.LayoutControl.v15.1.xml index 51eabd97..2ba965dc 100644 --- a/lib/DevExpress/DevExpress.Xpf.LayoutControl.v14.1.xml +++ b/lib/DevExpress/DevExpress.Xpf.LayoutControl.v15.1.xml @@ -1,7 +1,7 @@ - DevExpress.Xpf.LayoutControl.v14.1 + DevExpress.Xpf.LayoutControl.v15.1 @@ -64,7 +64,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -116,7 +116,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -241,7 +241,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -261,7 +261,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -270,7 +270,7 @@ This is a dependency property. This member supports the internal infrastructure, and is not intended to be used directly from your code. - [To be supplied] + @@ -290,7 +290,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -310,7 +310,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -330,7 +330,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -362,7 +362,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -393,7 +393,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -413,7 +413,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -422,7 +422,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -442,7 +442,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -462,7 +462,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -482,7 +482,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -623,7 +623,7 @@ This is a dependency property. Identifies the default orientation of child items in the LayoutGroup. This field is set to Orientation.Horizontal. To override the orienation for individual groups, use the property. - [To be supplied] + @@ -665,7 +665,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -685,7 +685,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -705,7 +705,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -735,7 +735,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -757,7 +757,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -777,7 +777,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -819,7 +819,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -839,7 +839,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -940,7 +940,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -988,7 +988,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1022,7 +1022,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1042,7 +1042,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1062,7 +1062,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1097,7 +1097,7 @@ This is a dependency property. Specifies the default value for the property. This constant returns the value of 5. - [To be supplied] + @@ -1106,7 +1106,7 @@ This is a dependency property. Specifies the default value for the property. This constant returns the value of 10. - [To be supplied] + @@ -1126,7 +1126,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1147,7 +1147,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1272,7 +1272,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1292,7 +1292,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1312,7 +1312,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1333,7 +1333,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1361,7 +1361,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1381,7 +1381,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1391,7 +1391,7 @@ This is a dependency property. - [To be supplied] + @@ -1411,7 +1411,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1438,7 +1438,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1458,16 +1458,17 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - Gets or sets the brush used to paint the current GroupBox's title. + Gets or sets the brush used to paint the title of the current GroupBox. + - A Brush object used to paint the current GroupBox's title. + A Brush object used to paint the title of the current GroupBox. @@ -1477,7 +1478,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1497,7 +1498,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1556,7 +1557,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1638,7 +1639,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1657,7 +1658,7 @@ This is a dependency property. Specifies the default value for the property. The property is set to 200. - [To be supplied] + @@ -1666,7 +1667,7 @@ This is a dependency property. Returns the minimum value for the property. This field is set to 20. - [To be supplied] + @@ -1675,7 +1676,7 @@ This is a dependency property. Returns the default value for the property. This field is set to 7. - [To be supplied] + @@ -1710,7 +1711,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -1753,7 +1754,7 @@ To enable runtime item movement, set the control's - A TimeSpan value that specifies the duration of item movement animation in the FlowLayoutControl. + A value that specifies the duration of item movement animation in the FlowLayoutControl. @@ -1904,7 +1905,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1924,7 +1925,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1944,7 +1945,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2025,7 +2026,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2034,7 +2035,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2043,7 +2044,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2064,7 +2065,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2084,7 +2085,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2120,7 +2121,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2140,7 +2141,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2176,7 +2177,7 @@ This is an attached property. Identifies the attached property. - [To be supplied] + @@ -2196,7 +2197,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2216,7 +2217,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -2235,7 +2236,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -2324,7 +2325,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -2425,7 +2426,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -2447,7 +2448,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -2528,7 +2529,7 @@ This is an attached property. This member supports the internal infrastructure, and is not intended to be used directly from your code. - [To be supplied] + @@ -2547,7 +2548,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -2567,7 +2568,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -2587,7 +2588,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2607,7 +2608,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2638,7 +2639,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2647,7 +2648,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2666,7 +2667,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2686,7 +2687,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -2725,7 +2726,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -2745,7 +2746,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -2907,7 +2908,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2937,7 +2938,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2957,7 +2958,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2987,7 +2988,15 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + + + + + + + + + @@ -3007,7 +3016,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3027,7 +3036,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3047,7 +3056,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3067,7 +3076,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3236,7 +3245,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3257,7 +3266,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3277,7 +3286,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -3297,7 +3306,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -3319,7 +3328,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -3341,7 +3350,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -3494,9 +3503,9 @@ This is an attached property. - [To be supplied] + - [To be supplied] + @@ -3526,23 +3535,23 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - [To be supplied] + - [To be supplied] + - [To be supplied] + - [To be supplied] + @@ -3578,7 +3587,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3606,7 +3615,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3680,7 +3689,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3689,7 +3698,7 @@ This is a dependency property. The prefix for auto-generated item names. The GeneratedItemNamePrefix field is set to "li". - [To be supplied] + @@ -3753,7 +3762,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3859,7 +3868,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3868,7 +3877,7 @@ This is a dependency property. Specifies the background used by default. - [To be supplied] + @@ -3877,7 +3886,7 @@ This is a dependency property. Gets the default value for the property. The DefaultGroupHeaderSpace field is set to 11. - [To be supplied] + @@ -3886,7 +3895,7 @@ This is a dependency property. Specifies the space between tiles used by default, in pixels. Default value: 10. - [To be supplied] + @@ -3895,7 +3904,7 @@ This is a dependency property. Specifies the distance between tile groups used by default, in pixels. Default value: 70. - [To be supplied] + @@ -3904,7 +3913,7 @@ This is a dependency property. Specifies the padding within the TileLayoutControl used by default. - [To be supplied] + @@ -3938,7 +3947,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -3958,7 +3967,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3979,7 +3988,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3999,7 +4008,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4043,7 +4052,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4110,7 +4119,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4129,7 +4138,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4138,7 +4147,7 @@ This is a dependency property. This member supports the internal infrastructure, and is not intended to be used directly from your code. - [To be supplied] + @@ -4175,7 +4184,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4184,7 +4193,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4203,7 +4212,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4222,7 +4231,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4241,7 +4250,7 @@ This is a dependency property. Specifies the content change interval used by default, in seconds. Default value - 5. To specify the content change interval, use the property. - [To be supplied] + @@ -4250,7 +4259,7 @@ This is a dependency property. Specifies the size of square extra large tiles, in pixels. The field's value is 310. See to learn more. - [To be supplied] + @@ -4259,7 +4268,7 @@ This is a dependency property. Specifies the size of square extra small tiles, in pixels. The field's value is 70. See to learn more. - [To be supplied] + @@ -4278,7 +4287,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4305,7 +4314,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4314,7 +4323,7 @@ This is a dependency property. Specifies the height of large tiles, in pixels. The field's value is 150. See to learn more. - [To be supplied] + @@ -4323,7 +4332,7 @@ This is a dependency property. Specifies the width of large tiles, in pixels. The field's value is 310. See to learn more. - [To be supplied] + @@ -4350,7 +4359,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4369,7 +4378,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4378,7 +4387,7 @@ This is a dependency property. Specifies the height of small tiles, in pixels. The field's value is 150. See to learn more. - [To be supplied] + @@ -4387,7 +4396,7 @@ This is a dependency property. Specifies the width of small tiles, in pixels. The field's value is 150. See to learn more. - [To be supplied] + @@ -4406,7 +4415,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + diff --git a/lib/DevExpress/DevExpress.Xpf.NavBar.v14.1.dll b/lib/DevExpress/DevExpress.Xpf.NavBar.v14.1.dll deleted file mode 100644 index ae92f78f..00000000 Binary files a/lib/DevExpress/DevExpress.Xpf.NavBar.v14.1.dll and /dev/null differ diff --git a/lib/DevExpress/DevExpress.Xpf.NavBar.v15.1.dll b/lib/DevExpress/DevExpress.Xpf.NavBar.v15.1.dll new file mode 100644 index 00000000..227ce91f Binary files /dev/null and b/lib/DevExpress/DevExpress.Xpf.NavBar.v15.1.dll differ diff --git a/lib/DevExpress/DevExpress.Xpf.NavBar.v14.1.xml b/lib/DevExpress/DevExpress.Xpf.NavBar.v15.1.xml similarity index 89% rename from lib/DevExpress/DevExpress.Xpf.NavBar.v14.1.xml rename to lib/DevExpress/DevExpress.Xpf.NavBar.v15.1.xml index f1bac20c..7dc61001 100644 --- a/lib/DevExpress/DevExpress.Xpf.NavBar.v14.1.xml +++ b/lib/DevExpress/DevExpress.Xpf.NavBar.v15.1.xml @@ -1,7 +1,7 @@ - DevExpress.Xpf.NavBar.v14.1 + DevExpress.Xpf.NavBar.v15.1 @@ -183,6 +183,250 @@ + + + + + + + + + + + Initializes a new instance of the FontSettings class. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Initializes a new instance of the NavBarItemControl class. + + + + + + + + + + + + + + + + Identifies the dependency property. + + + + + + + + + + + + + + + + + Identifies the dependency property. + + + + + + + + + + + + + + + + + Identifies the dependency property. + + + + + + + + + + + + + + + + + + + + + + + + + Identifies the dependency property. + + + + + + + + + + + + + + + + + Identifies the dependency property. + + + + + + + + + Called after the template is completely generated and attached to the visual tree. + + + + + + + + + + + + @@ -231,7 +475,7 @@ This is an attached property. Identifies the attached property. - [To be supplied] + @@ -866,7 +1110,7 @@ The width of an image, in device-independent units (1/96th inch per unit). Identifies the attached property. - [To be supplied] + @@ -886,7 +1130,7 @@ This is an attached property. Identifies the attached property. - [To be supplied] + @@ -905,7 +1149,7 @@ This is an attached property. Identifies the attached property. - [To be supplied] + @@ -953,23 +1197,29 @@ This is an attached property. - [To be supplied] + Gets the value of the attached property. + - [To be supplied] + The DependencyObject to which the property is attached. + - [To be supplied] + true, if manipulation of the contents is enabled; otherwise, false. + - [To be supplied] + Gets the value of the property. + - [To be supplied] + The DependencyObject to which the property is attached. + - [To be supplied] + A Double value that specifies the swipe sensitivity. + @@ -1017,33 +1267,39 @@ This is an attached property. - [To be supplied] + Gets or sets whether manipulation of the contents is enabled. + - [To be supplied] + true, if manipulation of the contents is enabled; otherwise, false. + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + - [To be supplied] + Gets or sets the value that specifies the swipe sensitivity of a . + - [To be supplied] + A Double value that specifies the swipe sensitivity of a . + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + @@ -1063,7 +1319,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -1083,7 +1339,7 @@ This is an attached property. Identifies the attached property. - [To be supplied] + @@ -1137,26 +1393,34 @@ This is an attached property. - [To be supplied] + Sets the value of the attached property for a specific object. + - [To be supplied] + The DependencyObject whose attached property is to be set. + - [To be supplied] + The new value of the attached property for the specified object. + - [To be supplied] + Sets the value of the attached property for a specific object. + - [To be supplied] + The DependencyObject whose attached property is to be set. + + - [To be supplied] + The new value of the attached property for the specified object. + + @@ -1225,7 +1489,7 @@ This is an attached property. Identifies the attached property. - [To be supplied] + @@ -1754,7 +2018,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1773,7 +2037,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1792,6 +2056,27 @@ This is a dependency property. + + + + Gets or sets the item selected in the active group of the collapsed Navigation Pane. + + + + An Object that represents the selected item in the active group of the collapsed Navigation Pane. + + + + + + + + Identifies the dependency property. + + + + + @@ -1809,23 +2094,30 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets the limit of currently visible groups for this NavigationPaneView. This is a dependency property. + + + - [To be supplied] + An Int32 value that is the limit of currently visible groups for this NavigationPaneView. + + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + + @@ -1854,7 +2146,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1876,7 +2168,7 @@ A data template. The default is a null reference (Nothing in Visua Identifies the dependency property. - [To be supplied] + @@ -1900,6 +2192,26 @@ This is a dependency property. + + + + Gets or sets whether each group in the collapsed Navigation Pane can have a selected item. This is a dependency property. + + + true, if each group in the collapsed Navigation Pane can have a selected item; otherwise, false. + + + + + + + + Identifies the dependency property. + + + + + @@ -1917,7 +2229,7 @@ This is an attached property. Identifies the attached property. - [To be supplied] + @@ -1937,7 +2249,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -1959,7 +2271,7 @@ A data template. The default is a null reference (Nothing in Visua Identifies the dependency property. - [To be supplied] + @@ -1979,7 +2291,7 @@ A data template. The default is a null reference (Nothing in Visua Identifies the dependency property. - [To be supplied] + @@ -2023,7 +2335,7 @@ Gets or sets a control template that defines the visualization of group headers Identifies the dependency property. - [To be supplied] + @@ -2043,7 +2355,7 @@ A data template. The default is a null reference (Nothing in Visua Identifies the dependency property. - [To be supplied] + @@ -2063,7 +2375,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2083,7 +2395,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2103,7 +2415,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2123,7 +2435,26 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets whether the pop-up pane displaying the contents of the active group is opened. This property is in effect if the NavigationPaneView is collapsed. This is a dependency property. + + + true, if the pop-up pane is opened; otherwise, false. + + + + + + + Identifies the dependency property. + + + @@ -2143,7 +2474,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2162,7 +2493,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2181,7 +2512,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2245,7 +2576,17 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + + + + + + + Allows you to customize the Navigation Pane Customization Menu by adding new menu items or removing existing items. + + + The ObservableCollection that contains customization menu items. + @@ -2262,7 +2603,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -2279,7 +2620,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -2340,7 +2681,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2362,7 +2703,7 @@ A data template. The default is a null reference (Nothing in Visua Identifies the dependency property. - [To be supplied] + @@ -2382,7 +2723,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2401,7 +2742,64 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets the delay before a PeekForm is hidden. + + + An integer value that specifies the delay, in milliseconds, before a PeekForm is hidden. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the delay before a PeekForm is displayed. + + + An integer value that specifies the delay, in milliseconds, before a PeekForm is displayed. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets whether Peek Forms are shown for inactive groups in the collapsed Navigation Pane, in the Overflow Panel, both or not shown. + + + A PeekFormShowMode enumeration value that specifies the mode in which Peek Forms are shown. Default is None. + + + + + + + Identifies the dependency property. + + + @@ -2475,7 +2873,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -2492,7 +2890,7 @@ This is a dependency property. Identifies the routed event. - [To be supplied] + @@ -2511,7 +2909,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2576,7 +2974,7 @@ To prevent developers from using this property, its code attributes are set, to Identifies the routed event. - [To be supplied] + @@ -2596,7 +2994,7 @@ This is an attached property. Identifies the attached property. - [To be supplied] + @@ -2614,10 +3012,10 @@ To prevent developers from using this property, its code attributes are set, hid - Provides access to the current View's font settings. + Provides access to the current View's font settings. This is an attached property. - A FontSettings object that stores the current View's font settings. + An object that stores the current View's font settings. @@ -2627,7 +3025,7 @@ To prevent developers from using this property, its code attributes are set, hid Identifies the dependency property. - [To be supplied] + @@ -2798,7 +3196,7 @@ To prevent developers from using this property, its code attributes are set, hid Identifies the dependency property. - [To be supplied] + @@ -2817,7 +3215,7 @@ To prevent developers from using this property, its code attributes are set, hid Identifies the dependency property. - [To be supplied] + @@ -2836,7 +3234,7 @@ To prevent developers from using this property, its code attributes are set, hid Identifies the dependency property. - [To be supplied] + @@ -2856,7 +3254,7 @@ To prevent developers from using this property, its code attributes are set, hid Identifies the dependency property. - [To be supplied] + @@ -2875,7 +3273,7 @@ To prevent developers from using this property, its code attributes are set, hid Identifies the dependency property. - [To be supplied] + @@ -2896,7 +3294,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2916,7 +3314,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2936,7 +3334,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -2968,7 +3366,7 @@ This is an attached property. Identifies the attached property. - [To be supplied] + @@ -2997,7 +3395,7 @@ A ControlTemplate object. Identifies the dependency property. - [To be supplied] + @@ -3016,7 +3414,7 @@ A ControlTemplate object. Identifies the dependency property. - [To be supplied] + @@ -3035,23 +3433,27 @@ A ControlTemplate object. Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets or sets the foreground brush applied to items within this view. This is a dependency property. + - [To be supplied] + A Brush applied to items within this view. + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + + @@ -3070,7 +3472,7 @@ A ControlTemplate object. Identifies the dependency property. - [To be supplied] + @@ -3089,7 +3491,7 @@ A ControlTemplate object. Identifies the dependency property. - [To be supplied] + @@ -3106,7 +3508,7 @@ A ControlTemplate object. Identifies the routed event. - [To be supplied] + @@ -3123,7 +3525,7 @@ A ControlTemplate object. Identifies the routed event. - [To be supplied] + @@ -3143,7 +3545,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3163,7 +3565,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3185,7 +3587,7 @@ A data template. The default is a null reference (Nothing in Visua Identifies the dependency property. - [To be supplied] + @@ -3205,7 +3607,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3226,7 +3628,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3247,7 +3649,7 @@ This is an attached property. Identifies the attached property. - [To be supplied] + @@ -3266,7 +3668,7 @@ This is an attached property. Identifies the dependency property. - [To be supplied] + @@ -3286,7 +3688,7 @@ This is a dependency property. Identifies the attached property. - [To be supplied] + @@ -3382,7 +3784,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3502,7 +3904,7 @@ To prevent developers from using this property, its code attributes are set, hid Identifies the dependency property. - [To be supplied] + @@ -3546,7 +3948,7 @@ To prevent developers from using this property, its code attributes are set, to Identifies the routed event. - [To be supplied] + @@ -3563,7 +3965,7 @@ To prevent developers from using this property, its code attributes are set, to Identifies the routed event. - [To be supplied] + @@ -3672,7 +4074,7 @@ To prevent developers from using this property, its code attributes are set, to Identifies the dependency property. - [To be supplied] + @@ -3701,7 +4103,7 @@ To prevent developers from using this property, its code attributes are set, to Identifies the dependency property. - [To be supplied] + @@ -3720,7 +4122,7 @@ To prevent developers from using this property, its code attributes are set, to Identifies the dependency property. - [To be supplied] + @@ -3749,7 +4151,7 @@ To prevent developers from using this property, its code attributes are set, to Identifies the dependency property. - [To be supplied] + @@ -3779,7 +4181,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3816,7 +4218,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3825,7 +4227,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3844,7 +4246,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3864,7 +4266,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3883,7 +4285,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3902,7 +4304,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3922,7 +4324,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3941,7 +4343,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3961,7 +4363,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -3991,7 +4393,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4011,7 +4413,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4030,7 +4432,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4060,7 +4462,7 @@ A data template. The default is a null reference (Nothing in Visua Identifies the dependency property. - [To be supplied] + @@ -4081,7 +4483,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4115,7 +4517,7 @@ This is a dependency property. - A NavBarGroup object with the specified name, contained in the current NavBarGroupCollection. + A object with the specified name, contained in the current NavBarGroupCollection. @@ -4159,7 +4561,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4188,7 +4590,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4208,7 +4610,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4230,7 +4632,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4249,7 +4651,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4299,7 +4701,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4318,7 +4720,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4348,7 +4750,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4368,7 +4770,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4387,7 +4789,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4407,7 +4809,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4426,7 +4828,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4440,81 +4842,117 @@ This is a dependency property. - [To be supplied] + Gets or sets the collection of items displayed in the collapsed Navigation Pane when the current group is active. + - [To be supplied] + The collection of items displayed in the collapsed Navigation Pane. + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + - [To be supplied] + Gets or sets a collection of objects providing information to generate and initialize items for the collapsed Navigation Pane when the current group is active. +This is a dependency property. + - [To be supplied] + A source of objects to be visualized as collapsed state items. + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + - [To be supplied] + Gets or sets the style applied to items in the collapsed Navigation Pane. This is a dependency property. + - [To be supplied] + A Style object providing corresponding style settings. + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + - [To be supplied] + Gets or sets the DataTemplate used to render items in the collapsed Navigation Pane. This is a dependency property. + - [To be supplied] + A DataTemplate object used to render items in the collapsed Navigation Pane. + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + - [To be supplied] + Gets or sets the DataTemplateSelector object that provides a way to choose a DataTemplate used to render items in the collapsed Navigation Pane. This is a dependency property. + - [To be supplied] + A DataTemplateSelector object that provides a way to choose a DataTemplate used to render items in the collapsed Navigation Pane. + - [To be supplied] + Identifies the dependency property. + + + + + + + + + Gets or sets the selected item of the current group in the collapsed Navigation Pane. + + + An Object that represents the selected item of the current group in the collapsed Navigation Pane. + + + + + + + + Identifies the dependency property. + - [To be supplied] + @@ -4543,7 +4981,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4552,7 +4990,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4571,7 +5009,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4591,7 +5029,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4613,7 +5051,7 @@ A data template. The default is a null reference (Nothing in Visua Identifies the dependency property. - [To be supplied] + @@ -4632,7 +5070,7 @@ A data template. The default is a null reference (Nothing in Visua Identifies the dependency property. - [To be supplied] + @@ -4652,7 +5090,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4691,7 +5129,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4720,7 +5158,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4739,7 +5177,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4759,7 +5197,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4779,7 +5217,7 @@ A data template. The default is a null reference (Nothing in Visua Identifies the dependency property. - [To be supplied] + @@ -4799,7 +5237,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4818,7 +5256,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4859,7 +5297,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4879,7 +5317,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4899,7 +5337,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4929,7 +5367,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4949,7 +5387,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4969,7 +5407,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -4988,7 +5426,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -5007,7 +5445,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -5026,7 +5464,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -5046,7 +5484,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -5076,7 +5514,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -5119,7 +5557,7 @@ A data template. The default is a null reference (Nothing in Visua Identifies the dependency property. - [To be supplied] + @@ -5139,7 +5577,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -5160,7 +5598,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -5179,7 +5617,15 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + + + + + + + + + @@ -5199,7 +5645,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -5219,7 +5665,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -5241,7 +5687,7 @@ A data template. The default is a null reference (Nothing in Visua Identifies the dependency property. - [To be supplied] + @@ -5261,7 +5707,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -5283,7 +5729,7 @@ A data template. The default is a null reference (Nothing in Visua Identifies the dependency property. - [To be supplied] + @@ -5303,23 +5749,26 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets or sets the mode in which the active group is displayed in the collapsed Navigation Pane. + - [To be supplied] + A ShowMode enumeration value that specifies the mode in which the active group is displayed in the collapsed Navigation Pane. The default is ShowMode.MaximizedDefaultItem. + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + @@ -5329,7 +5778,46 @@ This is a dependency property. - [To be supplied] + + + + + + + Gets or sets a DataTemplate used to render the PeekForm for the current group. + + + A DataTemplate used to render the PeekForm for the current group. + + + + + + + Identifies the dependency property. + + + + + + + + + Gets or sets the DataTemplateSelector descendant that provides a way to choose a DataTemplate used to render the PeekForm for the current group. This is a dependency property. + + + A DataTemplateSelector descendant that provides a way to choose a DataTemplate used to render the PeekForm for the current group. + + + + + + + + Identifies the dependency property. + + + @@ -5360,7 +5848,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -5369,15 +5857,15 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + - [To be supplied] + - [To be supplied] + @@ -5399,7 +5887,7 @@ A data template. The default is a null reference (Nothing in Visua Identifies the dependency property. - [To be supplied] + @@ -5420,7 +5908,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -5442,9 +5930,9 @@ This is a dependency property. - [To be supplied] + - [To be supplied] + @@ -5465,7 +5953,7 @@ This is a dependency property. - [To be supplied] + @@ -5485,7 +5973,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + @@ -5505,27 +5993,15 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] - - - - - - This inherited property is not in effect for the NavBarControl object. -To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. - - - - - + - [To be supplied] + - [To be supplied] + @@ -5555,79 +6031,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] - - - - - - This inherited property is not in effect for the NavBarControl object. -To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. - - - - - - - - - - - This inherited property is not in effect for the NavBarControl object. -To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. - - - - - - - - - - - This inherited property is not in effect for the NavBarControl object. -To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. - - - - - - - - - - - This inherited property is not in effect for the NavBarControl object. -To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. - - - - - - - - - - - This inherited property is not in effect for the NavBarControl object. -To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. - - - - - - - - - - - This inherited property is not in effect for the NavBarControl object. -To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. - - - - - + @@ -5648,7 +6052,7 @@ To prevent developers from using this property, its code attributes are set, hid Identifies the dependency property. - [To be supplied] + @@ -5664,9 +6068,9 @@ To prevent developers from using this property, its code attributes are set, hid - [To be supplied] + - [To be supplied] + @@ -5685,7 +6089,7 @@ To prevent developers from using this property, its code attributes are set, hid Identifies the dependency property. - [To be supplied] + @@ -5751,28 +6155,27 @@ This is a dependency property. - + - [To be supplied] + Allows you to customize the Navigation Pane Customization Menu by adding new menu items or removing existing items. + + The collection of actions available in the Navigation Pane Customization Menu. + - + - This inherited property is not in effect for the NavBarControl object. -To prevent developers from using this property, its code attributes are set, hiding it in MS Visual Studio designer tools. - + Called after the template is completely generated and attached to the visual tree. - - - [To be supplied] + @@ -5821,7 +6224,7 @@ Recreates the collection of groups and items by reloading data from the bound da Identifies the dependency property. - [To be supplied] + @@ -5840,7 +6243,7 @@ Recreates the collection of groups and items by reloading data from the bound da Identifies the dependency property. - [To be supplied] + @@ -5860,7 +6263,7 @@ This is a dependency property. Identifies the dependency property. - [To be supplied] + diff --git a/lib/DevExpress/DevExpress.Xpf.Printing.v14.1.dll b/lib/DevExpress/DevExpress.Xpf.Printing.v14.1.dll deleted file mode 100644 index 23aef5a4..00000000 Binary files a/lib/DevExpress/DevExpress.Xpf.Printing.v14.1.dll and /dev/null differ diff --git a/lib/DevExpress/DevExpress.Xpf.Printing.v15.1.dll b/lib/DevExpress/DevExpress.Xpf.Printing.v15.1.dll new file mode 100644 index 00000000..39a7fc4c Binary files /dev/null and b/lib/DevExpress/DevExpress.Xpf.Printing.v15.1.dll differ diff --git a/lib/DevExpress/DevExpress.Xpf.Printing.v14.1.xml b/lib/DevExpress/DevExpress.Xpf.Printing.v15.1.xml similarity index 86% rename from lib/DevExpress/DevExpress.Xpf.Printing.v14.1.xml rename to lib/DevExpress/DevExpress.Xpf.Printing.v15.1.xml index 0b7ccaa1..b6ef07ad 100644 --- a/lib/DevExpress/DevExpress.Xpf.Printing.v14.1.xml +++ b/lib/DevExpress/DevExpress.Xpf.Printing.v15.1.xml @@ -1,9 +1,25 @@ - DevExpress.Xpf.Printing.v14.1 + DevExpress.Xpf.Printing.v15.1 + + + + Specifies the default layout of report parameters in the . + + + + + + + Initializes a new instance of the ParameterLineLayout class with default settings. + + + + + @@ -52,42 +68,131 @@ - + - Provides access to the elements of the Parameters panel. + Provides access to a collection of objects associated with the LinkPreviewModel class. - A object that stores parameter editors available in the panel. + A object. - + + + + Provides the template settings to report parameter editors. + + + + - Obsolete. Use the class instead. + Initializes a new instance of the ParameterTemplateSelector class with default settings. + + + + + + + Specifies a default template for editors used to edit parameters of the boolean type. + A containing a template definition. + + - + - Initializes a new instance of the ReportPreviewModel class with the specified universal resource identifier (URI) of a Report Service. + Specifies a default template for editors used to edit parameters of the date type. - - A value specifying the Report Service URI. This value is assigned to the property. + A containing a template definition. + + + + + + + + + + + + + + + Specifies a default template for editors used to edit lookup parameters. + + + A containing a template definition. + + + + + + + + + + + + + + + + + + + + + + + Specifies a default template for editors used to edit parameters of floating point types. + + + A containing a template definition. + + + + + + + Specifies a default template for editors used to edit parameters of numeric types. + + + A containing a template definition. + + + + + + + Returns a data template for a report parameter. + + + + A specifying a parameter model. + + A specifying the data-bound object. + + + A object. + - + - Initializes a new instance of the ReportPreviewModel class with the default settings. + Specifies a default template for editors used to edit parameters of the string type. + A containing a template definition. + @@ -209,7 +314,7 @@ - Specifies the model for the Document Viewer. + Specifies the model for the Document Preview. An object implementing the interface. @@ -222,7 +327,7 @@ Identifies the dependency property. - [To be supplied] + @@ -295,13 +400,13 @@ Identifies the dependency property. - [To be supplied] + - Specifies the model for the Document Viewer. + Specifies the model for the Document Preview. An object implementing the interface. @@ -314,7 +419,7 @@ Identifies the dependency property. - [To be supplied] + @@ -345,11 +450,58 @@ + + + + + A composite link that can be used to combine several Printing Links together into a composite document. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - Implements a service that is used to show dialogs on the client. + When implemented by a class, enables it to display dialog windows on the client. @@ -535,7 +687,7 @@ - Provides a method for adjusting the page settings. + When implemented by a class, enables it to configure the document page settings. @@ -563,7 +715,7 @@ - Provides methods to export and send a document via e-mail, in accordance with the 's export options settings. + When implemented by a class, enables it to export documents and attach them to emails. @@ -625,7 +777,7 @@ - When implemented by a class, provides the basic Preview Model functionality. + When implemented by a class, enables it to use the document model. @@ -733,7 +885,7 @@ - Gets the value indicating whether or not the Scale button is available in the Bar Manager of the Document Viewer. + Gets the value indicating whether or not the Scale button is available in the Bar Manager of the Document Preview. true if scaling is available for the report; otherwise false. @@ -743,7 +895,7 @@ - Gets the value indicating whether or not the Search command is accessible in a Document Viewer. + Gets the value indicating whether or not the Search command is accessible in a Document Preview. true if searching is available for the report; otherwise false. @@ -791,19 +943,19 @@ - + - Provides access to the elements of the Parameters panel. + Provides access to a collection of objects associated with the IDocumentPreviewModel class. - A object that stores parameter editors available in the panel. + A value. - Occurs when the left mouse button is clicked in the document area in a Document Viewer. + Occurs when the left mouse button is clicked in the document area in a Document Preview. @@ -812,7 +964,7 @@ - Occurs when the left mouse button is double-clicked in the document area in a Document Viewer. + Occurs when the left mouse button is double-clicked in the document area in a Document Preview. @@ -820,7 +972,7 @@ - Occurs when the mouse cursor moves over the document area in a Document Viewer. + Occurs when the mouse cursor moves over the document area in a Document Preview. @@ -858,7 +1010,7 @@ - Indicates the current visibility of the Marquee (Indeterminate) Progress Bar, which appears in the Document Viewer while the document is being created. + Indicates the current visibility of the Marquee (Indeterminate) Progress Bar, which appears in the Document Preview while the document is being created. true, if the Marquee Progress Bar is visible; otherwise false. @@ -890,7 +1042,7 @@ - Gets the current visibility of the Progress Bar, which appears in the Document Viewer while the document is being created. + Gets the current visibility of the Progress Bar, which appears in the Document Preview while the document is being created. true if the Progress Bar is shown; otherwise false. @@ -1047,15 +1199,6 @@ - - - - Occurs when standard editors are created for the report parameters, according to their types. - - - - - @@ -1078,12 +1221,12 @@ - + - Provides access to the elements of the Parameters panel. + Provides access to a collection of objects associated with the XtraReportPreviewModel class. - A object that stores parameter editors available in the panel. + A value. @@ -1125,7 +1268,7 @@ - Specifies the model for the Document Viewer. + Specifies the model for the Document Preview. An object implementing the interface. @@ -1138,7 +1281,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1183,13 +1326,13 @@ Identifies the dependency property. - [To be supplied] + - Specifies the model for the Document Viewer. + Specifies the model for the Document Preview. An object implementing the interface. @@ -1202,7 +1345,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1281,14 +1424,64 @@ + + + + + Provides data for the event. + + + + + + + Initializes a new instance of the ValidateParameterEventArgs class with the specified parameter model. + + + + A object. + + + + + + + + Gets the text of the error message. + + + A value, specifying the error message. + + + + + + + Gets the model corresponding to the current parameter. + + + A object. + + + - Contains values corresponding to strings that can be localized. + Lists the strings that can be localized in a WPF application. + + + + + + + The caption of the radio button, which is chosen to print all document pages. + +Default value: "All pages" + @@ -1310,6 +1503,49 @@ + + + + The caption of the check box, which specifies whether the document copies are collated. + +Default value: "Collate" + + + + + + + + + The text before the editor, which shows the number of copies of printed pages. + +Default value: "Number of copies" + + + + + + + + The text of the context menu item, which copies the selected text. + +Default value: "Copy" + + + + + + + + + The caption of the radio button, which is chosen to print the document's current page. + +Default value: "Current" + + + + + @@ -1369,6 +1605,13 @@ + + + + + + + @@ -1445,6 +1688,18 @@ + + + + The text before the drop-down menu, which specifies the export format. + +Default value: "Export format:" + + + + + + @@ -1621,6 +1876,28 @@ The caption of the XPS export format available in the Export Document to Window... drop-down menu. Default value: "XPS File" + + + + + + + + A report parameter value. + +Default value: "False" + + + + + + + + The text before the editor, specifying the path to the folder to which the document is exported. + +Default value: "File path:" + + @@ -1649,6 +1926,18 @@ The text before the editor, which shows the current page number in the status bar of the Print Preview window. Default value: "Page:" + + + + + + + + The text of the context menu item, which specifies the cursor mode as hand tool. + +Default value: "Hand Tool" + + @@ -1700,6 +1989,18 @@ + + + + The title of the group, which contains the additional options list. + +Default value: "More Options" + + + + + + @@ -1768,6 +2069,37 @@ + + + + The caption of the check box, which specifies whether the file should be opened after exporting. + +Default value: "Open file after exporting" + + + + + + + + The text before the list of possible page ranges to be printed. + +Default value: "Page range" + + + + + + + + The text after the editor, which shows the document pages to be printed. + +Default value: "For example: 1,3,5-12" + + + + + @@ -3218,17 +3550,28 @@ - + - The caption of the Parameters panel and the text of the corresponding button in the Main toolbar. + The text before the drop-down menu, which specifies the paper source. + +Default value: "Paper source" -Default value: "Parameters" - + + + The caption of the Parameters panel and the text of the corresponding button in the Main toolbar. + +Default value: "Parameters" + + + + + + "Shows or hides the Parameters panel, where you can customize the values of report parameters." @@ -3428,6 +3771,16 @@ + + + + The caption of the button, clicking on which invokes the printer settings dialog. + +Default value: "Preferences" + + + + @@ -3492,6 +3845,68 @@ + + + + The text before the drop-down menu, which specifies the printer name. + +Default value: "Printer" + + + + + + + + The text before the label, which shows a comment about the printer. + +Default value: "Comment" + + + + + + + + + The text before the label, which shows the physical printer's location. + +Default value: "Location" + + + + + + + + + The text before the label, which shows the number of documents in the print queue. + +Default value: "Document(s) in Queue" + + + + + + + + The text before the label, which shows the printer status. + +Default value: "Status" + + + + + + + + The text before the editor showing the path to the file in which printing is performed. + +Default value: "File path" + + + + @@ -3520,6 +3935,16 @@ + + + + The caption of the check box, which specifies whether the document is printed to a file. + +Default value: "Print to file" + + + + @@ -3793,6 +4218,17 @@ + + + + The text of the context menu item, which specifies the cursor mode to select tool. + +Default value: "Select Tool" + + + + + @@ -3902,6 +4338,16 @@ + + + + The caption of the radio button, which is chosen to specify the document pages to be printed. + +Default value: "Some pages" + + + + @@ -3943,6 +4389,16 @@ + + + + A report parameter value. + +Default value: "True" + + + + @@ -4273,6 +4729,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5271,7 +5869,7 @@ - Gets or sets a value indicating whether content bricks, which are outside the right page margin, should be split across pages, or moved in their entirety to the next page. + Specifies whether content bricks, which are outside the right page margin, should be split across pages, or moved in their entirety to the next page. A enumeration value, which specifies the way of splitting method of content bricks in the vertical direction. The default is VerticalContentSplitting.Exact. @@ -5625,1901 +6223,2958 @@ - + - Implements the basic functionality of the DXPrinting Library. + A control used to publish (preview, print and export) documents in WPF applications. - + - Initializes a new instance of the PrintingSystem class with default settings. + Initializes a new instance of the DocumentPreviewControl class with default settings. - + - Gets the settings used to specify export parameters when exporting a printing system's document. - - + - An object which contains the export settings for a printing system's document. - + - + - Exports a report to the specified file path in XPS format. - + - - A which specifies the file name (including the full path) for the created XPS file. - - + - + - Gets the current visibility of the specified printing system command. + Specifies whether or not the Document Map panel is automatically shown if a displayed document contains bookmarks. - - A object specifying the command whose visibility state is to be determined. - - - A enumeration value representing the command's visibility. - + true to automatically show the Document Map panel; otherwise false. + - - + - The base class for links that provide printing functionality for WPF controls. + Identifies the dependency property. + + - + - Specifies the content for the document's bottom margin. This is a dependency property. + Specifies whether or not the Parameters panel is automatically shown if a displayed report contains report parameters. - A value. + true to automatically show the Parameters panel; otherwise false. - + Identifies the dependency property. - [To be supplied] + - + - Specifies the bottom margin template for the document. - + - A object. - + - + - Gets or sets the column layout. - + - A enumeration value. - + - + - Gets or sets the width of a single column. + Identifies the dependency property. - A value. - + - + - Specifies the content for the document's page footer. This is a dependency property. + Returns a command that copies selected contents of the displayed document to the clipboard. - A value. + An object implementing the interface that defines the command. - + - Identifies the dependency property. - + - [To be supplied] + - + - Specifies the page footer template for the document. - + - A object. - - + - Specifies the content for the document's page header. This is a dependency property. + Identifies the routed event. - A value. - + - + Identifies the dependency property. - [To be supplied] + - + - Specifies the page header template for the document. - + - A object. - + - + - Specifies whether the report footer is printed at the bottom of the page, or immediately after the report content. - + - true to always print the report footer at the bottom of the document last page; otherwise false. - + - + - Specifies the content for the document's report footer. This is a dependency property. + Returns the current document. This is a dependency property. - A value. + An object specifying the current document. - + - Identifies the dependency property. - + - [To be supplied] - + - Specifies the report footer template for the document. + Identifies the routed event. - A object. - + - + - Specifies the content for the document's report header. This is a dependency property. - + - A value. - - + - Identifies the dependency property. + Identifies the routed event. - [To be supplied] + - + - Specifies the report header template for the document. + Identifies the routed event. - A object. - + - + - Specifies the content for the document's top margin. This is a dependency property. - + - A value. - - + - Identifies the dependency property. - + - [To be supplied] + - + - Specifies the top margin template for the document. + Returns a command that navigates to the first page of a displayed document. - A object. + An object implementing the interface that defines the command. - - + - A link to print Windows Forms controls that implement the interface. - + + + - + - Initializes a new instance of the LegacyPrintableComponentLink class with the specified settings. + Identifies the dependency property. - - An object implementing the interface. - - + - + - Initializes a new instance of the LegacyPrintableComponentLink class with the specified settings. - + - - An object implementing the interface. - - - - A value, specifying the document name. - - + - + - Gets the component that is to be printed via LegacyPrintableComponentLink. - + - An object implementing the interface. - + - - + - Provides the Preview Model functionality for a Report Service. - + + + - + - Initializes a new instance of the ReportServicePreviewModel class with the specified universal resource identifier (URI) of a Report Service. + Identifies the dependency property. - - A value, specifying the Report Service URI. This value is assigned to the property. - - + - + - Initializes a new instance of the ReportServicePreviewModel class with default settings. + Returns a command that navigates to the next page of a displayed document. + An object implementing the interface that defines the command. + - + - Specifies whether or not the Parameters panel is visible in the Document Preview. - + - true to automatically show the Parameters user interface; otherwise false. - + - + - Clears the Document Viewer. - + + - + - Starts the background creation of a document, which is assigned to the ReportServicePreviewModel. + Opens the specified document in the current Document Preview Control. + + A specifying a path to the document. + + - + - Occurs if an error occurs when attempting to create a document. - + + - + - Occurs when standard editors are created for the report parameters, according to their types. + Identifies the dependency property. + - + - For internal use. Gets the root node of the Document Map. + Returns a command that invokes the Page Setup dialog. - + An object implementing the interface that defines the command. - + - Occurs in case of any error while exporting a report document. - + + - + - Occurs when an error occurs on an attempt to request a document's page. + Identifies the dependency property. + - + - Specifies the report identifier. + Returns a command that invokes the Print dialog to print the currently displayed document. - An object, identifying the report. + An object implementing the interface that defines the command. - + - Gets a value indicating whether or not the document is being created. + Returns a command that prints the currently displayed document without invoking the Print dialog. - true if the document creation is not finished; otherwise, false. + An object implementing the interface that defines the command. - + - Gets the value specifying whether or not the document has any pages. + Returns a command that invokes the Save As dialog. - true if the document is empty; otherwise false. + An object implementing the interface, that defines the command. - + - Gets the value indicating whether or not the Open button is available in the Document Viewer toolbar. - + - true if the Open button is available in the toolbar; otherwise false. - + - + - Gets the value indicating whether or not the Save button is available in the Document Viewer toolbar. + Identifies the dependency property. - true if the Save button is available in the toolbar; otherwise false. - + - + - Gets the value indicating whether or not the Send via e-mail... button is available in the Document Viewer toolbar. + Returns a command that invokes the Scale dialog. - true if the Send via e-mail... button is available in the toolbar; otherwise false. + An object implementing the interface that defines the command. - + - Specifies whether or not the Watermark button is visible in the Document Viewer toolbar. + Occurs after the selection of the PDF content has been continued. - true if the Watermark button is visible; otherwise false. - - + - Gets the number of pages in the document. + Identifies the routed event. - An integer value, specifying the number of pages. - + - + - Provides access to the parameters of a report associated with the ReportServicePreviewModel. + Occurs after the selection of the PDF content has ended. - An object implementing the interface. - - + - Fires if errors occur while processing report parameters during creation of the report document. + Identifies the routed event. + - + - Provides access to the elements of the Parameters panel. + Occurs after the selection of the PDF content has started. - A object that stores parameter editors available in the panel. - - + - Occurs if an error occurs while printing a document. + Identifies the routed event. + - + - Indicates the current visibility of the Marquee (Indeterminate) Progress Bar, which appears in the Document Viewer while the document is being created. - - + - true, if the Marquee Progress Bar is visible; otherwise false. - + - + - Specifies the maximum absolute value shown in the Progress Bar, which appears in the Document Viewer while the document is being created. - + - An integer value. - + - + - Gets the current progress value shown in the Progress Bar, which appears in the Document Viewer while the document is being created. + Returns a command that invokes the Watermark dialog. - An integer value. + An object implementing the interface, that defines the command. - + - Gets the current visibility of the Progress Bar, which appears in the Document Viewer while the document is being created. - - - + - true if the Progress Bar is shown; otherwise false. - - + - Specifies the name of the report, which is assigned to the ReportServicePreviewModel. - + - A value. - + - + - Specifies the client factory for a report service. - + - An object implementing the interface (typically, this is a object). - + - + - Specifies the universal resource identifier (URI) of the report service defined for the ReportServicePreviewModel. - + - A value, specifying the report service URI. - + - + + - Specifies the time interval, in which ReportServicePreviewModel's events are raised. + Implements the basic functionality of the DXPrinting Library. - A value. - - - - + - A custom mouse cursor, corresponding to a specific action in a End-User Report Designer for Silverlight. + Initializes a new instance of the PrintingSystem class with default settings. + - + - Initializes a new instance of the CustomCursor class with default settings. + Gets the settings used to specify export parameters when exporting a printing system's document. + + An object which contains the export settings for a printing system's document. + - + - Gets the cursor hot spot. + Exports a report to the specified file path in XPS format. - A structure. - + + A which specifies the file name (including the full path) for the created XPS file. + + - + - Gets the cursor image source. + Gets the current visibility of the specified printing system command. - A object. - + + A object specifying the command whose visibility state is to be determined. + + + A enumeration value representing the command's visibility. + - + - Provides the Preview Model functionality for printing Windows Forms controls in WPF applications. + Provides functionality to access, edit and validate report parameters values in a Document Viewer. + - + - Initializes a new instance of the LegacyLinkPreviewModel class with the specified link. + Generates a new ParameterModel for the specified parameter. - - An object implementing the interface. + + A for which to generate a model. + + + + A collection of a parameter's lookup values. + + A value. + - + - Initializes a new instance of the LegacyLinkPreviewModel class with default settings. + Obtains the parameter description. + A value. + - + - Gets the value specifying whether or not the document has any pages. + For internal use. - true if the document is empty; otherwise false. + - + - Specifies the link that is associated with this LegacyLinkPreviewModel. + Specifies a collection of the parameter's lookup values. - A descendant. + A collection of objects. - + - Provides access to the elements of the Parameters panel. - + - A object that stores parameter editors available in the panel. - + - - + - Implements a service that is used to display different mouse cursors on the client. + Gets the parameter name. + A value. + + - + For internal use. - - A value. - - - A Boolean value. - + + - + - Hides a custom cursor. + Occurs every time any of the ParameterModel class properties has changed its value. - true to hide the custom cursor; otherwise false. - - + - For internal use. Hides a custom cursor. + For internal use. - - A value, identifying the cursor. + + - true to hide the custom cursor; otherwise false. - - + - Specifies a custom cursor for an element. + Gets the parameter type. - - A object. - - - - A object. - - - true to set the cursor; otherwise false. - + A value. + - + - For internal use. Specifies a custom cursor for an element. + Specifies the parameter value. - - A object. - - - - A object. - - - - A value, identifying the cursor. - - - true to set the cursor; otherwise false. - + A value. + - + - Specifies a standard cursor for an element. + Occurs after the property has been changed. - - A object. - - - - A object. - - - true to set the cursor; otherwise false. - - + - For internal use. Specifies a standard cursor for an element. + Indicates the parameter's visibility. - - A object. - - - - A object. + true, if a parameter is visible; otherwise, false + - - - A value, identifying the cursor. - - true to set the cursor; otherwise false. - + + + + For internal use. + + - + - For internal use. Specifies a cursor's position. + Initializes a new instance of the ParameterValueProvider class with the specified parameter models. - - A structure. - - - - A object. - - - - A value, identifying the cursor. + + A collection of values. - true to set the cursor position; otherwise false. - - + - Specifies a cursor's position. - + - - A structure. - - - - A object. + + An object implementing the interface. - true to set the cursor position; otherwise false. + A value. - + + - For internal use. + Provides graphical user interface for editing report parameter values in a Document Viewer. - - A Boolean value. - - - A Boolean value. - - - + - For internal use. + Initializes a new instance of the ParametersPanel class with default settings. - - A value. - - - A Boolean value. - - - + - Handles keyboard and mouse events on the client. + Specifies a collection of objects associated with the ParametersPanel class. This is a dependency property. + A value. + + - + - Initializes a new instance of the InputController class with default settings. + Identifies the dependency property. + - + - Gets a value indicating whether or not key modifies (CTRL, SHIFT, ALT, WIN) are pressed. + This is a dependency property. - true if the modifiers are pressed; otherwise false. + A object. - + - Handles a keyboard command. + Identifies the dependency property. - - A enumeration value. - - + - + + - Handles a mouse button command. + For internal use. - - A enumeration value. - - - - + - Handles a mouse wheel command. - + - - An integer value. + + A value. + A value. + - + - Specifies the preview model associated with the InputController. - + - An object implementing the interface. - + + A value. + + + An array of values. + - + - The base for classes that provide the Preview Model functionality. + Provides default templates for report parameter editors. - + - Initializes a new instance of the PreviewModelBase class with default settings. + Initializes a new instance of the EditorTemplates class with default settings. - + - Specifies the service that is used to customize the mouse pointer settings on the client. + Gets a default template for editors used to edit parameters of the boolean type. - An object implementing the interface. + A containing a template definition. - + - Specifies the service that is used to invoke dialog windows on the client. -An object implementing the interface. + Gets a default template for editors used to edit parameters of the date type. - An object implementing the interface. + A containing a template definition. - + - For internal use. - + - - A object. + A value. + - - - A object. - + + + + + + - + - For internal use. + Loads the compiled page of a component. - - A object. - - - - A object. - - - + - For internal use. + Gets a default template for editors used to edit lookup parameters. - - A object. - - - - A object. + A containing a template definition. - + - + - For internal use. - + - - A object. + - - - A object. - + + + + + + - + - Provides access to an object that stores keyboard and mouse shortcuts corresponding to appropriate Report Designer commands. + Gets a default template for editors used to edit parameters of floating point types. - An object. + A containing a template definition. - + - Specifies whether or not a document is still being created. + Gets a default template for editors used to edit parameters of numeric types. - A Boolean value. + A containing a template definition. - + - Returns a value specifying whether or not the document page content is rendered correctly. + Gets a default template for editors used to edit parameters of the string type. - true if the document page content is incorrect; otherwise false. + A containing a template definition. - + + - Specifies whether or not a document is still being loaded. + Provides the Preview Model functionality for a Report Service. - A Boolean value. - - - + - Provides access to the content of report pages. + Initializes a new instance of the ReportServicePreviewModel class with the specified universal resource identifier (URI) of a Report Service. - A object. - + + A value, specifying the Report Service URI. This value is assigned to the property. + + - + - Gets a value indicating the total number of pages in a report document. + Initializes a new instance of the ReportServicePreviewModel class with default settings. - An integer value. - - + - Gets a value indicating the height of a page as it appears on-screen. + Specifies whether or not the Parameters panel is visible in the Document Preview. - A value. + true to automatically show the Parameters user interface; otherwise false. - + - Gets a value indicating the width of a page as it appears on-screen. + Clears the Document Preview. - A value. - - + - Occurs every time any of the PreviewModelBase class properties has changed its value. + Starts the background creation of a document, which is assigned to the ReportServicePreviewModel. - + - Applies the specified zoom factor value to a document. + For internal use. - - A value, specifying the document zoom factor. + + A object. - + - Specifies whether or not a simple scrolling mode should be used for the document. + Occurs if an error occurs when attempting to create a document. - true to use simple scrolling; otherwise false. + + + + + + For internal use. Gets the root node of the Document Map. + + + - + - Specifies the zoom factor of a report document. + Occurs in case of any error while exporting a report document. - A value, specifying the document zoom factor. + + + + + + Occurs when an error occurs on an attempt to request a document's page. + + + + + + + + Specifies the report identifier. + + + An object, identifying the report. - + - Specifies the display format of available zoom factor values. + Gets a value indicating whether or not the document is being created. - A value. + true if the document creation is not finished; otherwise, false. - + - Specifies the display text for a zoom factor value. + Gets the value specifying whether or not the document has any pages. - A value. + true if the document is empty; otherwise false. - + - Increases the document zoom factor. + Gets the value indicating whether or not the Open button is available in the Document Viewer toolbar. - An object implementing the interface, defining the command. + true if the Open button is available in the toolbar; otherwise false. + + + + + + Gets the value indicating whether or not the Save button is available in the Document Viewer toolbar. + + + true if the Save button is available in the toolbar; otherwise false. - + - Specifies the zooming mode that is applied to a report document. + Gets the value indicating whether or not the Send via e-mail... button is available in the Document Viewer toolbar. - A descendant. + true if the Send via e-mail... button is available in the toolbar; otherwise false. - + - Provides access to a collection of zooming modes available for a report document. + Specifies whether or not the Watermark button is visible in the Document Viewer toolbar. - A collection of descendants. + true if the Watermark button is visible; otherwise false. - + - Decreases the document zoom factor. + Gets the number of pages in the document. - An object implementing the interface, defining the command. + An integer value, specifying the number of pages. + + + + + + Provides access to the parameters of a report associated with the ReportServicePreviewModel. + + + An object implementing the interface. - + + + Fires if errors occur while processing report parameters during creation of the report document. + + + + + - A service that is used to show dialogs on the client. + Provides access to a collection of objects associated with the ReportServicePreviewModel class. + A object. + + - + - Initializes a new instance of the DialogService class with the specified view. + Occurs if an error occurs while printing a document. - - A object. - + + + + + Indicates the current visibility of the Marquee (Indeterminate) Progress Bar, which appears in the Document Preview while the document is being created. + + + + true, if the Marquee Progress Bar is visible; otherwise false. + - + - Returns the dialog's parent window. + Specifies the maximum absolute value shown in the Progress Bar, which appears in the Document Viewer while the document is being created. - A object. - + An integer value. + - + - Shows the error dialog with the specified text and caption. + Gets the current progress value shown in the Progress Bar, which appears in the Document Viewer while the document is being created. + + + An integer value. + + + + + Gets the current visibility of the Progress Bar, which appears in the Document Preview while the document is being created. - - A value, specifying the dialog's text. + true if the Progress Bar is shown; otherwise false. + - - - A value, specifying the dialog's caption. - + + + + Specifies the name of the report, which is assigned to the ReportServicePreviewModel. + + + A value. + - + - Shows the information dialog with the specified text and caption. + Specifies the client factory for a report service. + + + An object implementing the interface (typically, this is a object). + + + + + Specifies the universal resource identifier (URI) of the report service defined for the ReportServicePreviewModel. + + + A value, specifying the report service URI. + + + + + Specifies the time interval, in which ReportServicePreviewModel's events are raised. - - A value, specifying the dialog's text. + A value. + - - - A value, specifying the dialog's caption. - + + + + A custom mouse cursor, corresponding to a specific action in a End-User Report Designer for Silverlight. + + - + - Shows the Open dialog with the specified settings. + Initializes a new instance of the CustomCursor class with default settings. - - A value, specifying the dialog's caption. - - - A value, specifying the available file type extensions. - - - A value, specifying the file name. + + + + Gets the cursor hot spot. + + + A structure. + - - A object, specifying where the dialog is transmitted. - + + + + Gets the cursor image source. + + + A object. + - + + - Shows the Open dialog with the specified settings. + Provides the Preview Model functionality for printing Windows Forms controls in WPF applications. - - A value, specifying the dialog's caption. - - - A value, specifying the available file type extensions. + + + + Initializes a new instance of the LegacyLinkPreviewModel class with the specified link. + + + + An object implementing the interface. - A object, specifying where the dialog is transmitted. - + + + + Initializes a new instance of the LegacyLinkPreviewModel class with default settings. + + + + + + + + Gets the value specifying whether or not the document has any pages. + + + true if the document is empty; otherwise false. + + + + + + + Specifies the link that is associated with this LegacyLinkPreviewModel. + + + A descendant. + + + + + + + Provides access to a collection of objects associated with the LegacyLinkPreviewModel class. + + + A object. + + + + + + + + When implemented by a class, enables it to manipulate the mouse cursor on the client. + + + + + + + For internal use. + + + + A value. + + + A Boolean value. + + + + + + + Hides a custom cursor. + + + true to hide the custom cursor; otherwise false. + + + + + + + For internal use. Hides a custom cursor. + + + + A value, identifying the cursor. + + + true to hide the custom cursor; otherwise false. + + + + + + + Specifies a custom cursor for an element. + + + + A object. + + + + A object. + + + true to set the cursor; otherwise false. + + + + + + + For internal use. Specifies a custom cursor for an element. + + + + A object. + + + + A object. + + + + A value, identifying the cursor. + + + true to set the cursor; otherwise false. + + + + + + + Specifies a standard cursor for an element. + + + + A object. + + + + A object. + + + true to set the cursor; otherwise false. + + + + + + + For internal use. Specifies a standard cursor for an element. + + + + A object. + + + + A object. + + + + A value, identifying the cursor. + + + true to set the cursor; otherwise false. + + + + + + + For internal use. Specifies a cursor's position. + + + + A structure. + + + + A object. + + + + A value, identifying the cursor. + + + true to set the cursor position; otherwise false. + + + + + + + Specifies a cursor's position. + + + + A structure. + + + + A object. + + + true to set the cursor position; otherwise false. + + + + + + + For internal use. + + + + A Boolean value. + + + A Boolean value. + + + + + + + For internal use. + + + + A value. + + + A Boolean value. + + + + + + + + Handles keyboard and mouse events on the client. + + + + + + + Initializes a new instance of the InputController class with default settings. + + + + + + + + Gets a value indicating whether or not key modifies (CTRL, SHIFT, ALT, WIN) are pressed. + + + true if the modifiers are pressed; otherwise false. + + + + + + + Handles a keyboard command. + + + + A enumeration value. + + + + + + + + Handles a mouse button command. + + + + A enumeration value. + + + + + + + + Handles a mouse wheel command. + + + + An integer value. + + + + + + + + Specifies the preview model associated with the InputController. + + + An object implementing the interface. + + + + + + + + The base for classes that provide the Preview Model functionality. + + + + + + + Initializes a new instance of the PreviewModelBase class with default settings. + + + + + + + + Specifies the service that is used to customize the mouse pointer settings on the client. + + + An object implementing the interface. + + + + + + + Specifies the service that is used to invoke dialog windows on the client. +An object implementing the interface. + + + An object implementing the interface. + + + + + + + For internal use. + + + + A object. + + + + A object. + + + + + + + + For internal use. + + + + A object. + + + + A object. + + + + + + + + For internal use. + + + + A object. + + + + A object. + + + + + + + + For internal use. + + + + A object. + + + + A object. + + + + + + + + Provides access to an object that stores keyboard and mouse shortcuts corresponding to appropriate Report Designer commands. + + + An object. + + + + + + + Specifies whether or not a document is still being created. + + + A Boolean value. + + + + + + + Returns a value specifying whether or not the document page content is rendered correctly. + + + true if the document page content is incorrect; otherwise false. + + + + + + + Specifies whether or not a document is still being loaded. + + + A Boolean value. + + + + + + + Provides access to the content of report pages. + + + A object. + + + + + + + Gets a value indicating the total number of pages in a report document. + + + An integer value. + + + + + + + Gets a value indicating the height of a page as it appears on-screen. + + + A value. + + + + + + + Gets a value indicating the width of a page as it appears on-screen. + + + A value. + + + + + + + Occurs every time any of the PreviewModelBase class properties has changed its value. + + + + + + + + Applies the specified zoom factor value to a document. + + + + A value, specifying the document zoom factor. + + + + + + + + Specifies whether or not a simple scrolling mode should be used for the document. + + + true to use simple scrolling; otherwise false. + + + + + + + Specifies the zoom factor of a report document. + + + A value, specifying the document zoom factor. + + + + + + + Specifies the display format of available zoom factor values. + + + A value. + + + + + + + Specifies the display text for a zoom factor value. + + + A value. + + + + + + + Increases the document zoom factor. + + + An object implementing the interface, defining the command. + + + + + + + + Specifies the zooming mode that is applied to a report document. + + + A descendant. + + + + + + + Provides access to a collection of zooming modes available for a report document. + + + A collection of descendants. + + + + + + + Decreases the document zoom factor. + + + An object implementing the interface, defining the command. + + + + + + + + + A service that is used to show dialogs on the client. + + + + + + + Initializes a new instance of the DialogService class with the specified view. + + + + A object. + + + + + + + + Returns the dialog's parent window. + + + A object. + + + + + + + Shows the error dialog with the specified text and caption. + + + + + + + + A value, specifying the dialog's text. + + + + A value, specifying the dialog's caption. + + + + + + + + Shows the information dialog with the specified text and caption. + + + + + + + + A value, specifying the dialog's text. + + + + A value, specifying the dialog's caption. + + + + + + + + Shows the Open dialog with the specified settings. + + + + A value, specifying the dialog's caption. + + + + A value, specifying the available file type extensions. + + + + A value, specifying the file name. + + + A object, specifying where the dialog is transmitted. + + + + + + + + Shows the Open dialog with the specified settings. + + + + A value, specifying the dialog's caption. + + + + A value, specifying the available file type extensions. + + + A object, specifying where the dialog is transmitted. + + + + + + + + Shows the Save File dialog with the specified parameters. + + + + A value, specifying the dialog's caption. + + + + A value, specifying the available file type extensions. + + + + An integer value, specifying the file type extension that is selected by default. + + + + A value, specifying the path to the folder opened by default. + + + + A value, specifying the file name. + + + A object, specifying where the dialog is transmitted. + + + + + + + + + When implemented by a class, enables it to customize the document watermarks. + + + + + + + For internal use. Modifies the settings of a document watermark. + + + + A object. + + + + A object. + + + + An integer value, specifying the page count. + + + + A object. + + + + + + + + For internal use. Modifies the settings of a document watermark. + + + + A object. + + + + A descendant. + + + + An integer value, specifying the page count. + + + + A object. + + + + + + + + For internal use. Occurs after the customization of a document's watermark has completed. + + + + + + + + + When implemented by a class, enables it to use the viewer model. + + + + + + + Specifies the service that is used to customize the mouse pointer settings on the client. + + + An object implementing the interface. + + + + + + + Specifies the service that is used to invoke dialog windows on the client. + + + An object implementing the interface. + + + + + + + For internal use. + + + + A object. + + + + A object. + + + + + + + + For internal use. + + + + A object. + + + + A object. + + + + + + + + For internal use. + + + + A object. + + + + A object. + + + + + + + + For internal use. + + + + A object. + + + + A object. + + + + + + + + Provides access to the input controller associated with the IPreviewModel. + + + An object. + + + + + + + Specifies whether or not a document is still being created. + + + A Boolean value. + + + + + + + Returns a value specifying whether or not the document page content is rendered correctly. + + + true if the document page content is incorrect; otherwise false. + + + + + + + Specifies whether or not a document is still being loaded. + + + A Boolean value. + + + + + + + Provides access to the content of report pages. + + + A object. + + + + + + + Gets a value indicating the total number of pages in a report document. + + + An integer value. + + + + + + + Gets a value indicating the height of a page as it appears on-screen. + + + A value. + + + + + + + Gets a value indicating the width of a page as it appears on-screen. + + + A value. + + + + + + + Applies the specified zoom factor value to a document. + + + + A value, specifying the document zoom factor. + + + + + + + + Specifies whether or not a simple scrolling mode should be used for the document. + + + true to use simple scrolling; otherwise false. + + + + + + + Specifies the zoom factor of a report document. + + + A value, specifying the document zoom factor. + + + + + + + Specifies the display format of available zoom factor values. + + + A value. + + + + + + + Specifies the display text for a zoom factor value. + + + A value. + + + + + + + Increases the document zoom factor. + + + An object implementing the interface, defining the command. + + + + + + + + Specifies the zooming mode that is applied to a report document. + + + A descendant. + + + + + + + Provides access to a collection of zooming modes available for a report document. + + + A collection of descendants. + + + + + + + Decreases the document zoom factor. + + + An object implementing the interface, defining the command. + + + + + + + + + An individual zoom fit mode. + + - + - Shows the Save File dialog with the specified parameters. + Initializes a new instance of the ZoomFitModeItem class with the specified zoom fit mode. - - A value, specifying the dialog's caption. + + A enumeration value. - - A value, specifying the available file type extensions. - - - An integer value, specifying the file type extension that is selected by default. - - - A value, specifying the path to the folder opened by default. + + + + Gets the text that is displayed in Document Preview for ZoomFitModeItem. + + + A value. + - - - A value, specifying the file name. - - A object, specifying where the dialog is transmitted. + + + + Gets the zoom fit mode of ZoomFitModeItem. + + + A enumeration value. - + - + - Implements a service that is used to customize a document's watermarks. + Lists the available zoom fit modes. - + - For internal use. Modifies the settings of a document watermark. + Zoom the document to fit the entire page height. - - A object. - - - - A object. - - - - An integer value, specifying the page count. - - - A object. - + + + + Zoom the document to fit the entire page width. + + - + - For internal use. Modifies the settings of a document watermark. + Zoom the document to fit the entire page. - - A object. - - - A descendant. - - - An integer value, specifying the page count. + + - - - A object. + + A control to publish (preview, print and export) documents in WPF applications. + + - + + + + Initializes a new instance of the DocumentViewer class with default settings. + + - + - For internal use. Occurs after the customization of a document's watermark has completed. + Gets or sets the . This is an attached property. This is a dependency property. + A object. + - - + - When implemented by a class, provides the basic Preview Model functionality. + Identifies the dependency property. + + - + - Specifies the service that is used to customize the mouse pointer settings on the client. + Gets the value of the attached property from a given object. - An object implementing the interface. - + + An object whose DocumentViewer property's value must be returned. + + + The value of the DocumentViewer attached property for the specified object. + - + - Specifies the service that is used to invoke dialog windows on the client. + Specifies the model for the Document Preview. This is a dependency property. - An object implementing the interface. + An object implementing the interface. - + - For internal use. + Identifies the dependency property. - - A object. + - - - A object. - + + + + Provides access to the settings of the DocumentViewer object. + + + A value. + - + - For internal use. + Sets the value of the attached property for a given object. - - A object. + + An object for which the DocumentViewer attached property is set. - - A object. + + The value for the DocumentViewer attached property. - + + - For internal use. + A collection of objects. - - A object. - - - A object. + + + + Assigns the specified collection of parameter models to the current object. + + + + A collection of objects. - + - For internal use. + Specifies whether it is currently allowed to edit the parameters model. - - A object. + true if editing the parameters model is permitted; otherwise false. + - - - A object. - + + + + Specifies whether it is currently allowed to reset parameter values. + + + true if it is possible to reset the current parameter values; otherwise false. + - + - Provides access to the input controller associated with the IPreviewModel. + Specifies whether it is currently allowed to submit the parameter values. - An object. - + true if submitting parameter values is permitted; otherwise false. + - + - Specifies whether or not a document is still being created. + Create a new ParametersModel object. - A Boolean value. - + A value. + - + - Returns a value specifying whether or not the document page content is rendered correctly. + Finds a parameter with the specified name. - true if the document page content is incorrect; otherwise false. - + + A value, specifying the parameter name. + + + A object. + - + - Specifies whether or not a document is still being loaded. - + - A Boolean value. - + - + - Provides access to the content of report pages. + Provides access to the collection of parameter models associated with the current object. - A object. + A read-only collection of objects. - + - Gets a value indicating the total number of pages in a report document. + + + + + + + + Resets the currently specified parameter values to their defaults. - An integer value. - - + - Gets a value indicating the height of a page as it appears on-screen. + Occurs when parameter values are being submitted. - A value. - - + - Gets a value indicating the width of a page as it appears on-screen. + Submits the currently specified parameter values. - A value. - - + - Applies the specified zoom factor value to a document. + Occurs when parameter values are being validated. - - A value, specifying the document zoom factor. - + + + + + A link to print DevExpress controls and the base class for links to print other data. + + + - + - Specifies whether or not a simple scrolling mode should be used for the document. + Initializes a new instance of the PrintableControlLink class with the specified control and document name. - true to use simple scrolling; otherwise false. - + + An object implementing the interface that is the control to be printed using the PrintableControlLink. + + + + A value, specifying the document name. + + - + - Specifies the zoom factor of a report document. + Initializes a new instance of the PrintableControlLink class with the specified control. - A value, specifying the document zoom factor. - + + An object implementing the interface that is the control to be printed using the PrintableControlLink. + + + + + - - - Specifies the display format of available zoom factor values. + The base class for links that provide printing functionality for WPF controls. - A value. - - - + - Specifies the display text for a zoom factor value. + Specifies the content for the document's bottom margin. This is a dependency property. - A value. + A value. - + - Increases the document zoom factor. + Identifies the dependency property. - An object implementing the interface, defining the command. - - + - + - Specifies the zooming mode that is applied to a report document. + Specifies the bottom margin template for the document. - A descendant. + A object. - + - Provides access to a collection of zooming modes available for a report document. + Gets or sets the column layout. - A collection of descendants. + A enumeration value. - + - Decreases the document zoom factor. + Gets or sets the width of a single column. - An object implementing the interface, defining the command. - + A value. - - + - An individual zoom fit mode. + Specifies the content for the document's page footer. This is a dependency property. + A value. + + - + - Initializes a new instance of the ZoomFitModeItem class with the specified zoom fit mode. + Identifies the dependency property. - - A enumeration value. - - + - + - Gets the text that is displayed in Document Preview for ZoomFitModeItem. + Specifies the page footer template for the document. - A value. + A object. - + - Gets the zoom fit mode of ZoomFitModeItem. + Specifies the content for the document's page header. This is a dependency property. - A enumeration value. - + A value. - - + - Lists the available zoom fit modes. + Identifies the dependency property. + + - + - Zoom the document to fit the entire page height. + Specifies the page header template for the document. + A object. + - + - Zoom the document to fit the entire page width. + Specifies whether the report footer is printed at the bottom of the page, or immediately after the report content. + true to always print the report footer at the bottom of the document last page; otherwise false. + - + - Zoom the document to fit the entire page. + Specifies the content for the document's report footer. This is a dependency property. + A value. + - - + - A control to publish (preview, print and export) documents in WPF applications. + Identifies the dependency property. + + - + - Initializes a new instance of the DocumentViewer class with default settings. + Specifies the report footer template for the document. + A object. + - + - Gets or sets the . This is an attached property. This is a dependency property. + Specifies the content for the document's report header. This is a dependency property. - A object. + A value. - + Identifies the dependency property. - [To be supplied] + - + - Gets the value of the attached property from a given object. + Specifies the report header template for the document. - - An object whose DocumentViewer property's value must be returned. - - - The value of the DocumentViewer attached property for the specified object. - + A object. + - + - Specifies the model for the Document Viewer. This is a dependency property. + Specifies the content for the document's top margin. This is a dependency property. - An object implementing the interface. + A value. - + Identifies the dependency property. - [To be supplied] + - + - Sets the value of the attached property for a given object. + Specifies the top margin template for the document. - - An object for which the DocumentViewer attached property is set. - - - - The value for the DocumentViewer attached property. - - + A object. + - + - A link to print DevExpress controls and the base class for links to print other data. + A link to print Windows Forms controls that implement the interface. + + + + + + Initializes a new instance of the LegacyPrintableComponentLink class with the specified settings. + + An object implementing the interface. + + + - + - Initializes a new instance of the PrintableControlLink class with the specified control and document name. + Initializes a new instance of the LegacyPrintableComponentLink class with the specified settings. - - An object implementing the interface that is the control to be printed using the PrintableControlLink. + + An object implementing the interface. @@ -7529,15 +9184,13 @@ An object implementing the - + - Initializes a new instance of the PrintableControlLink class with the specified control. + Gets the component that is to be printed via LegacyPrintableComponentLink. - - An object implementing the interface that is the control to be printed using the PrintableControlLink. - - + An object implementing the interface. + @@ -7675,7 +9328,7 @@ An object implementing the Identifies the dependency property. - [To be supplied] + @@ -9232,7 +10885,7 @@ An object implementing the - An object implementing the interface. + An object implementing the interface. @@ -9245,7 +10898,7 @@ An object implementing the - An object implementing the interface. + An object implementing the interface. @@ -9343,7 +10996,7 @@ An object implementing the - Creates a document from the specified link, and shows it in the Document Viewer dialog. + Creates a document from the specified link, and shows it in the Document Preview dialog. @@ -9365,7 +11018,7 @@ An object implementing the - Creates a document from the specified link, and shows it in the Document Viewer dialog. + Creates a document from the specified link, and shows it in the Document Preview dialog. @@ -9387,7 +11040,7 @@ An object implementing the - Creates a document from the specified report, and shows it in the Document Viewer dialog. + Creates a document from the specified report, and shows it in the Document Preview dialog. @@ -9405,7 +11058,7 @@ An object implementing the - Creates a document from the specified link, and shows it in the Document Viewer dialog. + Creates a document from the specified link, and shows it in the Document Preview dialog. @@ -9423,7 +11076,7 @@ An object implementing the - Creates a document from the specified report, and shows it in the Document Viewer dialog. + Creates a document from the specified report, and shows it in the Document Preview dialog. @@ -9445,7 +11098,7 @@ An object implementing the - Creates a document from the specified link, and shows it in the Document Viewer dialog. + Creates a document from the specified link, and shows it in the Document Preview dialog. @@ -9463,7 +11116,7 @@ An object implementing the - Creates a document from the specified control, and shows it in the Document Viewer dialog. + Creates a document from the specified control, and shows it in the Document Preview dialog. @@ -9471,7 +11124,7 @@ An object implementing the - An object implementing the interface. + An object implementing the interface. @@ -9489,7 +11142,7 @@ An object implementing the - Creates a document from the specified control, and shows it in the Document Viewer dialog. + Creates a document from the specified control, and shows it in the Document Preview dialog. @@ -9497,7 +11150,7 @@ An object implementing the - An object implementing the interface. + An object implementing the interface. @@ -9511,7 +11164,7 @@ An object implementing the - Creates a document from the specified control, and shows it in the Document Viewer dialog. + Creates a document from the specified control, and shows it in the Document Preview dialog. @@ -9519,7 +11172,7 @@ An object implementing the - An object implementing the interface. + An object implementing the interface. A object. @@ -9529,7 +11182,7 @@ An object implementing the - Creates a document from the specified control, and shows it in the Document Viewer dialog. + Creates a document from the specified control, and shows it in the Document Preview dialog. @@ -9537,7 +11190,7 @@ An object implementing the - An object implementing the interface. + An object implementing the interface. @@ -9555,7 +11208,7 @@ An object implementing the - Creates a document from the specified control, and shows it in the Document Viewer dialog. + Creates a document from the specified control, and shows it in the Document Preview dialog. @@ -9563,7 +11216,7 @@ An object implementing the - An object implementing the interface. + An object implementing the interface. @@ -9577,7 +11230,7 @@ An object implementing the - Creates a document from the specified control, and shows it in the Document Viewer dialog. + Creates a document from the specified control, and shows it in the Document Preview dialog. @@ -9585,7 +11238,7 @@ An object implementing the - An object implementing the interface. + An object implementing the interface. A object, in which the Document Preview is shown. @@ -9595,7 +11248,7 @@ An object implementing the - Creates a document from the specified link, and shows it in the Document Viewer dialog. + Creates a document from the specified link, and shows it in the Document Preview dialog. @@ -9613,7 +11266,7 @@ An object implementing the - Creates a document from the specified link, and shows it in the Document Viewer dialog. + Creates a document from the specified link, and shows it in the Document Preview dialog. @@ -9635,7 +11288,7 @@ An object implementing the - Creates a document from the specified control, and shows it in the Document Viewer dialog. + Creates a document from the specified control, and shows it in the Document Preview dialog. @@ -9657,7 +11310,7 @@ An object implementing the - Creates a document from the specified control, and shows it in the Document Viewer dialog. + Creates a document from the specified control, and shows it in the Document Preview dialog. @@ -9679,7 +11332,7 @@ An object implementing the - Creates a document from the specified control, and shows it in the Document Viewer dialog. + Creates a document from the specified control, and shows it in the Document Preview dialog. @@ -9697,7 +11350,7 @@ An object implementing the - Creates a document from the specified control, and shows it in the Document Viewer dialog. + Creates a document from the specified control, and shows it in the Document Preview dialog. @@ -9715,7 +11368,7 @@ An object implementing the - Creates a document from the specified control, and shows it in the Document Viewer dialog. + Creates a document from the specified control, and shows it in the Document Preview dialog. @@ -9741,7 +11394,7 @@ An object implementing the - Creates a document from the specified control, and shows it in the Document Viewer dialog. + Creates a document from the specified control, and shows it in the Document Preview dialog. @@ -9767,7 +11420,7 @@ An object implementing the - Creates a document from the specified report, and shows it modally in the Document Viewer dialog. + Creates a document from the specified report, and shows it modally in the Document Preview dialog. @@ -9783,7 +11436,7 @@ An object implementing the - Creates a document from the specified report, and shows it modally in the Document Viewer dialog. + Creates a document from the specified report, and shows it modally in the Document Preview dialog. @@ -9803,7 +11456,7 @@ An object implementing the - Creates a document from the specified link, and shows it modally in the Document Viewer dialog. + Creates a document from the specified link, and shows it modally in the Document Preview dialog. @@ -9823,7 +11476,7 @@ An object implementing the - Creates a document from the specified link, and shows it modally in the Document Viewer dialog. + Creates a document from the specified link, and shows it modally in the Document Preview dialog. @@ -9839,7 +11492,7 @@ An object implementing the - Creates a document from the specified control, and shows it modally in the Document Viewer dialog. + Creates a document from the specified control, and shows it modally in the Document Preview dialog. @@ -9863,7 +11516,7 @@ An object implementing the - Creates a document from the specified control, and shows it modally in the Document Viewer dialog. + Creates a document from the specified control, and shows it modally in the Document Preview dialog. @@ -9879,7 +11532,7 @@ An object implementing the - Creates a document from the specified control, and shows it modally in the Document Viewer dialog. + Creates a document from the specified control, and shows it modally in the Document Preview dialog. @@ -9899,7 +11552,7 @@ An object implementing the - Creates a document from the specified control, and shows it modally in the Document Viewer dialog. + Creates a document from the specified control, and shows it modally in the Document Preview dialog. @@ -9915,7 +11568,7 @@ An object implementing the - Creates a document from the specified control, and shows it modally in the Document Viewer dialog. + Creates a document from the specified control, and shows it modally in the Document Preview dialog. @@ -9935,7 +11588,7 @@ An object implementing the - Creates a document from the specified control, and shows it modally in the Document Viewer dialog. + Creates a document from the specified control, and shows it modally in the Document Preview dialog. @@ -9993,7 +11646,7 @@ An object implementing the - An object implementing the interface. + An object implementing the interface. A object, in which the Document Preview is shown. @@ -10011,7 +11664,7 @@ An object implementing the - An object implementing the interface. + An object implementing the interface. @@ -10033,7 +11686,7 @@ An object implementing the - An object implementing the interface. + An object implementing the interface. A object. @@ -10051,7 +11704,7 @@ An object implementing the - An object implementing the interface. + An object implementing the interface. @@ -10073,7 +11726,7 @@ An object implementing the - An object implementing the interface. + An object implementing the interface. @@ -10263,7 +11916,7 @@ An object implementing the - An object implementing the interface. + An object implementing the interface. @@ -10483,7 +12136,7 @@ An object implementing the - An object implementing the interface. + An object implementing the interface. @@ -10503,7 +12156,7 @@ An object implementing the - An object implementing the interface. + An object implementing the interface. @@ -10535,7 +12188,7 @@ An object implementing the - An object implementing the interface. + An object implementing the interface. @@ -10774,7 +12427,7 @@ An object implementing the - Gets the value indicating whether or not the Open button is available in the Bar Manager of the Document Viewer. + Gets the value indicating whether or not the Open button is available in the Bar Manager of the Document Preview. true if the button is available in the toolbar; otherwise false. @@ -10794,7 +12447,7 @@ An object implementing the - Gets the value indicating whether or not the Save button is available in the Bar Manager of the Document Viewer. + Gets the value indicating whether or not the Save button is available in the Bar Manager of the Document Preview. true if the button is available in the toolbar; otherwise false. @@ -10804,7 +12457,7 @@ An object implementing the - Gets the value indicating whether or not the Scale button is available in the Bar Manager of the Document Viewer. + Gets the value indicating whether or not the Scale button is available in the Bar Manager of the Document Preview. true if scaling is available for the report; otherwise false. @@ -10814,7 +12467,7 @@ An object implementing the - Specifies whether or not the Search panel is visible in Document Viewer. + Specifies whether or not the Search panel is visible in Document Preview. @@ -10827,7 +12480,7 @@ An object implementing the - Gets the value indicating whether or not the Search command is accessible in a Document Viewer. + Gets the value indicating whether or not the Search command is accessible in a Document Preview. true if searching is available for the report; otherwise false. @@ -10837,7 +12490,7 @@ An object implementing the - Gets the value indicating whether or not the Send via e-mail... button is available in the Bar Manager of the Document Viewer. + Gets the value indicating whether or not the Send via e-mail... button is available in the Bar Manager of the Document Preview. true if the button is available in the toolbar; otherwise false. @@ -10903,19 +12556,19 @@ An object implementing the - + - Provides access to the elements of the Parameters panel. + Provides access to a collection of objects associated with the DocumentPreviewModelBase class. - A object that stores parameter editors available in the panel. + A value. - Occurs when the left mouse button is clicked in the document area in a Document Viewer. + Occurs when the left mouse button is clicked in the document area in a Document Preview. @@ -10924,7 +12577,7 @@ An object implementing the - Occurs when the left mouse button is double-clicked in the document area in a Document Viewer. + Occurs when the left mouse button is double-clicked in the document area in a Document Preview. @@ -10932,7 +12585,7 @@ An object implementing the - Occurs when the mouse cursor moves over the document area in a Document Viewer. + Occurs when the mouse cursor moves over the document area in a Document Preview. @@ -10973,7 +12626,7 @@ An object implementing the - Indicates the current visibility of the Marquee (Indeterminate) Progress Bar, which appears in the Document Viewer while the document is being created. + Indicates the current visibility of the Marquee (Indeterminate) Progress Bar, which appears in the Document Preview while the document is being created. true, if the Marquee Progress Bar is visible; otherwise false. @@ -11004,7 +12657,7 @@ An object implementing the - Gets the current visibility of the Progress Bar, which appears in the Document Viewer while the document is being created. + Gets the current visibility of the Progress Bar, which appears in the Document Preview while the document is being created. true if the Progress Bar is shown; otherwise false. @@ -11150,7 +12803,7 @@ An object implementing the - Gets the value indicating whether or not the Scale button is available in the Bar Manager of the Document Viewer. + Gets the value indicating whether or not the Scale button is available in the Bar Manager of the Document Preview. true if scaling is available for the report; otherwise false. @@ -11160,13 +12813,23 @@ An object implementing the - Specifies whether or not the Search command is accessible in a Document Viewer. + Specifies whether or not the Search command is accessible in a Document Preview. true to make the Search button available; otherwise false. + + + + Specifies the maximum memory cache size that a document page is allowed to have. + + + An integer value. + + + @@ -11224,7 +12887,7 @@ An object implementing the - Indicates the current visibility of the Marquee (Indeterminate) Progress Bar, which appears in the Document Viewer while the document is being created. + Indicates the current visibility of the Marquee (Indeterminate) Progress Bar, which appears in the Document Preview while the document is being created. true, if the Marquee Progress Bar is visible; otherwise false. @@ -11275,77 +12938,6 @@ An object implementing the - - - - - Provides data for the event. - - - - - - - - Initializes a new instance of the CustomizeParameterEditorsEventArgs class with the specified parameter. - - - - A object. - - - - - - - - Provides a custom logic to the parameter's data binding. - - - An object implementing the interface. - - - - - - - Specifies a parameter that can be used in the bound data converter's methods. - - - A value. - - - - - - - Specifies the data member that is associated with the parameter. - - - A value. - - - - - - - Specifies a custom editor for the parameter. - - - A descendant representing the parameter's editor. - - - - - - - Gets the parameter, for which a custom editor is being provided. - - - A object. - - - diff --git a/lib/DevExpress/DevExpress.Xpf.PropertyGrid.v14.1.dll b/lib/DevExpress/DevExpress.Xpf.PropertyGrid.v14.1.dll deleted file mode 100644 index efc6c381..00000000 Binary files a/lib/DevExpress/DevExpress.Xpf.PropertyGrid.v14.1.dll and /dev/null differ diff --git a/lib/DevExpress/DevExpress.Xpf.PropertyGrid.v15.1.dll b/lib/DevExpress/DevExpress.Xpf.PropertyGrid.v15.1.dll new file mode 100644 index 00000000..e393858c Binary files /dev/null and b/lib/DevExpress/DevExpress.Xpf.PropertyGrid.v15.1.dll differ diff --git a/lib/DevExpress/DevExpress.Xpf.PropertyGrid.v14.1.xml b/lib/DevExpress/DevExpress.Xpf.PropertyGrid.v15.1.xml similarity index 88% rename from lib/DevExpress/DevExpress.Xpf.PropertyGrid.v14.1.xml rename to lib/DevExpress/DevExpress.Xpf.PropertyGrid.v15.1.xml index 80c173e5..93b591f0 100644 --- a/lib/DevExpress/DevExpress.Xpf.PropertyGrid.v14.1.xml +++ b/lib/DevExpress/DevExpress.Xpf.PropertyGrid.v15.1.xml @@ -1,7 +1,7 @@ - DevExpress.Xpf.PropertyGrid.v14.1 + DevExpress.Xpf.PropertyGrid.v15.1 @@ -148,7 +148,7 @@ Identifies the dependency property. - [To be supplied] + @@ -167,7 +167,7 @@ Identifies the dependency property. - [To be supplied] + @@ -186,7 +186,23 @@ Identifies the dependency property. - [To be supplied] + + + + + + + + + + + + + + + + + @@ -206,7 +222,7 @@ Identifies the dependency property. - [To be supplied] + @@ -225,7 +241,7 @@ Identifies the dependency property. - [To be supplied] + @@ -244,7 +260,7 @@ Identifies the dependency property. - [To be supplied] + @@ -269,7 +285,7 @@ Identifies the routed event. - [To be supplied] + @@ -286,7 +302,7 @@ Identifies the routed event. - [To be supplied] + @@ -315,13 +331,14 @@ Identifies the routed event. - [To be supplied] + - [To be supplied] + Enables you to control how categories are expanding. + @@ -331,7 +348,7 @@ Identifies the routed event. - [To be supplied] + @@ -350,7 +367,7 @@ Identifies the dependency property. - [To be supplied] + @@ -369,7 +386,7 @@ Identifies the dependency property. - [To be supplied] + @@ -388,7 +405,7 @@ Identifies the dependency property. - [To be supplied] + @@ -407,7 +424,7 @@ Identifies the dependency property. - [To be supplied] + @@ -446,7 +463,7 @@ Identifies the dependency property. - [To be supplied] + @@ -465,7 +482,7 @@ Identifies the dependency property. - [To be supplied] + @@ -486,7 +503,7 @@ Identifies the dependency property. - [To be supplied] + @@ -529,7 +546,7 @@ Identifies the dependency property. - [To be supplied] + @@ -548,7 +565,7 @@ Identifies the dependency property. - [To be supplied] + @@ -567,7 +584,7 @@ Identifies the dependency property. - [To be supplied] + @@ -586,7 +603,7 @@ Identifies the dependency property. - [To be supplied] + @@ -603,7 +620,7 @@ Identifies the routed event. - [To be supplied] + @@ -622,7 +639,7 @@ Identifies the dependency property. - [To be supplied] + @@ -650,7 +667,7 @@ Identifies the dependency property. - [To be supplied] + @@ -669,7 +686,7 @@ Identifies the dependency property. - [To be supplied] + @@ -688,7 +705,7 @@ Identifies the dependency property. - [To be supplied] + @@ -707,7 +724,7 @@ Identifies the dependency property. - [To be supplied] + @@ -726,7 +743,26 @@ Identifies the dependency property. - [To be supplied] + + + + + + + Gets or sets whether the end-user can modify the values of properties displayed by the . This is a dependency property. + + + true, to allow the end-user to edit property values; otherwise, false. + + + + + + + Identifies the dependency property. + + + @@ -757,7 +793,7 @@ Identifies the dependency property. - [To be supplied] + @@ -776,7 +812,7 @@ Identifies the dependency property. - [To be supplied] + @@ -796,7 +832,7 @@ Identifies the dependency property. - [To be supplied] + @@ -815,13 +851,13 @@ Identifies the dependency property. - [To be supplied] + - Occurs after property grid's selection has been changed. + Occurs after the property grid's selection has been changed. @@ -832,7 +868,7 @@ Identifies the routed event. - [To be supplied] + @@ -869,7 +905,7 @@ Identifies the dependency property. - [To be supplied] + @@ -889,7 +925,7 @@ Identifies the dependency property. - [To be supplied] + @@ -918,7 +954,7 @@ Identifies the dependency property. - [To be supplied] + @@ -927,7 +963,7 @@ Identifies the dependency property. - [To be supplied] + @@ -946,7 +982,7 @@ Identifies the dependency property. - [To be supplied] + @@ -965,7 +1001,7 @@ Identifies the dependency property. - [To be supplied] + @@ -984,7 +1020,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1001,7 +1037,7 @@ Identifies the routed event. - [To be supplied] + @@ -1021,7 +1057,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1040,7 +1076,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1061,23 +1097,26 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets or sets whether to enable optimized editors. This is a dependency property. + - [To be supplied] + true, to enable optimized editors; otherwise, false. The default value is true. + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + @@ -1096,7 +1135,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1113,7 +1152,7 @@ Identifies the routed event. - [To be supplied] + @@ -1132,7 +1171,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1151,7 +1190,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1170,7 +1209,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1241,6 +1280,16 @@ + + + + Gets whether the row is attached. + + + true if the row is attached; otherwise, false. + + + @@ -1251,6 +1300,16 @@ + + + + Gets whether the row is read-only. + + + true if the row is read-only; otherwise, false. + + + @@ -1313,7 +1372,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1332,7 +1391,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1353,7 +1412,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1554,7 +1613,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1581,7 +1640,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1600,7 +1659,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1619,7 +1678,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1648,7 +1707,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1667,7 +1726,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1676,7 +1735,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1695,7 +1754,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1714,7 +1773,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1741,7 +1800,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1760,7 +1819,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1779,7 +1838,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1798,7 +1857,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1817,31 +1876,36 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Specifies which parts of the selected property should be highlighted. This is a dependency property. + - [To be supplied] + A enumeration value. + - [To be supplied] + Identifies the dependency property. + - [To be supplied] + - [To be supplied] + Gets or sets the instance initializer. This is a dependency property. + - [To be supplied] + An object implementing the interface. + @@ -1850,7 +1914,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1869,7 +1933,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1888,7 +1952,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1907,7 +1971,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1926,7 +1990,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1945,7 +2009,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1964,7 +2028,7 @@ Identifies the dependency property. - [To be supplied] + @@ -1983,7 +2047,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2002,7 +2066,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2021,7 +2085,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2056,7 +2120,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2075,7 +2139,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2094,7 +2158,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2113,7 +2177,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2142,7 +2206,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2151,7 +2215,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2170,7 +2234,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2190,7 +2254,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2209,7 +2273,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2228,7 +2292,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2247,7 +2311,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2266,7 +2330,7 @@ Identifies the dependency property. - [To be supplied] + @@ -2285,23 +2349,58 @@ Identifies the dependency property. - [To be supplied] + - [To be supplied] + Gets or sets whether to convert values of string properties using a TypeConverter. This is a dependency property. + - [To be supplied] + true, to use a type converter to convert values of string properties; otherwise, false. + - [To be supplied] + Identifies the dependency property. + + + + + + + + + + Contains settings specific to a popup brush editor. + + + + + + + Initializes a new instance of the PopupBrushEditSettings class with default settings. + + + + + + + + + Serves as a base for classes that represent category definitions. + + + + + + + Initializes a new instance of the CategoryDefinition class with default settings. + - [To be supplied] @@ -2355,20 +2454,113 @@ - [To be supplied] + Creates an instance of the specified type. + - [To be supplied] + The instance type. + - [To be supplied] + The created instance. + - [To be supplied] + Gets or sets a list of available instance types. + + + A list of available instance types. + + + + + + + + Lists values that specify which parts of the selected property should be highlighted. + + + + + + + Both the header cell and the value cell are highlighted. + + + + + + + + Neither the header cell, nor the value cell is highlighted. + + + + + + + + Only the value cell is highlighted. + + + + + + + + Only the header cell is highlighted. + + + + + + + + + Contains settings specific to a brush editor. + + + + + + + Initializes a new instance of the BrushEditSettings class with default settings. + + + + + + + + + Represents the brush editor. + + + + + + + Initializes a new instance of the BrushEdit class with default settings. + + + + + + + + + Represents a brush editor displayed within a dropdown window. + + + + + + + Initializes a new instance of the PopupBrushEdit class with default settings. + - [To be supplied] diff --git a/lib/DevExpress/DevExpress.Xpf.Themes.Office2013.v14.1.dll b/lib/DevExpress/DevExpress.Xpf.Themes.Office2013.v14.1.dll deleted file mode 100644 index 1366d2f3..00000000 Binary files a/lib/DevExpress/DevExpress.Xpf.Themes.Office2013.v14.1.dll and /dev/null differ diff --git a/lib/DevExpress/DevExpress.Xpf.Themes.Office2013.v15.1.dll b/lib/DevExpress/DevExpress.Xpf.Themes.Office2013.v15.1.dll new file mode 100644 index 00000000..1f3200d2 Binary files /dev/null and b/lib/DevExpress/DevExpress.Xpf.Themes.Office2013.v15.1.dll differ diff --git a/src/ServiceInsight/Framework/Behaviors/ComboBoxEditValuePatcherBehavior.cs b/src/ServiceInsight/Framework/Behaviors/ComboBoxEditValuePatcherBehavior.cs new file mode 100644 index 00000000..537bf563 --- /dev/null +++ b/src/ServiceInsight/Framework/Behaviors/ComboBoxEditValuePatcherBehavior.cs @@ -0,0 +1,26 @@ +namespace ServiceInsight.Framework.Behaviors +{ + using System.Windows.Data; + using DevExpress.Mvvm.UI.Interactivity; + using DevExpress.Xpf.Editors; + using ServiceInsight.ValueConverters; + + public class ComboBoxEditValuePatcherBehavior : Behavior + { + // This behaviour fixes a bug where the user typing ':' into the SearchControl woudld + // cause the application the crash. The behaviour sanitizes that input by wrapping + // it in quotation marks ("). + protected override void OnAttached() + { + base.OnAttached(); + var binding = new Binding("SearchText") + { + RelativeSource = RelativeSource.TemplatedParent, + UpdateSourceTrigger = UpdateSourceTrigger.PropertyChanged, + Mode = BindingMode.TwoWay, + Converter = new SearchStringConverter() + }; + AssociatedObject.SetBinding(BaseEdit.EditValueProperty, binding); + } + } +} \ No newline at end of file diff --git a/src/ServiceInsight/MessageProperties/MessagePropertiesView.xaml b/src/ServiceInsight/MessageProperties/MessagePropertiesView.xaml index cf3b9b8e..eadab9bb 100644 --- a/src/ServiceInsight/MessageProperties/MessagePropertiesView.xaml +++ b/src/ServiceInsight/MessageProperties/MessagePropertiesView.xaml @@ -3,12 +3,33 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:dxb="http://schemas.devexpress.com/winfx/2008/xaml/bars" + xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors" xmlns:dxprg="http://schemas.devexpress.com/winfx/2008/xaml/propertygrid" + xmlns:dxprgt="http://schemas.devexpress.com/winfx/2008/xaml/propertygrid/themekeys" + xmlns:dxmvvm="http://schemas.devexpress.com/winfx/2008/xaml/mvvm" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:local="clr-namespace:ServiceInsight.Framework.Behaviors" d:DesignHeight="300" d:DesignWidth="300" mc:Ignorable="d"> + + + + + ..\packages\Comparers.4.0.0\lib\net40-client\Comparers.dll - - ..\..\lib\DevExpress\DevExpress.Data.v14.1.dll + True + ..\..\lib\DevExpress\DevExpress.Data.v15.1.dll - - ..\..\lib\DevExpress\DevExpress.Utils.v14.1.dll + True + ..\..\lib\DevExpress\DevExpress.Mvvm.v15.1.dll - - ..\..\lib\DevExpress\DevExpress.Xpf.Controls.v14.1.dll + True + ..\..\lib\DevExpress\DevExpress.Printing.v15.1.Core.dll - - ..\..\lib\DevExpress\DevExpress.Mvvm.v14.1.dll + True + ..\..\lib\DevExpress\DevExpress.RichEdit.v15.1.Core.dll - - ..\..\lib\DevExpress\DevExpress.Xpf.Core.v14.1.dll + True + ..\..\lib\DevExpress\DevExpress.Utils.v15.1.dll - - ..\..\lib\DevExpress\DevExpress.Xpf.Docking.v14.1.dll + True + ..\..\lib\DevExpress\DevExpress.Xpf.Controls.v15.1.dll - - ..\..\lib\DevExpress\DevExpress.Xpf.Printing.v14.1.dll + True + ..\..\lib\DevExpress\DevExpress.Xpf.Core.v15.1.dll - - ..\..\lib\DevExpress\DevExpress.Xpf.Grid.v14.1.dll + True + ..\..\lib\DevExpress\DevExpress.Xpf.Docking.v15.1.dll - - ..\..\lib\DevExpress\DevExpress.Xpf.Grid.v14.1.Core.dll + True + ..\..\lib\DevExpress\DevExpress.Xpf.Grid.v15.1.dll - - ..\..\lib\DevExpress\DevExpress.Xpf.Layout.v14.1.Core.dll + True + ..\..\lib\DevExpress\DevExpress.Xpf.Grid.v15.1.Core.dll - - ..\..\lib\DevExpress\DevExpress.Xpf.LayoutControl.v14.1.dll + True + ..\..\lib\DevExpress\DevExpress.Xpf.Layout.v15.1.Core.dll - - ..\..\lib\DevExpress\DevExpress.Xpf.NavBar.v14.1.dll + True + ..\..\lib\DevExpress\DevExpress.Xpf.LayoutControl.v15.1.dll - - ..\..\lib\DevExpress\DevExpress.Xpf.PropertyGrid.v14.1.dll + True + ..\..\lib\DevExpress\DevExpress.Xpf.NavBar.v15.1.dll - - ..\..\lib\DevExpress\DevExpress.Xpf.Themes.Office2013.v14.1.dll + True + ..\..\lib\DevExpress\DevExpress.Xpf.Printing.v15.1.dll + + + True + ..\..\lib\DevExpress\DevExpress.Xpf.PropertyGrid.v15.1.dll + + + True + ..\..\lib\DevExpress\DevExpress.Xpf.Themes.Office2013.v15.1.dll ..\packages\gong-wpf-dragdrop.0.1.4.1\lib\net40\GongSolutions.Wpf.DragDrop.dll @@ -247,6 +255,7 @@ + @@ -548,6 +557,7 @@ + diff --git a/src/ServiceInsight/ValueConverters/SearchStringConverter.cs b/src/ServiceInsight/ValueConverters/SearchStringConverter.cs new file mode 100644 index 00000000..ff7bce64 --- /dev/null +++ b/src/ServiceInsight/ValueConverters/SearchStringConverter.cs @@ -0,0 +1,31 @@ +namespace ServiceInsight.ValueConverters +{ + using System; + using System.Globalization; + using System.Windows; + using System.Windows.Data; + + public class SearchStringConverter : IValueConverter + { + public object Convert(object value, Type targetType, object parameter, CultureInfo culture) + { + if (targetType != typeof(string)) + { + return Binding.DoNothing; + } + + var stringValue = value as string; + if (stringValue == null) + { + return DependencyProperty.UnsetValue; + } + + return stringValue.StartsWith("\"", true, culture) && stringValue.EndsWith("\"", true, culture) + ? stringValue.Substring(1, stringValue.Length - 2) + : stringValue; + } + + public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) => + string.Format(culture, "\"{0}\"", value); + } +} \ No newline at end of file