Name | Description | |
---|---|---|
DataGridControl Constructor | Initializes a new instance of the DataGrid class. |
The following tables list the members exposed by DataGridControl.
Name | Description | |
---|---|---|
DataGridControl Constructor | Initializes a new instance of the DataGrid class. |
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 selected rows can be dragged to a target host, such as Excel, in order to copy the data directly without performing an explicit copy/paste. | |
AllowDrop | (Inherited from System.Windows.Controls.ItemsControl) | |
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) | |
AutoCreateColumns | Gets or sets a value indicating whether columns should automatically be created when the grid is bound to an ItemsSource. | |
AutoCreateForeignKeyConfigurations | Gets or sets a value indicating whether the foreign key configurations are automatically created. | |
AutoScrollCurrentItem | ||
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. | |
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) | |
Dispatcher | (Inherited from System.Windows.Controls.ItemsControl) | |
DisplayMemberPath | (Inherited from System.Windows.Controls.ItemsControl) | |
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) | |
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) | |
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) | |
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) | |
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) | |
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. | |
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) | |
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) |
DataGridControl Class
Xceed.Wpf.DataGrid Namespace
Providing Data
DataGridControl_Class.html
Migrating_from_Xceed_Grid_for_.NET.html