TableView Members
A View that displays data in a tabular form.Constructors
Name | Description |
---|---|
TableView() | Initializes a new instance of the TableView class with the default settings. |
Fields
Properties
Name | Description |
---|---|
ActiveEditor | Gets the active editor. This is a dependency property. Inherited from DataViewBase. |
ActualAlternateRowBackground | Gets the actual brush that is used to alternate row background. This is a dependency property. |
ActualColumnChooserTemplate | Gets the actual template that defines the Column Chooser‘s appearance. This is a dependency property. Inherited from DataViewBase. |
ActualDataRowTemplateSelector | Gets the actual template selector that chooses a data row template based on custom logic. This is a dependency property. |
ActualDetailMargin | Gets the actual outer margin of view’s details. |
ActualExpandDetailButtonWidth | This member supports the control’s internal infrastructure and is not intended to be used directly from your code. |
ActualExpandDetailHeaderWidth | This member supports the control’s internal infrastructure and is not intended to be used directly from your code. |
ActualFadeSelectionOnLostFocus | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataViewBase. |
ActualGroupFooterRowTemplateSelector | Gets the actual template selector that chooses a group footer row template based on custom logic. This is a dependency property. |
ActualGroupFooterSummaryItemTemplateSelector | Gets the actual template selector that chooses a group footer summary item template based on custom logic. This is a dependency property. |
ActualGroupRowTemplateSelector | Gets the actual template selector that chooses a group row template based on custom logic. This is a dependency property. Inherited from GridViewBase. |
ActualGroupSummaryItemTemplateSelector | Gets the actual template selector that chooses a group summary item template based on custom logic. This is a dependency property. Inherited from GridViewBase. |
ActualHeight | Gets the rendered height of this element. Inherited from FrameworkElement. |
ActualIndicatorWidth | This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. |
ActualRowDetailsTemplateSelector | Gets the actual template selector that chooses a row details template based on custom logic. This is a dependency property. |
ActualSearchPanelHorizontalAlignment | Inherited from DataViewBase. |
ActualSearchPanelPosition | Gets a position where the search panel is shown. Inherited from DataViewBase. |
ActualShowCheckBoxInGroupRow | Gets whether the group row’s check-box is displayed. Inherited from GridViewBase. |
ActualShowCheckBoxSelectorInGroupRow | Gets whether the Selector Column is shown for group rows. This is a dependency property. Inherited from GridViewBase. |
ActualShowCompactPanel | Gets whether the compact panel is displayed within a view. Inherited from DataViewBase. |
ActualShowDetailButtons | This member supports the control’s internal infrastructure and is not intended to be used directly from your code. |
ActualShowDetailHeader | This member supports the control’s internal infrastructure and is not intended to be used directly from your code. |
ActualShowFilterPanel | Gets whether the Filter Panel is displayed within a View. This is a dependency property. Inherited from DataViewBase. |
ActualShowGroupPanel | Gets or sets whether the Group Panel is displayed within a View. This is a dependency property. Inherited from GridViewBase. |
ActualShowIndicator | Gets whether the Row Indicator Panel is shown within a view. This is a dependency property. |
ActualShowPager | For internal use. Inherited from DataViewBase. |
ActualShowSearchPanel | Gets whether the Search Panel is displayed within a View. This is a dependency property. Inherited from DataViewBase. |
ActualShowSearchPanelNavigationButtons | Gets whether navigation buttons are shown in the grid’s search panel. Inherited from DataViewBase. |
ActualShowSearchPanelResultInfo | Gets whether the search panel shows the information about search results. Inherited from DataViewBase. |
ActualTotalSummaryItemTemplateSelector | Gets the actual template selector that chooses a total summary item template based on custom logic. This is a dependency property. Inherited from DataViewBase. |
ActualWidth | Gets the rendered width of this element. Inherited from FrameworkElement. |
AddingNewRowCommand | Gets or sets a command that is executed before a new row is added to the GridControl. Inherited from GridViewBase. |
AllItemsSelected | Gets whether all items within the view are selected. This is a dependency property. Inherited from DataViewBase. |
AllowAdvancedHorizontalNavigation | Gets or sets whether advanced horizontal navigation is enabled. This option works only with multi-level bands. |
AllowAdvancedVerticalNavigation | Gets or sets whether advanced vertical navigation is enabled. This option works only with multi-level bands. |
AllowBandMoving | Gets or sets whether users can rearrange bands. This is a dependency property. |
AllowBandMultiRow | Gets or sets whether the grid displays each band’s column in a single row. This is a dependency property. |
AllowBandResizing | Gets or sets whether users can drag the band header’s edge to change the band‘s width. |
AllowBestFit | Gets or sets whether it is allowed to calculate the optimal widths and apply them to all columns in a View. |
AllowCascadeUpdate | Gets or sets whether cascading data updates are allowed. This is a dependency property. |
AllowCellMerge | Gets or sets whether to enable the Cell Merging feature. This is a dependency property. |
AllowChangeBandParent | Gets or sets whether users can drag bands between bands. This is a dependency property. |
AllowChangeColumnParent | Gets or sets whether users can drag columns between bands. This is a dependency property. |
AllowColumnFiltering | Gets or sets whether an end user can filter data by column. This is a dependency property. Inherited from DataViewBase. |
AllowColumnMoving | Gets or sets whether an end-user is allowed to move columns by dragging their headers. This is a dependency property. Inherited from DataViewBase. |
AllowCommitOnValidationAttributeError | Gets or sets whether 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. Inherited from DataViewBase. |
AllowConditionalFormattingManager | Gets or sets whether to enable the conditional formatting rules manager. This is a dependency property. |
AllowConditionalFormattingMenu | Gets or sets whether to enable the conditional formatting menu. This is a dependency property. |
AllowCountTotalSummary | Gets or sets whether it is allowed for end users to display summaries. This is a dependency property. |
AllowDataUpdateFormatConditionMenu | Gets or sets whether to enable the data update formatting menu. This is a dependency property. |
AllowDateTimeGroupIntervalMenu | Gets or sets whether an end-user can change interval grouping of date-time columns via a column’s context menu. This is a dependency property. Inherited from GridViewBase. |
AllowDragDrop | Gets or sets whether an end-user is allowed to drag and drop grid view’s records. This is a dependency property. Inherited from DataViewBase. |
AllowDrop | Gets or sets a value indicating whether this element can be used as the target of a drag-and-drop operation. This is a dependency property. Inherited from UIElement. |
AllowedGroupFilters | Gets or sets group filters that the GridControl supports. Inherited from DataViewBase. |
AllowEditing | Gets or sets whether users can change cell values. This is a dependency property. Inherited from DataViewBase. |
AllowFilterEditor | Gets or sets whether users can invoke the Filter Editor to build complex filter criteria. This is a dependency property. Inherited from DataViewBase. |
AllowFilterEditorAggregateOperands | Gets or sets whether users can create aggregate filters in the Filter Editor. This is a dependency property. Inherited from DataViewBase. |
AllowFixedColumnMenu | Gets or sets whether menu items used to fix a column to the left or right are shown within a column’s context menu. This is a dependency property. |
AllowFixedGroups | Gets or sets whether the top row for the visible group is always displayed as the user scrolls through grouped data. This is a dependency property. |
AllowFormatConditionFiltersMenu | Gets or sets whether to display the Format Condition Filters item in column header context menus. This is a dependency property. |
AllowGrouping | Gets or sets a value that specifies whether an end-user can group data. This is a dependency property. Inherited from GridViewBase. |
AllowGroupingSortingBySingleColumnOnly | Gets or sets whether it is allowed to apply grouping and sorting by single column only. Inherited from GridViewBase. |
AllowGroupSummaryCascadeUpdate | Gets or sets whether group summaries are asynchronously updated. This is a dependency property. |
AllowHorizontalScrollingVirtualization | Gets or sets a value indicating whether virtualization is enabled for horizontal scrolling. |
AllowLeaveFocusOnTab | Gets or sets whether the input focus leaves a View when the TAB/SHIFT+TAB key is pressed. Inherited from DataViewBase. |
AllowLeaveInvalidEditor | Gets or sets whether an editor that did not pass validation can lose focus. This is a dependency property. Inherited from DataViewBase. |
AllowMasterDetail | Gets or sets whether end-users can access this View’s details. |
AllowMergedGrouping | Gets or sets whether merged grouping is allowed. This is a dependency property. Inherited from GridViewBase. |
AllowMoveColumnToDropArea | Gets or sets whether users can drag a column’s header outside of the GridControl to hide the column. This is a dependency property. Inherited from DataViewBase. |
AllowMoving | Obsolete. Gets or sets whether an end-user is allowed to move columns by dragging their headers. This is a dependency property. Inherited from DataViewBase. |
AllowPaging | Gets or sets whether the data paging is enabled. This is a dependency property. Inherited from GridViewBase. |
AllowPartialGrouping | Specifies whether to hide the group row for groups that consist of a single row. This is a dependency property. |
AllowPerPixelScrolling | Gets or sets whether per-pixel scrolling is enabled. This is a dependency property. |
AllowPrintColumnHeaderImage | Gets or sets whether view’s column header images can be printed. This is a dependency property. |
AllowPrintDetails | Gets or sets whether to print View’s details. This is a dependency property. |
AllowPrintEmptyDetails | Gets or sets whether to print/export empty details. This is a dependency property. |
AllowResizing | Gets or sets whether an end-user can change column widths by dragging the edges of their headers. |
AllowRowFixing | Gets or sets whether the GridControl allows row fixing and specifies the available fixed row positions. This is a dependency property. |
AllowScrollAnimation | Gets or sets whether to enable scroll animation. This is a dependency property. |
AllowScrollHeaders | Gets or sets whether column headers are automatically scrolled once a user drags a column header to the View’s left or right. This is a dependency property. |
AllowScrollingOnDrag | Gets or sets whether dragging records to the edges of the grid’s view automatically activates scrolling. This is a dependency property. Inherited from DataViewBase. |
AllowScrollToFocusedRow | Gets or sets whether on not a View is automatically scrolled to the focused row when it changes. This is a dependency property. Inherited from DataViewBase. |
AllowSortedDataDragDrop | Gets or sets whether an end-user is allowed to drag and drop data that are sorted or grouped. This is a dependency property. Inherited from DataViewBase. |
AllowSorting | Gets or sets whether an end-user can sort data. This is a dependency property. Inherited from DataViewBase. |
AlternateRowBackground | Gets or sets the brush used to paint the background of alternate rows. This is a dependency property. |
AlternationCount | Gets or sets the alternate row frequency. This is a dependency property. |
AnimateConditionalFormattingTransition | Gets or sets whether the conditional formatting is changed with an animation effect. This is a dependency property. |
AreAnyTouchesCaptured | Gets a value that indicates whether at least one touch is captured to this element. Inherited from UIElement. |
AreAnyTouchesCapturedWithin | Gets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. Inherited from UIElement. |
AreAnyTouchesDirectlyOver | Gets a value that indicates whether at least one touch is pressed over this element. Inherited from UIElement. |
AreAnyTouchesOver | Gets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. Inherited from UIElement. |
AreUpdateRowButtonsShown | Gets whether the buttons which allow you to update rows are shown. Inherited from DataViewBase. |
AutoExpandDelayOnDrag | Gets or sets the delay in milliseconds, after which the collapsed group is expanded. This is a dependency property. Inherited from DataViewBase. |
AutoExpandOnDrag | Gets or sets whether dragging records over a collapsed group automatically expands this group. This is a dependency property. Inherited from DataViewBase. |
AutoFilterRowCellStyle | Gets or sets the style applied to the Automatic Filter Row‘s cells. This is a dependency property. |
AutoFilterRowClearButtonMode | Gets or sets whether non-empty Automatic Filter Row cells display clear buttons. |
AutoFilterRowData | Gets an object that represents the Automatic Filter Row‘s data. |
AutoFilterRowPosition | Gets or sets where to display the Automatic Filter Row. |
AutoMoveRowFocus | Gets or sets a value specifying whether horizontal navigation keys move focus to the next/previous row when the current row’s last/first cell is focused. |
AutoScrollOnSorting | Gets or sets whether a View is automatically scrolled after the order of rows has been changed. This is a dependency property. Inherited from DataViewBase. |
AutoWidth | Gets or sets whether column widths are automatically changed so that the total columns’ width matches the grid’s width. This is a dependency property. |
Background | 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. Inherited from DataViewBase. |
BandCellSeparatorColor | Gets or sets the color of band separators. This is a dependency property. |
BandHeaderSeparatorColor | Gets or sets the color of band separators’ header part. This is a dependency property. |
BandHeaderTemplate | Gets or sets the template that defines the appearance of band headers. This is a dependency property. |
BandHeaderTemplateSelector | Gets or sets an object that chooses a band header template based on custom logic. This is a dependency property. |
BandHeaderToolTipTemplate | Gets or sets the template that defines the presentation of band header tooltips. This is a dependency property. |
BandMenuCustomizations | Allows you to customize the band header‘s context menu. You can add new menu items or remove existing items. |
BandSeparatorWidth | Gets or sets a width of separators between bands that are placed within the current view. This is a dependency property. |
BestFitArea | Gets or sets which interface elements are taken into account when calculating optimal width for columns. This is a dependency property. |
BestFitMaxRowCount | Gets or sets the number of records taken into account when calculating the optimal widths required for columns to completely display their contents. This is a dependency property. |
BestFitMode | Gets or sets how to calculate the optimal width (best fit) required for a column to completely display its contents. This is a dependency property. |
BestFitModeOnSourceChange | Gets or sets how to calculate the optimal width required for all columns to completely display their contents when the grid’s ItemsSource is changed. This is a dependency property. |
BindingGroup | Gets or sets the BindingGroup that is used for the element. Inherited from FrameworkElement. |
BitmapEffect | Gets or sets a bitmap effect that applies directly to the rendered content for this element. This is a dependency property. Inherited from UIElement. |
BitmapEffectInput | Gets or sets an input source for the bitmap effect that applies directly to the rendered content for this element. This is a dependency property. Inherited from UIElement. |
BorderBrush | 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. Inherited from DataViewBase. |
BorderThickness | 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. Inherited from DataViewBase. |
CacheMode | Gets or sets a cached representation of the UIElement. Inherited from UIElement. |
CellDisplayTemplate | Gets or sets a template that displays column values. This is a dependency property. Inherited from DataViewBase. |
CellDisplayTemplateSelector | Gets or sets an object that chooses a cell display template based on custom logic. This is a dependency property. Inherited from DataViewBase. |
CellEditTemplate | Gets or sets a template that displays a custom editor used to edit column values. This is a dependency property. Inherited from DataViewBase. |
CellEditTemplateSelector | Gets or sets an object that chooses a cell edit template based on custom logic. This is a dependency property. Inherited from DataViewBase. |
CellMergeCommand | Gets or sets a command that allows you to specify custom cell merge rules. |
CellStyle | Gets or sets the style applied to data cells displayed within a View. This is a dependency property. Inherited from DataViewBase. |
CellTemplate | Gets or sets the template to use to display the contents of column cells. This is a dependency property. Inherited from DataViewBase. |
CellTemplateSelector | Gets or sets an object that chooses a cell template based on custom logic. This is a dependency property. Inherited from DataViewBase. |
CellToolTipTemplate | Gets or sets the template that defines the cell tooltips‘s appearance. This is a dependency property. Inherited from DataViewBase. |
CellValueChangedCommand | Gets or sets a command executed when a cell value is changed. Inherited from GridViewBase. |
CellValueChangingCommand | Gets or sets a command executed when a user edits a cell value (for example, types or deletes a character, chooses a value from the drop-down list). Inherited from GridViewBase. |
CheckBoxSelectorColumnHeaderTemplate | Gets or sets the template that defines the presentation of the Selector Column header. This is a dependency property. |
CheckBoxSelectorColumnWidth | Gets or sets the width of the Selector Column. This is a dependency property. |
Clip | Gets or sets the geometry used to define the outline of the contents of an element. This is a dependency property. Inherited from UIElement. |
ClipboardCopyAllowed | Obsolete. Gets or sets whether copying view data to the clipboard is allowed. Inherited from DataViewBase. |
ClipboardCopyMaxRowCountInServerMode | Gets or sets the maximum number of rows/cards that can be copied to the clipboard in Server Mode. Inherited from GridViewBase. |
ClipboardCopyOptions | Gets or sets with which formats (RTF, HTML, Biff8(xls), CSV, Text, UnicodeText) the data copied from this GridControl should be compatible. This is a dependency property. Inherited from DataViewBase. |
ClipboardCopyWithHeaders | Obsolete. Gets or sets whether column captions are copied to the clipboard when copying row values. Inherited from DataViewBase. |
ClipboardDataProvider | Gets an object that returns data for the clipboard in a variety of formats (plain text, plain unicode text, rich text, CSV, Biff8, HTML). |
ClipboardMode |
Specifies whether the grid cell data should be copied together with the format settings. This is a dependency property. Inherited from DataViewBase. |
ClipToBounds | Gets or sets a value indicating whether to clip the content of this element (or content coming from the child elements of this element) to fit into the size of the containing element. This is a dependency property. Inherited from UIElement. |
CollapseStoryboard | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from GridViewBase. |
ColumnBandChooserTemplate | Gets or sets the template that defines the legacy column/band chooser’s appearance. This is a dependency property. |
ColumnChooserBandsSortOrderComparer | Gets or sets the object that compares columns and bands of the Grid to define their sorting within the legacy Column/Band Chooser. This is a dependency property. |
ColumnChooserColumnDisplayMode | Gets or sets a value that specifies how the column chooser displays columns. This is a dependency property. Inherited from DataViewBase. |
ColumnChooserColumns | Gets a collection of hidden columns displayed in the legacy Column Chooser. This is a dependency property. Inherited from DataViewBase. |
ColumnChooserColumnsSortOrderComparer | Gets or sets the object that compares columns of the Grid to define their sorting within the legacy Column Chooser. This is a dependency property. Inherited from DataViewBase. |
ColumnChooserFactory | Gets or sets a custom Column Chooser. This is a dependency property. Inherited from DataViewBase. |
ColumnChooserState | Gets or sets the Column Chooser‘s state. This is a dependency property. Inherited from DataViewBase. |
ColumnChooserTemplate | Gets or sets the template that defines the legacy Column Chooser‘s appearance. This is a dependency property. Inherited from DataViewBase. |
ColumnFilterPopupMode | Gets or sets the display mode of the Drop-Down Filter for all columns within the view. This is a dependency property. Inherited from DataViewBase. |
ColumnHeaderContentStyle | Gets or sets the style of the text within column headers. This is a dependency property. Inherited from DataViewBase. |
ColumnHeaderCustomizationAreaTemplate | Gets or sets the template that defines the presentation of the customization area displayed within column headers. This is a dependency property. Inherited from DataViewBase. |
ColumnHeaderCustomizationAreaTemplateSelector | Gets or sets an object that chooses a template based on custom logic. This is a dependency property. Inherited from DataViewBase. |
ColumnHeaderDragIndicatorTemplate | Gets or sets a template that defines the presentation of the drag indicator. This is a dependency property. Inherited from DataViewBase. |
ColumnHeaderImageStyle | Gets or sets the style of the image within column headers. This is a dependency property. Inherited from DataViewBase. |
ColumnHeaderStyle | Gets or sets a style applied to the all column headers within the View. This is a dependency property. Inherited from DataViewBase. |
ColumnHeaderTemplate | Gets or sets the template that defines the presentation of column header content. This is a dependency property. Inherited from DataViewBase. |
ColumnHeaderTemplateSelector | Gets or sets an object that chooses a column header template based on custom logic. This is a dependency property. Inherited from DataViewBase. |
ColumnHeaderToolTipTemplate | Gets or sets the template that defines the presentation of a column header’s tooltip. This is a dependency property. Inherited from DataViewBase. |
ColumnMenuCustomizations | Allows you to customize the column header‘s context menu. You can add new menu items or remove existing items. Inherited from DataViewBase. |
ColumnSortClearMode | Gets or sets the mode of clearing sorting. Inherited from DataViewBase. |
CommandBindings | Gets a collection of CommandBinding objects associated with this element. A CommandBinding enables command handling for this element, and declares the linkage between a command, its events, and the handlers attached by this element. Inherited from UIElement. |
Commands | Provides access to view commands. Inherited from DataViewBase. |
CompactFilterElementShowMode | Gets or sets how the filter element is displayed within the compact panel. This is a dependency property. |
CompactModeFilterElementMenuCustomizations | Allows you to customize a filter menu in compact mode. |
CompactModeFilterItems | Provides access to a collection of filter items displayed within a compact panel in compact mode. |
CompactModeFilterItemsSource | Gets or sets a source of filter items. This is a dependency property. |
CompactModeFilterMergeElementMenuCustomizations | Allows you to customize a filter menu with sort items in compact mode. |
CompactModeSortElementMenuCustomizations | Allows you to customize a sort menu in compact mode. |
CompactPanelShowMode | Gets or sets the how the compact panel is displayed when the GridControl dimensions are changed. This is a dependency property. |
CompactSortElementShowMode | Gets or sets how the sort element is displayed within the compact panel. This is a dependency property. |
ConditionalFormattingManagerServiceTemplate | Gets or sets the template that defines the presentation of the conditional formatting manager. This is a dependency property. |
ConditionalFormattingTransitionDuration | Gets or sets the duration of conditional formatting transition animation effect. This is a dependency property. |
ContextMenu | Gets or sets the context menu element that should appear whenever the context menu is requested through user interface (UI) from within this element. Inherited from FrameworkElement. |
CurrentPageIndex | Gets or sets the index of the current page. This is a dependency property. Inherited from GridViewBase. |
Cursor | Gets or sets the cursor that displays when the mouse pointer is over this element. Inherited from FrameworkElement. |
DataContext | Gets or sets the data context for an element when it participates in data binding. Inherited from FrameworkElement. |
DataControl | Gets the data-aware control (e.g., GridControl, TreeListControl) which owns the current View. Inherited from DataViewBase. |
DataControlMenu | Gets the context menu currently being displayed within a View. Inherited from DataViewBase. |
DataNavigatorButtons | Gets or sets a value that specifies which buttons are displayed by the data navigator. Inherited from DataViewBase. |
DataRowCompactTemplate | Gets or sets a template used to render grid data rows in compact mode. This is a dependency property. |
DataRowTemplate | Gets or sets the template that defines the presentation of data rows. This is a dependency property. |
DataRowTemplateSelector | Gets or sets an object that chooses a data row template based on custom logic. This is a dependency property. |
DataSourceRefreshCommand |
Gets or sets a command that occurs before the data source is refreshed (a user presses F5 or executes the RefreshDataSource command). Use this command to implement custom refresh logic.
Inherited from DataViewBase. |
DataUpdateAnimationHideDuration | Gets or sets the data update formatting hide duration. This is a dependency property. |
DataUpdateAnimationHoldDuration | Gets or sets the data update formatting hold duration. This is a dependency property. |
DataUpdateAnimationShowDuration | Gets or sets the data update formatting show duration. This is a dependency property. |
DefaultDataRowTemplate | Gets the template that defines the default presentation of data rows. This is a dependency property. |
DefaultGroupSummaryItemTemplate | Gets the template that defines the default presentation of summary items displayed within group rows. This is a dependency property. Inherited from GridViewBase. |
DefaultStyleKey protected | Gets or sets the key to use to reference the style for this control, when theme styles are used or defined. Inherited from FrameworkElement. |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
DesiredSize | Gets the size that this element computed during the measure pass of the layout process. Inherited from UIElement. |
DetailHeaderContent | Gets or sets the detail section’s header content. Inherited from DataViewBase. |
DetailMargin | Gets or sets the outer margin of view’s details. |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
DragDropHintTemplate | Gets or sets the template that defines the drag-and-drop hint‘s presentation. This is a dependency property. Inherited from DataViewBase. |
DropMarkerTemplate | Gets or sets the template that defines the drop marker‘s presentation. This is a dependency property. Inherited from DataViewBase. |
EditFormCaptionBinding | Gets or sets the binding that allows you to define the edit form caption. |
EditFormColumnCount | Specifies the number of columns in the edit form. This is a dependency property. |
EditFormDialogServiceTemplate | Specifies a data template that contains a service to display an Edit Form dialog window. This is a dependency property. |
EditFormPostConfirmation | Specifies the response on an end-user’s attempt to move the focus from the Edit Form while it contains unsaved changes. This is a dependency property. |
EditFormPostMode | Specifies whether changes made to a row in the Edit Form are immediately shown within the grid. This is a dependency property. |
EditFormShowMode | Specifies whether and how the Edit Form is displayed. This is a dependency property. |
EditFormTemplate | Gets or sets the template that defines the Edit Form appearance. This is a dependency property. |
EditorButtonShowMode | Gets or sets which cells should display editor buttons. This is a dependency property. Inherited from DataViewBase. |
EditorShowMode | Gets or sets a value which specifies how a cell editor is activated by the mouse. This is a dependency property. Inherited from DataViewBase. |
Effect | Gets or sets the bitmap effect to apply to the UIElement. This is a dependency property. Inherited from UIElement. |
EnabledCheckBoxSelector | For internal use. Inherited from DataViewBase. |
EnableImmediatePosting | Gets or sets whether to post values to a data source immediately after changing a cell value. This is a dependency property. Inherited from DataViewBase. |
EnableSelectedRowAppearance | Gets or sets whether the selected rows are decorated with a specific appearance. This is a dependency property. Inherited from DataViewBase. |
EnterMoveNextColumn |
Gets or sets whether users can press the ENTER key to focus the next cell. This is a dependency property.
Inherited from DataViewBase. |
ErrorsWatchMode | Gets or sets which type of errors the grid control should detect. Inherited from DataViewBase. |
EvenRowBackground | Provides access to a theme-dependent brush that is used to alternate the even rows’ background and allows you to specify a custom brush. This is a dependency property. |
ExpandColumnPosition | This member supports the control’s internal infrastructure and is not intended to be used directly from your code. |
ExpandDetailButtonWidth | Gets or sets the detail expand button’s width. |
ExpandStoryboard | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from GridViewBase. |
ExtendedColumnChooserTemplate | Gets or sets the template that defines the Column Chooser‘s appearance. This is a dependency property. Inherited from DataViewBase. |
ExtendScrollBarToFixedColumns | Specifies whether the horizontal scrollbar fills the entire width of the grid. This is a dependency property. |
FadeSelectionOnLostFocus | Gets or sets whether selected rows are faded when the grid control loses focus. This is a dependency property. Inherited from DataViewBase. |
FilterEditorDialogServiceTemplate | Gets or sets a template of the filter editor’s DialogService. Inherited from DataViewBase. |
FilterEditorShowOperandTypeIcon | Gets or sets whether the operand’s value can be swapped. This is a dependency property. Inherited from DataViewBase. |
FilterEditorTemplate | Gets or sets a template that defines the presentation of the Filter Editor. This is a dependency property. Inherited from DataViewBase. |
FilteringPanelStyle | Gets or sets the style applied to the Filter Panel. This is a dependency property. Inherited from GridViewBase. |
FilterPanelText | Gets the filter expression displayed within the legacy Filter Panel. This is a dependency property. Inherited from DataViewBase. |
FilterRowDelay | Gets or sets the delay in milliseconds, after which data filtering is initiated (if automatic search mode is active). Inherited from DataViewBase. |
FixedBottomRows | Returns a list of rows that are fixed at the bottom of the grid. This is a dependency property. |
FixedLeftContentWidth | Gets the left fixed content width. This is a dependency property. |
FixedLeftVisibleColumns | Returns the list of visible columns that are fixed to the left. This is a dependency property. |
FixedLineHeight | Gets or sets the height of the fixed rows separator. This is a dependency property. |
FixedLineWidth | Gets or sets the fixed line’s width. This is a dependency property. |
FixedNoneContentWidth | Gets the width of the horizontally scrollable viewport. This is a dependency property. |
FixedNoneVisibleColumns | Returns the list of visible columns that are not fixed within a View. This is a dependency property. |
FixedRightContentWidth | Gets the right fixed content width. This is a dependency property. |
FixedRightVisibleColumns | Returns the list of visible columns that are fixed to the right. This is a dependency property. |
FixedSummariesLeft | Gets total summaries displayed within the Fixed Summary Panel and aligned to the left. Inherited from DataViewBase. |
FixedSummariesRight | Gets total summaries displayed within the Fixed Summary Panel and aligned to the right. Inherited from DataViewBase. |
FixedTopRows | Returns a list of rows that are fixed at the top of the grid. This is a dependency property. |
FixedTotalSummaryElementStyle | Gets or sets the style applied to individual text elements in the fixed total summary item. This is a dependency property. Inherited from DataViewBase. |
FixRowButtonWidth | Gets or sets the width of the fix row buttons column. |
FlowDirection | Gets or sets the direction that text and other user interface (UI) elements flow within any parent element that controls their layout. Inherited from FrameworkElement. |
Focusable | Gets or sets a value that indicates whether the element can receive focus. This is a dependency property. Inherited from UIElement. |
FocusedCellBorderTemplate | Gets or sets the template that defines the presentation of a focused cell’s border. This is a dependency property. Inherited from DataViewBase. |
FocusedColumn | Obsolete. Gets or sets the focused column. This is a dependency property. Inherited from GridViewBase. |
FocusedGroupRowBorderTemplate | Gets or sets a template that defines the presentation of the focused group row’s border. This is a dependency property. Inherited from GridViewBase. |
FocusedRow | Obsolete. Get or sets the currently focused data row. Inherited from DataViewBase. |
FocusedRowBorderTemplate | Gets or sets the template that defines the presentation of a focused row’s border. This is a dependency property. |
FocusedRowData | Gets an object that represents the focused row’s data. Inherited from DataViewBase. |
FocusedRowHandle | Gets or sets the focused row’s handle. This is a dependency property. Inherited from DataViewBase. |
FocusedView | Gets the View which is currently focused. Inherited from DataViewBase. |
FocusVisualStyle | Gets or sets a property that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. Inherited from FrameworkElement. |
FontFamily | Gets or sets the font family of the control. Inherited from Control. |
FontSize | Gets or sets the font size. Inherited from Control. |
FontStretch | Gets or sets the degree to which a font is condensed or expanded on the screen. Inherited from Control. |
FontStyle | Gets or sets the font style. Inherited from Control. |
FontWeight | Gets or sets the weight or thickness of the specified font. Inherited from Control. |
FooterRowStyle | For internal use only. |
FooterSummaryContentStyle | For internal use only. |
FooterTemplate | Gets or sets the template that defines the Summary Panel‘s presentation. This is a dependency property. Inherited from DataViewBase. |
ForceCursor | Gets or sets a value that indicates whether this FrameworkElement should force the user interface (UI) to render the cursor as declared by the Cursor property. Inherited from FrameworkElement. |
Foreground | 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. Inherited from DataViewBase. |
FormatConditionDialogServiceTemplate | Gets or sets the template that defines the presentation of the format condition dialog. This is a dependency property. |
FormatConditionGeneratorTemplate | Gets or sets a template that describes conditional formats. This is a dependency property. |
FormatConditionGeneratorTemplateSelector | Gets or sets the format condition template selector. This is a dependency property. |
FormatConditions | Stores conditional formats applied to the TableView. |
FormatConditionsSource | Gets or set the source from which the grid generates conditional formats. |
Grid | Gets the grid which owns the current View. Inherited from GridViewBase. |
GridMenu | Gets the context menu that is displayed within a View. Inherited from GridViewBase. |
GridViewCommands | Gets view commands. Inherited from GridViewBase. |
GroupBandSummaryContentStyle | Gets or sets the style applied to group summary items aligned by bands. This is a dependency property. |
GroupColumnFooterElementStyle | Gets or sets the style applied to individual text elements in the group summary item that is displayed within the group footer. This is a dependency property. |
GroupColumnSummaryContentStyle | Gets or sets the style applied to group summary items aligned by columns. This is a dependency property. |
GroupColumnSummaryElementStyle | Gets or sets the style applied to individual text elements in group summary items that are aligned by columns. This is a dependency property. Inherited from GridViewBase. |
GroupColumnSummaryItemTemplate | Gets or sets the template that defines the presentation of group summary items aligned by columns. This is a dependency property. |
GroupedColumns | Gets the list of grouped columns. Inherited from GridViewBase. |
GroupFooterMenuCustomizations | Allows you to customize the Group Footer‘s context menu. You can add new menu items or remove existing items. Inherited from GridViewBase. |
GroupFooterRowStyle | Gets or sets the style applied to group footers. This is a dependency property. |
GroupFooterRowTemplate | Gets or sets the template that defines the presentation of group footer rows. This is a dependency property. |
GroupFooterRowTemplateSelector | Gets or sets an object that chooses a group footer row template based on custom logic. This is a dependency property. |
GroupFooterSummaryContentStyle | Gets or sets the style applied to summary items displayed within group footers. This is a dependency property. |
GroupFooterSummaryItemTemplate | Gets or sets the template that defines the appearance of group footer summary items. This is a dependency property. |
GroupFooterSummaryItemTemplateSelector | Gets or sets an object that chooses a group footer summary item template based on custom logic. This is a dependency property. |
GroupPanelMenuCustomizations | Allows you to customize the Group Panel‘s context menu. You can add new menu items or remove existing items. Inherited from GridViewBase. |
GroupRowCheckBoxFieldName | Gets or sets the name of a field in a data source to which the group row’s check-box is bound. |
GroupRowMenuCustomizations | Allows you to customize the group row‘s context menu. You can add new menu items or remove existing items. Inherited from GridViewBase. |
GroupRowStyle | Gets or sets the style applied to group rows. This is a dependency property. Inherited from GridViewBase. |
GroupRowTemplate | Gets or sets the template that defines the presentation of group rows. This is a dependency property. Inherited from GridViewBase. |
GroupRowTemplateSelector | Gets or sets an object that chooses a group row template based on custom logic. This is a dependency property. Inherited from GridViewBase. |
GroupSummaryContentStyle | Gets or sets the style applied to group summary items. This is a dependency property. Inherited from GridViewBase. |
GroupSummaryDisplayMode | Gets or sets the position of group summaries within a group row. This is a dependency property. |
GroupSummaryItemTemplate | Gets or sets the template that defines the presentation of summary items displayed within group rows. This is a dependency property. Inherited from GridViewBase. |
GroupSummaryItemTemplateSelector | Gets or sets an object that chooses a group summary template based on custom logic. This is a dependency property. Inherited from GridViewBase. |
GroupValueContentStyle | Gets or sets the style applied to the border around column values displayed within group rows. This is a dependency property. Inherited from GridViewBase. |
GroupValueTemplate | Gets or sets the template that defines the presentation of column values displayed within group rows. This is a dependency property. Inherited from GridViewBase. |
GroupValueTemplateSelector | Gets or sets an object that chooses a group row value template based on custom logic. This is a dependency property. Inherited from GridViewBase. |
HasAnimatedProperties | Gets a value indicating whether this element has any animated properties. Inherited from UIElement. |
HasDetailViews | Gets whether the view has details. |
HasEffectiveKeyboardFocus protected | Gets a value that indicates whether the UIElement has focus. Inherited from UIElement. |
HasErrors | Gets whether the view has any data editing errors posted to a data source. This is a dependency property. Inherited from DataViewBase. |
HasValidationError | Gets whether the view has a validation error that does not allow users to post changes to a data source. This is a dependency property. Inherited from DataViewBase. |
Header | Gets or sets the view’s header. This is a dependency property. Inherited from DataViewBase. |
HeaderHorizontalAlignment | Gets or sets the header’s horizontal alignment. This is a dependency property. Inherited from DataViewBase. |
HeaderPanelMinHeight | Gets or sets the minimum height of the Column Header Panel. This is a dependency property. |
HeaderPosition | Gets or sets the grid view’s header position. This is a dependency property. Inherited from DataViewBase. |
HeadersData | Gets the information about column headers. Inherited from DataViewBase. |
HeaderTemplate | Gets or sets the template that defines the presentation of a column header panel. This is a dependency property. Inherited from DataViewBase. |
Height | Gets or sets the suggested height of the element. Inherited from FrameworkElement. |
HighlightItemOnHover | Gets or sets whether an item is highlighted when hovering. |
HorizontalAlignment | Gets or sets the horizontal alignment characteristics applied to this element when it is composed within a parent element, such as a panel or items control. Inherited from FrameworkElement. |
HorizontalContentAlignment | 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. Inherited from DataViewBase. |
HorizontalScrollbarVisibility | Gets or sets the horizontal scrollbar’s visibility. This is a dependence property. |
HorizontalViewport | Gets the width of the view’s client area. |
ImmediateUpdateRowPosition | Gets or sets whether a row’s position is immediately updated according to the sorting, grouping and filtering settings after the current row data has been posted. Inherited from DataViewBase. |
IncrementalSearchClearDelay | Gets or sets the amount of time in milliseconds, after which an incremental search criteria is cleared. This is a dependency property. Inherited from DataViewBase. |
IncrementalSearchMode | Gets or sets a value specifying whether end-users can locate rows by typing the desired column value. Inherited from DataViewBase. |
IndicatorHeaderWidth | This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. |
IndicatorWidth | Gets or sets the width of the row indicator panel. |
InheritanceBehavior protected | Gets or sets the scope limits for property value inheritance, resource key lookup, and RelativeSource FindAncestor lookup. Inherited from FrameworkElement. |
InitNewRowCommand | Gets or sets a command that allows you to initialize a new row with default values. |
InputBindings | Gets the collection of input bindings associated with this element. Inherited from UIElement. |
InputScope | Gets or sets the context for input used by this FrameworkElement. Inherited from FrameworkElement. |
InvalidRowExceptionCommand | Gets or sets a command that is executed when a row fails validation or cannot be saved to a data source. Inherited from GridViewBase. |
IsAdditionalElementScrollBarVisible | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from DataViewBase. |
IsArrangeValid | Gets a value indicating whether the computed size and position of child elements in this element’s layout are valid. Inherited from UIElement. |
IsColumnChooserVisible | Gets or sets whether the Column Chooser is shown. This is a dependency property. Inherited from DataViewBase. |
IsColumnMenuEnabled | Gets or sets whether an end user can right-click a column header to access its context menu. Inherited from DataViewBase. |
IsCompactMode | Gets whether the GridControl functions in compact mode. This is a dependency property. |
IsDataSourceRefreshing | Inherited from DataViewBase. |
IsDeferredScrolling | Gets or sets whether deferred scrolling is enabled. This is a dependency property. Inherited from DataViewBase. |
IsDetailButtonVisibleBinding | Gets or sets the binding that determines which rows display detail expand buttons. |
IsDetailButtonVisibleBindingContainer | This member supports the control’s internal infrastructure and is not intended to be used directly from your code. |
IsEditFormVisible | Get whether the inline or popup edit form is visible. Inherited from DataViewBase. |
IsEditing | Gets whether the focused cell is currently being edited. This is a dependency property. Inherited from DataViewBase. |
IsEnabled | Gets or sets a value indicating whether this element is enabled in the user interface (UI). This is a dependency property. Inherited from UIElement. |
IsEnabledCore protected | Gets a value that becomes the return value of IsEnabled in derived classes. Inherited from UIElement. |
IsFocused | Gets a value that determines whether this element has logical focus. This is a dependency property. Inherited from UIElement. |
IsFocusedRowModified | Indicates whether the edit value of an editor within the focused row has been modified. This is a dependency property. Inherited from DataViewBase. |
IsFocusedView | Gets whether a view is focused. Inherited from DataViewBase. |
IsGroupFooterMenuEnabled | Gets or sets whether an end user can right-click the Group Footer to access its context menu. This is a dependency property. Inherited from GridViewBase. |
IsGroupPanelMenuEnabled | Gets or sets whether an end user can right-click the Group Panel to access its context menu. Inherited from GridViewBase. |
IsGroupPanelTextVisible | Gets whether the ‘Drag a column header here to group by that column’ string is displayed within the Group Panel. This is a dependency property. Inherited from GridViewBase. |
IsGroupPanelVisible | Gets whether the Group Panel is displayed within a View. This is a dependency property. Inherited from GridViewBase. |
IsGroupRowMenuEnabled | Gets or sets whether an end user can right-click a Group Row to access its context menu. This is a dependency property. Inherited from GridViewBase. |
IsHitTestVisible | Gets or sets a value that declares whether this element can possibly be returned as a hit test result from some portion of its rendered content. This is a dependency property. Inherited from UIElement. |
IsHorizontalScrollBarVisible | Gets whether the horizontal scrollbar is displayed by the GridControl. This is a dependency property. Inherited from DataViewBase. |
IsInitialized | Gets a value that indicates whether this element has been initialized, either during processing by a XAML processor, or by explicitly having its EndInit() method called. Inherited from FrameworkElement. |
IsInputMethodEnabled | Gets a value indicating whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element. Inherited from UIElement. |
IsKeyboardFocused | Gets a value indicating whether this element has keyboard focus. This is a dependency property. Inherited from UIElement. |
IsKeyboardFocusWithin | Gets a value indicating whether keyboard focus is anywhere within the element or its visual tree child elements. This is a dependency property. Inherited from UIElement. |
IsKeyboardFocusWithinView | Gets a value that indicates whether a View has keyboard focus. Inherited from DataViewBase. |
IsLoaded | Gets a value that indicates whether this element has been loaded for presentation. Inherited from FrameworkElement. |
IsManipulationEnabled | Gets or sets a value that indicates whether manipulation events are enabled on this UIElement. Inherited from UIElement. |
IsMeasureValid | Gets a value indicating whether the current size returned by layout measure is valid. Inherited from UIElement. |
IsMouseCaptured | Gets a value indicating whether the mouse is captured to this element. This is a dependency property. Inherited from UIElement. |
IsMouseCaptureWithin | Gets a value that determines whether mouse capture is held by this element or by child elements in its visual tree. This is a dependency property. Inherited from UIElement. |
IsMouseDirectlyOver | Gets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. This is a dependency property. Inherited from UIElement. |
IsMouseOver | Gets a value indicating whether the mouse pointer is located over this element (including child elements in the visual tree). This is a dependency property. Inherited from UIElement. |
IsRootView | Determines if the current view is the root view within the grid control’s master-detail hierarchy. Inherited from DataViewBase. |
IsRowCellMenuEnabled | Gets or sets whether an end user can right-click a row cell to access its context menu. This is a dependency property. Inherited from DataViewBase. |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
IsStylusCaptured | Gets a value indicating whether the stylus is captured by this element. This is a dependency property. Inherited from UIElement. |
IsStylusCaptureWithin | Gets a value that determines whether stylus capture is held by this element, or an element within the element bounds and its visual tree. This is a dependency property. Inherited from UIElement. |
IsStylusDirectlyOver | Gets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account. This is a dependency property. Inherited from UIElement. |
IsStylusOver | Gets a value indicating whether the stylus cursor is located over this element (including visual child elements). This is a dependency property. Inherited from UIElement. |
IsSynchronizedWithCurrentItem | Gets or sets whether a view should keep the DataControlBase.CurrentItem synchronized with the current item in the ICollectionView. This is a dependency property. Inherited from DataViewBase. |
IsTabStop | Gets or sets a value that indicates whether a control is included in tab navigation. Inherited from Control. |
IsTotalSummaryMenuEnabled | Gets or sets whether an end user can right-click the Total Summary Panel or the Fixed Summary Panel to access their context menus. This is a dependency property. Inherited from DataViewBase. |
IsTouchScrollBarsMode | Gets whether the GridControl displays touch scrollbars. This is a dependency property. Inherited from DataViewBase. |
IsVisible | Gets a value indicating whether this element is visible in the user interface (UI). This is a dependency property. Inherited from UIElement. |
IsWaitIndicatorVisible | Gets whether the wait indicator is displayed within the grid. This is a dependency property. Inherited from DataViewBase. |
ItemsSourceErrorInfoShowMode | Gets or sets data error types to be visualized by a data-aware control (e.g. GridControl). This is a dependency property. Inherited from DataViewBase. |
KeepViewportOnDataUpdate | Gets or sets whether the TableView displays the same records during the data update in real time. This is a dependency property. |
Language | Gets or sets localization/globalization language information that applies to an element. Inherited from FrameworkElement. |
LayoutCalculatorFactory | Gets or sets a custom Layout Calculator. This is a dependency property. |
LayoutTransform | Gets or sets a graphics transformation that should apply to this element when layout is performed. Inherited from FrameworkElement. |
LeftDataAreaIndent | This member supports the internal infrastructure and is not intended to be used directly from your code. |
LeftGroupAreaIndent | This member supports the internal infrastructure and is not intended to be used directly from your code. |
LocalizationDescriptor | Allows you to implement the capability for end-users to change localization at runtime. Inherited from DataViewBase. |
Margin | Gets or sets the outer margin of an element. Inherited from FrameworkElement. |
MasterRootRowsContainer | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataViewBase. |
MaxHeight | Gets or sets the maximum height constraint of the element. Inherited from FrameworkElement. |
MaxWidth | Gets or sets the maximum width constraint of the element. Inherited from FrameworkElement. |
MergedGroupingMode | Gets or sets the merged grouping mode. This is a dependency property. Inherited from GridViewBase. |
MinHeight | Gets or sets the minimum height constraint of the element. Inherited from FrameworkElement. |
MinWidth | Gets or sets the minimum width constraint of the element. Inherited from FrameworkElement. |
MultiSelectMode | Obsolete. Gets or sets whether multiple row/cell selection is enabled. This is a dependency property. |
Name | Gets or sets the identifying name of the element. The name provides a reference so that code-behind, such as event handler code, can refer to a markup element after it is constructed during processing by a XAML processor. Inherited from FrameworkElement. |
NavigationStyle | Gets or sets whether row and cell focus is allowed. This is a dependency property. Inherited from DataViewBase. |
NewItemRowCellStyle | Gets or sets the style applied to data cells displayed within the New Item Row. This is a dependency property. |
NewItemRowData | Gets an object that represents the New Item Row‘s data. |
NewItemRowPosition | Gets or sets the New Item Row‘s position within a View. |
Opacity | Gets or sets the opacity factor applied to the entire UIElement when it is rendered in the user interface (UI). This is a dependency property. Inherited from UIElement. |
OpacityMask | Gets or sets an opacity mask, as a Brush implementation that is applied to any alpha-channel masking for the rendered content of this element. This is a dependency property. Inherited from UIElement. |
OverridesDefaultStyle | Gets or sets a value that indicates whether this element incorporates style properties from theme styles. Inherited from FrameworkElement. |
Padding | 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. Inherited from DataViewBase. |
PageCount | Gets the number of pages displayed in the GridControl. Inherited from GridViewBase. |
PagerNumericButtonCount | Gets or sets the maximum number of numeric buttons that can be displayed within the pager control. This is a dependency property. Inherited from GridViewBase. |
PageSize | Gets or sets the maximum number of rows that can be displayed on a page. This is a dependency property. Inherited from GridViewBase. |
Parent | Gets the logical parent element of this element. Inherited from FrameworkElement. |
PasteMode | Gets or sets a value that specifies how the rows are pasted to the TableView. This is a dependency property. |
PersistId | Gets a value that uniquely identifies this element. Inherited from UIElement. |
PredefinedColorScaleFormats | Contains predefined color scales formats that are used to color cells proportional to their values. This is a dependency property. |
PredefinedDataBarFormats | Contains predefined data bar formats that are used to fill cells with bars whose lengths are proportional to the cell values. This is a dependency property. |
PredefinedFormats | Contains predefined formats that are used by conditional formatting rules. This is a dependency property. |
PredefinedIconSetFormats | Contains predefined icon set formats that are used to assign an icon to each cell based on its value. This is a dependency property. |
PrintAllDetails | Gets or sets whether to print all view’s details. This is a dependency property. |
PrintAllGroups | Gets or sets whether to expand all group rows in the printed document. Inherited from GridViewBase. |
PrintAutoWidth | Gets or sets whether to change column width in the printed document to fit the page. |
PrintBandHeaders | Gets or sets whether band headers are printed. |
PrintBandHeaderStyle | Gets or sets the style applied to band headers when the grid is printed. This is a dependency property. |
PrintCellStyle | Gets or sets the style applied to all data cells when you print the control or export it in WYSIWYG mode. This is a dependency property. Inherited from DataViewBase. |
PrintColumnHeaders | Gets or sets whether to print column headers. |
PrintColumnHeaderStyle | Gets or sets the style applied to column headers when the grid is printed. This is a dependency property. |
PrintDetailBottomIndent | Gets or sets the bottom print detail indent. This is a dependency property. |
PrintDetailTopIndent | Gets or sets the top print detail indent. This is a dependency property. |
PrintFixedFooterTemplate | Gets or sets the template that defines the appearance of the printed Fixed Summary Panel. This is a dependency property. Inherited from DataViewBase. |
PrintFixedTotalSummary | Gets or sets whether to print the Fixed Summary Panel. This is a dependency property. Inherited from DataViewBase. |
PrintFixedTotalSummaryStyle | Gets or sets the style applied to printed summary items in the Fixed Summary Panel. This is a dependency property. Inherited from DataViewBase. |
PrintFooterTemplate | Gets or sets the template that defines the appearance of the printed Summary Panel. This is a dependency property. Inherited from DataViewBase. |
PrintGroupFooters | Gets or sets whether to print Group Footers. This is a dependency property. |
PrintGroupFooterStyle | Gets or sets the style applied to the group footers when the grid is printed. This is a dependency property. |
PrintGroupFooterTemplate | Gets or sets the template that defines the Group Footer‘s presentation when the grid is printed. This is a dependency property. |
PrintGroupRowStyle | Gets or sets the style applied to group rows when the grid is printed. This is a dependency property. Inherited from GridViewBase. |
PrintGroupRowTemplate | Gets or sets the template that defines the presentation of group rows when the grid is printed. This is a dependency property. Inherited from GridViewBase. |
PrintGroupSummaryDisplayMode | Gets or sets the position of group summaries within a group row when printing. This is a dependency property. |
PrintHeaderTemplate | Gets or sets the template that defines the presentation of the printed column headers. This is a dependency property. Inherited from DataViewBase. |
PrintRowIndentStyle | Gets or sets the style applied to the printed row indents. This is a dependency property. Inherited from DataViewBase. |
PrintRowIndentWidth | Gets or sets the width of the printed row indents. This is a dependency property. Inherited from DataViewBase. |
PrintRowTemplate | Gets or sets the template that defines the presentation of data rows when the grid is printed. This is a dependency property. |
PrintSelectedRowsOnly | Gets or sets whether to print/export only the selected rows. This is a dependency property. Inherited from DataViewBase. |
PrintTotalSummary | Gets or sets whether to print the Summary Panel. This is a dependency property. Inherited from DataViewBase. |
PrintTotalSummaryStyle | Gets or sets the style applied to printed total summary items. This is a dependency property. Inherited from DataViewBase. |
RenderSize | Gets (or sets) the final render size of this element. Inherited from UIElement. |
RenderTransform | Gets or sets transform information that affects the rendering position of this element. This is a dependency property. Inherited from UIElement. |
RenderTransformOrigin | Gets or sets the center point of any possible render transform declared by RenderTransform, relative to the bounds of the element. This is a dependency property. Inherited from UIElement. |
Resources | Gets or sets the locally-defined resource dictionary. Inherited from FrameworkElement. |
RetainCellEditingOnSourceChanges | Gets or sets whether to keep a cell editor opened when the bound source is modified. This is a dependency property. |
RetainSelectionOnClickOutsideCheckBoxSelector | Gets or sets whether the selection made in the check column is retained on a click in the grid outside the check column. This is a dependency property. |
RightDataAreaIndent | This member supports the internal infrastructure and is not intended to be used directly from your code. |
RightGroupAreaIndent | This member supports the internal infrastructure and is not intended to be used directly from your code. |
RootRowsContainer | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataViewBase. |
RowAnimationKind | 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. Inherited from DataViewBase. |
RowCanceledCommand | Gets or sets a command that is executed when the changes made in a row are discarded. Inherited from GridViewBase. |
RowCellMenuCustomizations | Allows you to customize the row cell‘s context menu. You can add new menu items or remove existing items. Inherited from DataViewBase. |
RowDecorationTemplate | Gets or sets the row decoration template. This is a dependency property. |
RowDetailsTemplate | Gets or sets a template used to display row details. |
RowDetailsTemplateSelector | Gets or sets an object that chooses a row details template based on custom logic. This is a dependency property. |
RowDetailsVisibilityMode | Gets or sets a value that specifies whether to display row details. This is a dependency property. |
RowDoubleClickCommand | Gets or sets a command executed when a user double-clicks a row. |
RowEditFinishedCommand | Gets or sets a command that is executed when a user finished the edit operation in a row. |
RowEditStartedCommand | Gets or sets a command that is executed when a user edits a row. |
RowEditStartingCommand | Gets or sets a command that is executed when a user starts to edit a row. |
RowIndicatorContentTemplate | Gets or sets the template that defines a row indicator‘s appearance. This is a dependency property. |
RowMinHeight | Gets or sets a row‘s minimum height. This is a dependency property. |
RowOpacityAnimationDuration | Gets or sets the length of an animation. This is a dependency property. Inherited from DataViewBase. |
RowStyle | Gets or sets the style applied to data rows. This is a dependency property. |
RowUpdatedCommand | Gets or sets a command executed when the GridControl updates the data source with the changes made within the focused row. Inherited from GridViewBase. |
RuntimeLocalizationStrings | Gets or sets the collection of resource strings that can be localized at runtime. This is a dependency property. Inherited from DataViewBase. |
ScrollableAreaMinWidth | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataViewBase. |
ScrollAnimationDuration | Gets or sets the scroll animation length. This is a dependency property. |
ScrollAnimationMode | Gets or sets the per-pixel scrolling mode. This is a dependency property. |
ScrollBarAnnotationInfoRange | Gets a list of objects that correspond to currently displayed scrollbar annotations. |
ScrollBarAnnotationMode | Gets or sets the type of annotations displayed within the view’s scrollbar. |
ScrollBarAnnotationsAppearance | Gets or sets the appearance settings for scrollbar annotation marks. |
ScrollContentPresenter | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataViewBase. |
ScrollingHeaderVirtualizationMargin | This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. |
ScrollingMode | 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. Inherited from DataViewBase. |
ScrollingVirtualizationMargin | This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. |
ScrollStep | Gets or sets the offset by which the View is scrolled when clicking scrollbar buttons. This is a dependency property. Inherited from DataViewBase. |
SearchColumns | Gets or sets the field names against which searches are performed by the Search Panel. This is a dependency property. Inherited from DataViewBase. |
SearchControl | Gets the search control. This is a dependency property. Inherited from DataViewBase. |
SearchDelay | 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. Inherited from DataViewBase. |
SearchPanelAllowFilter | Gets or sets whether the grid displays only those records that match the search criteria. This is a dependency property. Inherited from DataViewBase. |
SearchPanelClearOnClose | Gets or sets whether the search string is cleared when closing the Search Panel. This is a dependency property. Inherited from DataViewBase. |
SearchPanelCriteriaOperatorType | Obsolete. Gets or sets the logical operator type (AND or OR) used for filtering items when DataViewBase.SearchPanelAllowFilter is set to true. Inherited from DataViewBase. |
SearchPanelFindFilter | Gets or sets the type of the comparison operator used to create filter conditions. This is a dependency property. Inherited from DataViewBase. |
SearchPanelFindMode | Gets or sets whether data searching starts automatically, or must be started manually. This is a dependency property. Inherited from DataViewBase. |
SearchPanelHighlightResults | Gets or sets whether to highlight search results within located records. This is a dependency property. Inherited from DataViewBase. |
SearchPanelHorizontalAlignment | Gets or sets the Search Panel‘s alignment. This is a dependency property. Inherited from DataViewBase. |
SearchPanelImmediateMRUPopup | Gets or sets whether on not the MRU search dropdown is automatically invoked when typing within the Search box. This is a dependency property. Inherited from DataViewBase. |
SearchPanelNullText | Gets or sets the text displayed within the search panel edit box when the search text is null. This is a dependency property. Inherited from DataViewBase. |
SearchPanelParseMode | Gets or sets a mode that specifies how the search string is parsed. This is a dependency property. Inherited from DataViewBase. |
SearchPanelPosition | Gets or sets where to show the search panel. Inherited from GridViewBase. |
SearchString | Gets or sets the search string specified within the Search Panel. This is a dependency property. Inherited from DataViewBase. |
SelectedRows | Obsolete. Gets the data rows/cards currently selected within a View. Inherited from DataViewBase. |
SelectedRowsSource | Obsolete. Gets or sets the source of selected rows. This is a dependency property. Inherited from DataViewBase. |
SelectionRectangleStyle | Gets or sets a style of the marquee selection rectangle. This is a dependency property. Inherited from DataViewBase. |
ShowAutoFilterRow | Gets or sets whether to display the Automatic Filter Row. |
ShowBandsInCustomizationForm | Gets or sets whether to show the Bands tab in the legacy Column/Band Chooser. |
ShowBandsPanel | Gets or sets whether to display the bands panel. |
ShowCheckBoxSelectorColumn | Gets or sets whether to enable the Selector Column This is a dependency property. |
ShowCheckBoxSelectorInGroupRow | Gets or sets whether the Selector Column can be used to select and deselect groups. This is a dependency property. |
ShowColumnHeaders | Gets or sets whether a view displays column headers. This is a dependency property. Inherited from DataViewBase. |
ShowCriteriaInAutoFilterRow | Gets or sets whether to display the criteria selector buttons in the Automatic Filter Row. |
ShowDataNavigator | Gets or sets whether to show the data navigator. This is a dependency property. |
ShowDetailButtons | Gets or sets whether to display expand buttons within master rows. |
ShowDragDropHint | Gets or sets whether the drag-and-drop hint is displayed when dragging a record. This is a dependency property. Inherited from DataViewBase. |
ShowEditFilterButton | Gets if the Edit Filter button is displayed in the Filter Panel. This is a dependency property. Inherited from DataViewBase. |
ShowEditFormOnDoubleClick | Specifies whether to show the Edit Form on double clicking a row. This is a dependency property. |
ShowEditFormOnEnterKey | Specifies whether to show the Edit Form on pressing the ENTER key. This is a dependency property. |
ShowEditFormOnF2Key | Specifies whether to show the Edit Form on pressing the F2 key. This is a dependency property. |
ShowEditFormUpdateCancelButtons | Specifies whether the Edit Form should display the Update and Cancel buttons. This is a dependency property. |
ShowEmptyText | Gets or sets whether to show the No Records text when the GridControl‘s data area displays no records. Inherited from DataViewBase. |
ShowFilterPanelMode | Gets or sets when the Filter Panel is displayed within a View. This is a dependency property. Inherited from DataViewBase. |
ShowFixedTotalSummary | Gets or sets whether the Fixed Summary Panel is displayed in the grid. This is a dependency property. Inherited from DataViewBase. |
ShowFixRowButton | Gets or sets the value that controls the availability and behavior of the fix row button. This is a dependency property. |
ShowFocusedRectangle | Gets or sets whether a focus rectangle is painted around the focused cell or row. This is a dependency property. Inherited from DataViewBase. |
ShowGroupedColumns | Gets or sets whether the grouped columns are displayed within a view. This is a dependency property. Inherited from GridViewBase. |
ShowGroupFooters | Gets or sets whether to display group footers. This is a dependency property. |
ShowGroupPanel | Gets or sets whether the Group Panel is displayed within a View. This is a dependency property. Inherited from GridViewBase. |
ShowGroupPanelsForUngroupedDetails | Gets or sets whether to display group panels for ungrouped details. This is a dependency property. |
ShowHorizontalLines | Gets or sets whether horizontal lines are displayed. This is a dependency property. |
ShowIndicator | Gets or sets a value specifying whether the Row Indicator panel is displayed. |
ShowSearchPanelCloseButton | Gets or sets whether to display the Close button within the Search Panel. Inherited from DataViewBase. |
ShowSearchPanelFindButton | Gets or sets whether to display the Find button within the Search Panel. Inherited from DataViewBase. |
ShowSearchPanelMode | Gets or sets a value that specifies when the Search Panel is displayed. Inherited from DataViewBase. |
ShowSearchPanelMRUButton | Gets or sets whether a button used to invoke the MRU search dropdown list is displayed within the Search Panel. This is a dependency property. Inherited from DataViewBase. |
ShowSearchPanelNavigationButtons | Gets or sets whether to show navigation buttons in the grid’s search panel. Inherited from DataViewBase. |
ShowSearchPanelResultInfo | Gets or sets whether to show information about search results in the search panel. Inherited from DataViewBase. |
ShowSelectionRectangle | Specifies whether to enable the selection rectangle feature. This is a dependency property. Inherited from DataViewBase. |
ShowTargetInfoInDragDropHint | Gets or sets whether the drag-and-drop hint shows additional information about a drop target. This is a dependency property. Inherited from DataViewBase. |
ShowTotalSummary | Gets or sets whether the Summary Panel is displayed. This is a dependency property. Inherited from DataViewBase. |
ShowTotalSummaryIndicatorIndent | This member supports the internal infrastructure and is not intended to be used directly from your code. |
ShowUpdateRowButtons | Gets or sets a mode that specifies how to show the buttons which allow you to update rows. |
ShowValidationAttributeErrors | Gets or sets whether error icons are displayed within cells that fail validation specified by the Data Annotations attribute(s). This is a dependency property. Inherited from DataViewBase. |
ShowVerticalLines | Gets or sets whether vertical lines are displayed. This is a dependency property. |
SnapsToDevicePixels | Gets or sets a value that determines whether rendering for this element should use device-specific pixel settings during rendering. This is a dependency property. Inherited from UIElement. |
Style | Gets or sets the style used by this element when it is rendered. Inherited from FrameworkElement. |
StylusPlugIns protected | Gets a collection of all stylus plug-in (customization) objects associated with this element. Inherited from UIElement. |
SummariesIgnoreNullValues | Gets or sets whether null values must be ignored when calculating data summaries. This is a dependency property. Inherited from DataViewBase. |
SummaryCalculationMode | Gets or sets a mode that specifies by which rows the summary value is calculated. Inherited from DataViewBase. |
SwitchToCompactModeWidth | Gets or sets a maximum GridControl width when it renders its rows in compact mode. This is a dependency property. |
TabIndex | Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key. Inherited from Control. |
TableViewCommands | Provides access to view commands. |
Tag | Gets or sets an arbitrary object value that can be used to store custom information about this element. Inherited from FrameworkElement. |
Template | Gets or sets a control template. Inherited from Control. |
TemplatedParent | Gets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. Inherited from FrameworkElement. |
ToolTip | Gets or sets the tool-tip object that is displayed for this element in the user interface (UI). Inherited from FrameworkElement. |
TopRowIndex | Gets or sets the index of the top visible row. Inherited from DataViewBase. |
TotalGroupAreaIndent | This property supports the internal infrastructure and is not intended to be used directly from your code. |
TotalSummaryContentStyle | Gets or sets the style applied to total summary items displayed within a View. This is a dependency property. Inherited from DataViewBase. |
TotalSummaryElementStyle | Gets or sets the style applied to individual text elements in the total summary items within a view. This is a dependency property. Inherited from DataViewBase. |
TotalSummaryFixedNoneContentWidth | This property supports the internal infrastructure and is not intended to be used directly from your code. |
TotalSummaryItemTemplate | Gets or sets the template that defines the presentation of total summary items. This is a dependency property. Inherited from DataViewBase. |
TotalSummaryItemTemplateSelector | Gets or sets an object that chooses a total summary template based on custom logic. This is a dependency property. Inherited from DataViewBase. |
TotalSummaryMenuCustomizations | Allows you to customize the Total Summary‘s context menu. You can add new menu items or remove existing items. Inherited from DataViewBase. |
TotalSummaryPosition | Gets or sets the Summary Panel‘s position in a View. This is a dependency property. Inherited from DataViewBase. |
TouchesCaptured | Gets all touch devices that are captured to this element. Inherited from UIElement. |
TouchesCapturedWithin | Gets all touch devices that are captured to this element or any child elements in its visual tree. Inherited from UIElement. |
TouchesDirectlyOver | Gets all touch devices that are over this element. Inherited from UIElement. |
TouchesOver | Gets all touch devices that are over this element or any child elements in its visual tree. Inherited from UIElement. |
TouchScrollThreshold | Specifies the touch scroll threshold. This is a dependency property. Inherited from DataViewBase. |
Triggers | Gets the collection of triggers established directly on this element, or in child elements. Inherited from FrameworkElement. |
Uid | Gets or sets the unique identifier (for localization) for this element. This is a dependency property. Inherited from UIElement. |
UpdateRowButtonsTemplate | Gets or sets a template that specifies an appearance of the buttons which allow you to update rows. |
UpdateRowRectangleStyle | Gets or sets the style of a rectangle that is displayed when an end user edits a row. |
UseAnimationWhenExpanding | Gets or sets whether to play animation when expanding group rows. This is a dependency property. Inherited from GridViewBase. |
UseConstantDataBarAnimationSpeed | Gets or sets whether data bars are animated with constant speed. This is dependency property. |
UseEvenRowBackground | Specifies whether to highlight even rows with different colors using a theme-dependent brush. This is a dependency property. |
UseExtendedMouseScrolling | Specifies whether to enable horizontal scrolling via the mouse wheel and vertical scrolling via Microsoft Touch Mouse devices. This is a dependency property. Inherited from DataViewBase. |
UseGroupShadowIndent | For internal use. |
UseIndicatorForSelection | Gets or sets whether rows can be selected via the Row Indicator Panel. |
UseLayoutRounding | Gets or sets a value that indicates whether layout rounding should be applied to this element’s size and position during layout. Inherited from FrameworkElement. |
UseLegacyColumnVisibleIndexes | Gets or sets whether the GridControl uses the legacy visible index indication logic. Inherited from DataViewBase. |
UseLegacyFilterEditor | Gets or sets whether to use the legacy filter editor. Inherited from DataViewBase. |
UseLegacyFilterPanel | Gets or sets whether to use the legacy filter panel. Inherited from DataViewBase. |
UseLightweightTemplates | Gets or sets whether to enable the grid’s optimized mode. This is a dependency property. |
UseOnlyCurrentColumnInIncrementalSearch | Gets or sets whether the incremental search should be performed for the focused column values only. Inherited from DataViewBase. |
ValidateCellCommand | Gets or sets a command that allows you to validate the focused cell’s data. Inherited from GridViewBase. |
ValidateRowCommand | Gets or sets a command that validates row values. Inherited from GridViewBase. |
ValidateRowDeletionCommand | Gets or sets a command that allows you to validate rows, check database constraints, and delete rows from the database before a user deletes a row from the Data Grid. Inherited from GridViewBase. |
ValidatesOnNotifyDataErrors | Gets or sets whether the GridControl checks for and reports errors that are raised by a data source that implements INotifyDataErrorInfo. Inherited from DataViewBase. |
ValidationError | Provides access to the object, which contains information about the validation error. This is a dependency property. Inherited from DataViewBase. |
VerticalAlignment | Gets or sets the vertical alignment characteristics applied to this element when it is composed within a parent element such as a panel or items control. Inherited from FrameworkElement. |
VerticalContentAlignment | 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. Inherited from DataViewBase. |
VerticalScrollbarVisibility | Gets or sets the vertical scrollbar’s visibility. This is a dependency property. |
VerticalScrollBarWidth | This member supports the internal infrastructure and is not intended to be used directly from your code. |
Visibility | Gets or sets the user interface (UI) visibility of this element. This is a dependency property. Inherited from UIElement. |
VisibleColumns | Gets the list of visible columns. This is a dependency property. Inherited from GridViewBase. |
VisualBitmapEffect protected | Gets or sets the BitmapEffect value for the Visual. Inherited from Visual. |
VisualBitmapEffectInput protected | Gets or sets the BitmapEffectInput value for the Visual. Inherited from Visual. |
VisualBitmapScalingMode protected | Gets or sets the BitmapScalingMode for the Visual. Inherited from Visual. |
VisualCacheMode protected | Gets or sets a cached representation of the Visual. Inherited from Visual. |
VisualChildrenCount protected | Gets the number of visual child elements within this element. Inherited from FrameworkElement. |
VisualClearTypeHint protected | Gets or sets the ClearTypeHint that determines how ClearType is rendered in the Visual. Inherited from Visual. |
VisualClip protected | Gets or sets the clip region of the Visual as a Geometry value. Inherited from Visual. |
VisualEdgeMode protected | Gets or sets the edge mode of the Visual as an EdgeMode value. Inherited from Visual. |
VisualEffect protected | Gets or sets the bitmap effect to apply to the Visual. Inherited from Visual. |
VisualOffset protected | Gets or sets the offset value of the visual object. Inherited from Visual. |
VisualOpacity protected | Gets or sets the opacity of the Visual. Inherited from Visual. |
VisualOpacityMask protected | Gets or sets the Brush value that represents the opacity mask of the Visual. Inherited from Visual. |
VisualParent protected | Gets the visual tree parent of the visual object. Inherited from Visual. |
VisualScrollableAreaClip protected | Gets or sets a clipped scrollable area for the Visual. Inherited from Visual. |
VisualTextHintingMode protected | Gets or sets the TextHintingMode of the Visual. Inherited from Visual. |
VisualTextRenderingMode protected | Gets or sets the TextRenderingMode of the Visual. Inherited from Visual. |
VisualTransform protected | Gets or sets the Transform value for the Visual. Inherited from Visual. |
VisualXSnappingGuidelines protected | Gets or sets the x-coordinate (vertical) guideline collection. Inherited from Visual. |
VisualYSnappingGuidelines protected | Gets or sets the y-coordinate (horizontal) guideline collection. Inherited from Visual. |
WaitIndicatorStyle | Gets or sets the wait indicator’s style. This is a dependency property. Inherited from DataViewBase. |
WaitIndicatorType | Gets or sets a value that specifies how async data loading operations are indicated within the grid. This is a dependency property. Inherited from DataViewBase. |
WheelScrollLines | Gets or sets the number of rows to scroll vertically in response to mouse wheel events. This is a dependency property. Inherited from DataViewBase. |
Width | Gets or sets the width of the element. Inherited from FrameworkElement. |
Methods
Name | Description |
---|---|
AddFormatCondition(FormatConditionBase) | Adds a conditional format to the conditional format collection. |
AddHandler(RoutedEvent, Delegate, Boolean) |
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route.
Inherited from UIElement. |
AddHandler(RoutedEvent, Delegate) | Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Inherited from UIElement. |
AddLogicalChild(Object) protected | Adds the provided object to the logical tree of this element. Inherited from FrameworkElement. |
AddNewRow(Boolean) | Adds a new row to the GridControl‘s data source. |
AddToEventRoute(EventRoute, RoutedEventArgs) | Adds handlers to the specified EventRoute for the current UIElement event handler collection. Inherited from UIElement. |
AddVisualChild(Visual) protected | Defines the parent-child relationship between two visuals. Inherited from Visual. |
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) | Applies an animation to a specified dependency property on this element, with the ability to specify what happens if the property already has a running animation. Inherited from UIElement. |
ApplyAnimationClock(DependencyProperty, AnimationClock) | Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation. Inherited from UIElement. |
ApplyTemplate() | Builds the current template’s visual tree if necessary, and returns a value that indicates whether the visual tree was rebuilt by this call. Inherited from FrameworkElement. |
Arrange(Rect) | Positions child elements and determines a size for a UIElement. Parent elements call this method from their ArrangeCore(Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update. Inherited from UIElement. |
ArrangeCore(Rect) protected | Implements ArrangeCore(Rect) (defined as virtual in UIElement) and seals the implementation. Inherited from FrameworkElement. |
ArrangeOverride(Size) protected | Called to arrange and size the content of a Control object. Inherited from Control. |
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) | Starts a specific animation for a specified animated property on this element, with the option of specifying what happens if the property already has a running animation. Inherited from UIElement. |
BeginAnimation(DependencyProperty, AnimationTimeline) | Starts an animation for a specified animated property on this element. Inherited from UIElement. |
BeginInit() | Starts the initialization process for this element. Inherited from FrameworkElement. |
BeginSelection() | Obsolete. Prevents selection updates until the GridViewBase.EndSelection method is called. Inherited from GridViewBase. |
BeginStoryboard(Storyboard, HandoffBehavior, Boolean) | Begins the sequence of actions contained in the provided storyboard, with specified state for control of the animation after it is started. Inherited from FrameworkElement. |
BeginStoryboard(Storyboard, HandoffBehavior) | Begins the sequence of actions contained in the provided storyboard, with options specified for what should happen if the property is already animated. Inherited from FrameworkElement. |
BeginStoryboard(Storyboard) | Begins the sequence of actions that are contained in the provided storyboard. Inherited from FrameworkElement. |
BestFitColumn(BaseColumn) | Resizes the specified column to the minimum width required to display the column’s contents completely. |
BestFitColumns() | Resizes all visible columns to optimally fit their contents. |
BringIntoView() | Attempts to bring this element into view, within any scrollable regions it is contained within. Inherited from FrameworkElement. |
BringIntoView(Rect) | Attempts to bring the provided region size of this element into view, within any scrollable regions it is contained within. Inherited from FrameworkElement. |
CalcColumnBestFitWidth(BaseColumn) | Returns the column’s optimal (minimum) width required to display its contents completely. |
CalcHitInfo(DependencyObject) | Returns information about the specified element contained within the table view. |
CalcHitInfo(Point) | Returns information about the specified element contained within the table view. |
CanCancelRowChanges() | Gets whether you can discard the edited row’s changes. |
CancelRowChanges() | Discards the edited row’s changes. |
CancelRowEdit() | Closes the active editor without saving the value to the corresponding property of the data item. Inherited from DataViewBase. |
CanMoveSearchResult() | Indicates whether an end-user can navigate search results. Inherited from DataViewBase. |
CanRefreshDataSource() | Returns whether a user can execute the RefreshDataSource command. Inherited from DataViewBase. |
CanUpdateRow() | Gets whether you can post the edited row’s changes. |
CaptureMouse() | Attempts to force capture of the mouse to this element. Inherited from UIElement. |
CaptureStylus() | Attempts to force capture of the stylus to this element. Inherited from UIElement. |
CaptureTouch(TouchDevice) | Attempts to force capture of a touch to this element. Inherited from UIElement. |
ChangeHorizontalScrollOffsetBy(Double) | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataViewBase. |
ChangeVerticalScrollOffsetBy(Double) | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataViewBase. |
CheckAccess() | Determines whether the calling thread has access to this DispatcherObject. Inherited from DispatcherObject. |
ClearFormatConditionsFromAllColumns() | Removes all conditional formats from current grid’s view. |
ClearFormatConditionsFromColumn(ColumnBase) | Clears conditional formats for the specified column. |
ClearSelection() | Obsolete. Unselects any selected rows/cards within a View. Inherited from GridViewBase. |
ClearValue(DependencyProperty) | Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. Inherited from DependencyObject. |
ClearValue(DependencyPropertyKey) | Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. Inherited from DependencyObject. |
CloseEditForm() | Posts all changes to the data source and closes the Edit Form. |
CloseEditor() | Hides the active editor, saving the changes made. Inherited from DataViewBase. |
CoerceValue(DependencyProperty) | Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. Inherited from DependencyObject. |
CollapseFocusedRow() | Collapses the focused group row. Inherited from GridViewBase. |
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 DataViewBase. |
CopyCellsToClipboard(IEnumerable<GridCell>) | Copies the values displayed within the specified cells to the clipboard. |
CopyCellsToClipboard(Int32, GridColumn, Int32, GridColumn) | Copies values displayed within the specified block of cells to the clipboard. |
CopyFocusedRowToClipboard() | Obsolete. Copies the values displayed within the focused row to the clipboard. Inherited from DataViewBase. |
CopyRangeToClipboard(Int32, Int32) | Obsolete. Copies values displayed within the specified range of rows/cards to the clipboard. Inherited from DataViewBase. |
CopyRowsToClipboard(IEnumerable<Int32>) | Obsolete. Copies the values displayed within the specified rows/cards to the clipboard. Inherited from DataViewBase. |
CopySelectedCellsToClipboard() | Copies the values displayed within selected cells to the clipboard. |
CopySelectedRowsToClipboard() | Obsolete. Copies the display values of selected rows to the clipboard. Inherited from DataViewBase. |
CopyToClipboard() | Obsolete. Copies the values displayed within selected row(s) or cell(s) to the clipboard. Inherited from DataViewBase. |
DeleteRow(Int32) | Deletes the specified data row. Inherited from GridViewBase. |
EndInit() | Indicates that the initialization process for the element is complete. Inherited from FrameworkElement. |
EndSelection() | Obsolete. Enables selection updates after calling the GridViewBase.BeginSelection method, and forces an immediate update. Inherited from GridViewBase. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether a provided DependencyObject is equivalent to the current DependencyObject. Inherited from DependencyObject. |
ExpandFocusedRow() | Expands the focused group row. Inherited from GridViewBase. |
ExportToCsv(Stream, CsvExportOptions) | Exports a grid to the specified stream in CSV format using the specified CSV-specific options. |
ExportToCsv(Stream) | Exports a grid to the specified stream in CSV format. |
ExportToCsv(String, CsvExportOptions) | Exports a grid to the specified file path in CSV format, using the specified CSV-specific options. |
ExportToCsv(String) | Exports a grid to the specified file path in CSV format. |
ExportToDocx(Stream, DocxExportOptions) | Exports a grid to the specified stream in DOCX format, using the specified DOCX-specific options. Inherited from DataViewBase. |
ExportToDocx(Stream) | Exports a grid to the specified stream in DOCX format. Inherited from DataViewBase. |
ExportToDocx(String, DocxExportOptions) | Exports a grid to the specified file path in DOCX format, using the specified DOCX-specific options. Inherited from DataViewBase. |
ExportToDocx(String) | Exports a grid to the specified file path in DOCX format. Inherited from DataViewBase. |
ExportToHtml(Stream, HtmlExportOptions) | Exports a grid to the specified stream in HTML format, using the specified HTML-specific options. Inherited from DataViewBase. |
ExportToHtml(Stream) | Exports a grid to the specified stream in HTML format. Inherited from DataViewBase. |
ExportToHtml(String, HtmlExportOptions) | Exports a grid to the specified file path in HTML format using the specified HTML-specific options. Inherited from DataViewBase. |
ExportToHtml(String) | Exports a grid to the specified file path in HTML format. Inherited from DataViewBase. |
ExportToImage(Stream, ImageExportOptions) | Exports the control to a stream in an image format and applies image export options. Inherited from DataViewBase. |
ExportToImage(Stream) | Exports the control to the specified stream in an image format. Inherited from DataViewBase. |
ExportToImage(String, ImageExportOptions) | Exports the control to an image file and applies image export options. Inherited from DataViewBase. |
ExportToImage(String) | Exports the control to the specified file path in an image format. Inherited from DataViewBase. |
ExportToMht(Stream, MhtExportOptions) | Exports a grid to the specified stream in MHT format using the specified MHT-specific options. Inherited from DataViewBase. |
ExportToMht(Stream) | Exports a grid to the specified stream in MHT format. Inherited from DataViewBase. |
ExportToMht(String, MhtExportOptions) | Exports a grid to the specified file path in MHT format, using the specified MHT-specific options. Inherited from DataViewBase. |
ExportToMht(String) | Exports a grid to the specified file path in MHT format. Inherited from DataViewBase. |
ExportToPdf(Stream, PdfExportOptions) | Exports the control to a stream in PDF format and applies PDF export options. Inherited from DataViewBase. |
ExportToPdf(Stream) | Exports the control to the specified stream in PDF format. Inherited from DataViewBase. |
ExportToPdf(String, PdfExportOptions) | Exports the control to a PDF file and applies PDF export options. Inherited from DataViewBase. |
ExportToPdf(String) | Exports the control to the specified file path in PDF format. Inherited from DataViewBase. |
ExportToRtf(Stream, RtfExportOptions) | Exports a grid to the specified stream in RTF format, using the specified RTF-specific options. Inherited from DataViewBase. |
ExportToRtf(Stream) | Exports a grid to the specified stream in RTF format. Inherited from DataViewBase. |
ExportToRtf(String, RtfExportOptions) | Exports a grid to the specified file path in RTF format, using the specified RTF-specific options. Inherited from DataViewBase. |
ExportToRtf(String) | Exports a grid to the specified file path in RTF format. Inherited from DataViewBase. |
ExportToText(Stream, TextExportOptions) | Exports a grid to the specified stream in text format, using the specified text-specific options. Inherited from DataViewBase. |
ExportToText(Stream) | Exports a grid to the specified stream in text format. Inherited from DataViewBase. |
ExportToText(String, TextExportOptions) | Exports a grid to the specified file path in text format, using the specified text-specific options. Inherited from DataViewBase. |
ExportToText(String) | Exports a grid to the specified file path in text format. Inherited from DataViewBase. |
ExportToXls(Stream, XlsExportOptions) | Exports a grid to the specified stream in XLS format, using the specified XLS-specific options. |
ExportToXls(Stream) | Exports a grid to the specified stream in XLS format. |
ExportToXls(String, XlsExportOptions) | Exports a grid to the specified file path in XLS format using the specified XLS-specific options. |
ExportToXls(String) | Exports a grid to the specified file path in XLS format. |
ExportToXlsx(Stream, XlsxExportOptions) | Exports a grid to the specified stream in XLSX format, using the specified XLSX-specific options. |
ExportToXlsx(Stream) | Exports a grid to the specified stream in XLSX format. |
ExportToXlsx(String, XlsxExportOptions) | Exports a grid to the specified file path in XLSX format, using the specified XLSX-specific options. |
ExportToXlsx(String) | Exports a grid to the specified file path in XLSX format. |
ExportToXps(Stream, XpsExportOptions) | Exports a grid to the specified stream in XPS format, using the specified XPS-specific options. Inherited from DataViewBase. |
ExportToXps(Stream) | Exports a grid to the specified stream in XPS format. Inherited from DataViewBase. |
ExportToXps(String, XpsExportOptions) | Exports a grid to the specified file path in XPS format using the specified XPS-specific options. Inherited from DataViewBase. |
ExportToXps(String) | Exports a grid to the specified file path in XPS format. Inherited from DataViewBase. |
FindCommonVisualAncestor(DependencyObject) | Returns the common ancestor of two visual objects. Inherited from Visual. |
FindName(String) | Finds an element that has the provided identifier name. Inherited from FrameworkElement. |
FindResource(Object) | Searches for a resource with the specified key, and throws an exception if the requested resource is not found. Inherited from FrameworkElement. |
FixItem(Object, FixedRowPosition) | Fixes a row at the top or at the bottom of the grid. |
FixRow(Int32, FixedRowPosition) | Fixes a row at the top or at the bottom of the grid. |
Focus() | Attempts to set focus to this element. Inherited from UIElement. |
GetAnimationBaseValue(DependencyProperty) | Returns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. Inherited from UIElement. |
GetBindingExpression(DependencyProperty) | Returns the BindingExpression that represents the binding on the specified property. Inherited from FrameworkElement. |
GetCellElementByMouseEventArgs(MouseEventArgs) | Returns a cell’s UI element located at the specified coordinates. Inherited from DataViewBase. |
GetCellElementByRowHandleAndColumn(Int32, ColumnBase) | Returns the specified cell’s UI element. Inherited from DataViewBase. |
GetCellElementByTreeElement(DependencyObject) | Returns a cell that contains the specified tree element. Inherited from DataViewBase. |
GetColumnByMouseEventArgs(MouseEventArgs) | Returns a column located at the specified coordinates. Inherited from DataViewBase. |
GetColumnByTreeElement(DependencyObject) | Returns a column whose cell contains the specified tree element. Inherited from DataViewBase. |
GetColumnHeaderDragIndicatorSize(DependencyObject) static | Gets the value of the DataViewBase.ColumnHeaderDragIndicatorSize attached property for a specified DependencyObject. Inherited from DataViewBase. |
GetFixedRowPosition(Int32) | Gets the row’s fix position. |
GetFixedRowPositionByItem(Object) | Gets the row’s fix position. |
GetFlowDirection(DependencyObject) static | Gets the value of the FlowDirection attached property for the specified DependencyObject. Inherited from FrameworkElement. |
GetGroupFooterRowElementByRowHandle(Int32) | Returns the specified group footer‘s UI element. |
GetHashCode() | Gets a hash code for this DependencyObject. Inherited from DependencyObject. |
GetIsFocusedCell(DependencyObject) static | Gets the value of the DataViewBase.IsFocusedCell attached property for a specified DependencyObject. Inherited from DataViewBase. |
GetIsFocusedRow(DependencyObject) static | Gets the value of the DataViewBase.IsFocusedRow attached property for a specified DependencyObject. Inherited from DataViewBase. |
GetLayoutClip(Size) protected | Returns a geometry for a clipping mask. The mask applies if the layout system attempts to arrange an element that is larger than the available display space. Inherited from FrameworkElement. |
GetLocalValueEnumerator() | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. Inherited from DependencyObject. |
GetNextRowHandle(Int32) | |
GetPrevRowHandle(Int32) | |
GetRowElementByMouseEventArgs(MouseEventArgs) | Returns a row’s UI element located at the specified coordinates. Inherited from DataViewBase. |
GetRowElementByRowHandle(Int32) | Returns a UI element that is the specified row. Inherited from DataViewBase. |
GetRowElementByTreeElement(DependencyObject) | Returns the row that contains the specified tree element. Inherited from DataViewBase. |
GetRowHandle(DependencyObject) static | Gets the value of the DataViewBase.RowHandle attached property for a specified DependencyObject. Inherited from DataViewBase. |
GetRowHandleByMouseEventArgs(MouseEventArgs) | Returns the handle of a row located under the mouse pointer. Inherited from DataViewBase. |
GetRowHandleByTreeElement(DependencyObject) | Returns the handle of a row that contains the specified element. Inherited from DataViewBase. |
GetSelectedCells() | Gets selected data cells. |
GetSelectedRowHandles() | Obsolete. Returns the handles of the selected rows. Inherited from DataViewBase. |
GetSelectedRows() | Gets selected rows. Inherited from GridViewBase. |
GetTemplateChild(String) protected | Returns the named element in the visual tree of an instantiated ControlTemplate. Inherited from FrameworkElement. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
GetUIParentCore() protected | Returns an alternative logical parent for this element if there is no visual parent. Inherited from FrameworkElement. |
GetValue(DependencyProperty) | Returns the current effective value of a dependency property on this instance of a DependencyObject. Inherited from DependencyObject. |
GetVisualChild(Int32) protected | Overrides GetVisualChild(Int32), and returns a child at the specified index from a collection of child elements. Inherited from FrameworkElement. |
HideColumnChooser() | Hides the Column Chooser. Inherited from DataViewBase. |
HideEditForm() | Cancels all changes and closes the Edit Form. |
HideEditor() | Closes the active editor and discards all changes. |
HideSearchPanel() | Hides the Search Panel. Inherited from DataViewBase. |
HitTestCore(GeometryHitTestParameters) protected | Implements HitTestCore(GeometryHitTestParameters) to supply base element hit testing behavior (returning GeometryHitTestResult). Inherited from UIElement. |
HitTestCore(PointHitTestParameters) protected | Implements HitTestCore(PointHitTestParameters) to supply base element hit testing behavior (returning HitTestResult). Inherited from UIElement. |
IncrementalSearchEnd() | Ends incremental search. Inherited from DataViewBase. |
IncrementalSearchMoveNext() | Allows you to programmatically focus the next incremental search result. Inherited from DataViewBase. |
IncrementalSearchMovePrev() | Allows you to programmatically focus the previous incremental search result. Inherited from DataViewBase. |
IncrementalSearchStart(String) | Starts the incremental search with the specified search string. Inherited from DataViewBase. |
InputHitTest(Point) | Returns the input element within the current element that is at the specified coordinates, relative to the current element’s origin. Inherited from UIElement. |
InvalidateArrange() | Invalidates the arrange state (layout) for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by UpdateLayout(). Inherited from UIElement. |
InvalidateMeasure() | Invalidates the measurement state (layout) for the element. Inherited from UIElement. |
InvalidateProperty(DependencyProperty) | Re-evaluates the effective value for the specified dependency property. Inherited from DependencyObject. |
InvalidateVisual() | Invalidates the rendering of the element, and forces a complete new layout pass. OnRender(DrawingContext) is called after the layout cycle is completed. Inherited from UIElement. |
IsAncestorOf(DependencyObject) | Determines whether the visual object is an ancestor of the descendant visual object. Inherited from Visual. |
IsCellSelected(Int32, ColumnBase) | Indicates whether the specified cell is selected. |
IsDescendantOf(DependencyObject) | Determines whether the visual object is a descendant of the ancestor visual object. Inherited from Visual. |
IsRowSelected(Int32) | Indicates whether the specified row/card is selected. Inherited from DataViewBase. |
Measure(Size) | Updates the DesiredSize of a UIElement. Parent elements call this method from their own MeasureCore(Size) implementations to form a recursive layout update. Calling this method constitutes the first pass (the “Measure” pass) of a layout update. Inherited from UIElement. |
MeasureCore(Size) protected | Implements basic measure-pass layout system behavior for FrameworkElement. Inherited from FrameworkElement. |
MeasureOverride(Size) protected | Called to remeasure a control. Inherited from Control. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
MoveColumnTo(ColumnBase, Int32, HeaderPresenterType, HeaderPresenterType, MergeGroupPosition) | Moves the specified column to the specified position. Inherited from DataViewBase. |
MoveFirstRow() | Moves focus to the first visible row or card within a View. Inherited from DataViewBase. |
MoveFocus(TraversalRequest) | Moves the keyboard focus away from this element and to another element in a provided traversal direction. Inherited from FrameworkElement. |
MoveFocusedRow(Int32) | Moves focus to the specified row. Inherited from DataViewBase. |
MoveLastRow() | Moves focus to the last visible row or card within a View. Inherited from DataViewBase. |
MoveNextCell() | Focuses the next cell after the focused cell. Inherited from DataViewBase. |
MoveNextPage() | Moves focus forward to the bottom row or card displayed onscreen within a View. Inherited from DataViewBase. |
MoveNextRow() | Moves focus to the row or card following the one currently focused. Inherited from DataViewBase. |
MoveParentGroupRow() | Moves focus to the group row that owns the currently focused row. Inherited from GridViewBase. |
MovePrevCell() | Focuses the preceding cell before the focused cell. Inherited from DataViewBase. |
MovePrevPage() | Moves focus backward to the top row or card displayed onscreen within a View. Inherited from DataViewBase. |
MovePrevRow() | Moves focus to the row or card preceding the one currently focused. Inherited from DataViewBase. |
MovePrevRow(Boolean) | Moves focus to the row preceding the one currently focused, and optionally allows the Automatic Filter Row to be focused. |
OnAccessKey(AccessKeyEventArgs) protected | Provides class handling for when an access key that is meaningful for this element is invoked. Inherited from UIElement. |
OnApplyTemplate() | Called after the template is completely generated and attached to the visual tree. Inherited from GridViewBase. |
OnChildDesiredSizeChanged(UIElement) protected | Supports layout behavior when a child element is resized. Inherited from UIElement. |
OnContextMenuClosing(ContextMenuEventArgs) protected | Invoked whenever an unhandled ContextMenuClosing routed event reaches this class in its route. Implement this method to add class handling for this event. Inherited from FrameworkElement. |
OnContextMenuOpening(ContextMenuEventArgs) protected | Invoked whenever an unhandled ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event. Inherited from FrameworkElement. |
OnCreateAutomationPeer() protected | Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. Inherited from UIElement. |
OnDpiChanged(DpiScale, DpiScale) protected | Called when the DPI at which this View is rendered changes. Inherited from Visual. |
OnDragEnter(DragEventArgs) protected | Invoked when an unhandled DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnDragLeave(DragEventArgs) protected | Invoked when an unhandled DragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnDragOver(DragEventArgs) protected | Invoked when an unhandled DragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnDrop(DragEventArgs) protected | Invoked when an unhandled DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnGiveFeedback(GiveFeedbackEventArgs) protected | Invoked when an unhandled GiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnGotFocus(RoutedEventArgs) protected | Invoked whenever an unhandled GotFocus event reaches this element in its route. Inherited from FrameworkElement. |
OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) protected | Invoked when an unhandled GotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnGotMouseCapture(MouseEventArgs) protected | Invoked when an unhandled GotMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnGotStylusCapture(StylusEventArgs) protected | Invoked when an unhandled GotStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnGotTouchCapture(TouchEventArgs) protected | Provides class handling for the GotTouchCapture routed event that occurs when a touch is captured to this element. Inherited from UIElement. |
OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) protected | Invoked when an unhandled IsKeyboardFocusedChanged event is raised on this element. Implement this method to add class handling for this event. Inherited from UIElement. |
OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) protected | Invoked just before the IsKeyboardFocusWithinChanged event is raised by this element. Implement this method to add class handling for this event. Inherited from UIElement. |
OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) protected | Invoked when an unhandled IsMouseCapturedChanged event is raised on this element. Implement this method to add class handling for this event. Inherited from UIElement. |
OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) protected | Invoked when an unhandled IsMouseCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. Inherited from UIElement. |
OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) protected | Invoked when an unhandled IsMouseDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. Inherited from UIElement. |
OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) protected | Invoked when an unhandled IsStylusCapturedChanged event is raised on this element. Implement this method to add class handling for this event. Inherited from UIElement. |
OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) protected | Invoked when an unhandled IsStylusCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. Inherited from UIElement. |
OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) protected | Invoked when an unhandled IsStylusDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. Inherited from UIElement. |
OnLostFocus(RoutedEventArgs) protected | Raises the LostFocus routed event by using the event data that is provided. Inherited from UIElement. |
OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) protected | Invoked when an unhandled LostKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnLostMouseCapture(MouseEventArgs) protected | Invoked when an unhandled LostMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnLostStylusCapture(StylusEventArgs) protected | Invoked when an unhandled LostStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnLostTouchCapture(TouchEventArgs) protected | Provides class handling for the LostTouchCapture routed event that occurs when this element loses a touch capture. Inherited from UIElement. |
OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) protected | Called when the ManipulationBoundaryFeedback event occurs. Inherited from UIElement. |
OnManipulationCompleted(ManipulationCompletedEventArgs) protected | Called when the ManipulationCompleted event occurs. Inherited from UIElement. |
OnManipulationDelta(ManipulationDeltaEventArgs) protected | Called when the ManipulationDelta event occurs. Inherited from UIElement. |
OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) protected | Called when the ManipulationInertiaStarting event occurs. Inherited from UIElement. |
OnManipulationStarted(ManipulationStartedEventArgs) protected | Called when the ManipulationStarted event occurs. Inherited from UIElement. |
OnManipulationStarting(ManipulationStartingEventArgs) protected | Provides class handling for the ManipulationStarting routed event that occurs when the manipulation processor is first created. Inherited from UIElement. |
OnMouseDoubleClick(MouseButtonEventArgs) protected | Raises the MouseDoubleClick routed event. Inherited from Control. |
OnMouseDown(MouseButtonEventArgs) protected | Invoked when an unhandled MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnMouseEnter(MouseEventArgs) protected | Invoked when an unhandled MouseEnter attached event is raised on this element. Implement this method to add class handling for this event. Inherited from UIElement. |
OnMouseLeftButtonDown(MouseButtonEventArgs) protected | Invoked when an unhandled MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event. Inherited from UIElement. |
OnMouseMove(MouseEventArgs) protected | Invoked when an unhandled MouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnMouseRightButtonDown(MouseButtonEventArgs) protected | Invoked when an unhandled MouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnMouseRightButtonUp(MouseButtonEventArgs) protected | Invoked when an unhandled MouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnMouseUp(MouseButtonEventArgs) protected | Invoked when an unhandled MouseUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnMouseWheel(MouseWheelEventArgs) protected | Invoked when an unhandled MouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPaste() | Pastes data from the clipboard in the GridControl. |
OnPreviewDragEnter(DragEventArgs) protected | Invoked when an unhandled PreviewDragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewDragLeave(DragEventArgs) protected | Invoked when an unhandled PreviewDragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewDragOver(DragEventArgs) protected | Invoked when an unhandled PreviewDragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewDrop(DragEventArgs) protected | Invoked when an unhandled PreviewDrop attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewGiveFeedback(GiveFeedbackEventArgs) protected | Invoked when an unhandled PreviewGiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) protected | Invoked when an unhandled PreviewGotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewKeyUp(KeyEventArgs) protected | Invoked when an unhandled PreviewKeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) protected | Invoked when an unhandled PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewMouseDown(MouseButtonEventArgs) protected | Invoked when an unhandled PreviewMouseDown attached routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) protected | Invoked when an unhandled PreviewMouseLeftButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) protected | Invoked when an unhandled PreviewMouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewMouseRightButtonDown(MouseButtonEventArgs) protected | Invoked when an unhandled PreviewMouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewMouseRightButtonUp(MouseButtonEventArgs) protected | Invoked when an unhandled PreviewMouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewMouseUp(MouseButtonEventArgs) protected | Invoked when an unhandled PreviewMouseUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewMouseWheel(MouseWheelEventArgs) protected | Invoked when an unhandled PreviewMouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) protected | Invoked when an unhandled PreviewQueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewStylusButtonDown(StylusButtonEventArgs) protected | Invoked when an unhandled PreviewStylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewStylusButtonUp(StylusButtonEventArgs) protected | Invoked when an unhandled PreviewStylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewStylusDown(StylusDownEventArgs) protected | Invoked when an unhandled PreviewStylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewStylusInAirMove(StylusEventArgs) protected | Invoked when an unhandled PreviewStylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewStylusInRange(StylusEventArgs) protected | Invoked when an unhandled PreviewStylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewStylusMove(StylusEventArgs) protected | Invoked when an unhandled PreviewStylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewStylusOutOfRange(StylusEventArgs) protected | Invoked when an unhandled PreviewStylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) protected | Invoked when an unhandled PreviewStylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewStylusUp(StylusEventArgs) protected | Invoked when an unhandled PreviewStylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnPreviewTouchDown(TouchEventArgs) protected | Provides class handling for the PreviewTouchDown routed event that occurs when a touch presses this element. Inherited from UIElement. |
OnPreviewTouchMove(TouchEventArgs) protected | Provides class handling for the PreviewTouchMove routed event that occurs when a touch moves while inside this element. Inherited from UIElement. |
OnPreviewTouchUp(TouchEventArgs) protected | Provides class handling for the PreviewTouchUp routed event that occurs when a touch is released inside this element. Inherited from UIElement. |
OnQueryContinueDrag(QueryContinueDragEventArgs) protected | Invoked when an unhandled QueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnQueryCursor(QueryCursorEventArgs) protected | Invoked when an unhandled QueryCursor attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnRender(DrawingContext) protected | When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing. Inherited from UIElement. |
OnRenderSizeChanged(SizeChangedInfo) protected | Raises the SizeChanged event, using the specified information as part of the eventual event data. Inherited from FrameworkElement. |
OnStyleChanged(Style, Style) protected | Invoked when the style in use on this element changes, which will invalidate the layout. Inherited from FrameworkElement. |
OnStylusButtonDown(StylusButtonEventArgs) protected | Invoked when an unhandled StylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnStylusButtonUp(StylusButtonEventArgs) protected | Invoked when an unhandled StylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnStylusDown(StylusDownEventArgs) protected | Invoked when an unhandled StylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnStylusEnter(StylusEventArgs) protected | Invoked when an unhandled StylusEnter attached event is raised by this element. Implement this method to add class handling for this event. Inherited from UIElement. |
OnStylusInAirMove(StylusEventArgs) protected | Invoked when an unhandled StylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnStylusInRange(StylusEventArgs) protected | Invoked when an unhandled StylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnStylusLeave(StylusEventArgs) protected | Invoked when an unhandled StylusLeave attached event is raised by this element. Implement this method to add class handling for this event. Inherited from UIElement. |
OnStylusMove(StylusEventArgs) protected | Invoked when an unhandled StylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnStylusOutOfRange(StylusEventArgs) protected | Invoked when an unhandled StylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnStylusSystemGesture(StylusSystemGestureEventArgs) protected | Invoked when an unhandled StylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnStylusUp(StylusEventArgs) protected | Invoked when an unhandled StylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnTemplateChanged(ControlTemplate, ControlTemplate) protected | Called whenever the control’s template changes. Inherited from Control. |
OnTextInput(TextCompositionEventArgs) protected | Invoked when an unhandled TextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from UIElement. |
OnToolTipClosing(ToolTipEventArgs) protected | Invoked whenever an unhandled ToolTipClosing routed event reaches this class in its route. Implement this method to add class handling for this event. Inherited from FrameworkElement. |
OnToolTipOpening(ToolTipEventArgs) protected | Invoked whenever the ToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event. Inherited from FrameworkElement. |
OnTouchDown(TouchEventArgs) protected | Provides class handling for the TouchDown routed event that occurs when a touch presses inside this element. Inherited from UIElement. |
OnTouchEnter(TouchEventArgs) protected | Provides class handling for the TouchEnter routed event that occurs when a touch moves from outside to inside the bounds of this element. Inherited from UIElement. |
OnTouchLeave(TouchEventArgs) protected | Provides class handling for the TouchLeave routed event that occurs when a touch moves from inside to outside the bounds of this UIElement. Inherited from UIElement. |
OnTouchMove(TouchEventArgs) protected | Provides class handling for the TouchMove routed event that occurs when a touch moves while inside this element. Inherited from UIElement. |
OnTouchUp(TouchEventArgs) protected | Provides class handling for the TouchUp routed event that occurs when a touch is released inside this element. Inherited from UIElement. |
OnVisualChildrenChanged(DependencyObject, DependencyObject) protected | Called when the VisualCollection of the visual object is modified. Inherited from Visual. |
ParentLayoutInvalidated(UIElement) protected | Supports incremental layout implementations in specialized subclasses of FrameworkElement. ParentLayoutInvalidated(UIElement) is invoked when a child element has invalidated a property that is marked in metadata as affecting the parent’s measure or arrange passes during layout. Inherited from FrameworkElement. |
PointFromScreen(Point) | Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual. Inherited from Visual. |
PointToScreen(Point) | Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates. Inherited from Visual. |
PostEditor() | Saves the active editor’s value to a data source without closing the editor. Inherited from DataViewBase. |
PredictFocus(FocusNavigationDirection) | Determines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. Inherited from FrameworkElement. |
Print() | Invokes the Print dialog and prints the control’s data. Inherited from DataViewBase. |
PrintDirect() | Uses the default printer to print the control. Inherited from DataViewBase. |
PrintDirect(PrintQueue) | Obsolete. Uses the specified printer to print the control’s data. Inherited from DataViewBase. |
PrintDirect(String) | Uses the specified printer to print the control’s data. Inherited from DataViewBase. |
RaiseEvent(RoutedEventArgs) | Raises a specific routed event. The RoutedEvent to be raised is identified within the RoutedEventArgs instance that is provided (as the RoutedEvent property of that event data). Inherited from UIElement. |
ReadLocalValue(DependencyProperty) | Returns the local value of a dependency property, if it exists. Inherited from DependencyObject. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
RefreshDataSourceAsync() | Refreshes the grid’s ItemsSource. Inherited from DataViewBase. |
RegisterName(String, Object) | Provides an accessor that simplifies access to the NameScope registration method. Inherited from FrameworkElement. |
ReleaseAllTouchCaptures() | Releases all captured touch devices from this element. Inherited from UIElement. |
ReleaseMouseCapture() | Releases the mouse capture, if this element held the capture. Inherited from UIElement. |
ReleaseStylusCapture() | Releases the stylus device capture, if this element held the capture. Inherited from UIElement. |
ReleaseTouchCapture(TouchDevice) | Attempts to release the specified touch device from this element. Inherited from UIElement. |
RemoveHandler(RoutedEvent, Delegate) | Removes the specified routed event handler from this element. Inherited from UIElement. |
RemoveLogicalChild(Object) protected | Removes the provided object from this element’s logical tree. FrameworkElement updates the affected logical tree parent pointers to keep in sync with this deletion. Inherited from FrameworkElement. |
RemoveVisualChild(Visual) protected | Removes the parent-child relationship between two visuals. Inherited from Visual. |
ScrollIntoView(Int32) | Makes the specified row visible onscreen. Inherited from DataViewBase. |
ScrollIntoView(Object) | Makes the specified row visible onscreen. Inherited from DataViewBase. |
SearchResultNext() | Allows to programmatically focus the next search result. Inherited from DataViewBase. |
SearchResultPrev() | Allows to programmatically focus the previous search result. Inherited from DataViewBase. |
SelectAll() | Obsolete. Selects all rows/cards within a View. Inherited from DataViewBase. |
SelectCell(Int32, GridColumn) | Selects the cell. |
SelectCells(Int32, GridColumn, Int32, GridColumn) | Selects multiple cells. |
SelectRange(Int32, Int32) | Obsolete. Selects multiple rows/cards, while preserving the current selection (if any). Inherited from GridViewBase. |
SelectRow(Int32) | Obsolete. Selects the specified row. Inherited from GridViewBase. |
SetBinding(DependencyProperty, String) | Attaches a binding to this element, based on the provided source property name as a path qualification to the data source. Inherited from FrameworkElement. |
SetBinding(DependencyProperty, BindingBase) | Attaches a binding to this element, based on the provided binding object. Inherited from FrameworkElement. |
SetColumnHeaderDragIndicatorSize(DependencyObject, Double) static | Sets the value of the DataViewBase.ColumnHeaderDragIndicatorSize attached property to a specified DependencyObject. Inherited from DataViewBase. |
SetCurrentValue(DependencyProperty, Object) | Sets the value of a dependency property without changing its value source. Inherited from DependencyObject. |
SetFlowDirection(DependencyObject, FlowDirection) static | Sets the value of the FlowDirection attached property for the provided element. Inherited from FrameworkElement. |
SetIsFocusedCell(DependencyObject, Boolean) static | Sets the value of the DataViewBase.IsFocusedCell attached property to a specified DependencyObject. Inherited from DataViewBase. |
SetIsFocusedRow(DependencyObject, Boolean) static | Sets the value of the DataViewBase.IsFocusedRow attached property to a specified DependencyObject. Inherited from DataViewBase. |
SetResourceReference(DependencyProperty, Object) | Searches for a resource with the specified name and sets up a resource reference to it for the specified property. Inherited from FrameworkElement. |
SetRowHandle(DependencyObject, RowHandle) static | Sets the value of the DataViewBase.RowHandle attached property to a specified DependencyObject. Inherited from DataViewBase. |
SetValue(DependencyProperty, Object) | Sets the local value of a dependency property, specified by its dependency property identifier. Inherited from DependencyObject. |
SetValue(DependencyPropertyKey, Object) | Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. Inherited from DependencyObject. |
ShouldSerializeColumnChooserBandsSortOrderComparer(XamlDesignerSerializationManager) | This member supports the internal infrastructure and is not intended to be used directly from your code. |
ShouldSerializeColumnChooserColumns(XamlDesignerSerializationManager) | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataViewBase. |
ShouldSerializeColumnChooserColumnsSortOrderComparer(XamlDesignerSerializationManager) | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataViewBase. |
ShouldSerializeCommandBindings() | Returns whether serialization processes should serialize the contents of the CommandBindings property on instances of this class. Inherited from UIElement. |
ShouldSerializeFixedLeftVisibleColumns(XamlDesignerSerializationManager) | This member supports the internal infrastructure and is not intended to be used directly from your code. |
ShouldSerializeFixedNoneVisibleColumns(XamlDesignerSerializationManager) | This member supports the internal infrastructure and is not intended to be used directly from your code. |
ShouldSerializeFixedRightVisibleColumns(XamlDesignerSerializationManager) | This member supports the internal infrastructure and is not intended to be used directly from your code. |
ShouldSerializeInputBindings() | Returns whether serialization processes should serialize the contents of the InputBindings property on instances of this class. Inherited from UIElement. |
ShouldSerializeProperty(DependencyProperty) protected | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. Inherited from DependencyObject. |
ShouldSerializeResources() | Returns whether serialization processes should serialize the contents of the Resources property. Inherited from FrameworkElement. |
ShouldSerializeSearchPanelImmediateMRUPopup(XamlDesignerSerializationManager) | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataViewBase. |
ShouldSerializeStyle() | Returns whether serialization processes should serialize the contents of the Style property. Inherited from FrameworkElement. |
ShouldSerializeTriggers() | Returns whether serialization processes should serialize the contents of the Triggers property. Inherited from FrameworkElement. |
ShouldSerializeVisibleColumns(XamlDesignerSerializationManager) | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from GridViewBase. |
ShowColumnChooser() | Invokes the Column Chooser. Inherited from DataViewBase. |
ShowConditionalFormattingManager(ColumnBase) | Shows the conditional formatting rules manager. |
ShowDialogEditForm() | Shows the edit form as a popup dialog window. |
ShowEditForm() | Shows the edit form in a mode specified by the TableView.EditFormShowMode property. |
ShowEditor() | Activates the focused cell’s inplace editor. Inherited from DataViewBase. |
ShowEditor(Boolean) | Activates the focused cell’s inplace editor. |
ShowFilterEditor(ColumnBase) | Shows the Filter Editor. Inherited from DataViewBase. |
ShowFilterEditor(Object, String, ColumnBase) | Obsolete. Shows the Filter Editor. This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataViewBase. |
ShowFixedTotalSummaryEditor() | Invokes the Fixed Summary Editor. Inherited from DataViewBase. |
ShowFormatConditionDialog(ColumnBase, FormatConditionDialogType) | Invokes the format condition dialog. |
ShowGroupFooterSummaryEditor(ColumnBase) | Invokes the Runtime Summary Editor for the specified column. |
ShowGroupSummaryEditor() | Invokes the Runtime Summary Editor. Inherited from GridViewBase. |
ShowInlineEditForm() | Shows the Edit Form. |
ShowPrintPreview(FrameworkElement, String, String) | Creates the print document from the DataViewBase (or its inheritor) and displays a Print Preview of the document. Inherited from DataViewBase. |
ShowPrintPreview(FrameworkElement, String) | Creates the print document from the DataViewBase (or its inheritor) and displays a Print Preview of the document. Inherited from DataViewBase. |
ShowPrintPreview(FrameworkElement) | Creates the print document from the DataViewBase (or its inheritor) and displays a Print Preview of the document. Inherited from DataViewBase. |
ShowPrintPreviewDialog(Window, String, String) | Creates the print document from the DataViewBase (or its inheritor) and displays a Print Preview of the document as a modal window. Inherited from DataViewBase. |
ShowPrintPreviewDialog(Window, String) | Creates the print document from the DataViewBase (or its inheritor) and displays a Print Preview of the document as a modal window. Inherited from DataViewBase. |
ShowPrintPreviewDialog(Window) | Creates the print document from the DataViewBase (or its inheritor) and displays a Print Preview of the document as a modal window. Inherited from DataViewBase. |
ShowRibbonPrintPreview(FrameworkElement, String, String) | Creates the print document from the DataViewBase (or its inheritor) and displays the document’s Print Preview with the Ribbon UI. Inherited from DataViewBase. |
ShowRibbonPrintPreview(FrameworkElement, String) | Creates the print document from the DataViewBase (or its inheritor) and displays the document’s Print Preview with the Ribbon UI. Inherited from DataViewBase. |
ShowRibbonPrintPreview(FrameworkElement) | Creates the print document from the DataViewBase (or its inheritor) and displays the document’s Print Preview with the Ribbon UI. Inherited from DataViewBase. |
ShowRibbonPrintPreviewDialog(Window, String, String) | Creates the print document from the DataViewBase (or its inheritor) and displays the document’s Print Preview as a modal window with the Ribbon UI. Inherited from DataViewBase. |
ShowRibbonPrintPreviewDialog(Window, String) | Creates the print document from the DataViewBase (or its inheritor) and displays the document’s Print Preview as a modal window with the Ribbon UI. Inherited from DataViewBase. |
ShowRibbonPrintPreviewDialog(Window) | Creates the print document from the DataViewBase (or its inheritor) and displays the document’s Print Preview as a modal window with the Ribbon UI. Inherited from DataViewBase. |
ShowSearchPanel(Boolean) | Invokes the Search Panel. Inherited from DataViewBase. |
ShowTotalSummaryEditor(ColumnBase) | Invokes the Runtime Summary Editor for the specified column. Inherited from DataViewBase. |
ShowUnboundExpressionEditor(ColumnBase) | Invokes the Expression Editor that enables editing an expression for the specified unbound column. Inherited from DataViewBase. |
StartAnimation(Int32, DataUpdateFormatCondition) | Launches the data update animation. |
StartAnimation(String, Int32, DataUpdateFormatCondition) | Launches the data update animation. |
StopAnimation(Int32) | Stops the data update animation. |
StopAnimation(String, Int32) | Stops the data update animation. |
IQueryAmbient.IsAmbientPropertyAvailable(String) | For a description of this member, see the IsAmbientPropertyAvailable(String) method. Inherited from FrameworkElement. |
ToString() | Returns the string representation of a Control object. Inherited from Control. |
TransformToAncestor(Visual3D) | Returns a transform that can be used to transform coordinates from the Visual to the specified Visual3D ancestor of the visual object. Inherited from Visual. |
TransformToAncestor(Visual) | Returns a transform that can be used to transform coordinates from the Visual to the specified Visual ancestor of the visual object. Inherited from Visual. |
TransformToDescendant(Visual) | Returns a transform that can be used to transform coordinates from the Visual to the specified visual object descendant. Inherited from Visual. |
TransformToVisual(Visual) | Returns a transform that can be used to transform coordinates from the Visual to the specified visual object. Inherited from Visual. |
TranslatePoint(Point, UIElement) | Translates a point relative to this element to coordinates that are relative to the specified element. Inherited from UIElement. |
TryFindResource(Object) | Searches for a resource with the specified key, and returns that resource if found. Inherited from FrameworkElement. |
UnregisterName(String) | Simplifies access to the NameScope de-registration method. Inherited from FrameworkElement. |
UnselectCell(Int32, GridColumn) | Unselects the specified cell. |
UnselectCells(Int32, GridColumn, Int32, GridColumn) | Unselects the specified cells. |
UnselectRow(Int32) | Obsolete. Unselects the specified row. Inherited from GridViewBase. |
UpdateDefaultStyle() | Reapplies the default style to the current FrameworkElement. Inherited from FrameworkElement. |
UpdateLayout() | Ensures that all visual child elements of this element are properly updated for layout. Inherited from UIElement. |
UpdateRow() | Posts the edited row’s changes to the datasource. |
UpdateRowAsync() | |
ValidateEditor() | Validates the active editor. Inherited from DataViewBase. |
VerifyAccess() | Enforces that the calling thread has access to this DispatcherObject. Inherited from DispatcherObject. |
Events
Name | Description |
---|---|
AddingNewRow | Occurs when a new row is added to the GridControl and allows you to initialize the new record. Inherited from GridViewBase. |
BeforeLayoutRefresh | Enables you to lock down end-user capabilities that affect the onscreen position of the focused row (moving row focus, row scrolling, filtering, sorting, etc.). Inherited from DataViewBase. |
CanSelectCell | Occurs in multiple cell selection mode when a user tries to select a grid cell and allows you to prevent the cell selection. |
CanSelectRow | Occurs in multiple row select mode when an end-user tries to select a grid row (node) and allows you to prevent selecting a particular row (node). Inherited from DataViewBase. |
CanUnselectCell | Occurs in multiple cell selection mode when a user tries to unselect a grid cell and allows you to prevent this operation for a particular cell. |
CanUnselectRow | Occurs in multiple row select mode when an end-user tries to unselect a grid row (node) and allows you to prevent unselecting a particular row (node). Inherited from DataViewBase. |
CellMerge | Allows you to specify custom cell merge rules. |
CellValueChanged | Occurs when a cell value is changed. Inherited from GridViewBase. |
CellValueChanging | Occurs when a user edits a cell value (for example, types or deletes a character, chooses a value from the drop-down list). Inherited from GridViewBase. |
ClipboardRowCellValuePasting | Occurs when an end-user pastes new cell values from clipboard and allows you to process the inserted data or cancel the operation. |
ClipboardRowCopying | Fires before a data row, group row, column headers, or band headers are copied to the clipboard. Allows you to apply a format, change the copied data, or skip a data row or header. |
ClipboardRowPasting | Occurs when an end-user pastes a new row from clipboard and allows you to process the inserted data or cancel the operation. |
ColumnHeaderClick | Occurs when a column header is clicked. Inherited from DataViewBase. |
CompleteRecordDragDrop | Occurs when a drag-and-drop operation is completed. Inherited from DataViewBase. |
ContextMenuClosing | Occurs just before any context menu on the element is closed. Inherited from FrameworkElement. |
ContextMenuOpening | Occurs when any context menu on the element is opened. Inherited from FrameworkElement. |
ContinueRecordDrag | Occurs when there is a change in the keyboard or mouse button states during a drag-and-drop operation, and enables the drop source to cancel the drag-and-drop operation depending on the key/button states. Inherited from DataViewBase. |
CopyingToClipboard | Obsolete. Occurs when grid data is copied to the clipboard, allowing you to manually copy required data. Inherited from GridViewBase. |
CreateRootNodeCompleted | Inherited from DataViewBase. |
CurrentPageIndexChanged | Occurs after the selected page is changed. Inherited from GridViewBase. |
CurrentPageIndexChanging | Occurs before the selected page is changed. Inherited from GridViewBase. |
CustomBestFit | Allows you to manually calculate the optimal width for a column(s). |
CustomCellAppearance | Allows overriding the cell’s foreground and background settings. |
CustomDataUpdateFormatCondition | Allows defining a custom logic of conditional formatting of the changed grid cells (rows). |
CustomFilterDisplayText | Allows you to display custom text instead of a filter expression in the legacy Filter Panel. Inherited from DataViewBase. |
CustomRowAppearance | Allows overriding the row’s foreground and background settings. |
CustomScrollAnimation | Enables you to provide custom animation played when grid data is vertically scrolled (per-pixel). |
DataContextChanged | Occurs when the data context for this element changes. Inherited from FrameworkElement. |
DataSourceRefresh |
Occurs before the data source is refreshed (a user presses F5 or executes the RefreshDataSource command) and allows you to implement custom refresh logic.
Inherited from DataViewBase. |
DragEnter | Occurs when the input system reports an underlying drag event with this element as the drag target. Inherited from UIElement. |
DragLeave | Occurs when the input system reports an underlying drag event with this element as the drag origin. Inherited from UIElement. |
DragOver | Occurs when the input system reports an underlying drag event with this element as the potential drop target. Inherited from UIElement. |
DragRecordOver | Occurs continuously while a record is dragged (moved) within the drop target’s boundary. Inherited from DataViewBase. |
Drop | Occurs when the input system reports an underlying drop event with this element as the drop target. Inherited from UIElement. |
DropRecord | Occurs when a record is dropped on the drop target element. Inherited from DataViewBase. |
EditFormShowing | Occurs when the Table View is about to display the Edit Form. |
FilterEditorCreated | Fires after the embedded FilterControl has been created. This event is not fired for the new FilterEditorControl. Inherited from DataViewBase. |
FocusableChanged | Occurs when the value of the Focusable property changes. Inherited from UIElement. |
FocusedColumnChanged | Obsolete. Occurs after the focused column has been changed. Inherited from DataViewBase. |
FocusedRowChanged | Obsolete. Occurs after the focused row has been changed. Inherited from DataViewBase. |
FocusedRowHandleChanged | Occurs after the focused row’s handle has been changed. Inherited from DataViewBase. |
FocusedRowHandleChanging | Occurs when the focused row handle is about to change. Inherited from DataViewBase. |
FocusedViewChanged | Occurs after the active View has been changed. Inherited from DataViewBase. |
GetActiveEditorNeedsKey | Allows you to specify whether an active editor responds to keys that a user presses. Inherited from DataViewBase. |
GetIsEditorActivationAction | Allows you to specify whether an action (key down, text input, or mouse left button click) activates the focused editor. Inherited from DataViewBase. |
GiveFeedback | Occurs when the input system reports an underlying drag-and-drop event that involves this element. Inherited from UIElement. |
GiveRecordDragFeedback | Occurs continuously while a drag-and-drop operation is in progress, and enables the drag source to give feedback to the user. Inherited from DataViewBase. |
GotFocus | Occurs when this element gets logical focus. Inherited from UIElement. |
GotKeyboardFocus | Occurs when the keyboard is focused on this element. Inherited from UIElement. |
GotMouseCapture | Occurs when this element captures the mouse. Inherited from UIElement. |
GotStylusCapture | Occurs when this element captures the stylus. Inherited from UIElement. |
GotTouchCapture | Occurs when a touch is captured to this element. Inherited from UIElement. |
HiddenColumnChooser | Occurs after the Column Chooser has been hidden. Inherited from DataViewBase. |
HiddenEditor | Occurs after a cell’s editor has been closed. Inherited from GridViewBase. |
Initialized |
Occurs when this FrameworkElement is initialized. This event coincides with cases where the value of the IsInitialized property changes from false (or undefined) to true .
Inherited from FrameworkElement. |
InitNewRow | Allows you to initialize a new row with default values. |
InvalidRowException | Occurs when a row fails validation or cannot be saved to a data source. Inherited from GridViewBase. |
IsEnabledChanged | Occurs when the value of the IsEnabled property on this element changes. Inherited from UIElement. |
IsHitTestVisibleChanged | Occurs when the value of the IsHitTestVisible dependency property changes on this element. Inherited from UIElement. |
IsKeyboardFocusedChanged | Occurs when the value of the IsKeyboardFocused property changes on this element. Inherited from UIElement. |
IsKeyboardFocusWithinChanged | Occurs when the value of the IsKeyboardFocusWithin property changes on this element. Inherited from UIElement. |
IsMouseCapturedChanged | Occurs when the value of the IsMouseCaptured property changes on this element. Inherited from UIElement. |
IsMouseCaptureWithinChanged | Occurs when the value of the IsMouseCaptureWithinProperty changes on this element. Inherited from UIElement. |
IsMouseDirectlyOverChanged | Occurs when the value of the IsMouseDirectlyOver property changes on this element. Inherited from UIElement. |
IsStylusCapturedChanged | Occurs when the value of the IsStylusCaptured property changes on this element. Inherited from UIElement. |
IsStylusCaptureWithinChanged | Occurs when the value of the IsStylusCaptureWithin property changes on this element. Inherited from UIElement. |
IsStylusDirectlyOverChanged | Occurs when the value of the IsStylusDirectlyOver property changes on this element. Inherited from UIElement. |
IsVisibleChanged | Occurs when the value of the IsVisible property changes on this element. Inherited from UIElement. |
KeyDown | Occurs when a key is pressed while focus is on this element. Inherited from UIElement. |
KeyUp | Occurs when a key is released while focus is on this element. Inherited from UIElement. |
LayoutUpdated | Occurs when the layout of the various visual elements associated with the current Dispatcher changes. Inherited from UIElement. |
Loaded | Occurs when the element is laid out, rendered, and ready for interaction. Inherited from FrameworkElement. |
LostFocus | Occurs when this element loses logical focus. Inherited from UIElement. |
LostKeyboardFocus | Occurs when the keyboard is no longer focused on this element. Inherited from UIElement. |
LostMouseCapture | Occurs when this element loses mouse capture. Inherited from UIElement. |
LostStylusCapture | Occurs when this element loses stylus capture. Inherited from UIElement. |
LostTouchCapture | Occurs when this element loses a touch capture. Inherited from UIElement. |
ManipulationBoundaryFeedback | Occurs when the manipulation encounters a boundary. Inherited from UIElement. |
ManipulationCompleted | Occurs when a manipulation and inertia on the UIElement object is complete. Inherited from UIElement. |
ManipulationDelta | Occurs when the input device changes position during a manipulation. Inherited from UIElement. |
ManipulationInertiaStarting | Occurs when the input device loses contact with the UIElement object during a manipulation and inertia begins. Inherited from UIElement. |
ManipulationStarted | Occurs when an input device begins a manipulation on the UIElement object. Inherited from UIElement. |
ManipulationStarting | Occurs when the manipulation processor is first created. Inherited from UIElement. |
MouseDoubleClick | Occurs when a mouse button is clicked two or more times. Inherited from Control. |
MouseDown | Occurs when any mouse button is pressed while the pointer is over this element. Inherited from UIElement. |
MouseEnter | Occurs when the mouse pointer enters the bounds of this element. Inherited from UIElement. |
MouseLeave | Occurs when the mouse pointer leaves the bounds of this element. Inherited from UIElement. |
MouseLeftButtonDown | Occurs when the left mouse button is pressed while the mouse pointer is over this element. Inherited from UIElement. |
MouseLeftButtonUp | Occurs when the left mouse button is released while the mouse pointer is over this element. Inherited from UIElement. |
MouseMove | Occurs when the mouse pointer moves while over this element. Inherited from UIElement. |
MouseRightButtonDown | Occurs when the right mouse button is pressed while the mouse pointer is over this element. Inherited from UIElement. |
MouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over this element. Inherited from UIElement. |
MouseUp | Occurs when any mouse button is released over this element. Inherited from UIElement. |
MouseWheel | Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. Inherited from UIElement. |
PastingFromClipboard | Obsolete. Occurs when some information is pasted from the clipboard to the grid. Inherited from DataViewBase. |
PreviewDragEnter | Occurs when the input system reports an underlying drag event with this element as the drag target. Inherited from UIElement. |
PreviewDragLeave | Occurs when the input system reports an underlying drag event with this element as the drag origin. Inherited from UIElement. |
PreviewDragOver | Occurs when the input system reports an underlying drag event with this element as the potential drop target. Inherited from UIElement. |
PreviewDrop | Occurs when the input system reports an underlying drop event with this element as the drop target. Inherited from UIElement. |
PreviewGiveFeedback | Occurs when a drag-and-drop operation is started. Inherited from UIElement. |
PreviewGotKeyboardFocus | Occurs when the keyboard is focused on this element. Inherited from UIElement. |
PreviewKeyDown | Occurs when a key is pressed while focus is on this element. Inherited from UIElement. |
PreviewKeyUp | Occurs when a key is released while focus is on this element. Inherited from UIElement. |
PreviewLostKeyboardFocus | Occurs when the keyboard is no longer focused on this element. Inherited from UIElement. |
PreviewMouseDoubleClick | Occurs when a user clicks the mouse button two or more times. Inherited from Control. |
PreviewMouseDown | Occurs when any mouse button is pressed while the pointer is over this element. Inherited from UIElement. |
PreviewMouseLeftButtonDown | Occurs when the left mouse button is pressed while the mouse pointer is over this element. Inherited from UIElement. |
PreviewMouseLeftButtonUp | Occurs when the left mouse button is released while the mouse pointer is over this element. Inherited from UIElement. |
PreviewMouseMove | Occurs when the mouse pointer moves while the mouse pointer is over this element. Inherited from UIElement. |
PreviewMouseRightButtonDown | Occurs when the right mouse button is pressed while the mouse pointer is over this element. Inherited from UIElement. |
PreviewMouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over this element. Inherited from UIElement. |
PreviewMouseUp | Occurs when any mouse button is released while the mouse pointer is over this element. Inherited from UIElement. |
PreviewMouseWheel | Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. Inherited from UIElement. |
PreviewQueryContinueDrag | Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. Inherited from UIElement. |
PreviewStylusButtonDown | Occurs when the stylus button is pressed while the pointer is over this element. Inherited from UIElement. |
PreviewStylusButtonUp | Occurs when the stylus button is released while the pointer is over this element. Inherited from UIElement. |
PreviewStylusDown | Occurs when the stylus touches the digitizer while it is over this element. Inherited from UIElement. |
PreviewStylusInAirMove | Occurs when the stylus moves over an element without actually touching the digitizer. Inherited from UIElement. |
PreviewStylusInRange | Occurs when the stylus is close enough to the digitizer to be detected, while over this element. Inherited from UIElement. |
PreviewStylusMove | Occurs when the stylus moves while over the element. The stylus must move while being detected by the digitizer to raise this event, otherwise, PreviewStylusInAirMove is raised instead. Inherited from UIElement. |
PreviewStylusOutOfRange | Occurs when the stylus is too far from the digitizer to be detected. Inherited from UIElement. |
PreviewStylusSystemGesture | Occurs when a user performs one of several stylus gestures. Inherited from UIElement. |
PreviewStylusUp | Occurs when the user raises the stylus off the digitizer while the stylus is over this element. Inherited from UIElement. |
PreviewTextInput | Occurs when this element gets text in a device-independent manner. Inherited from UIElement. |
PreviewTouchDown | Occurs when a finger touches the screen while the finger is over this element. Inherited from UIElement. |
PreviewTouchMove | Occurs when a finger moves on the screen while the finger is over this element. Inherited from UIElement. |
PreviewTouchUp | Occurs when a finger is raised off of the screen while the finger is over this element. Inherited from UIElement. |
ProcessEditorActivationAction | Allows you to specify whether the focused editor should process an activation action. Inherited from DataViewBase. |
PropertyChanged | Occurs every time the DataViewBase.FocusedView property has changed its value. Inherited from DataViewBase. |
QueryContinueDrag | Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. Inherited from UIElement. |
QueryCursor | Occurs when the cursor is requested to display. This event is raised on an element each time that the mouse pointer moves to a new location, which means the cursor object might need to be changed based on its new position. Inherited from UIElement. |
RequestBringIntoView | Occurs when BringIntoView(Rect) is called on this element. Inherited from FrameworkElement. |
RowAnimationBegin | Enables you to provide a custom animation effect after row data has been asynchronously retrieved from a data source. Inherited from DataViewBase. |
RowCanceled | Occurs when the changes made in a row are discarded. Inherited from GridViewBase. |
RowDoubleClick | Occurs when a user double-clicks a row. |
RowEditFinished | Occurs when a user finished the edit operation in a row. |
RowEditStarted | Occurs when a user edits a row. |
RowEditStarting | Occurs when a user starts to edit a row. |
RowUpdated | Occurs when the GridControl updates the data source with the changes made within the focused row. Inherited from GridViewBase. |
ScrollBarAnnotationsCreating | Allows creating a set of predefined scrollbar annotations. |
ScrollBarCustomRowAnnotation | Allows creating a new scrollbar annotation based on data row values and a row handle. |
SearchStringToFilterCriteria | Occurs each time the GridControl starts to search data and allows you to convert the search string to filter criteria. Inherited from DataViewBase. |
SelectionChanged | Obsolete. Occurs after grid’s selection has been changed. Inherited from GridViewBase. |
ShowFilterPopup | Allows you to customize a column’s drop-down filter. Inherited from DataViewBase. |
ShowGridMenu | Enables you to customize the context menu. Inherited from DataViewBase. |
ShowingEditor | Allows you to prevent an end user from activating editors of individual cells. Inherited from GridViewBase. |
ShowingGroupFooter | Fires before showing a group footer. |
ShownColumnChooser | Occurs after the Column Chooser has been shown. Inherited from DataViewBase. |
ShownEditor | Occurs after the focused cell’s editor has been shown. Inherited from GridViewBase. |
SizeChanged | Occurs when either the ActualHeight or the ActualWidth properties change value on this element. Inherited from FrameworkElement. |
SourceUpdated | Occurs when the source value changes for any existing property binding on this element. Inherited from FrameworkElement. |
StartRecordDrag | This event occurs when a drag-and-drop operation is started. Inherited from DataViewBase. |
StylusButtonDown | Occurs when the stylus button is pressed while the pointer is over this element. Inherited from UIElement. |
StylusButtonUp | Occurs when the stylus button is released while the pointer is over this element. Inherited from UIElement. |
StylusDown | Occurs when the stylus touches the digitizer while the stylus is over this element. Inherited from UIElement. |
StylusEnter | Occurs when the stylus enters the bounds of this element. Inherited from UIElement. |
StylusInAirMove | Occurs when the stylus moves over an element without actually touching the digitizer. Inherited from UIElement. |
StylusInRange | Occurs when the stylus is close enough to the digitizer to be detected, while over this element. Inherited from UIElement. |
StylusLeave | Occurs when the stylus leaves the bounds of the element. Inherited from UIElement. |
StylusMove | Occurs when the stylus moves over this element. The stylus must move while on the digitizer to raise this event. Otherwise, StylusInAirMove is raised instead. Inherited from UIElement. |
StylusOutOfRange | Occurs when the stylus is too far from the digitizer to be detected, while over this element. Inherited from UIElement. |
StylusSystemGesture | Occurs when a user performs one of several stylus gestures. Inherited from UIElement. |
StylusUp | Occurs when the user raises the stylus off the digitizer while it is over this element. Inherited from UIElement. |
TargetUpdated | Occurs when the target value changes for any property binding on this element. Inherited from FrameworkElement. |
TextInput | Occurs when this element gets text in a device-independent manner. Inherited from UIElement. |
ToolTipClosing | Occurs just before any tooltip on the element is closed. Inherited from FrameworkElement. |
ToolTipOpening | Occurs when any tooltip on the element is opened. Inherited from FrameworkElement. |
TouchDown | Occurs when a finger touches the screen while the finger is over this element. Inherited from UIElement. |
TouchEnter | Occurs when a touch moves from outside to inside the bounds of this element. Inherited from UIElement. |
TouchLeave | Occurs when a touch moves from inside to outside the bounds of this element. Inherited from UIElement. |
TouchMove | Occurs when a finger moves on the screen while the finger is over this element. Inherited from UIElement. |
TouchUp | Occurs when a finger is raised off of the screen while the finger is over this element. Inherited from UIElement. |
UnboundExpressionEditorCreated | Fires after the Expression Editor has been invoked for an unbound column. Inherited from DataViewBase. |
Unloaded | Occurs when the element is removed from within an element tree of loaded elements. Inherited from FrameworkElement. |
ValidateCell | Allows you to validate the focused cell’s data. Inherited from GridViewBase. |
ValidateRow | Allows you to validate row values. Inherited from GridViewBase. |
ValidateRowDeletion | Allows you to validate rows, check database constraints, and delete rows from the database before a user deletes a row from the Data Grid. Inherited from GridViewBase. |
See Also