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

The following tables list the members exposed by Row.

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)CellErrorStylePropertyIdentifies the CellErrorStyle dependency property.  
Public Fieldstatic (Shared in Visual Basic)CellsPropertyIdentifies the Cells dependency property.  
Public Fieldstatic (Shared in Visual Basic)EditBeginningEventIdentifies the EditBeginning routed event.  
Public Fieldstatic (Shared in Visual Basic)EditBegunEventIdentifies the EditBegun routed event.  
Public Fieldstatic (Shared in Visual Basic)EditCanceledEventIdentifies the EditCanceled routed event.  
Public Fieldstatic (Shared in Visual Basic)EditCancelingEventIdentifies the EditCanceling routed event.  
Public Fieldstatic (Shared in Visual Basic)EditEndedEventIdentifies the EditEnded routed event.  
Public Fieldstatic (Shared in Visual Basic)EditEndingEventIdentifies the EditEnding routed event.  
Public Fieldstatic (Shared in Visual Basic)EditTriggersPropertyIdentifies the EditTriggers dependency property.  
Public Fieldstatic (Shared in Visual Basic)HasValidationErrorPropertyIdentifies the HasValidationError dependency property.  
Public Fieldstatic (Shared in Visual Basic)InactiveSelectionBackgroundPropertyIdentifies the InactiveSelectionBackground dependency property.  
Public Fieldstatic (Shared in Visual Basic)InactiveSelectionForegroundPropertyIdentifies the InactiveSelectionForeground dependency property.  
Public Fieldstatic (Shared in Visual Basic)IsBeingEditedPropertyIdentifies the IsBeingEdited dependency property.  
Public Fieldstatic (Shared in Visual Basic)IsCurrentPropertyIdentifies the IsCurrent dependency property.  
Public Fieldstatic (Shared in Visual Basic)IsDirtyPropertyIdentifies the IsDirty dependency property.  
Public Fieldstatic (Shared in Visual Basic)IsSelectedPropertyIdentifies the IsSelected dependency property.  
Public Fieldstatic (Shared in Visual Basic)IsValidationErrorRestrictivePropertyIdentifies the IsValidationErrorRestrictive dependency property.  
Public Fieldstatic (Shared in Visual Basic)NavigationBehaviorPropertyIdentifies the NavigationBehavior dependency property.  
Public Fieldstatic (Shared in Visual Basic)ReadOnlyPropertyIdentifies the ReadOnly dependency property.  
Public Fieldstatic (Shared in Visual Basic)SelectionBackgroundPropertyIdentifies the SelectionBackground dependency property.  
Public Fieldstatic (Shared in Visual Basic)SelectionForegroundPropertyIdentifies the SelectionForeground dependency property.  
Public Fieldstatic (Shared in Visual Basic)ValidationErrorPropertyIdentifies the ValidationError dependency property.  
Top

Public Properties

 NameDescription
