DataGridControl Class Members
See Also  Fields  Properties  Methods  Events
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : DataGridControl Class

The following tables list the members exposed by DataGridControl.

Public Constructors

 NameDescription
Public ConstructorDataGridControl Constructor  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)AllowDetailTogglePropertyIdentifies the AllowDetailToggle dependency property.  
Public Fieldstatic (Shared in Visual Basic)AutoCreateColumnsPropertyIdentifies the AutoCreateColumns dependency property.  
Public Fieldstatic (Shared in Visual Basic)AutoCreateDetailConfigurationsPropertyIdentifies the AutoCreateDetailConfigurations dependency property.  
Public Fieldstatic (Shared in Visual Basic)CellEditorDisplayConditionsPropertyIdentifies the CellEditorDisplayConditions dependency property.  
Public Fieldstatic (Shared in Visual Basic)CellErrorStylePropertyIdentifies the CellErrorStyle dependency property.  
Public Fieldstatic (Shared in Visual Basic)ColumnsPropertyIdentifies the Columns dependency property.  
Public Fieldstatic (Shared in Visual Basic)DataGridContextPropertyIdentifies the DataGridContext attached property.  
Public Fieldstatic (Shared in Visual Basic)DefaultDetailConfigurationPropertyIdentifies the DefaultDetailConfiguration dependency property.  
Public Fieldstatic (Shared in Visual Basic)DefaultGroupConfigurationPropertyIdentifies the DefaultGroupConfiguration dependency property.  
Public Fieldstatic (Shared in Visual Basic)DetailConfigurationsPropertyIdentifies the DetailConfigurations dependency property.  
Public Fieldstatic (Shared in Visual Basic)EditTriggersPropertyIdentifies the EditTriggers dependency property.  
Public Fieldstatic (Shared in Visual Basic)GroupConfigurationSelectorPropertyIdentifies the GroupConfigurationSelector dependency property.  
Public Fieldstatic (Shared in Visual Basic)GroupLevelDescriptionsPropertyIdentifies the GroupLevelDescriptions dependency property.  
Public Fieldstatic (Shared in Visual Basic)HasExpandedDetailsPropertyIdentifies the HasExpandedDetails attached property.  
Public Fieldstatic (Shared in Visual Basic)HasValidationErrorPropertyIdentifies the HasValidationError dependency property.  
Public Fieldstatic (Shared in Visual Basic)HideSelectionPropertyIdentifies the HideSelection dependency property.  
Public Fieldstatic (Shared in Visual Basic)IsBeingEditedPropertyIdentifies the IsBeingEdited dependency property.  
Public Fieldstatic (Shared in Visual Basic)IsFixedFootersHostPropertyIdentifies the IsFixedFootersHost attached property.  
Public Fieldstatic (Shared in Visual Basic)IsFixedHeadersHostPropertyIdentifies the IsFixedHeadersHost attached property.  
Public Fieldstatic (Shared in Visual Basic)ItemScrollingBehaviorPropertyIdentifies the ItemScrollingBehavior dependency property.  
Public Fieldstatic (Shared in Visual Basic)ItemsPrimaryAxisPropertyIdentifies the ItemsPrimaryAxis dependency property.  
Public Fieldstatic (Shared in Visual Basic)ItemsSourceNameTemplatePropertyIdentifies the ItemsSourceNameTemplate dependency property.  
Public Fieldstatic (Shared in Visual Basic)NavigationBehaviorPropertyIdentifies the NavigationBehavior dependency property.  
Public Fieldstatic (Shared in Visual Basic)PagingBehaviorPropertyIdentifies the PagingBehavior dependency property.  
Public Fieldstatic (Shared in Visual Basic)ParentDataGridControlPropertyIdentifies the ParentDataGridControl attached property.  
Public Fieldstatic (Shared in Visual Basic)PreserveExtendedSelectionPropertyIdentifies the PreserveExtendedSelection dependency property.  
Public Fieldstatic (Shared in Visual Basic)PrintViewPropertyIdentifies the PrintView dependency property.  
Public Fieldstatic (Shared in Visual Basic)ReadOnlyPropertyIdentifies the ReadOnly dependency property.  
Public Fieldstatic (Shared in Visual Basic)SelectedIndexPropertyIdentifies the SelectedIndex dependency property.  
Public Fieldstatic (Shared in Visual Basic)SelectedItemPropertyIdentifies the SelectedItem dependency property.  
Public Fieldstatic (Shared in Visual Basic)SelectedItemsPropertyIdentifies the SelectedItems dependency property.  
Public Fieldstatic (Shared in Visual Basic)SelectionModePropertyIdentifies the SelectionMode dependency property.  
Public Fieldstatic (Shared in Visual Basic)StatContextPropertyIdentifies the StatContext attached property.  
Public Fieldstatic (Shared in Visual Basic)UpdateSourceTriggerPropertyIdentifies the UpdateSourceTrigger dependency property.  
Public Fieldstatic (Shared in Visual Basic)ViewPropertyIdentifies the View dependency property.  
Public Fieldstatic (Shared in Visual Basic)VisibleColumnsPropertyIdentifies the VisibleColumns dependency property.  
Top

