Name | Description | |
---|---|---|
ActualHeight | (Inherited from System.Windows.FrameworkElement) | |
ActualWidth | (Inherited from System.Windows.Controls.ItemsControl) | |
AllowDetailToggle | Gets or sets a value indicating whether the end user can toggle the expansion state of the grid's immediate child details. | |
AllowDrag | Gets or sets a value indicating whether an effect occurs when the user attempts to perform a drag operation within the DataGrid. The default behavior allows selected rows to be dragged to a target host, such as Excel, in order to copy the data directly without the user having to perform an explicit copy/paste. Drag can also be activated in order to select rows or cells within the DataGrid. See DataGridControl.DragBehavior property. | |
AllowDrop | (Inherited from System.Windows.Controls.ItemsControl) | |
AllowSearch | Gets or sets if the SearchControl can be activated by the OpenSearch or ToggleSearch commands. | |
AllowUIAutomation | Gets or sets if UI Automation support is enabled or not. The default value is true. | |
AlternationCount | (Inherited from System.Windows.Controls.ItemsControl) | |
AreAnyTouchesCaptured | (Inherited from System.Windows.Controls.ItemsControl) | |
AreAnyTouchesCapturedWithin | (Inherited from System.Windows.Controls.ItemsControl) | |
AreAnyTouchesDirectlyOver | (Inherited from System.Windows.Controls.ItemsControl) | |
AreAnyTouchesOver | (Inherited from System.Windows.Controls.ItemsControl) | |
AsyncDataRetrievalTimeout | Gets or sets the delai allowed to obtained information from the data source, after which a timeout will be thrown. | |
AutoCreateColumns | Gets or sets a value indicating whether columns should automatically be created when the grid is bound to an ItemsSource. | |
AutoCreateDetailConfigurations | Gets or sets a value indicating whether the detail configurations of the grid are automatically created. | |
AutoCreateForeignKeyConfigurations | Gets or sets a value indicating whether the foreign key configurations are automatically created. | |
AutoRemoveColumnsAndDetailConfigurations | Gets or sets a value indicating whether existing columns and detail configurations that do not have a matching field or relation in the data source are removed from their corresponding collections. | |
AutoScrollCurrentItem | Gets or sets the triggers that are allowed to cause the current item can be scrolled into view automatically. | |
Background | (Inherited from System.Windows.Controls.ItemsControl) | |
BindingGroup | (Inherited from System.Windows.Controls.ItemsControl) | |
BorderBrush | (Inherited from System.Windows.Controls.ItemsControl) | |
BorderThickness | (Inherited from System.Windows.Controls.ItemsControl) | |
CacheMode | (Inherited from System.Windows.Controls.ItemsControl) | |
CellEditorDisplayConditions | Gets or sets a value indicating under what conditions the editors for the cells are displayed. | |
CellErrorStyle | Gets or sets the style that will be used by the cells contained in the grid when their content fails the validation process. | |
Clip | (Inherited from System.Windows.Controls.ItemsControl) | |
ClipboardExporters | Gets a collection of clipboard exporters (see Remarks). | |
ClipToBounds | (Inherited from System.Windows.Controls.ItemsControl) | |
Columns | Gets a list of the columns contained in the grid. | |
CommandBindings | (Inherited from System.Windows.Controls.ItemsControl) | |
ConnectionError | Gets the connection error. | |
ConnectionState | Gets the connection state of the underlying virtualized collection. | |
ContextMenu | (Inherited from System.Windows.Controls.ItemsControl) | |
CurrentColumn | Gets or sets the grid's current master column. | |
CurrentColumnFieldName | Gets or sets the field name of the grid's current master column. | |
CurrentContext | Gets the context in which the global current item is located. | |
CurrentItem | Gets or sets the grid's current master data item. | |
Cursor | (Inherited from System.Windows.Controls.ItemsControl) | |
DataContext | (Inherited from System.Windows.Controls.ItemsControl) | |
DefaultCellEditors | Gets a list of CellEditors that will be used, by default, for cells of the associated data type if none is explicitly provided. | |
DefaultDetailConfiguration | Gets or sets the detail configuration that will be applied to the child details of the grid and any descendant details when an explicit detail configuration is not provided for a specific detail relation. | |
DefaultGroupConfiguration | Gets or sets the default configuration that will be applied to any groups in the grid for which an explicit group configuration is not provided. | |
DeferInitialLayoutPass | Gets or sets a value indicating whether the datagrid should defer rendering itself until after the owner Window (and the other controls in it) has completed its layout pass. | |
DependencyObjectType | (Inherited from System.Windows.Controls.ItemsControl) | |
DesiredSize | (Inherited from System.Windows.Controls.ItemsControl) | |
DetailConfigurations | Gets the list of the detail configurations that have been explicitly provided for specific detail relations and that will be applied to any corresponding details. | |
DetailConfigurationSelector | Gets or sets a detail-configuration selector that will be used to select the appropriate configuration for a detail grid based on its information. | |
Dispatcher | (Inherited from System.Windows.Controls.ItemsControl) | |
DisplayMemberPath | (Inherited from System.Windows.Controls.ItemsControl) | |
DragBehavior | Gets or sets a value indicating the expected drag behavior within the datagrid. Default: DragDrop. The datagrid allows users to select multiple items or cells using Left-Click and then dragging the mouse within the datagrid. This allows range selection to be performed without having to hold the Shift key on the keyboard. To activate this feature, set the DataGrid's AllowDrag property to true and this DragBehavior property to "Select". The View must be a valid instance or subclass of TableView (ex. TableFlowView, TreeGridflowView). | |
EditTriggers | Gets or sets a value indicating what triggers will cause cells to enter edit mode. | |
Effect | (Inherited from System.Windows.Controls.ItemsControl) | |
FlowDirection | (Inherited from System.Windows.Controls.ItemsControl) | |
Focusable | (Inherited from System.Windows.Controls.ItemsControl) | |
FocusVisualStyle | (Inherited from System.Windows.Controls.ItemsControl) | |
FontFamily | (Inherited from System.Windows.Controls.ItemsControl) | |
FontSize | (Inherited from System.Windows.Controls.ItemsControl) | |
FontStretch | (Inherited from System.Windows.Controls.ItemsControl) | |
FontStyle | (Inherited from System.Windows.Controls.ItemsControl) | |
FontWeight | (Inherited from System.Windows.Controls.ItemsControl) | |
ForceCursor | (Inherited from System.Windows.Controls.ItemsControl) | |
Foreground | (Inherited from System.Windows.Controls.ItemsControl) | |
GlobalCurrentColumn | Gets the column that is current in all the available contexts. | |
GlobalCurrentItem | Gets the data item that is current in all the available contexts. | |
GlobalSelectedItems | Gets the data items that are selected in all the available contexts. | |
GroupConfigurationSelector | Gets or sets a group-configuration selector that will be used to select the appropriate configuration for a master group based on its information and/or content. | |
GroupLevelDescriptions | Gets a collection of GroupLevelDescription objects that contain information on each group level contained in the grid. | |
HasAnimatedProperties | (Inherited from System.Windows.Controls.ItemsControl) | |
HasDetails | Gets a value indicating whether the grid has details. | |
HasSearchControl | Gets if there is a SearchControl currently displayed in the DataGridControl. | |
HasValidationError | Gets a value indicating whether the content of one of the cells contained in the grid failed the validation process. | |
Height | (Inherited from System.Windows.Controls.ItemsControl) | |
HideSelection | Gets or sets a value indicating whether the selected rows should remain highlighted when the grid loses focus. | |
HorizontalAlignment | (Inherited from System.Windows.Controls.ItemsControl) | |
HorizontalContentAlignment | (Inherited from System.Windows.Controls.ItemsControl) | |
InputBindings | (Inherited from System.Windows.Controls.ItemsControl) | |
InputScope | (Inherited from System.Windows.Controls.ItemsControl) | |
IsArrangeValid | (Inherited from System.Windows.Controls.ItemsControl) | |
IsBeingEdited | Gets a value indicating whether a row is being edited. | |
IsCopyCommandEnabled | Gets or sets a value indicating whether the selected items in the grid can be copied when the CTRL-C keys are pressed. | |
IsDeleteCommandEnabled | Gets or sets a value indicating whether the selected items in the grid can be deleted when the DELETE key is pressed. | |
IsEnabled | (Inherited from System.Windows.Controls.ItemsControl) | |
IsFocused | (Inherited from System.Windows.Controls.ItemsControl) | |
IsGroupSelectionEnabled | Gets or sets a value indicating that the datagrid's group selection feature is enabled. Allows the end-user to select entire groups as well as rows. See Remarks below for more information. | |
IsHitTestVisible | (Inherited from System.Windows.Controls.ItemsControl) | |
IsInitialized | (Inherited from System.Windows.Controls.ItemsControl) | |
IsInputMethodEnabled | (Inherited from System.Windows.Controls.ItemsControl) | |
IsKeyboardFocused | (Inherited from System.Windows.Controls.ItemsControl) | |
IsKeyboardFocusWithin | (Inherited from System.Windows.Controls.ItemsControl) | |
IsLoaded | (Inherited from System.Windows.Controls.ItemsControl) | |
IsManipulationEnabled | (Inherited from System.Windows.Controls.ItemsControl) | |
IsMeasureValid | (Inherited from System.Windows.Controls.ItemsControl) | |
IsMouseCaptured | (Inherited from System.Windows.Controls.ItemsControl) | |
IsMouseCaptureWithin | (Inherited from System.Windows.Controls.ItemsControl) | |
IsMouseDirectlyOver | (Inherited from System.Windows.Controls.ItemsControl) | |
IsMouseOver | (Inherited from System.Windows.Controls.ItemsControl) | |
IsRefreshCommandEnabled | Gets or sets a value indicating whether the items in the grid are refreshed when the F5 key is pressed. | |
IsSealed | (Inherited from System.Windows.Controls.ItemsControl) | |
IsStylusCaptured | (Inherited from System.Windows.Controls.ItemsControl) | |
IsStylusCaptureWithin | (Inherited from System.Windows.Controls.ItemsControl) | |
IsStylusDirectlyOver | (Inherited from System.Windows.Controls.ItemsControl) | |
IsStylusOver | (Inherited from System.Windows.Controls.ItemsControl) | |
IsTabStop | (Inherited from System.Windows.Controls.ItemsControl) | |
IsTextSearchCaseSensitive | (Inherited from System.Windows.Controls.ItemsControl) | |
IsTextSearchEnabled | (Inherited from System.Windows.Controls.ItemsControl) | |
IsVisible | (Inherited from System.Windows.Controls.ItemsControl) | |
ItemBindingGroup | (Inherited from System.Windows.Controls.ItemsControl) | |
ItemContainerStyle | (Inherited from System.Windows.Controls.ItemsControl) | |
ItemContainerStyleSelector | (Inherited from System.Windows.Controls.ItemsControl) | |
Items | (Inherited from System.Windows.Controls.ItemsControl) | |
ItemScrollingBehavior | Gets or sets a value indicating how the data items in the grid are scrolled. | |
ItemsPrimaryAxis | Gets or sets a value representing which axis of a DataRow must be completely visible in order to determine which DataRow will receive the focus when the page-up or page-down buttons are pressed. | |
ItemsSource | (Inherited from System.Windows.Controls.ItemsControl) | |
ItemsSourceName | Gets or sets the name of the grid's items source. | |
ItemsSourceNameTemplate | Gets or sets the template that is used to display the name of the grid's items source. | |
ItemStringFormat | (Inherited from System.Windows.Controls.ItemsControl) | |
Language | (Inherited from System.Windows.Controls.ItemsControl) | |
LayoutTransform | (Inherited from System.Windows.Controls.ItemsControl) | |
Margin | (Inherited from System.Windows.Controls.ItemsControl) | |
MaxGroupLevels | Gets or sets a value indicating the maximum number of group levels that can be created. | |
MaxHeight | (Inherited from System.Windows.Controls.ItemsControl) | |
MaxSortLevels | Gets or sets a value indicating the maximum number of sort levels that can be created. | |
MaxWidth | (Inherited from System.Windows.Controls.ItemsControl) | |
MergedHeaders | Gets a list of the merged column headers in the datagrid. | |
MinHeight | (Inherited from System.Windows.Controls.ItemsControl) | |
MinWidth | (Inherited from System.Windows.Controls.ItemsControl) | |
Name | (Inherited from System.Windows.Controls.ItemsControl) | |
NavigationBehavior | Gets or sets a value indicating how the focus navigates from one element to another in the grid. | |
Opacity | (Inherited from System.Windows.Controls.ItemsControl) | |
OpacityMask | (Inherited from System.Windows.Controls.ItemsControl) | |
OverridesDefaultStyle | (Inherited from System.Windows.Controls.ItemsControl) | |
Padding | (Inherited from System.Windows.Controls.ItemsControl) | |
PagingBehavior | Gets or sets a value representing the paging behavior of the grid when the page-up and page-down buttons are pressed. | |
Parent | (Inherited from System.Windows.Controls.ItemsControl) | |
PrintPreviewTemplate | ||
PrintView | Gets or sets the PrintView, which will be used when printing or exporting the grid. | |
ReadOnly | Gets or sets a value indicating whether the values of the cells contained in the grid can be edited. | |
RenderSize | (Inherited from System.Windows.Controls.ItemsControl) | |
RenderTransform | (Inherited from System.Windows.Controls.ItemsControl) | |
RenderTransformOrigin | (Inherited from System.Windows.Controls.ItemsControl) | |
Resources | (Inherited from System.Windows.Controls.ItemsControl) | |
SearchText | Gets or sets the text to search for in code behind. | |
SelectedCellRanges | Gets the cell ranges selected in the datagrid control. | |
SelectedContexts | Gets the contexts in which items are selected. | |
SelectedIndex | Gets or sets the index of the currently selected data item. | |
SelectedItem | Gets or sets the selected data item. | |
SelectedItemRanges | Gets a collection of the data item ranges selected in the datagrid control. | |
SelectedItems | Gets a collection of the data items that are currently selected in the grid. | |
SelectedItemsSource | Gets or sets a collection of the data items that are currently selected in the grid. | |
SelectionMode | Gets or sets a value indicating how data items in the grid are selected. | |
SelectionUnit | Gets or sets a value indicating which type of unit (cell or row) is used for selections in the datagrid. | |
SnapsToDevicePixels | (Inherited from System.Windows.Controls.ItemsControl) | |
SpannedCellConfigurationSelector | Gets or sets a spanned cell configuration selector that will be used to indicate which configuration to use for a given SpannedCell. | |
SpannedCellConflictResolutionMode | Gets or sets a value that indicates how to resolve a conflict when multiple different SpannedCells can be made from the same set of cells. | |
SpannedCellSelector | Gets or sets a spanned cell selector that will be used to indicate which cells can be merged, and what will be the resulting SpannedCell. | |
StatCellConfigurations | Gets the collection of StatCellConfiguration for DataGridControl. | |
Style | (Inherited from System.Windows.Controls.ItemsControl) | |
SynchronizeCurrent | Gets or sets a value indicating whether the grid's current item is synchronized with the collection view's current item. | |
SynchronizeSelectionWithCurrent | Gets or sets a value indicating whether the current item is always selected. | |
TabIndex | (Inherited from System.Windows.Controls.ItemsControl) | |
Tag | (Inherited from System.Windows.Controls.ItemsControl) | |
Template | (Inherited from System.Windows.Controls.ItemsControl) | |
TemplatedParent | (Inherited from System.Windows.Controls.ItemsControl) | |
ToolTip | (Inherited from System.Windows.Controls.ItemsControl) | |
TouchesCaptured | (Inherited from System.Windows.Controls.ItemsControl) | |
TouchesCapturedWithin | (Inherited from System.Windows.Controls.ItemsControl) | |
TouchesDirectlyOver | (Inherited from System.Windows.Controls.ItemsControl) | |
TouchesOver | (Inherited from System.Windows.Controls.ItemsControl) | |
Triggers | (Inherited from System.Windows.Controls.ItemsControl) | |
Uid | (Inherited from System.Windows.Controls.ItemsControl) | |
UpdateSourceTrigger | Gets or sets a value representing the moment when data is to be written to the underlying data source. | |
UseLayoutRounding | (Inherited from System.Windows.Controls.ItemsControl) | |
VerticalAlignment | (Inherited from System.Windows.Controls.ItemsControl) | |
VerticalContentAlignment | (Inherited from System.Windows.Controls.ItemsControl) | |
View | Gets or sets the view applied to the grid. | |
Visibility | (Inherited from System.Windows.Controls.ItemsControl) | |
VisibleColumns | Gets a list of the columns whose Visible property is true, ordered according to their VisiblePositions. | |
Width | (Inherited from System.Windows.Controls.ItemsControl) |