GridControlBase Methods
Serves as the base class for data-aware controls (e.g., GridControl).Name | Description |
---|---|
BeginDataUpdate() | Prevents visual and internal data updates until the DataControlBase.EndDataUpdate method is called. Inherited from DataControlBase. |
BeginInit() | Starts the control’s runtime initialization. Inherited from DataControlBase. |
BeginSelection() | Prevents selection updates until the DataControlBase.EndSelection method is called. Inherited from DataControlBase. |
ClearColumnFilter(ColumnBase) | Removes the filter condition applied to the specified column. Inherited from DataControlBase. |
ClearColumnFilter(String) | Removes the filter condition applied to the specified column. Inherited from DataControlBase. |
ClearSorting() | Clears the sorting applied to the grid. Inherited from DataControlBase. |
CollapseAllGroups() | Collapses all group rows. Inherited from DataControlBase. |
CommitEditing() | Hides the active editor and posts all the changes made within the focused row to a data source if the row values are valid. Inherited from DataControlBase. |
DeleteRow(Int32) | Deletes the specified data row. |
EndDataUpdate() | Enables visual and internal data updates after the DataControlBase.BeginDataUpdate method call, and updates the grid. Inherited from DataControlBase. |
EndInit() | Ends the runtime initialization. Inherited from DataControlBase. |
EndSelection() | Enables selection updates after calling the DataControlBase.BeginSelection method, and forces an immediate update. Inherited from DataControlBase. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
ExpandAllGroups() | Expands all group rows. Inherited from DataControlBase. |
GetCellElementByRowHandleAndColumn(Int32, ColumnBase) | Returns the specified cell’s UI element. Inherited from DataControlBase. |
GetCellElementByTreeElement(DependencyObject) | Returns a cell that contains the specified tree element. Inherited from DataControlBase. |
GetCellValue(Int32, String) | Returns the value of the specified data cell. Inherited from DataControlBase. |
GetColumnByTreeElement(DependencyObject) | Returns a column whose cell contains the specified tree element. Inherited from DataControlBase. |
GetColumnFilterCriteria(ColumnBase) | Returns a filter applied to the specified column. Inherited from DataControlBase. |
GetColumnFilterCriteria(String) | Returns a filter applied to the specified column. Inherited from DataControlBase. |
GetColumnFilterString(ColumnBase) | Returns a filter expression applied to the specified column. Inherited from DataControlBase. |
GetColumnFilterString(String) | Returns a filter expression applied to the specified column. Inherited from DataControlBase. |
GetCurrentGrid(DependencyObject) static | Gets the value of the DataControlBase.CurrentGrid attached property for a specified DependencyObject. Inherited from DataControlBase. |
GetCurrentViewChangedListener(DependencyObject) static | Gets the value of the DataControlBase.CurrentViewChangedListener attached property for a specified DependencyObject. Inherited from DataControlBase. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetRowElementByRowHandle(Int32) | Returns a UI element that is the specified row. Inherited from DataControlBase. |
GetRowState(Int32) | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataControlBase. |
GetSelectedCells() | Returns the selected data cells. Inherited from DataControlBase. |
GetTotalSummaryValue(SummaryItemBase) | Returns the value of the specified total summary item. Inherited from DataControlBase. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
HideEditor() | Closes the active editor, discarding all the changes made. Inherited from DataControlBase. |
IsCellSelected(Int32, ColumnBase) | Indicates whether the specified cell is selected. Inherited from DataControlBase. |
IsGroupRow(Int32, Int32) | Indicates whether the specified index corresponds to a group row. For internal use only. |
IsItemSelected(Int32) | Indicates whether the specified item is selected. Inherited from DataControlBase. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
MergeColumnFilters(CriteriaOperator) | Combines the specified filter with the grid’s current filter with the AND operator. Inherited from DataControlBase. |
MergeColumnFilters(String) | Combines the specified filter with the grid’s current filter with the AND operator. Inherited from DataControlBase. |
MoveColumnTo(ColumnBase, Int32) | Moves the specified column to the specified position. Inherited from DataControlBase. |
MoveFirstRow() | Moves focus to the first visible row within a grid. Inherited from DataControlBase. |
MoveLastRow() | Moves focus to the last visible row within a grid. Inherited from DataControlBase. |
MoveNextPage() | Moves focus forward to the bottom row displayed onscreen within a grid. Inherited from DataControlBase. |
MoveNextRow() | Moves focus to the row following the one currently focused. Inherited from DataControlBase. |
MovePrevPage() | Moves focus backward to the top row displayed onscreen within a grid. Inherited from DataControlBase. |
MovePrevRow(Boolean) | Inherited from DataControlBase. |
MoveSelectedItem(Int32) | Selects the specified item. Inherited from DataControlBase. |
PopulateColumns() | Creates columns for all fields in a bound data source. Inherited from DataControlBase. |
PostEditor() | Saves the active editor’s value to a data source without closing the editor. Inherited from DataControlBase. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
RefreshData() | Updates the control data. Inherited from DataControlBase. |
ScrollIntoView(Int32) | Makes the specified row visible onscreen. Inherited from DataControlBase. |
ScrollIntoView(Object) | Makes the specified row visible onscreen. Inherited from DataControlBase. |
SelectAll() | Selects all items within a grid. Inherited from DataControlBase. |
SelectCell(Int32, GridColumnBase) | Selects the cell. Inherited from DataControlBase. |
SelectCells(Int32, GridColumnBase, Int32, GridColumnBase) | Selects multiple cells. Inherited from DataControlBase. |
SelectItem(Int32) | Selects the specified item. Inherited from DataControlBase. |
SelectItem(Object) | Selects the specified item. Inherited from DataControlBase. |
SelectRange(Int32, Int32) | Selects multiple items, while preserving the current selection (if any). Inherited from DataControlBase. |
SetCurrentGrid(DependencyObject, DataControlBase) static | Sets the value of the DataControlBase.CurrentGrid attached property to a specified DependencyObject. Inherited from DataControlBase. |
SetCurrentViewChangedListener(DependencyObject, INotifyCurrentViewChanged) static | Sets the value of the DataControlBase.CurrentViewChangedListener attached property to a specified DependencyObject. Inherited from DataControlBase. |
ShowEditor() | Activates the focused cell’s inplace editor. Inherited from DataControlBase. |
SortBy(String) | Sorts data by the values of the specified column. Inherited from DataControlBase. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
UnselectAll() | Unselects any selected items within a grid. Inherited from DataControlBase. |
UnselectCell(Int32, GridColumnBase) | Unselects the specified cell. Inherited from DataControlBase. |
UnselectCells(Int32, GridColumnBase, Int32, GridColumnBase) | Unselects the specified cells. Inherited from DataControlBase. |
UnselectItem(Int32) | Unselects the specified item. Inherited from DataControlBase. |
UnselectItem(Object) | Unselects the specified item. Inherited from DataControlBase. |
UpdateTotalSummary() | Updates total summaries. Inherited from DataControlBase. |
UpdateUnboundColumnValues(Int32) | Updates unbound column values in the specified row. Inherited from DataControlBase. |
See Also