Public Properties

 NameDescription
Public PropertyActualHeight (Inherited from System.Windows.FrameworkElement)
Public PropertyActualWidth (Inherited from System.Windows.FrameworkElement)
Public PropertyAllowDetailToggleGets or sets a value indicating whether the end user can toggle the expansion state of the grid's immediate child details. This feature is available only in the Professional Edition  
Public PropertyAllowDrop (Inherited from System.Windows.UIElement)
Public PropertyAutoCreateColumnsGets or sets a value indicating whether columns should automatically be created when the grid is bound to an ItemsSource.  
Public PropertyAutoCreateDetailConfigurationsGets or sets a value indicating whether the detail configurations of the grid are automatically created.  
Public PropertyBackground (Inherited from System.Windows.Controls.Control)
Public PropertyBitmapEffect (Inherited from System.Windows.UIElement)
Public PropertyBitmapEffectInput (Inherited from System.Windows.UIElement)
Public PropertyBorderBrush (Inherited from System.Windows.Controls.Control)
Public PropertyBorderThickness (Inherited from System.Windows.Controls.Control)
Public PropertyCellEditorDisplayConditionsGets or sets a value indicating under what conditions the editors for the cells are displayed.  
Public PropertyCellErrorStyleGets or sets the style that will be used by the cells contained in the grid when their content fails the validation process.  
Public PropertyClip (Inherited from System.Windows.UIElement)
Public PropertyClipToBounds (Inherited from System.Windows.UIElement)
Public PropertyColumnsGets a list of the columns contained in the grid.  
Public PropertyCommandBindings (Inherited from System.Windows.UIElement)
Public PropertyContextMenu (Inherited from System.Windows.FrameworkElement)
Public PropertyCurrentColumnGets or sets the grid's current master column.  
Public PropertyCurrentContextGets the context in which the global current item is located.  
Public PropertyCurrentItemGets or sets the grid's current master data item.  
Public PropertyCursor (Inherited from System.Windows.FrameworkElement)
Public PropertyDataContext (Inherited from System.Windows.FrameworkElement)
Public PropertyDefaultCellEditorsGets a list of CellEditors that will be used, by default, for cells of the associated data type if none is explicitly provided.  
Public PropertyDefaultDetailConfigurationGets 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. This feature is available only in the Professional Edition  
Public PropertyDefaultGroupConfigurationGets or sets the default configuration that will be applied to any groups in the grid for which an explicit group configuration is not provided.  
Public PropertyDependencyObjectType (Inherited from System.Windows.DependencyObject)
Public PropertyDesiredSize (Inherited from System.Windows.UIElement)
Public PropertyDetailConfigurationsGets the list of the detail configurations that have been explicitly provided for specific detail relations and that will be applied to any corresponding details. This feature is available only in the Professional Edition  
Public PropertyDispatcher (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyDisplayMemberPath (Inherited from System.Windows.Controls.ItemsControl)
Public PropertyEditTriggersGets or sets a value indicating what triggers will cause cells to enter edit mode.  
Public PropertyFlowDirection (Inherited from System.Windows.FrameworkElement)
Public PropertyFocusable (Inherited from System.Windows.UIElement)
Public PropertyFocusVisualStyle (Inherited from System.Windows.FrameworkElement)
Public PropertyFontFamily (Inherited from System.Windows.Controls.Control)
Public PropertyFontSize (Inherited from System.Windows.Controls.Control)
Public PropertyFontStretch (Inherited from System.Windows.Controls.Control)
Public PropertyFontStyle (Inherited from System.Windows.Controls.Control)
Public PropertyFontWeight (Inherited from System.Windows.Controls.Control)
Public PropertyForceCursor (Inherited from System.Windows.FrameworkElement)
Public PropertyForeground (Inherited from System.Windows.Controls.Control)
Public PropertyGlobalCurrentColumnGets the column that is current in all the available contexts.  
Public PropertyGlobalCurrentItemGets the data item that is current in all the available contexts.  
Public PropertyGlobalSelectedItemsGets the data items that are selected in all the available contexts.  
Public PropertyGroupConfigurationSelectorGets 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.  
Public PropertyGroupLevelDescriptionsGets a collection of GroupLevelDescription objects that contain information on each group level contained in the grid.  
Public PropertyHasAnimatedProperties (Inherited from System.Windows.UIElement)
Public PropertyHasDetailsGets a value indicating whether the grid has details. This feature is available only in the Professional Edition  
Public PropertyHasItems (Inherited from System.Windows.Controls.ItemsControl)
Public PropertyHasValidationErrorGets a value indicating whether the content of one of the cells contained in the grid failed the validation process.  
Public PropertyHeight (Inherited from System.Windows.FrameworkElement)
Public PropertyHideSelectionGets or sets a value indicating whether the selected rows should remain highlighted when the grid loses focus.  
Public PropertyHorizontalAlignment (Inherited from System.Windows.FrameworkElement)
Public PropertyHorizontalContentAlignment (Inherited from System.Windows.Controls.Control)
Public PropertyInputBindings (Inherited from System.Windows.UIElement)
Public PropertyInputScope (Inherited from System.Windows.FrameworkElement)
Public PropertyIsArrangeValid (Inherited from System.Windows.UIElement)
Public PropertyIsBeingEditedGets a value indicating whether a row is being edited.  
Public PropertyIsEnabled (Inherited from System.Windows.UIElement)
Public PropertyIsFocused (Inherited from System.Windows.UIElement)
Public PropertyIsHitTestVisible (Inherited from System.Windows.UIElement)
Public PropertyIsInitialized (Inherited from System.Windows.FrameworkElement)
Public PropertyIsInputMethodEnabled (Inherited from System.Windows.UIElement)
Public PropertyIsKeyboardFocused (Inherited from System.Windows.UIElement)
Public PropertyIsKeyboardFocusWithin (Inherited from System.Windows.UIElement)
Public PropertyIsLoaded (Inherited from System.Windows.FrameworkElement)
Public PropertyIsMeasureValid (Inherited from System.Windows.UIElement)
Public PropertyIsMouseCaptured (Inherited from System.Windows.UIElement)
Public PropertyIsMouseCaptureWithin (Inherited from System.Windows.UIElement)
Public PropertyIsMouseDirectlyOver (Inherited from System.Windows.UIElement)
Public PropertyIsMouseOver (Inherited from System.Windows.UIElement)
Public PropertyIsSealed (Inherited from System.Windows.DependencyObject)
Public PropertyIsStylusCaptured (Inherited from System.Windows.UIElement)
Public PropertyIsStylusCaptureWithin (Inherited from System.Windows.UIElement)
Public PropertyIsStylusDirectlyOver (Inherited from System.Windows.UIElement)
Public PropertyIsStylusOver (Inherited from System.Windows.UIElement)
Public PropertyIsTabStop (Inherited from System.Windows.Controls.Control)
Public PropertyIsTextSearchEnabled (Inherited from System.Windows.Controls.ItemsControl)
Public PropertyIsVisible (Inherited from System.Windows.UIElement)
Public PropertyItemContainerStyle (Inherited from System.Windows.Controls.ItemsControl)
Public PropertyItemContainerStyleSelector (Inherited from System.Windows.Controls.ItemsControl)
Public PropertyItems (Inherited from System.Windows.Controls.ItemsControl)
Public PropertyItemScrollingBehaviorGets or sets a value indicating how the data items in the grid are scrolled.  
Public PropertyItemsPrimaryAxisGets 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.  
Public PropertyItemsSource (Inherited from System.Windows.Controls.ItemsControl)
Public PropertyItemsSourceNameGets or sets the name of the grid's items source.  
Public PropertyItemsSourceNameTemplateGets or sets the template that is used to display the name of the grid's items source.  
Public PropertyLanguage (Inherited from System.Windows.FrameworkElement)
Public PropertyLayoutTransform (Inherited from System.Windows.FrameworkElement)
Public PropertyMargin (Inherited from System.Windows.FrameworkElement)
Public PropertyMaxHeight (Inherited from System.Windows.FrameworkElement)
Public PropertyMaxWidth (Inherited from System.Windows.FrameworkElement)
Public PropertyMinHeight (Inherited from System.Windows.FrameworkElement)
Public PropertyMinWidth (Inherited from System.Windows.FrameworkElement)
Public PropertyName (Inherited from System.Windows.FrameworkElement)
Public PropertyNavigationBehaviorGets or sets a value indicating how the focus navigates from one element to another in the grid.  
Public PropertyOpacity (Inherited from System.Windows.UIElement)
Public PropertyOpacityMask (Inherited from System.Windows.UIElement)
Public PropertyOverridesDefaultStyle (Inherited from System.Windows.FrameworkElement)
Public PropertyPadding (Inherited from System.Windows.Controls.Control)
Public PropertyPagingBehaviorGets or sets a value representing the paging behavior of the grid when the page-up and page-down buttons are pressed.  
Public PropertyParent (Inherited from System.Windows.FrameworkElement)
Public PropertyPersistId (Inherited from System.Windows.UIElement)
Public PropertyPrintViewGets or sets the PrintView, which will be used when printing or exporting the grid. This feature is available only in the Professional Edition  
Public PropertyReadOnlyGets or sets a value indicating whether the values of the cells contained in the grid can be edited.  
Public PropertyRenderSize (Inherited from System.Windows.UIElement)
Public PropertyRenderTransform (Inherited from System.Windows.UIElement)
Public PropertyRenderTransformOrigin (Inherited from System.Windows.UIElement)
Public PropertyResources (Inherited from System.Windows.FrameworkElement)
Public PropertySelectedContextsGets the contexts in which items are selected.  
Public PropertySelectedIndexGets or sets the index of the currently selected data item.  
Public PropertySelectedItemGets or sets the selected data item.  
Public PropertySelectedItemsGets a collection of the data items that are currently selected in the grid.  
Public PropertySelectionModeGets or sets a value indicating how data items in the grid are selected.  
Public PropertySnapsToDevicePixels (Inherited from System.Windows.UIElement)
Public PropertyStyle (Inherited from System.Windows.FrameworkElement)
Public PropertyTabIndex (Inherited from System.Windows.Controls.Control)
Public PropertyTag (Inherited from System.Windows.FrameworkElement)
Public PropertyTemplate (Inherited from System.Windows.Controls.Control)
Public PropertyTemplatedParent (Inherited from System.Windows.FrameworkElement)
Public PropertyToolTip (Inherited from System.Windows.FrameworkElement)
Public PropertyTriggers (Inherited from System.Windows.FrameworkElement)
Public PropertyUpdateSourceTriggerGets or sets a value representing the moment when data is to be written to the underlying data source.  
Public PropertyVerticalAlignment (Inherited from System.Windows.FrameworkElement)
Public PropertyVerticalContentAlignment (Inherited from System.Windows.Controls.Control)
Public PropertyViewGets or sets the view applied to the grid.  
Public PropertyVisibility (Inherited from System.Windows.UIElement)
Public PropertyVisibleColumnsGets a list of the columns whose Visible property is true, ordered according to their VisiblePositions.  
Public PropertyWidth (Inherited from System.Windows.FrameworkElement)
Top

Protected Properties

Public Methods

 NameDescription
Public MethodAddHandlerOverloaded.  (Inherited from System.Windows.UIElement)
Public MethodAddToEventRoute (Inherited from System.Windows.UIElement)
Public MethodApplyAnimationClockOverloaded.  (Inherited from System.Windows.UIElement)
Public MethodApplyTemplate (Inherited from System.Windows.FrameworkElement)
Public MethodAreDetailsExpandedRetrieves a value indicating whether the details for the specified master data item are expanded. This feature is available only in the Professional Edition  
Public MethodArrange (Inherited from System.Windows.UIElement)
Public MethodBeginAnimationOverloaded.  (Inherited from System.Windows.UIElement)
Public MethodBeginEditOverloaded. Places the grid's current item in edit mode.  
Public MethodBeginInitOverridden. Signals the beginning of a batch modification process.  
Public MethodBeginStoryboardOverloaded.  (Inherited from System.Windows.FrameworkElement)
Public MethodBringIntoViewOverloaded. Brings the specified element into view, within any scrollable regions it is contained within. (Inherited from System.Windows.FrameworkElement)
Public MethodBringItemIntoViewBrings the specified item into view.  
Public MethodCancelEditCancels the edit process of master item being edited.  
Public MethodCaptureMouse (Inherited from System.Windows.UIElement)
Public MethodCaptureStylus (Inherited from System.Windows.UIElement)
Public MethodClearValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Public MethodCoerceValue (Inherited from System.Windows.DependencyObject)
Public MethodCollapseDetailsCollapses any details owned by the specified master data item. This feature is available only in the Professional Edition  
Public MethodCollapseGroupCollapses the specified master group.  
Public MethodContainerFromElement (Inherited from System.Windows.Controls.ItemsControl)
Public MethodEndEditEnds the edit process of the master item that is being edited.  
Public MethodEndInitOverridden. Signals the end of a batch modification process.  
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodExpandDetailsExpands any details owned by the specified master data item. This feature is available only in the Professional Edition  
Public MethodExpandGroupExpands the specified master group.  
Public MethodExportToXpsOverloaded. Exports the grid to an XPS document. This feature is available only in the Professional Edition  
Public MethodFindCommonVisualAncestor (Inherited from System.Windows.Media.Visual)
Public MethodFindName (Inherited from System.Windows.FrameworkElement)
Public MethodFindResource (Inherited from System.Windows.FrameworkElement)
Public MethodFocus (Inherited from System.Windows.UIElement)
Public MethodGetAnimationBaseValue (Inherited from System.Windows.UIElement)
Public MethodGetBindingExpression (Inherited from System.Windows.FrameworkElement)
Public MethodGetChildContextOverloaded. Retrieves the child DataGridContext of an item.  
Public MethodGetChildContextsRetrieves the child DataGridContexts of the grid.  
Public MethodGetContainerFromItemRetrieves a container of the specified item.  
Public Methodstatic (Shared in Visual Basic)GetDataGridContextRetrieves the DataGridContext for the specified DependencyObject.  
Public Methodstatic (Shared in Visual Basic)GetHasExpandedDetailsGets a value that indicates whether a container (DataRow) has one or more expanded details. This feature is available only in the Professional Edition  
Public MethodGetHashCode (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)GetIsFixedFootersHostGets a value that, when set by a panel, identifies that panel as the host that will contain all elements added to the grid's fixed footers through the FixedFooters property.  
Public Methodstatic (Shared in Visual Basic)GetIsFixedHeadersHostGets a value that, when set by a panel, identifies that panel as the host that will contain all elements added to the grid's fixed headers through the FixedHeaders property.  
Public MethodGetItemFromContainerRetrieves an item for the specified container.  
Public MethodGetLocalValueEnumerator (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)GetParentDataGridControlRetrieves the parent DataGridControl of the specified item.  
Public MethodGetParentGroupFromItemRetrieves the parent group for the specified item.  
Public Methodstatic (Shared in Visual Basic)