Public PropertyActualHeight (Inherited from System.Windows.FrameworkElement)
Public PropertyActualWidth (Inherited from System.Windows.FrameworkElement)
Public PropertyAllowDrop (Inherited from System.Windows.UIElement)
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 row when their content fails the validation process.  
Public PropertyCellsGets a collection of the cells contained in the row.  
Public PropertyClip (Inherited from System.Windows.UIElement)
Public PropertyClipToBounds (Inherited from System.Windows.UIElement)
Public PropertyCommandBindings (Inherited from System.Windows.UIElement)
Public PropertyContextMenu (Inherited from System.Windows.FrameworkElement)
Public PropertyCursor (Inherited from System.Windows.FrameworkElement)
Public PropertyDataContext (Inherited from System.Windows.FrameworkElement)
Public PropertyDependencyObjectType (Inherited from System.Windows.DependencyObject)
Public PropertyDesiredSize (Inherited from System.Windows.UIElement)
Public PropertyDispatcher (Inherited from System.Windows.Threading.DispatcherObject)
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 PropertyHasAnimatedProperties (Inherited from System.Windows.UIElement)
Public PropertyHasValidationErrorGets a value indicating whether the content of one of the cells contained in the row failed the validation process.  
Public PropertyHeight (Inherited from System.Windows.FrameworkElement)
Public PropertyHorizontalAlignment (Inherited from System.Windows.FrameworkElement)
Public PropertyHorizontalContentAlignment (Inherited from System.Windows.Controls.Control)
Public PropertyInactiveSelectionBackgroundGet or sets the background of the selected rows when a grid does not have the focus.  
Public PropertyInactiveSelectionForegroundGet or sets the foreground of the selected rows when a grid does not have the focus.  
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 the row is being edited.  
Public PropertyIsCurrentGets a value indicating whether the row is the current item.  
Public PropertyIsDirtyGets a value indicating whether the content of one of the cells in the row has been modified.  
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 PropertyIsSelectedGets a value indicating whether the row is selected.  
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 PropertyIsValidationErrorRestrictiveGets or sets a value indicating whether the validation rule that failed prevents the focus from moving to another row until the error is fixed.  
Public PropertyIsVisible (Inherited from System.Windows.UIElement)
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 a 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 PropertyParent (Inherited from System.Windows.FrameworkElement)
Public PropertyPersistId (Inherited from System.Windows.UIElement)
Public PropertyReadOnlyGets or sets a value indicating whether the row is read-only.  
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 PropertySelectionBackgroundGet or sets the background of the selected rows when a grid is focused.  
Public PropertySelectionForegroundGet or sets the foreground of the selected rows when a grid is focused.  
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 PropertyValidationErrorGets or sets information about the validation rule that failed the validation process.  
Public PropertyVerticalAlignment (Inherited from System.Windows.FrameworkElement)
Public PropertyVerticalContentAlignment (Inherited from System.Windows.Controls.Control)
Public PropertyVisibility (Inherited from System.Windows.UIElement)
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 MethodArrange (Inherited from System.Windows.UIElement)
Public MethodBeginAnimationOverloaded.  (Inherited from System.Windows.UIElement)
Public MethodBeginEditPlaces the row in edit mode.  
Public MethodBeginInit (Inherited from System.Windows.FrameworkElement)
Public MethodBeginStoryboardOverloaded.  (Inherited from System.Windows.FrameworkElement)
Public MethodBringIntoViewOverloaded.  (Inherited from System.Windows.FrameworkElement)
Public MethodCancelEditCancels the edit process.  
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 MethodEndEditEnds the edit process and allows the row to exit edit mode.  
Public MethodEndInit (Inherited from System.Windows.FrameworkElement)
Public MethodEquals (Inherited from System.Windows.DependencyObject)
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 MethodGetHashCode (Inherited from System.Windows.DependencyObject)
Public MethodGetLocalValueEnumerator (Inherited from System.Windows.DependencyObject)
Public MethodGetValue (Inherited from System.Windows.DependencyObject)
Public MethodInputHitTest (Inherited from System.Windows.UIElement)
Public MethodInvalidateArrange (Inherited from System.Windows.UIElement)
Public MethodInvalidateMeasure (Inherited from System.Windows.UIElement)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateVisual (Inherited from System.Windows.UIElement)
Public MethodIsAncestorOf (Inherited from System.Windows.Media.Visual)
Public MethodIsDescendantOf (Inherited from System.Windows.Media.Visual)
Public MethodMeasure (Inherited from System.Windows.UIElement)
Public MethodMoveFocus (Inherited from System.Windows.FrameworkElement)
Public MethodOnApplyTemplateOverridden. Builds the visual tree for the element.  
Public MethodPointFromScreen (Inherited from System.Windows.Media.Visual)
Public MethodPointToScreen (Inherited from System.Windows.Media.Visual)
Public MethodPredictFocus (Inherited from System.Windows.FrameworkElement)
Public MethodRaiseEvent (Inherited from System.Windows.UIElement)
Public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
Public MethodRegisterName (Inherited from System.Windows.FrameworkElement)
Public MethodReleaseMouseCapture (Inherited from System.Windows.UIElement)
Public MethodReleaseStylusCapture (Inherited from System.Windows.UIElement)
Public MethodRemoveHandler (Inherited from System.Windows.UIElement)
Public MethodSetBindingOverloaded.  (Inherited from System.Windows.FrameworkElement)
Public MethodSetResourceReference (Inherited from System.Windows.FrameworkElement)
Public MethodSetValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Public MethodToString (Inherited from System.Windows.Controls.Control)
Public MethodTransformToAncestorOverloaded.  (Inherited from System.Windows.Media.Visual)
Public MethodTransformToDescendant (Inherited from System.Windows.Media.Visual)
Public MethodTransformToVisual (Inherited from System.Windows.Media.Visual)
Public MethodTranslatePoint (Inherited from System.Windows.UIElement)
Public MethodTryFindResource (Inherited from System.Windows.FrameworkElement)
Public MethodUnregisterName (Inherited from System.Windows.FrameworkElement)
Public MethodUpdateLayout (Inherited from System.Windows.UIElement)
Top

Protected Methods

 NameDescription
Protected MethodAddLogicalChild (Inherited from System.Windows.FrameworkElement)
Protected MethodAddVisualChild (Inherited from System.Windows.Media.Visual)
Protected MethodArrangeCore (Inherited from System.Windows.FrameworkElement)
Protected MethodArrangeOverride (Inherited from System.Windows.Controls.Control)
Protected MethodBeginEditCoreCalled after the BeginEdit method to allow custom edit behavior.  
Protected MethodCancelEditCoreCalled after the CancelEdit method to allow custom edit behavior.  
Protected MethodClearContainerClears the content of the Row.  
Protected MethodCreateCell  
Protected MethodEndEditCoreCalled after the EndEdit method to allow custom edit behavior.  
Protected MethodGetLayoutClip (Inherited from System.Windows.FrameworkElement)
Protected MethodGetTemplateChild (Inherited from System.Windows.FrameworkElement)
Protected MethodGetUIParentCore (Inherited from System.Windows.FrameworkElement)
Protected MethodGetVisualChild (Inherited from System.Windows.FrameworkElement)
Protected MethodHitTestCoreOverloaded.  (Inherited from System.Windows.UIElement)
Protected MethodIsValidCellTypeRetrieves a value indicating whether the type of the specified cell is supported by the row. This method is abstract.  
Protected MethodMeasureCore (Inherited from System.Windows.FrameworkElement)
Protected MethodMeasureOverride (Inherited from System.Windows.Controls.Control)
Protected MethodOnAccessKey (Inherited from System.Windows.UIElement)
Protected MethodOnChildDesiredSizeChanged (Inherited from System.Windows.UIElement)
Protected MethodOnContextMenuClosing (Inherited from System.Windows.FrameworkElement)
Protected MethodOnContextMenuOpening (Inherited from System.Windows.FrameworkElement)
Protected MethodOnCreateAutomationPeer (Inherited from System.Windows.UIElement)
Protected MethodOnDragEnter (Inherited from System.Windows.UIElement)
Protected MethodOnDragLeave (Inherited from