DevExpress.Xpf.Grid.v12.2.Core Serves as a base for classes that represents data-aware controls (e.g. ). Gets the information about the filter currently applied within the grid. This is a dependency property. A object that contains filter information. Identifies the dependency property. [To be supplied] Gets the grid's View that represents data from a data source. A descendant that represents the View. Identifies the dependency property. [To be supplied] Adds the specified filter to the view's MRU Filter List. A object that represents the filter criteria to add to the MRU Filter List. Gets or sets whether recently used filter items are displayed in the Filter Dropdowns for columns. This is a dependency property. true if the columns' filter dropdown lists can display recently used filter items; otherwise, false. Identifies the dependency property. [To be supplied] Specifies whether the infinite grid height is allowed. By default, this option is disabled. In this instance, if the grid's height measures infinite, (e.g. the grid is placed within a vertically oriented stack panel), an exception is thrown. To avoid an exception, enable the AllowInfiniteGridSize option. In this instance, the grid immediately generates rows for all records in a data source. Note this may cause performance issues if the data source contains a lot of records. [To be supplied] Gets or sets whether the grid's MRU Filter List is enabled. This is a dependency property. true to enable the MRU Filter List; otherwise false. Identifies the dependency property. [To be supplied] 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 a data source if the grid doesn't contain any columns. This is a dependency property. true to automatically create columns for all fields in a data source if the grid doesn't contain any columns; otherwise, false. Identifies the dependency property. [To be supplied] Prevents visual and internal data updates until the method is called. Starts the control's runtime initialization. Removes the filter condition applied to the specified column. A descendant that represents the column whose filter is cleared. Removes the filter condition applied to the specified column. A value that specifies the field name of the column whose filter is cleared. Clears the recently used filters. Clears the sorting applied to the grid. Gets or sets a style that contains settings common to all columns generated using different templates. This is a dependency property. A object that is the style that contains settings common to all columns generated using different templates. Identifies the dependency property. [To be supplied] Gets or sets a template that describes grid columns. This is a dependency property. The column template. Identifies the dependency property. [To be supplied] Gets or sets the data template selector which chooses a template based on the column's type. This is a dependency property. The column template selector. Identifies the dependency property. [To be supplied] Occurs after the columns have been automatically generated. Identifies the routed event. [To be supplied] Gets or sets the source from which the grid generates columns. This is a dependency property. The source from which the grid generates columns. Identifies the dependency property. [To be supplied] Gets or sets the view currently used within a grid. This is a dependency property. A descendant that represents the current view. This member supports the internal infrastructure and cannot be used directly from your code. This is a dependency property. @nbsp; Identifies the dependency property. [To be supplied] Identifies the dependency property. [To be supplied] Enables you to specify unique values displayed within a column's Filter Dropdown. Identifies the routed event. [To be supplied] Gets or sets the name of a data filed whose values are sorted by default. This is a dependency property. A value that specifies the name of a data field. Identifies the dependency property. [To be supplied] Gets or sets the type of objects stored in a data source. This is a dependency property. The of data objects. Identifies the dependency property. [To be supplied] Gets or sets the number of temporary data rows displayed within the grid at design time. This is a dependency property. An integer value that specifies the number of data rows displayed within the grid at design time. Identifies the dependency property. [To be supplied] Gets or sets whether sample data is displayed within the grid at design time. This is a dependency property. true to show sample data within the grid at design time; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether sample data rows contain distinct values. This is a dependency property. true to fill sample rows with distinct values; otherwise, false. Identifies the dependency property. [To be supplied] Enables visual and internal data updates after the method call, and updates the grid. Ends the runtime initialization. Occurs after the grid's filter has been changed. Identifies the routed event. [To be supplied] Gets or sets the grid's filter criteria. This is a dependency property. A object which represents filter criteria. Identifies the dependency property. [To be supplied] Gets an object that should be bound to a standalone . @nbsp; Gets or sets the grid's filter expression. This is a dependency property. A value that specifies the grid's filter expression. Identifies the dependency property. [To be supplied] 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. Returns the value of the specified data cell. An integer value that specifies the handle of the row that contains the cell. A value that specifies the column's field name. An object that represents the specified cell's value. Returns a filter applied to the specified column. A descendant that represents the grid column. A object that represents filter criteria applied to the specified column. null (Nothing in Visual Basic), if data isn't filtered by the values of the specified column. Returns a filter applied to the specified column. A value that specifies the column's field name. A object that represents filter criteria applied to the specified column. null (Nothing in Visual Basic), if data isn't filtered by the values of the specified column. Returns a filter expression applied to the specified column. A descendant that represents the column. A value that specifies the specified column's filter expression. Returns a filter expression applied to the specified column. A value that specifies the column's field name. A value that specifies the specified column's filter expression. 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 . The element from which the property value is read. The value. Returns a row object that corresponds to the specified row handle. An integer value that specifies the row's handle. An object that corresponds to the specified row handle. This member supports the internal infrastructure and is not intended to be used directly from your code. @nbsp; @nbsp; Returns the value of the specified total summary item. A descendant that represents the total summary item. Returns the value of the specified total summary item. Gets or sets whether to allow filtering empty items using the Checked Filter Dropdown List. true to allow filtering empty items; otherwise, false. Gets the handle of a row which does not exist in a View. To learn more, see Obtaining Row Handles. [To be supplied] Gets the index of a row which does not exist in a View. To learn more, see Obtaining Row Handles. [To be supplied] Gets or sets whether the current filter is enabled. This is a dependency property. true to enable the current filter; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets the grid's data source. This is a dependency property. An object that represents the data source from which the grid retrieves its data. Occurs after the property has been changed. Identifies the routed event. [To be supplied] Identifies the dependency property. [To be supplied] Combines the specified filter with the grid's current filter with the AND operator. A descendant that represents the filter expression. Combines the specified filter with the grid's current filter with the AND operator. A value that represents the filter expression. Gets or sets the maximum number of the most recently used (MRU) filter conditions displayed within the column's Filter Dropdown. This is a dependency property. An integer value that specifies the maximum number of the most recently used (MRU) filter conditions displayed within the column's filter dropdown. Identifies the dependency property. [To be supplied] Gets or sets the maximum number of the most recently used (MRU) filter conditions stored by the View. This is a dependency property. An integer that specifies the maximum number of recently used filter conditions stored by the View. Identifies the dependency property. [To be supplied] Gets the collection of recently used filters. The read-only collection of MRU filters. Gets the handle of the New Item Row. To learn more, see Obtaining Row Handles. [To be supplied] Called after the template is completely generated, and attached to the visual tree. Gets or sets the detail descriptor that owns this data control. A object that represents the detail descriptor that owns this data control. Identifies the dependency property. [To be supplied] Creates columns/card fields for all fields in a bound data source. Occurs every time any of the DataControlBase class properties has changed its value. Updates the control's data. Refreshes the specified row. An integer value which identifies the row. Removes the specified filter from the view's MRU Filter List. A object that represents the filter criteria to remove. Restores a control's layout from the specified stream. A descendant that stores the a control's layout. Restores a control's layout from the specified XML file. A value that specifies the target file name. Saves a control's layout to the specified stream. A descendant to which a control's layout is written. Saves a control's layout to a file in XML format. A value that specifies the target file name. Sets the value of the attached property to a specified . The element to which the attached property is written. The required value. Sets the value of the attached property to a specified . The element to which the attached property is written. The required value. Sets the value of the attached property to a specified . The element to which the attached property is written. The value. Gets or sets whether to show the grid's border. This is a dependency property. true to show the border; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether the Loading Panel can be displayed within the grid control. This is a dependency property. true if a Loading Panel is allowed to be displayed within the control; otherwise, false. Identifies the dependency property. [To be supplied] Sorts data by the values of the specified column. A value that specifies the column's field name. This member supports the internal infrastructure and is not intended to be used directly from your code. @nbsp; Gets or sets a template that describes total summaries. This is a dependency property. The summary item template. Identifies the dependency property. [To be supplied] Gets or sets the source of total summaries. This is a dependency property. The source from which the grid generates total summary items. Identifies the dependency property. [To be supplied] Updates total summaries. Gets the total number of rows/cards displayed within the grid. An integer value that specifies the total number of rows/cards displayed within the grid. Serves as a base for classes that represent Views. Gets the active editor. This is a dependency property. A descendant that represents the inplace editor of the cell currently being edited. null (Nothing in Visual Basic) if no cell is currently being edited. Identifies the dependency property. [To be supplied] This member supports the internal infrastructure and is not intended to be used directly from your code. @nbsp; Identifies the dependency property. [To be supplied] Gets whether the Filter Panel is displayed within a View. This is a dependency property. true if the Filter Panel is displayed within a View; otherwise, false. Identifies the dependency property. [To be supplied] Gets whether the Search Panel is displayed within a View. This is a dependency property. true if the Search Panel is displayed within a View; otherwise, false. Identifies the dependency property. [To be supplied] Gets the actual template selector that chooses a total 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. [To be supplied] Gets or sets whether an end-user can filter data by column. This is a dependency property. true to allow filtering data by column; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether an end-user is allowed to move columns by dragging their headers. This is a dependency property. true to allow an end-user to move columns; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether or not a cell's value that has failed validation specified by the Data Annotations attribute(s), can be posted to a data source. This is a dependency property. true to allow posting of invalid cell values to a data source; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether end-users are allowed to change cell values. This is a dependency property. true to allow data editing; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether end-users can invoke the Filter Editor to build complex filter criteria. This is a dependency property. true to allow end-users to invoke the Filter Editor; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether or not the input focus leaves a View when the TAB/SHIFT+TAB key is pressed. true to allow leaving a view when the TAB/SHIFT+TAB key is pressed; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether an end-user can hide a column by dropping its header outside the column header panel or Group Panel. This is a dependency property. true to allow an end-user to hide a column by dropping its header outside the View; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether an end-user is allowed to move columns by dragging their headers. This is a dependency property. true to allow an end-user to move columns; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether on not a View is automatically scrolled to the focused row when it changes. This is a dependency property. true if a View is automatically scrolled to the focused row when it changes; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether an end-user can sort data. This is a dependency property. true to allow an end-user to sort data; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether a View is automatically scrolled after the order of rows has been changed. This is a dependency property. true to enable automatic row scrolling; otherwise, false. Identifies the dependency property. [To be supplied] This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. @nbsp; Enables you to lock down end-user capabilities that affect the onscreen position of the focused row (e.g. moving row focus, row scrolling, filtering, sorting, etc.). Identifies the routed event. [To be supplied] This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. @nbsp; This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. @nbsp; Hides the active editor, discarding all the changes made within the focused row. Gets or sets the style applied to data cells displayed within a View. This is a dependency property. A object that represents the style applied to data cells. Identifies the dependency property. [To be supplied] Gets or sets the template that defines the presentation of data cells. This is a dependency property. A object that defines the presentation of data cells. Identifies the dependency property. [To be supplied] Gets or sets an object that chooses a cell template based on custom logic. This is a dependency property. A descendant that chooses a template based on custom logic. Identifies the dependency property. [To be supplied] This member supports the internal infrastructure and is not intended to be used directly from your code. @nbsp; This member supports the internal infrastructure and is not intended to be used directly from your code. @nbsp; Gets or sets whether copying view data to the clipboard is allowed. true to allow copying view data to the clipboard; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether column captions are copied to the clipboard when copying row values. true to add column headers to the clipboard when copying row values; otherwise, false. Identifies the dependency property. [To be supplied] Hides the active editor, saving the changes made. Gets a collection of hidden columns whose headers are displayed within the Column Chooser. This is a dependency property. The collection of descendants that represent hidden columns displayed within the Column Chooser. Identifies the dependency property. [To be supplied] Gets or sets the object that compares columns of the Grid to define their sorting. This is a dependency property. An object supporting the IComparer interface. Identifies the dependency property. [To be supplied] Gets or sets a custom Column Chooser. This is a dependency property. An object that implements the interface. Identifies the dependency property. [To be supplied] Gets or sets the Column Chooser's state. This is a dependency property. An object implementing the interface. Identifies the dependency property. [To be supplied] Gets or sets the template that defines the Column Chooser's presentation. This is a dependency property. A object that defines the Column Chooser's presentation. Identifies the dependency property. [To be supplied] Occurs when a column header is clicked. Identifies the routed event. [To be supplied] Gets or sets the style applied to all column headers displayed within a View. This is a dependency property. A object that represents the style applied to column headers. Identifies the dependency property. [To be supplied] Gets or sets the template that defines the presentation of the customization area displayed within column headers. This is a dependency property. A object that defines the presentation of the customization area displayed within column headers. Identifies the dependency property. [To be supplied] Gets or sets an object that chooses a template based on custom logic. This is a dependency property. A descendant that chooses a template based on custom logic. Identifies the dependency property. [To be supplied] This member supports the internal infrastructure and is not intended to be used directly from your code. @nbsp; Identifies the dependency property. [To be supplied] This member supports the internal infrastructure and is not intended to be used directly from your code. @nbsp; Identifies the dependency property. [To be supplied] Gets or sets the template that defines the presentation of column header content. This is a dependency property. A object that defines the presentation of column header contents. Identifies the dependency property. [To be supplied] Gets or sets an object that chooses a column header template based on custom logic. This is a dependency property. A descendant that chooses a template based on custom logic. Identifies the dependency property. [To be supplied] Gets or sets the template that defines the presentation of a column header's tooltip. This is a dependency property. A object that defines the presentation of a column header's tooltip. Identifies the dependency property. [To be supplied] Allows you to customize the Column Header context menu by adding new menu items or removing existing items. A object. Provides access to view commands. A object that provides a set of view commands. Hides the active editor and posts all the changes made within the focused row to a data source if the row values are valid. true if the values within the focused row's cells are valid; otherwise, false. [To be supplied] [To be supplied] [To be supplied] [To be supplied] Copies the values displayed within the focused row to the clipboard. Copies the values displayed within selected row(s) or cell(s) to the clipboard. Enables custom text to be displayed within the Filter Panel. Identifies the routed event. [To be supplied] Gets the data-aware control which owns the current View. A descendant that represents the data-aware control to which the current View belongs. Gets the context menu currently being displayed within a View. A descendant that specifies the context menu displayed within a View. Gets or sets the detail section's header content. An object representing the detail section's header content. Identifies the dependency property. [To be supplied] Gets or sets which cells should display editor buttons. This is a dependency property. An enumeration value that specifies which cells should display editor buttons. Identifies the dependency property. [To be supplied] Gets or sets a value which specifies how a cell editor is activated by the mouse. This is a dependency property. A enumeration value which specifies how a cell editor is activated by the mouse. Identifies the dependency property. [To be supplied] Gets or sets whether the ENTER key can be used to move cell focus within a data row. This is a dependency property. true to allow cell focus moving using the ENTER key; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether selected rows are faded when the grid control loses focus. This is a dependency property. true if selected rows are faded when the grid control loses focus; otherwise, false. Identifies the dependency property. [To be supplied] Fires after the Filter Editor has been created. Identifies the routed event. [To be supplied] 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. [To be supplied] Gets the text displayed within the Filter Panel. This is a dependency property. A value that specifies the text displayed within the filter panel. Identifies the dependency property. [To be supplied] Gets total summaries displayed within the Fixed Summary Panel and aligned to the left. A list of objects that contain information on total summaries. Gets total summaries displayed within the Fixed Summary Panel and aligned to the right. A list of objects that contain information on total summaries. Gets or sets the template that defines the presentation of a focused cell's border. This is a dependency property. A object that represents the template that displays the border. Identifies the dependency property. [To be supplied] Occurs after the focused column has been changed. Identifies the routed event. [To be supplied] Gets or sets a template that defines the presentation of the focused row's border. This is a dependency property. A object that defines the presentation of the focused row's border. Identifies the dependency property. [To be supplied] Get or sets the currently focused data row. A specifying the focused row. Occurs after the focused row has been changed. Identifies the routed event. [To be supplied] Gets an object that represents the focused row's data. A object that is the focused row's data. Identifies the dependency property. [To be supplied] Gets or sets the focused row's handle. This is a dependency property. An integer value that specifies the focused row's handle. Occurs after the focused row's handle has been changed. Identifies the routed event. [To be supplied] Identifies the dependency property. [To be supplied] Identifies the dependency property. [To be supplied] Gets the View which is currently focused. A descendant which represents the focused View. Occurs after the active View has been changed. Identifies the routed event. [To be supplied] This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. @nbsp; This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. @nbsp; This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. @nbsp; This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. @nbsp; Gets or sets the template that defines the Summary Panel's presentation. This is a dependency property. A object that defines the Summary Panel's presentation. Identifies the dependency property. [To be supplied] This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. @nbsp; Returns a cell's UI element located at the specified coordinates. The object. A descendant that specifies the cell's UI element, located at the specified position. Returns the specified cell's UI element. An integer value that specifies the row's handle. A descendant that specifies the column containing the cell. A descendant that specifies the specified cell. Returns a cell that contains the specified tree element. The element contained within the cell. A descendant that specifies the cell's UI element, containing the specified tree element. null (Nothing in Visual Basic), if the cell was not found. Returns a column located at the specified coordinates. The object. A object that specifies the column located at the specified coordinates. Returns a column whose cell contains the specified tree element. The element contained within the column. A descendant that specifies the column whose cell contains the specified tree element. null (Nothing in Visual Basic), if the column was not found. 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 . 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 element from which the property value is read. The property value for the element. Returns a row's UI element located at the specified coordinates. The object. A descendant that specifies the row's UI element located at the specified position. Returns a UI element that is the specified row. An integer value that specifies the row's handle. A descendant that is the specified row. Returns the row that contains the specified tree element. The tree element contained within the row. A descendant that is the row containing the specified tree element. null (Nothing in Visual Basic), if the row was not found. 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. Returns the handle of a row located under the mouse pointer. A object or its descendant, that contains data for mouse-related events. An integer value that specifies the handle of the row located under the mouse pointer. Returns the handle of a row that contains the specified element. The element contained within the row. An integer value that specifies the handle of the row containing the specified element. Gets whether a validation error has been defined for the view. true if a validation error is defined for the view; otherwise, false. Identifies the dependency property. [To be supplied] Gets the information about column headers. A object that contains information about column headers. Gets or sets the template that defines the presentation of column headers. This is a dependency property. A object that defines the presentation of column headers. Identifies the dependency property. [To be supplied] Occurs after the Column Chooser has been hidden. Identifies the routed event. [To be supplied] Hides the Column Chooser. Closes the active editor, discarding all the changes made. Hides the Search Panel. This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. @nbsp; Gets or sets whether the Column Chooser is shown. This is a dependency property. true to show the Column Chooser; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether the column context menu is shown when an end-user right-clicks a column's header. true to enable the column context menu; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether deferred scrolling is enabled. This is a dependency property. true to enable deferred scrolling; otherwise, false. Identifies the dependency property. [To be supplied] Gets whether the focused cell is currently being edited. This is a dependency property. true if the View is in edit mode; otherwise, false. Identifies the dependency property. [To be supplied] Gets a value that indicates whether the cell is focused. true if the cell is focused; otherwise, false. Identifies the dependency property. [To be supplied] Gets a value that indicates whether the row is focused. This is a dependency property. true if the row is focused; otherwise, false. Identifies the dependency property. [To be supplied] Gets whether a view is focused. true if the View is focused; otherwise, false. Gets a value that indicates whether a View has keyboard focus. true if the View has keyboard focus; otherwise, false. Identifies the dependency property. [To be supplied] Determines if the current view is the root view within the grid control's master-detail hierarchy. true if the current view is the root view; otherwise, false. Gets or sets whether the column context menu can be shown when an end-user right-clicks a data cell. This is a dependency property. true to enable the row cell context menu; otherwise, false. Identifies the dependency property. [To be supplied] Indicates whether the specified row/card is selected. An integer value that identifies the row/card. true if the specified row/card is selected; otherwise, false. Gets or sets whether a view should keep the synchronized with the current item in the . This is a dependency property. true to always synchronize the focused row with the current item in the assigned to the ; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether an end-user can invoke the summary or fixed summary context menu. This is a dependency property. true to allow an end-user to invoke the summary or fixed summary context menu; otherwise, false. Identifies the dependency property. [To be supplied] Gets whether or not the wait indicator is displayed within the grid. This is a dependency property. true if the wait indicator is displayed within the grid; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets data error types to be visualized by a data-aware control (e.g. GridControl). This is a dependency property. A enumeration value that specifies data error types to be visualized. Identifies the dependency property. [To be supplied] Allows you to implement the capability for end-users to change localization at runtime. A 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. @nbsp; Moves the specified column to the specified position. A object that represents the source column. An integer value that specifies the column's new position among the columns displayed within the destination area. A enumeration value that specifies the grid's area (the header panel, group panel or column chooser) in which the source column is currently displayed. A enumeration value that specifies the grid's area (the header panel, group panel or column chooser) to which the source column is moved. Moves focus to the first visible row or card within a View. Moves focus to the specified row. An integer value that specifies the row's position within a View. Moves focus to the last visible row or card within a View. Focuses the next cell after the focused cell. Moves focus forward to the bottom row or card displayed onscreen within a View. Moves focus to the row or card following the one currently focused. Focuses the preceding cell before the focused cell. Moves focus backward to the top row or card displayed onscreen within a View. Moves focus to the row or card preceding the one currently focused. Gets or sets whether row and cell focusing is allowed. This is a dependency property. A enumeration value that specifies whether row and cell focusing is allowed. Identifies the dependency property. [To be supplied] This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. @nbsp; Occurs when some information is pasted from the clipboard to the grid. Identifies the routed event. [To be supplied] Saves the active editor's value to a data source without closing the editor. This member supports the internal infrastructure and is not intended to be used directly from your code. [To be supplied] Enables you to provide a custom animation effect after row data has been asynchronously retrieved from a data source. Identifies the routed event. [To be supplied] Gets or sets a value that specifies what animation is played while data rows are being asynchronously retrieved by the data source. This is a dependency property. A enumeration value that specifies the row animation kind. Identifies the dependency property. [To be supplied] Allows you to customize the Row Cell context menu by adding new menu items or removing existing items. A object. This member supports the internal infrastructure and is not intended to be used directly from your code. The object. Identifies the dependency property. [To be supplied] Gets or sets the length of an animation. A value that specifies the length of an animation, in milliseconds. Identifies the dependency property. [To be supplied] Gets the collection of resource strings that can be localized at runtime. This is a dependency property. A object that contains resource strings that can be localized at runtime. Identifies the dependency property. [To be supplied] This member supports the internal infrastructure and is not intended to be used directly from your code. @nbsp; Identifies the dependency property. [To be supplied] This member supports the internal infrastructure and is not intended to be used directly from your code. @nbsp; Gets or sets a value that specifies how many rows are displayed onscreen when a View is scrolled to the bottom. This is a dependency property. A enumeration value that specifies the scrolling mode. Identifies the dependency property. [To be supplied] Makes the specified row visible onscreen. An integer value that specifies the row's handle. Makes the specified row visible onscreen. A data object that corresponds to the required row. Gets or sets the offset by which the View is scrolled when clicking scrollbar buttons. This is a dependency property. An integer value that specifies the scrolling step, in pixels. Identifies the dependency property. [To be supplied] Gets or sets the field names against which searches are performed by the Search Panel. This is a dependency property. A value specifying field names against which searches are performed. Identifies the dependency property. [To be supplied] Gets or sets the search control. This is a dependency property. An object that represents the search control for the or . Identifies the dependency property. [To be supplied] 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. Identifies the dependency property. [To be supplied] Gets or sets whether the grid displays only those records that match the search criteria. This is a dependency property. true to display only those records that match the search criteria; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether or not the search string is cleared when closing the Search Panel. This is a dependency property. true to clear the search string when closing the Search Panel; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets the logical operator type (AND or OR). The criteria operator type (logical AND or OR). Identifies the dependency property. [To be supplied] Gets or sets the type of the comparison operator used to create filter conditions. This is a dependency property. One of the enumeration values. Identifies the dependency property. [To be supplied] 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] Gets or sets whether to highlight search results within located records. This is a dependency property. true to highlight search results; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether on not the MRU search dropdown is automatically invoked when typing within the Search box. This is a dependency property. true to automatically invoke the MRU search dropdown when typing within the Search box; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets the search string specified within the Search Panel. This is a dependency property. A value that specifies the search string. Identifies the dependency property. [To be supplied] Selects all rows/cards within a View. Sets the value of the attached property to a specified . The element to which the attached property is written. The required value. Sets the value of the attached property to a specified . The element to which the attached property is written. The required value. Sets the value of the attached property to a specified . The element to which the attached property is written. The required value. Sets the value of the attached property to a specified . The element to which the attached property is written. The required value. This member supports the internal infrastructure and is not intended to be used directly from your code. @nbsp; @nbsp; This member supports the internal infrastructure and is not intended to be used directly from your code. @nbsp; @nbsp; This member supports the internal infrastructure and is not intended to be used directly from your code. @nbsp; @nbsp; Invokes the Column Chooser. Gets or sets whether a view displays column headers. This is a dependency property. true to show column headers within a View; otherwise, false. Identifies the dependency property. [To be supplied] Gets whether the button used to invoke the Filter Editor is displayed within the Filter Panel. This is a dependency property. true if the Edit Filter button is displayed within the Filter Panel; otherwise, false. Identifies the dependency property. [To be supplied] Activates the focused cell's inplace editor. Shows the Filter Editor. A descendant that is the column to which a filter is applied in the Filter Editor. Shows the Filter Editor. This member supports the internal infrastructure and is not intended to be used directly from your code. @nbsp; @nbsp; A descendant that is the column to which a filter is applied in the Filter Editor. Gets or sets when the Filter Panel is displayed within a View. This is a dependency property. A enumeration value that specifies when a View displays the Filter Panel. Identifies the dependency property. [To be supplied] Enables you to customize a column's filter dropdown. Identifies the routed event. [To be supplied] Gets or sets whether or not the Fixed Summary Panel is displayed within the grid. This is a dependency property. true to display the Fixed Summary Panel within the grid; otherwise, false. Invokes the Fixed Summary Editor. Identifies the dependency property. [To be supplied] Gets or sets whether a focus rectangle is painted around the focused cell or row. This is a dependency property. true to paint a focus rectangle around the focused cell or row; otherwise, false. Identifies the dependency property. [To be supplied] Enables you to customize the context menu. Identifies the routed event. [To be supplied] Occurs after the Column Chooser has been shown. Identifies the routed event. [To be supplied] Invokes the Search Panel. true to move focus to the Search Panel; otherwise, false. Gets or sets whether on not to display the Close button within the Search Panel. true to display a button used to close the Search Panel; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether on not to display the Find button within the Search Panel. true to display a button used to activate the search; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets a value that specifies when the Search Panel is displayed. A enumeration member that specifies when the Search Panel is displayed. Identifies the dependency property. [To be supplied] Gets or sets whether or not a button used to invoke the MRU search dropdown list is displayed within the Search Panel. This is a dependency property. true to display the MRU search button within the Search Panel; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether the Summary Panel is displayed. This is a dependency property. true to show the summary panel within a view; otherwise, false. Invokes the Runtime Summary Editor for the specified column. A descendant that specifies the column. Identifies the dependency property. [To be supplied] Invokes the Expression Editor that enables editing an expression for the specified unbound column. A descendant that specifies the unbound column. Gets or sets whether or not error icons are displayed within cells that fail validation specified by the Data Annotations attribute(s). This is a dependency property. true to display errors within cells that fail validation specified by the Data Annotations attribute(s); otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether null values must be ignored when calculating data summaries. This is a dependency property. true to ignore null values when calculating data summaries; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets the index of the top visible row. An integer value that specifies the index of the top visible row. Identifies the dependency property. [To be supplied] Gets or sets the style applied to total summary items displayed within a View. This is a dependency property. A object that represents the style applied to total summary items displayed within a View. Identifies the dependency property. [To be supplied] Gets or sets the template that defines the presentation of total summary items. This is a dependency property. A object that defines the presentation of total summary items. Identifies the dependency property. [To be supplied] Gets or sets an object that chooses a total summary template based on custom logic. This is a dependency property. A descendant that chooses a template based on custom logic. Identifies the dependency property. [To be supplied] Allows you to customize the Total Summary context menu, by adding new menu items or removing existing items. A object. Fires after the Expression Editor has been invoked for an unbound column. Identifies the routed event. [To be supplied] Validates the active editor. Provides access to the object, which contains information about the validation error. This is a dependency property. A object. Identifies the dependency property. [To be supplied] This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. @nbsp; Gets or sets the wait indicator's style. This is a dependency property. A object that specifies the wait indicator's style. Identifies the dependency property. [To be supplied] Gets or sets a value that specifies how async data loading operations are indicated within the grid. This is a dependency property. A enumeration value that specifies how async data loading operations are indicated within the grid. Identifies the dependency property. [To be supplied] Gets or sets the number of rows to scroll vertically in response to mouse wheel events. An integer value that specifies the number of rows to scroll vertically in response to mouse wheel events. Identifies the dependency property. [To be supplied] Provides access to column commands. Initializes a new instance of the GridColumnCommands class. A descendant that represents the column. Toggles a column's sort order. A command that implements the . Removes the filter condition applied to a column. A command that implements the . Removes the filter condition applied to a column. A command that implements the . Serves as a base for classes that represent columns or card fields. Initializes a new instance of the ColumnBase class with default settings. For internal use only. @nbsp; Identifies the dependency property. [To be supplied] Gets whether an end-user can filter data using the column's Filter Dropdown. This is a dependency property. true if an end-user can filter data using the column's filter dropdown; otherwise, false. Identifies the dependency property. [To be supplied] Gets whether an end-user is allowed to move this column by dragging its header. This is a dependency property. true if an end-user can move this column; otherwise, false. Identifies the dependency property. [To be supplied] Gets whether an end-user can resize this column. This is a dependency property. true if an end-user can resize this column; otherwise, false. Identifies the dependency property. [To be supplied] Gets whether an end-user can sort data by the column's values. This is a dependency property. true if an end-user can sort data by the column's values; otherwise, false. Identifies the dependency property. [To be supplied] Gets the actual style applied to the column's cell displayed within the Auto Filter Row. A object that is the style applied to data cells. Identifies the dependency property. [To be supplied] Gets the actual style applied to column cells. This is a dependency property. A object that represents the actual style applied to column cells. Identifies the dependency property. [To be supplied] Gets the actual template selector that chooses a cell template based on custom logic. This is a dependency property. A descendant that chooses a template based on custom logic. Identifies the dependency property. [To be supplied] Gets the column's caption when its header is displayed within the Column Chooser. This is a dependency property. An object that represents the column's caption when its header is displayed within the Column Chooser. Identifies the dependency property. [To be supplied] Gets the actual style applied to the column header's contents. This is a dependency property. A object that represents the actual style applied to the column header's contents. Identifies the dependency property. [To be supplied] This member supports the internal infrastructure and is not intended to be used directly from your code. @nbsp; Identifies the dependency property. [To be supplied] Gets the actual edit settings used by the grid to create an inplace editor for the column. This is a dependency property. A descendant that specifies the column's editor. Identifies the dependency property. [To be supplied] Gets the actual template selector that chooses a template which defines the presentation of the customization area displayed within the column's header based on custom logic. This is a dependency property. A descendant that chooses a template based on custom logic. Identifies the dependency property. [To be supplied] Gets the actual template selector that chooses a header template based on custom logic. This is a dependency property. A descendant that chooses a template based on custom logic. Identifies the dependency property. [To be supplied] Gets or sets the actual template that defines the tooltip's presentation. This is a dependency property. A object that defines the presentation of a column header's tooltip. Identifies the dependency property. [To be supplied] Gets the column header's width. This is a dependency property. A value that specifies the column header's width, in pixels. Identifies the dependency property. [To be supplied] Gets the actual style applied to the column's cell displayed within the New Item Row. A object that is the style applied to data cells. Identifies the dependency property. [To be supplied] Gets the actual style applied to column cells when the grid is printed. This is a dependency property. A object that represents the actual style applied to column cells when the grid is printed. Identifies the dependency property. [To be supplied] Gets the actual style applied to the column header's contents when the grid is printed. This is a dependency property. A object that represents the actual style applied to the column header's contents when the grid is printed. Identifies the dependency property. [To be supplied] Gets the actual style of total summary items displayed within this column, when the grid is printed. This is a dependency property. A object that represents the actual style of total summary items displayed within this column, when the grid is printed. Identifies the dependency property. [To be supplied] Gets whether or not error icons can be displayed within column cells that fail validation specified by the Data Annotations attribute(s). This is a dependency property. true if errors can be displayed within cells that fail validation specified by the Data Annotations attribute(s); otherwise, false. Identifies the dependency property. [To be supplied] Gets the actual style of total summary items displayed within this column. This is a dependency property. A object that represents the actual style of total summary items displayed within this column. Identifies the dependency property. [To be supplied] Gets the column's width. This is a dependency property. A value that specifies the column's width, in pixels. Identifies the dependency property. [To be supplied] Gets or sets whether an end-user can filter data by the column's values using the automatic filter row. This is a dependency property. true to allow an end-user to filter data by the column's values using the automatic filtering row; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether it's allowed to calculate an optimal width and apply it to the column. A enumeration value that specifies whether it's allowed to calculate an optimal width and apply it to the column. Identifies the dependency property. [To be supplied] Gets or sets whether an end-user can filter data by column. This is a dependency property. A enumeration value that specifies whether an end-user can filter data by column. Identifies the dependency property. [To be supplied] Gets or sets whether end-users can edit column values. This is a dependency property. A enumeration value that specifies whether an end-user can edit cell values. Identifies the dependency property. [To be supplied] Gets or sets whether the column can be focused. This is a dependency property. true to allow the column to be focused; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether an end-user is allowed to move this column by dragging its header. This is a dependency property. A enumeration value that specifies whether an end-user is allowed to move this column. Identifies the dependency property. [To be supplied] Gets or sets whether an end-user can resize this column. This is a dependency property. A enumeration value that specifies whether an end-user can resize this column. Identifies the dependency property. [To be supplied] Gets or sets whether or not the search is performed by the Search Panel against this column. This is a dependency property. true to perform the search against this column; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether an end-user can sort data by the column's values. This is a dependency property. A enumeration value that specifies whether an end-user can sort data by the column's values. Identifies the dependency property. [To be supplied] Gets or sets whether an end-user can open the Expression Editor for the current unbound column, using a context menu. true if an end-user can open the Expression Editor for the current unbound column, using a context menu; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets the type of the comparison operator used to create filter conditions for the current column using the Automatic Filter Row. This is a dependency property. An enumeration value that specifies the type of the comparison operator. Identifies the dependency property. [To be supplied] Gets or sets the style applied to the column's data cell displayed within the Auto Filter Row. This is a dependency property. A object that specifies the style applied to data cells. Identifies the dependency property. [To be supplied] Gets or sets a template that displays a column's value within the Auto Filter Row. This is a dependency property. A object that represents the template that displays a column's value within the automatic filter row. Identifies the dependency property. [To be supplied] Gets or sets a template that displays a custom editor used to edit a column's value within the Auto Filter Row. This is a dependency property. A object that represents the template that displays a custom editor. Identifies the dependency property. [To be supplied] Gets or sets the value in the Automatic Filter Row for this column. This is a dependency property. An object that represents the column's value in the automatic filter row. Identifies the dependency property. [To be supplied] Gets or sets which interface elements are taken into account when calculating the column's optimal width. A enumeration value that specifies interface elements that are taken into account when calculating the column's optimal width. Identifies the dependency property. [To be supplied] Gets or sets the number of cells taken into account when calculating the optimal width required for the column to completely display its contents. An integer value that specifies the number of cells processed by a View to apply best fit. Identifies the dependency property. [To be supplied] Gets or sets how the optimal width required for this column to completely display its contents, is calculated. A enumeration value. Identifies the dependency property. [To be supplied] Gets or sets the column's width when the Best Fit feature is applied to this column. A value that specifies the column's optimal width. Identifies the dependency property. [To be supplied] Gets or sets the style of cells displayed within this column. This is a dependency property. A object that represents the style of cells displayed within this column. Identifies the dependency property. [To be supplied] Gets or sets the template that defines the presentation of column cells. This is a dependency property. A object that defines the presentation of column cells. Identifies the dependency property. [To be supplied] Gets or sets an object that chooses a cell template based on custom logic. This is a dependency property. A descendant that chooses a template based on custom logic. Identifies the dependency property. [To be supplied] Gets or sets the column's caption when its header is displayed within the Column Chooser. This is a dependency property. An object that represents the column's caption when its header is displayed within the Column Chooser. Identifies the dependency property. [To be supplied] Gets or sets how column values are filtered. This is a dependency property. A enumeration value that specifies how column values are filtered. Identifies the dependency property. [To be supplied] Gets or sets the maximum number of unique column values displayed within the column's filter dropdown. This is a dependency property. An integer value that specifies the maximum number of unique column values displayed within the column's filter dropdown. -1 to display all unique values. Identifies the dependency property. [To be supplied] Gets or sets the column header's style. This is a dependency property. A object that represents the column header's style. 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. The enumeration value. Identifies the dependency property. [To be supplied] Provides access to column commands. A object that provides a set of column commands. This member supports the internalnfrastructure and is not intended to be used directly from your code. Gets or sets whether to pass text formatted by the grid or values from the data source to the buffer when copying. This is a dependency property. true, to copy formatted text displayed by the column; otherwise, false. Identifies the dependency property. @nbsp; Gets or sets the template that defines the presentation of the column's Filter Dropdown. This is a dependency property. A object that defines the presentation of a custom column filter. Identifies the dependency property. [To be supplied] Gets or sets the binding that associates the column with a property in the data source. A object representing the data binding for the column. Gets or sets a template that displays column values. This is a dependency property. A object that represents the template that displays column values. Identifies the dependency property. [To be supplied] Gets or sets an object that contains the column editor's settings. This is a dependency property. A descendant that specifies the column's editor. Identifies the dependency property. [To be supplied] Gets or sets a template that displays a custom editor used to edit column values. This is a dependency property. A object that represents the template that displays a custom editor. Identifies the dependency property. [To be supplied] Gets the name of the database field assigned to this column. This is a dependency property. A value that specifies the name of a data field. Identifies the dependency property. [To be supplied] Gets the type of data displayed by the column. The of data displayed by the column. Identifies the dependency property. [To be supplied] Gets or sets the template that defines the presentation of the column's header displayed within the Filter Editor. This is a dependency property. A object that defines the column header's presentation. Identifies the dependency property. [To be supplied] Gets or sets the display mode of the column's filter dropdown. This is a dependency property. A enumeration value that specifies the display mode of the column's filter dropdown. Identifies the dependency property. [To be supplied] Gets or sets the column's behavior when a View is scrolled. A enumeration value that specifies the column's behavior when a View is scrolled. Identifies the dependency property. [To be supplied] Gets or sets whether the column's width remains the same when the auto column width feature is enabled. This is a dependency property. true the column's width remains the same when the auto column width feature is enabled; otherwise, false. Identifies the dependency property. [To be supplied] 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 . 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 element from which the property value is read. The property value for the element. Indicates whether the current column has a sibling column displayed on its left. This is a dependency property. true if the column has a sibling column displayed on its left; otherwise, false. Identifies the dependency property. [To be supplied] Indicates whether the current column has a sibling column displayed on its right. This is a dependency property. true if the column has a sibling column displayed on its right; otherwise, false. Identifies the dependency property. [To be supplied] Gets whether the column displays total summaries. This is a dependency property. true if the column displays total summaries; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets the column header's contents. This is a dependency property. An object that represents the column header's contents. Gets the column header's caption. This is a dependency property. An object that represents the column header's caption. Identifies the dependency property. [To be supplied] Gets or sets the template that defines the presentation of the customization area displayed within the column's header. This is a dependency property. A object that defines the presentation of the header customization area. Identifies the dependency property. [To be supplied] Gets or sets an object that chooses a template based on custom logic. This is a dependency property. A descendant that chooses a template based on custom logic. Identifies the dependency property. [To be supplied] Gets a value that specifies which grid element contains the column's header. A enumeration value that specifies which grid element contains the column's header. Identifies the dependency property. [To be supplied] Identifies the dependency property. [To be supplied] Gets or sets the template that defines the column header's presentation. This is a dependency property. A object that defines the column header's presentation. Identifies the dependency property. [To be supplied] Gets or sets an object that chooses a column header template based on custom logic. This is a dependency property. A descendant that chooses a template based on custom logic. Identifies the dependency property. [To be supplied] Gets or sets the column header's tooltip. This is a dependency property. An object that represents the column header's tooltip. Identifies the dependency property. [To be supplied] Gets or sets the template that defines the tooltip's presentation. This is a dependency property. A object that defines the presentation of a column header's tooltip. Identifies the dependency property. [To be supplied] Gets or sets the column header's content alignment. This is a dependency property. A enumeration value that specifies the content's horizontal alignment. Identifies the dependency property. [To be supplied] Gets or sets whether the column's filter condition is updated as soon as an end-user modifies the text within the auto filter row's cell. This is a dependency property. true to enable automatic updates; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether the column's filter condition is updated as soon as an end-user selects an item within the column's Filter Dropdown. This is a dependency property. true to enable automatic updates; otherwise, false. Identifies the dependency property. [To be supplied] Gets whether data is filtered by the values of this column. This is a dependency property. true if data is filtered by the values of this column; otherwise, false. Identifies the dependency property. [To be supplied] Gets whether the column is the first visible column displayed within a View. This is a dependency property. true if the column is the first visible column displayed within a View; otherwise, false. Identifies the dependency property. [To be supplied] Gets whether the column is the last visible column displayed within a View. This is a dependency property. true if the column is the last visible column displayed within a View; otherwise, false. Identifies the dependency property. [To be supplied] Gets whether data is sorted by the values of this column. This is a dependency property. true if data is sorted by the values of this column; otherwise, false. Gets whether group rows that correspond to this grouping column are sorted by group summary values. This is a dependency property. true if group rows that correspond to this grouping column are sorted by group summary values; otherwise, false. Identifies the dependency property. [To be supplied] Identifies the dependency property. [To be supplied] Gets or sets the column's minimum width. This is a dependency property. A value that specifies the column's minimum width, in pixels. Identifies the dependency property. [To be supplied] Gets or sets the column's name. A value that specifies the column's name. Gets or sets the column's navigation index. An integer value that specifies the column's navigation index. Identifies the dependency property. [To be supplied] Gets or sets the style applied to the column's data cell 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. [To be supplied] Gets or sets the style applied to column cells when the grid is printed. This is a dependency property. A object that represents the style applied to column cells when the grid is printed. Identifies the dependency property. [To be supplied] Gets or sets the style applied to the column's header when the grid is printed. This is a dependency property. A object that represents the style applied to the column's header when the grid is printed. Identifies the dependency property. [To be supplied] Gets or sets the style of total summary items displayed within this column, when the grid is printed. This is a dependency property. A object that represents the style of total summary items displayed within this column, when the grid is printed. Identifies the dependency property. [To be supplied] Occurs every time any of the ColumnBase class properties has changed its value. Gets or sets whether the column's values cannot be changed by an end-user. This is a dependency property. true to prevent an end-user from changing the column's values; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether or not the time portion is ignored when filtering by DateTime values. This is a dependency property. true to ignore the time portion; otherwise, false. Identifies the dependency property. [To be supplied] Sets the value of the attached property to a specified . The element to which the attached property is written. The required value. Sets the value of the attached property to a specified . The element to which the attached property is written. The required value. For internal use only. @nbsp; @nbsp; Indicates whether or not total summaries should be serialized during serialization of a ColumnBase object. A object. true to serialize total summaries; otherwise, false. 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. [To be supplied] 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. A enumeration value that specifies whether or not error icons are displayed within column cells that fail validation. Identifies the dependency property. [To be supplied] Gets the column's position among sorted columns. An integer value that specifies the zero-based column's index among sorted columns. -1 if data is not sorted by this column. Identifies the dependency property. [To be supplied] Gets or sets how the column's data is sorted when sorting is applied to it. This is a dependency property. A enumeration value that specifies the sort mode. Identifies the dependency property. [To be supplied] Gets or sets the column's sort order. This is a dependency property. A enumeration value that specifies the column's sort order. Identifies the dependency property. [To be supplied] Gets or sets whether the column can be focused via the TAB key. true if the column can be focused via the TAB key; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets the data associated with the column. An object that contains information associated with the current column. Gets the list of total summary items displayed within this column. This is a dependency property. The list of total summary items displayed within this column. Identifies the dependency property. [To be supplied] Gets or sets the style of total summary items displayed within this column. This is a dependency property. A object that represents the style of total summary items displayed within this column. Identifies the dependency property. [To be supplied] Gets the text displayed within the summary panel's cell. This is a dependency property. A value that specifies the text displayed within the summary panel's cell. Identifies the dependency property. [To be supplied] Gets or sets an expression used to evaluate values for this column if it is not bound to a data source field. A that specifies an expression used to evaluate values for this column. Identifies the dependency property. [To be supplied] Gets or sets the data type and binding mode of the column. This is a dependency property. A enumeration value that represents the data type and binding mode of the column. Identifies the dependency property. [To be supplied] Gets the view that owns the column. This is a dependency property. A descendant that represents the view. Gets or sets whether the column is displayed within a View. This is a dependency property. true to display the column within a View; otherwise, false. Gets or sets the column's position among visible columns. This is a dependency property. An integer value that specifies the column's position among visible columns. Identifies the dependency property. [To be supplied] Identifies the dependency property. [To be supplied] Gets or sets the column's width. This is a dependency property. A value that specifies the column's width, in pixels. Identifies the dependency property. [To be supplied] Lists values that specify a cell's (or row's) selection state. A cell (or row) is focused. A cell (or row) is focused and selected. A cell (or row) isn't focused and selected. A cell (or row) is selected. Lists values that specify the selection mode in a Table View. Allows selection of multiple cells. Multi-selection is disabled. Allows selection of multiple rows. 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 FilterEditorEventArgs class. A descendant that is the view that raised the event. This value is assigned to the property. This value is assigned to the property. Gets the Filter Editor. The Filter Editor control. Gets the View that raised the event. A descendant that is the view that raised the event. Represents a method that will handle the event. Represents a method that will handle the event. The event sender. A object that contains event data. Provides data for the event. Initializes a new instance of the UnboundExpressionEditorEventArgs class. The Expression Editor. This value is assigned to the property. A descendant that represents the unbound column. This value is assigned to the property. Gets an unbound column whose expression will be edited in the Expression Editor. A object that represents the unbound column. Gets the Expression Editor. The Expression Editor control. Gets the View that raised the event. A descendant that is the view that raised the event. Lists values which identify table view elements. The test object belongs to the header panel button. The test point belongs to the right edge of a column header. End-users can drag these edges to resize columns horizontally (the column's option must be enabled). The test point belongs to a column's header. The test point belongs to the filter button displayed within a column header. The test point belongs to the Column Header Panel. The test object belongs to the area within a table view which is not occupied by rows. The test object belongs to the Filter Panel. The test object belongs to the button in the Filter Panel used to activate filtering within a View. The test object belongs to the Close button displayed within the Filter Panel. The test object belongs to the button displayed within the Filter Panel. The test object belongs to a filter expression displayed within the Filter Panel. The test object belongs to the left fixed line. The test object belongs to the right fixed line. The test object belongs to the Fixed Summary Panel. The test object belongs to the Group Panel. The test object belongs to a column header displayed within the Group Panel. The test object belongs to the filter button displayed by a column header that resides within the Group Panel. The test object belongs to the group row. The test object belongs to the button used to expand/collapse a group row. The test object belongs to a group summary. The test object belongs to a value displayed within the group row. The test object belongs to a view's the horizontal scrollbar. The test object belongs to a combobox that contains MRU filters. It is displayed within the Filter Panel. The test object doesn't belong to a View (it is outside the View). The test object belongs to a data or group row. The test object belongs to a data cell. The test object belongs to a cell displayed within the row indicator panel. The test object belongs to a total summary. The test object belongs to the Summary Panel. The test object belongs to a view's the vertical scrollbar. Lists the values used to indicate the row indicator state. Indicates the Auto Filter Row. Indicates that a focused row has been modified during editing. Indicates that a focused row is in edit mode. Indicates a non-focused row containing validation errors. Indicates a focused row. Indicates that the focused row contains validation errors. Indicates the New Item Row. Identifies that there is no indicator associated with the grid row. Lists the values used to specify which interface elements should be taken into account when adjusting the column width. All elements of a column (row cells, header, total summary) should be taken into account when adjusting the column width. A column header's text should be taken into account when adjusting the column width. Nothing should be taken into account when adjusting the column width. Grid rows' values should be taken into account when adjusting the column width. The total summary's text should be taken into account when adjusting the column width. Represents an object that provides the means to localize the 's user interface elements. Initializes a new instance of the GridControlLocalizer class with default settings. Returns an XtraLocalizer object representing default resources, based on the thread's language and regional settings (culture). 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). A object representing 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. 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 FocusedRowChangedEventArgs class. 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 focused row. Gets the previously focused row. The previously focused row. Gets the View that raised the event. A descendant that is the view that raised the event. 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 FilterPopupEventArgs class with the specified grid column and combo-box edit. A descendant which specifies a column, containing a combo-box edit, for which an event has been raised. This object is assigned to the property. A object, which specifies a combo-box edit, 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. A object that represents the column, for which this event has been raised. Gets the filter dropdown. A object that represents a combobox used in a filter pop-up. Gets the View that raised the event. 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. Gets or sets a grid column, for which an event has been raised. A descendant that represents the column. Gets or sets the row handle, for which an event has been raised. An integer value representing the row handle. Gets the View that raised the event. A descendant that is the view that raised the event. Gets the edit value stored in the editor, for which an event has been raised. A representing the edit value. Represents the base class for a grid column header. Gets or sets a column's position within a View. This is a dependency property. A enumeration value that specifies a column's position within a View. Identifies the dependency property. [To be supplied] This member supports the internal infrastructure and is not intended to be used directly from your code. @nbsp; @nbsp; This member supports the internal infrastructure and is not intended to be used directly from your code. @nbsp; Identifies the dependency property. [To be supplied] 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. @nbsp; @nbsp; Contains information about column headers. Initializes a new instance of the HeadersData class. @nbsp; Displays the content of a data cell. Initializes a new instance of the CellContentPresenter class. Gets or sets a column which owns the cell. This is a dependency property. A descendant that represents the column which owns the cell. Identifies the dependency property. [To be supplied] 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. Identifies the dependency property. [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. true if the cell belongs to a column that has a sibling column displayed on its left; otherwise, false. 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. true if the cell belongs to a column that has a sibling column displayed on its right; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets whether the cell is focused. This is a dependency property. true if the cell is focused; 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. 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. 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. 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. [To be supplied] 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. Identifies the dependency property. [To be supplied] Gets whether a View displays vertical lines. This is a dependency property. 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. Return Value: Item: {0}, Column Display Index: {1} Represents the Column Chooser's caption. Return Value: Column Chooser A pattern used to format the Column Chooser's caption in Master-Detail Mode. Return Value: {0}: Column Chooser The text displayed within the Column Chooser when it is empty. Return Value: Drag a column here to customize the layout 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: 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? 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 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) 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 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 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 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. 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 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}' 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. Gets the total summary's value. This is a dependency property. A value that specifies the summary's value. Lists values that specify which cells should display editor buttons. Editor buttons are displayed for all cells within a View. Editor buttons are displayed for the focused cell only. Editor buttons are displayed for cells that reside within the focused row. Editor buttons are displayed only when a cell editor is active. Lists values that specify how an exception should be handled. Displays a message box, with an error description specified by the property. The message box's caption can be specified using the property. An exception is ignored. Displays an error icon and allows an end-user to correct or reset an invalid value. Throws an exception specified by the property. Lists values that specify a row's position within a View. Corresponds to the last row within a row level. Corresponds to a row displayed between the top and bottom rows within a level. Corresponds to the only row displayed within a row level. Corresponds to the first row within a row level. Serves as a base for classes that provide information about grid elements (cells, columns, etc.). Gets or sets an object that contains grid data. An that contains grid data. Identifies the dependency property. [To be supplied] Contains information about a column. This class supports the internal infrastructure and is not intended to be used directly from your code. Initializes a new instance of the GridColumnData class. @nbsp; Gets the grid column. A descendant that represents the grid column. Identifies the dependency property. [To be supplied] Gets the owner view. A descendant that represents the owner view. Gets the column's position among visible columns. An integer value that specifies the column's visible index. -1 if the column is hidden. Contains information about a data cell. Initializes a new instance of the GridCellData class. A object that contains information about a data row containing the cell. This value is assigned to the property. This member supports the internal infrastructure and is not intended to be used directly from your code. @nbsp; Identifies the dependency property. [To be supplied] Gets whether the cell is focused. This is a dependency property. true if the cell is focused; otherwise, false. Identifies the dependency property. [To be supplied] Gets whether the cell is selected. true if the cell is selected; otherwise, false. Identifies the dependency property. [To be supplied] 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. Identifies the dependency property. [To be supplied] 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. [To be supplied] Stores a collection of Detail Descriptors. Creates a new instance of the DetailDescriptorCollection class with default settings. A that will expose the newly created collection via its property. Implements the basic functionality for objects that represent Detail Views within the grid's master-detail hierarchy. Initializes a new instance of the DetailDescriptorBase class with default settings. Gets or sets the template specifying the entire or partial content of a Detail. A object specifying the Detail section's content. Identifies the dependency property. [To be supplied] 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. Gets a collection of master view's row indents specifying how to position detail rows. This member supports the control's internal infrastructure; it is not intended to be used from your code. A DetailIndent object collection representing a master view's row indents. Gets or sets the template that will represent the Detail's header section. A object specifying the Detail header's content. Identifies the dependency property. [To be supplied] Gets or sets the detail header section's visibility. true to display the detail's header section; otherwise, false. Identifies the dependency property. [To be supplied] Lists values that specify when the Search Panel is displayed. The Search Panel is always visible, it cannot be hidden by an end-user. The close button is hidden. Activates the default behavior. CTRL+F - Invokes the Search Panel. Ensure that no cell editor is opened before invoking the Find Panel. Otherwise, the shortcut will be intercepted by the in-place editor. The Close button (if displayed) hides the Search Panel. ESC - Clears the search box. If the search box is empty, pressing ESC closes the Search Panel. The Search Panel is hidden and cannot be shown by the end-user. Lists values that specify a summary item's horizontal alignment within the Fixed Summary Panel. A summary is displayed within the Summary Panel. A summary is displayed within the Fixed Summary Panel and aligned to the left. A summary is displayed within the Fixed Summary Panel and aligned to the right. Represents an element in the collection. Initializes a new instance of the GridSortInfo class with the specified column. A value that specifies the field name of the column to sort. Initializes a new instance of the GridSortInfo class with the specified settings. A value that specifies the field name of the column to sort. A enumeration value that specifies the sort order. This value is assigned to the property. Initializes a new instance of the GridSortInfo class with default settings. Toggles the sort order. Gets or sets the field name of the column to sort. This is a dependency property. A value that specifies the field name of the column to sort. Identifies the dependency property. [To be supplied] Gets or sets the position of the column referred to by the current GridSortInfo object, among grouping columns. This is a dependency property. An integer value that specifies the column's position among grouping columns. -1 if a View isn't grouped by the corresponding column. Identifies the dependency property. [To be supplied] Gets whether or not the column which is referred to by the current GridSortInfo object is a grouping column. This is a dependency property. true if the column is used to group data; otherwise, false. Identifies the dependency property. [To be supplied] Gets or sets the position of the column referred to by the current GridSortInfo object, among sorted columns. This is a dependency property. An integer value that specifies the zero-based column's index among sorted columns. -1 if data is not sorted by the corresponding column. Identifies the dependency property. [To be supplied] Gets or sets the column's sort order. This is a dependency property. A enumeration value that specifies the sort order. Identifies the dependency property. [To be supplied] Lists values that specify when a View displays the Filter Panel. The filter panel is shown when data is filtered. Otherwise, the filter panel is hidden. The filter panel is hidden. The filter panel is always shown at the bottom of the view. Lists values that specify how many rows are displayed onscreen when a View is scrolled to the bottom. When a view is scrolled to the bottom, it displays as many rows as can completely fit into its content area. Only one row (the last row) is displayed when a view is scrolled to the bottom. Lists values that specify whether row and cell focusing is allowed. A View displays the focused row and focused cell. Data editing is allowed. A View displays neither the focused row nor the focused cell. Data editing is not allowed. A View displays only the focused row. The focused cell is not displayed. Data editing is not allowed. Lists values that specify the context menu type. Corresponds to a menu invoked for a column header. Corresponds to a menu invoked for the Fixed Summary Panel. Corresponds to a menu invoked for the group panel. Corresponds to a menu invoked for the Row Cell. Corresponds to a menu invoked for the Summary Panel. Lists values that specify the display mode of a column's filter dropdown. A filter dropdown is represented as a checked list (multiple items can be selected/checked simultaneously). A filter dropdown is represented by a custom template assigned to the property. A filter dropdown is represented as a regular list of items (one item at a time can be selected). Lists values that specify a column's behavior when a view is horizontally scrolled. A column is anchored to the vew's left edge. A column takes part in horizontal scrolling. A column is anchored to the view's right edge. Lists values that specify a column's position within a View. Corresponds to the first visible column. Corresponds to a column displayed between the first and last visible columns. Corresponds to the last visible column. Reserved for future use. Corresponds to a column whose header is displayed within the Group Panel, Column Chooser, Card View or is currently being dragged by an end-user. Lists values that specify how column values are filtered. Cell values are filtered by their display text. Cell values are filtered by their values. Serves as the base for classes that provide data for events related to showing in-place editors. Initializes a new instance of the ShowingEditorEventArgsBase class with the specified settings. The routed event. A descendant that is the view. An integer value that specifies the row's handle. A object that is the column. Gets or sets the value indicating whether to prevent showing the editor. true to cancel the action; otherwise, false. Serves as the base class for classes that provide data for events related to copying data to the clipboard. Initializes a new instance of the CopyingToClipboardEventArgsBase class. A descendant that is the grid control's View whose data is copied to the clipboard. An array of row handles that identify 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 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. Serves as a base for classes that provide data for events used to supply data for unbound columns. Gets the unbound column currently being processed. A descendant that specifies the unbound column currently being processed. 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. true if a cell's value should be saved to a data source; otherwise, false. Gets or sets the processed cell's value. An object specifying the value of the cell currently being processed. Serves as a base for classes providing access to View commands. Hides the active editor, discarding all the changes made within the focused row. A command implementing the . Clears the filter. A command implementing the . Deletes the focused row. A command implementing the . Activates the focused cell's in-place editor. A command implementing the . 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 command implementing the . Hides the Column Chooser. A command implementing the . Hides the Search Panel. A command implementing the . Moves focus to the first cell displayed within the first visible row. A command implementing the . Moves focus to the first visible row or card within a View. A command implementing the . Moves focus to the last cell displayed within the last visible row. A command implementing the . Moves focus to the last visible row or card. A command implementing the . Focuses the next cell after the focused cell. A command implementing the . Moves focus forward by the number of rows or cards displayed onscreen within a View. A command implementing the . Moves focus to the row or card following the one currently focused. A command implementing the . Focuses the cell preceding the focused cell. A command implementing the . Moves focus backward by the number of rows or cards displayed onscreen within a View. A command implementing the . Moves focus to the row or card preceding the one currently focused. A command implementing the . Invokes the Column Chooser. A command implementing the . Shows the Filter Editor. A command implementing the . Shows the Search Panel. A command implementing the . Invokes the Runtime Summary Editor for the specified column. A command implementing the . Invokes the Expression Editor that enables editing an expression for the specified unbound column. A command implementing the . Contains information about a data row. Initializes a new instance of the RowData class. @nbsp; @nbsp; @nbsp; Gets whether the row uses the alternate background. This is a dependency property. true, if the row uses the alternate background; otherwise, false. Identifies the dependency property. [To be supplied] Gets the row's visible position within a View. 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. @nbsp; 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. Identifies the dependency property. [To be supplied] Gets whether the row's visible index is even. This is a dependency property. true if the row's visible index is even; otherwise, false. Identifies the dependency property. [To be supplied] 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 . 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. true the group row is being expanded; otherwise, false. Identifies the dependency property. [To be supplied] Gets whether the row is focused. true if the row is focused; otherwise, false. Identifies the dependency property. [To be supplied] Gets whether the row's data has been loaded or not. This is a dependency property. true if the row's data has been loaded; otherwise, false. Identifies the dependency property. [To be supplied] Gets whether a group row is expanded. This is a dependency property. true if the group row is expanded; 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. @nbsp; Identifies the dependency property. [To be supplied] Gets whether the row is selected. true if the row is selected; otherwise, false. Identifies the dependency property. [To be supplied] Gets the row's grouping level. An integer value that specifies the row's grouping level. Gets the next row's nesting level. This is a dependency property. An integer value that specifies the next row's nesting level. Identifies the dependency property. [To be supplied] Gets a row object that corresponds to the row. This is a dependency property. An object in a data source that corresponds to the current row. Provides access to a RowData's properties. A RowData object. Identifies the attached property. [To be supplied] Gets the row's handle. This is a dependency property. A object that represents the row's handle. Identifies the dependency property. [To be supplied] Gets the row's position within a View. This is a dependency property. A enumeration value that specifies the row's position within a View. Identifies the dependency property. [To be supplied] Identifies the dependency property. [To be supplied] Gets a row's state. This is a dependency property. A representing the row state. Identifies the dependency property. [To be supplied] Gets a value that indicates the row's selection state. This is a dependency property. A enumeration value that specifies the row's selection state. Identifies the dependency property. [To be supplied] Sets the value of the attached property to a specified . The element to which the attached property is written. The required value. Sets the value of the attached property to a specified . The element to which the attached property is written. The required value. Lists per-pixel scrolling modes. A custom animation effect implemented within the event handler ( in TreeListView). Starts slowly, accelerates and then decelerates. Starts quickly and then decelerates. Moves smoothly. Serves as a base for classes that represent Views. Lists values that specify what animation is played while data rows are being asynchronously retrieved by the data source. A custom animation, implemented within the event handler, is played. No animation is played. Displays rows that are being loaded, by animating their opacity. Serves as a base for classes that contain information about rows and cards. Gets the nesting level of a View. An integer value that specifies the nesting level of a View. Identifies the dependency property. [To be supplied] Gets or sets the row indicator's state. This is a dependency property. A enumeration value that specifies the row indicator state. Identifies the dependency property. [To be supplied] Gets whether the master row is expanded. This is a dependency property. true if the master row is expanded; 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. @nbsp; Identifies the dependency property. [To be supplied] Occurs every time any of the RowDataBase class properties has changed its value. This member supports the internal infrastructure and is not intended to be used directly from your code. @nbsp; Identifies the dependency property. [To be supplied] Gets the owner view. A descendant that is the owner view. 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. 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 collection of objects. Identifies the dependency property. [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. An object representing the header section's content. Identifies the dependency property. [To be supplied] Gets or sets the data binding for the detail. 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. A string value specifying the data binding path relative to the master grid's records. Identifies the dependency property. [To be supplied] 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. Identifies the dependency property. [To be supplied] Lists values that specify how async data loading operations are indicated Background operations are indicated within a dedicated indicator button. For the grid control, these operations are indicated within the Header Panel Button. Background operations are not indicated. Background operations are indicated within a special panel displayed above a control. Lists resource strings that can be localized at runtime. Return Value: Item: {0}, Column Display Index: {1} The Column Chooser's caption. Return Value: Column Chooser A pattern used to format the Column Chooser's caption in Master-Detail Mode. Return Value: {0}: Column Chooser The text displayed within the Column Chooser when it is empty. Return Value: Drag a column here to customize the layout The error window's caption. Return Value: Error The caption of the Filter Editor window. Return Value: Filter Editor 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 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? The caption of the item in the Column Context Menu that best fits the width of the current grid column. Return Value: Best Fit 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) The caption of the item in the Column Context Menu, that clears filtering applied to a column. Return Value: Clear Filter The caption of the item in the Column Context Menu that unsorts data by the column's values. Return Value: Clear Sorting The caption of the item in the Column Context Menu, that shows the Filter Editor. Return Value: Filter Editor... The caption of the item in the Column Context Menu, that fixes a column to the left. Return Value: Left The caption of a column's menu item used to unfix a column (a column takes part in horizontal scrolling). Return Value: None The caption of the item in the Column Context Menu, that fixes a column to the right. Return Value: Right 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. The caption of the item in the Column Context Menu that groups data by the column's values. Return Value: Group By This Column The caption of the sub item in a column's context menu, allowing an end-user to specify a DateTime column's interval grouping. 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. 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. Returns "None". Corresponds to the menu item that groups rows by values (). To learn more, see interval grouping. 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. 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. The caption of the item in the Column Context Menu that invokes the Runtime Group Summary Editor. Return Value: Group Summary Editor... The caption of the item in the Column Context Menu, that hides the Column Chooser. Return Value: Hide Column Chooser 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 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. Return Value: Show Column Chooser 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 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 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 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 The caption of the item in the Column Context Menu that invokes the Expression Editor. Return Value: Expression Editor... The caption of the item in the Column Context Menu that ungroups data by the column's values. Return Value: Ungroup The caption of the Avg item displayed within the Summary Context Menu. Return Value: Average The caption of the Count item displayed within the Summary Context Menu. Return Value: Count The caption of the item displayed within the Summary Context Menu that invokes the Runtime Summary Editor. Return Value: Customize... The caption of the Max item displayed within the Summary Context Menu. Return Value: Max The caption of the Min item displayed within the Summary Context Menu. Return Value: Min Return Value: Show row count The caption of the Sum item displayed within the Summary Context Menu. Return Value: Sum The text displayed within the item in the Group Panel Context Menu that clears grouping. The text displayed within the item in the Group Panel Context Menu that collapses all group rows displayed within a View. The text displayed within the item in the Group Panel Context Menu that expands all group rows displayed within a View. 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 The caption of the Runtime Summary Editor's tab page that lists summary items. Return Value: Items 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 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 The caption of the Runtime Summary Editor's tab page that displays the order of summary items. Return Value: Order Serves as a base for classes that represent summary items. Gets or sets the horizontal alignment within the Fixed Summary Panel. This is a dependency property. A enumeration value that specifies the summary item's horizontal alignment within the Fixed Summary Panel. Identifies the dependency property. [To be supplied] Gets or sets the pattern used to format the summary value. This is a dependency property. A value that specifies the pattern used to format the summary value. Identifies the dependency property. [To be supplied] Gets or sets the name of a data source field whose values are used for summary calculation. This is a dependency property. A value that specifies the name of the data source field whose values are used for summary calculation Identifies the dependency property. [To be supplied] Returns the total summary item's text displayed within a Footer Cell. The language. A value that specifies the column's caption. The summary item's value. A value that specifies the pattern used to format column values. A value that is the total summary item's text displayed within a footer cell. Returns the text corresponding to a group summary item. This text is displayed within group rows and is aligned to the specified column. The language. A value that specifies the column's caption. The group summary item's value. A value that specifies the pattern used to format column values. A value that specifies the group summary item's text. Returns the text corresponding to a group summary item. This text is displayed within group rows. The language. A value that specifies the column's caption. The group summary item's value. A value that specifies the pattern used to format column values. A value that specifies group summary item's text. This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. @nbsp; Identifies the dependency property. [To be supplied] Gets or sets a value that specifies a column in whose footer or group rows the summary is displayed. This is a dependency property. A value that specifies the column's field name. Identifies the dependency property. [To be supplied] Gets or sets the aggregate function type. This is a dependency property. A enumeration value that specifies the aggregate function type. Identifies the dependency property. [To be supplied] Gets or sets custom data associated with the summary item. This is a dependency property. An object associated with the summary item. Identifies the dependency property. [To be supplied] Gets or sets whether the summary item is displayed within a View. This is a dependency property. true to display the summary item within a View; otherwise, false. Identifies the dependency property. [To be supplied] 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 DataControlSerializationOptions class. Gets or sets whether the columns that currently exist in the grid, but do not exist in a layout when it is restored, should be retained. This is a dependency property. true to retain the columns that currently exist in the grid, but do not exist in the layout being restored; false to destroy these columns. Identifies the dependency property. [To be supplied] Gets the value of the attached property for the specified . 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 . The element to which the attached property is written. The property value for the element. Gets or sets whether the columns that exist in a layout when it is restored but do not currently exist in the grid, should be discarded. This is a dependency property. true to discard the columns that exist in the layout being restored but do not currently exist in the grid; false to add these columns to the grid. Identifies the dependency property. [To be supplied] Sets the value of the attached property for the specified . The element to which the attached property is written. The property value. Sets the value of the attached property for the specified . The element to which the attached property is written. The required value.