Version

XamDataCarousel Class Methods

For a list of all members of this type, see XamDataCarousel members.

Public Methods
 NameDescription
Public MethodAddHandlerOverloaded. Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. (Inherited from System.Windows.UIElement)
Public MethodAddToEventRouteAdds handlers to the specified System.Windows.EventRoute for the current System.Windows.UIElement event handler collection. (Inherited from System.Windows.UIElement)
Public MethodApplyAnimationClockOverloaded. Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation. (Inherited from System.Windows.UIElement)
Public MethodApplyTemplateBuilds 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 System.Windows.FrameworkElement)
Public MethodArrangePositions child elements and determines a size for a System.Windows.UIElement. Parent elements call this method from their System.Windows.UIElement.ArrangeCore(System.Windows.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 System.Windows.UIElement)
Public MethodBeginAnimationOverloaded. Starts an animation for a specified animated property on this element. (Inherited from System.Windows.UIElement)
Public MethodBeginInitStarts the initialization process for this element. (Inherited from System.Windows.FrameworkElement)
Public MethodBeginStoryboardOverloaded. Begins the sequence of actions that are contained in the provided storyboard. (Inherited from System.Windows.FrameworkElement)
Public MethodBringCellIntoViewScrolls the specified Cell into view (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Public MethodBringDataItemIntoViewScrolls the Record associated with the specified data item into view. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Public MethodBringIntoViewOverloaded. Attempts to bring this element into view, within any scrollable regions it is contained within. (Inherited from System.Windows.FrameworkElement)
Public MethodBringRecordIntoViewScrolls the specified Record into view (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Public MethodCaptureMouseAttempts to force capture of the mouse to this element. (Inherited from System.Windows.UIElement)
Public MethodCaptureStylusAttempts to force capture of the stylus to this element. (Inherited from System.Windows.UIElement)
Public MethodCaptureTouchAttempts to force capture of a touch to this element. (Inherited from System.Windows.UIElement)
Public MethodClearCustomizationsClears current user customizations based on the customizations parameter. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Public MethodClearUndoHistoryClears the undo/redo history. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
Public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodEndInitIndicates that the initialization process for the element is complete. (Inherited from System.Windows.FrameworkElement)
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodExecuteCommandOverloaded. Executes the RoutedCommand represented by the specified CommandWrapper. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Public MethodFindCommonVisualAncestorReturns the common ancestor of two visual objects. (Inherited from System.Windows.Media.Visual)
Public MethodFindName (Inherited from System.Windows.FrameworkElement)
Public MethodFindResourceSearches for a resource with the specified key, and throws an exception if the requested resource is not found. (Inherited from System.Windows.FrameworkElement)
Public MethodFocusAttempts to set focus to this element. (Inherited from System.Windows.UIElement)
Public MethodGetAnimationBaseValueReturns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. (Inherited from System.Windows.UIElement)
Public MethodGetBindingExpressionReturns the System.Windows.Data.BindingExpression that represents the binding on the specified property. (Inherited from System.Windows.FrameworkElement)
Public MethodGetCellsInViewGets the cells that are currently in view. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetRecordFromDataItemGets the DataRecord associated with a specific item in the DataSource. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Public MethodGetRecordsFromDataItemsGets the DataRecords associated with specific items in the DataSource. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Public MethodGetRecordsInViewGets the Records that are currntly in view. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodInputHitTest (Inherited from System.Windows.UIElement)
Public MethodInvalidateArrangeInvalidates 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 System.Windows.UIElement.UpdateLayout. (Inherited from System.Windows.UIElement)
Public MethodInvalidateMeasureInvalidates the measurement state (layout) for the element. (Inherited from System.Windows.UIElement)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateVisualInvalidates the rendering of the element, and forces a complete new layout pass. System.Windows.UIElement.OnRender(System.Windows.Media.DrawingContext) is called after the layout cycle is completed. (Inherited from System.Windows.UIElement)
Public MethodIsAncestorOfDetermines whether the visual object is an ancestor of the descendant visual object. (Inherited from System.Windows.Media.Visual)
Public MethodIsDescendantOfDetermines whether the visual object is a descendant of the ancestor visual object. (Inherited from System.Windows.Media.Visual)
Public MethodLoadCustomizationsOverloaded. Loads user Customizations that were saved with the DataPresenterBase.SaveCustomizations method. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Public MethodMeasureUpdates the System.Windows.UIElement.DesiredSize of a System.Windows.UIElement. Parent elements call this method from their own System.Windows.UIElement.MeasureCore(System.Windows.Size) implementations to form a recursive layout update. Calling this method constitutes the first pass (the "Measure" pass) of a layout update. (Inherited from System.Windows.UIElement)
Public MethodMoveFocusMoves the keyboard focus away from this element and to another element in a provided traversal direction. (Inherited from System.Windows.FrameworkElement)
Public MethodOnApplyTemplateCalled when the template is applied (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Public MethodPointFromScreenConverts a System.Windows.Point in screen coordinates into a System.Windows.Point that represents the current coordinate system of the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual)
Public MethodPointToScreenConverts a System.Windows.Point that represents the current coordinate system of the System.Windows.Media.Visual into a System.Windows.Point in screen coordinates. (Inherited from System.Windows.Media.Visual)
Public MethodPredictFocusDetermines 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 System.Windows.FrameworkElement)
Public MethodRaiseEvent (Inherited from System.Windows.UIElement)
Public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
Public MethodRegisterNameProvides an accessor that simplifies access to the System.Windows.NameScope registration method. (Inherited from System.Windows.FrameworkElement)
Public MethodReleaseAllTouchCapturesReleases all captured touch devices from this element. (Inherited from System.Windows.UIElement)
Public MethodReleaseMouseCaptureReleases the mouse capture, if this element held the capture. (Inherited from System.Windows.UIElement)
Public MethodReleaseStylusCaptureReleases the stylus device capture, if this element held the capture. (Inherited from System.Windows.UIElement)
Public MethodReleaseTouchCaptureAttempts to release the specified touch device from this element. (Inherited from System.Windows.UIElement)
Public MethodRemoveHandler (Inherited from System.Windows.UIElement)
Public MethodSaveCustomizationsOverloaded. Saves information about the current user customizations to the specified stream. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Public MethodSetBindingOverloaded. Attaches a binding to this element, based on the provided binding object. (Inherited from System.Windows.FrameworkElement)
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public MethodSetResourceReferenceSearches for a resource with the specified name and sets up a resource reference to it for the specified property. (Inherited from System.Windows.FrameworkElement)
Public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Public MethodShowFieldChooserOverloaded. Displays a FieldChooser that allows the user to select which fields are displayed in the data presenter. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Public MethodToStringReturns the string representation of a System.Windows.Controls.Control object. (Inherited from System.Windows.Controls.Control)
Public MethodTransformToAncestorOverloaded. Returns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified System.Windows.Media.Visual ancestor of the visual object. (Inherited from System.Windows.Media.Visual)
Public MethodTransformToDescendantReturns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified visual object descendant. (Inherited from System.Windows.Media.Visual)
Public MethodTransformToVisualReturns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified visual object. (Inherited from System.Windows.Media.Visual)
Public MethodTranslatePointTranslates a point relative to this element to coordinates that are relative to the specified element. (Inherited from System.Windows.UIElement)
Public MethodTryFindResourceSearches for a resource with the specified key, and returns that resource if found. (Inherited from System.Windows.FrameworkElement)
Public MethodUnregisterNameSimplifies access to the System.Windows.NameScope de-registration method. (Inherited from System.Windows.FrameworkElement)
Public MethodUpdateDefaultStyleReapplies the default style to the current System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Public MethodUpdateLayoutEnsures that all visual child elements of this element are properly updated for layout. (Inherited from System.Windows.UIElement)
Protected Methods
 NameDescription
Protected Internal MethodAddLogicalChildAdds the provided object to the logical tree of this element. (Inherited from System.Windows.FrameworkElement)
Protected MethodAddVisualChildDefines the parent-child relationship between two visuals. (Inherited from System.Windows.Media.Visual)
Protected MethodArrangeCoreImplements System.Windows.UIElement.ArrangeCore(System.Windows.Rect) (defined as virtual in System.Windows.UIElement) and seals the implementation. (Inherited from System.Windows.FrameworkElement)
Protected MethodArrangeOverride (Inherited from Infragistics.Windows.Controls.IGControlBase)
Protected MethodGetLayoutClipReturns 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 System.Windows.FrameworkElement)
Protected Internal MethodGetRecordListControlStyleGets the style for a RecordListControl created to hold items using a specific format (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected Internal MethodGetTemplateChildReturns the named element in the visual tree of an instantiated System.Windows.Controls.ControlTemplate. (Inherited from System.Windows.FrameworkElement)
Protected Internal MethodGetUIParentCoreReturns an alternative logical parent for this element if there is no visual parent. (Inherited from System.Windows.FrameworkElement)
Protected MethodGetVisualChild (Inherited from Infragistics.Windows.Controls.IGControlBase)
Protected MethodHitTestCoreOverloaded. Implements System.Windows.Media.Visual.HitTestCore(System.Windows.Media.PointHitTestParameters) to supply base element hit testing behavior (returning System.Windows.Media.HitTestResult). (Inherited from System.Windows.UIElement)
Protected MethodMeasureCoreImplements basic measure-pass layout system behavior for System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement)
Protected MethodMeasureOverrideInvoked to measure the element and its children. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnAccessKeyProvides class handling for when an access key that is meaningful for this element is invoked. (Inherited from System.Windows.UIElement)
Protected MethodOnActiveSelectionStrategyChanged (Inherited from Infragistics.Windows.Controls.IGControlBase)
Protected MethodOnAssigningFieldLayoutToItemOccurs when an item from the DataPresenterBase.DataSource is being associated with a FieldLayout that will define the layout of cells for this item within the DataPresenterBase. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnCellActivatedOccurs after a Cell has been activated (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnCellActivatingOccurs before a Cell is activated (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnCellChangedOccurs when the DataPresenterBase.ActiveCell is in edit mode and the user modifies its value. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnCellDeactivatingOccurs before a Cell is de-activated (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnCellUpdatedOccurs after a Cell has been updated. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnCellUpdatingOccurs when a Cell's value is about to be updated. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnChildDesiredSizeChangedSupports layout behavior when a child element is resized. (Inherited from System.Windows.UIElement)
Protected MethodOnClipboardCopyingRaises the DataPresenterBase.ClipboardCopying event (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnClipboardOperationErrorRaises the DataPresenterBase.ClipboardOperationError event (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnClipboardPastingRaises the DataPresenterBase.ClipboardPasting event (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnContextMenuClosingInvoked whenever an unhandled System.Windows.FrameworkElement.ContextMenuClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnContextMenuOpeningInvoked whenever an unhandled System.Windows.FrameworkElement.ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnCreateAutomationPeerReturns an automation peer that exposes the DataPresenterBase to UI Automation. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnCrossFieldRecordFilterChangedRaised after any cross field record filter criteria modifications by the user are applied. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnCrossFieldRecordFilterChangingRaised before any cross field record filter criteria modifications by the user are applied. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnCustomFilterSelectionControlOpeningRaised before the UI for entering custom filter criteria for a field is displayed. You can cancel this event and display your own UI. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnDataErrorOccurs when an exception is thrown by the DataSource. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnDataSourceChangedRaised after the DataSource is changed. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnDataValueChangedRaises the DataPresenterBase.DataValueChanged event (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnDpiChangedCalled when the DPI at which this View is rendered changes. (Inherited from System.Windows.Media.Visual)
Protected MethodOnDragEnterInvoked when an unhandled System.Windows.DragDrop.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 System.Windows.UIElement)
Protected MethodOnDragLeaveInvoked when an unhandled System.Windows.DragDrop.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 System.Windows.UIElement)
Protected MethodOnDragOverInvoked when an unhandled System.Windows.DragDrop.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 System.Windows.UIElement)
Protected MethodOnDropInvoked when an unhandled System.Windows.DragDrop.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 System.Windows.UIElement)
Protected MethodOnEditModeEndedOccurs after the DataPresenterBase.ActiveCell has ended edit mode (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnEditModeEndingOccurs when the DataPresenterBase.ActiveCell is about to end edit mode (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnEditModeStartedOccurs after the DataPresenterBase.ActiveCell has entered edit mode (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnEditModeStartingOccurs when the DataPresenterBase.ActiveCell is about to enter edit mode (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnEditModeValidationErrorOccurs when the DataPresenterBase.ActiveCell has an input validation error (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnExecutedCommandOccurs after a command is executed (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnExecutingCommandOccurs before a command is executed. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnFieldChooserOpeningRaised before the data presenter displays a FieldChooser. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnFieldGroupCollapsedOccurs after a FieldGroup has been collapsed as the result of a user action. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnFieldGroupExpandedOccurs after a FieldGroup has been expanded as the result of a user action. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnFieldLayoutInitializedOccurs after a FieldLayout has been initialized (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnFieldLayoutInitializingOccurs before a FieldLayout is initialized (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnFieldPositionChangedRaised after a field is moved by dragging and dropping it at a different position in the field layout. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnFieldPositionChangingRaised when a field is moved by dragging and dropping it at a different position in the field layout. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnGiveFeedbackInvoked when an unhandled System.Windows.DragDrop.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 System.Windows.UIElement)
Protected MethodOnGotFocusInvoked whenever an unhandled System.Windows.UIElement.GotFocus event reaches this element in its route. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnGotKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.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 System.Windows.UIElement)
Protected MethodOnGotMouseCaptureInvoked when an unhandled System.Windows.Input.Mouse.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 System.Windows.UIElement)
Protected MethodOnGotStylusCaptureInvoked when an unhandled System.Windows.Input.Stylus.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 System.Windows.UIElement)
Protected MethodOnGotTouchCaptureProvides class handling for the System.Windows.UIElement.GotTouchCapture routed event that occurs when a touch is captured to this element. (Inherited from System.Windows.UIElement)
Protected MethodOnGroupedOccurs after records have been grouped as the result of a user action. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnGroupingOccurs when records are about to be grouped as the result of a user action. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnInitializeCellValuePresenterRaises the DataPresenterBase.InitializeCellValuePresenter event (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnInitializedOverridden. Called after the element has been initialized.  
Protected Internal MethodOnInitializeRecordOccurs when a Record is initialized (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected Internal MethodOnInitializeTemplateAddRecordOccurs when a 'template add' DataRecord is initialized (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnIsKeyboardFocusedChangedInvoked when an unhandled System.Windows.UIElement.IsKeyboardFocusedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsKeyboardFocusWithinChangedInvoked just before the System.Windows.UIElement.IsKeyboardFocusWithinChanged event is raised by this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsMouseCapturedChangedInvoked when an unhandled System.Windows.UIElement.IsMouseCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsMouseCaptureWithinChangedInvoked when an unhandled System.Windows.UIElement.IsMouseCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsMouseDirectlyOverChangedInvoked when an unhandled System.Windows.UIElement.IsMouseDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsStylusCapturedChangedInvoked when an unhandled System.Windows.UIElement.IsStylusCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsStylusCaptureWithinChangedInvoked when an unhandled System.Windows.UIElement.IsStylusCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnIsStylusDirectlyOverChangedInvoked when an unhandled System.Windows.UIElement.IsStylusDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnKeyDownCalled when the element has input focus and a key is pressed. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnKeyUpCalled when the element has input focus and a key is released. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnLostFocusRaises the System.Windows.UIElement.LostFocus routed event by using the event data that is provided. (Inherited from System.Windows.UIElement)
Protected MethodOnLostKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.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 System.Windows.UIElement)
Protected MethodOnLostMouseCaptureOverridden. Called when mouse capture is lost. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnLostStylusCaptureInvoked when an unhandled System.Windows.Input.Stylus.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 System.Windows.UIElement)
Protected MethodOnLostTouchCaptureProvides class handling for the System.Windows.UIElement.LostTouchCapture routed event that occurs when this element loses a touch capture. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationBoundaryFeedbackCalled when the System.Windows.UIElement.ManipulationBoundaryFeedback event occurs. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationCompletedCalled when the System.Windows.UIElement.ManipulationCompleted event occurs. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationDeltaCalled when the System.Windows.UIElement.ManipulationDelta event occurs. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationInertiaStartingCalled when the System.Windows.UIElement.ManipulationInertiaStarting event occurs. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationStartedCalled when the System.Windows.UIElement.ManipulationStarted event occurs. (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationStartingProvides class handling for the System.Windows.UIElement.ManipulationStarting routed event that occurs when the manipulation processor is first created. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseDoubleClickRaises the System.Windows.Controls.Control.MouseDoubleClick routed event. (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseDownInvoked when an unhandled System.Windows.Input.Mouse.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 System.Windows.UIElement)
Protected MethodOnMouseEnterInvoked when an unhandled System.Windows.Input.Mouse.MouseEnter attached event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseLeaveInvoked when an unhandled System.Windows.Input.Mouse.MouseLeave attached event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnMouseLeftButtonDown (Inherited from Infragistics.Windows.Controls.IGControlBase)
Protected MethodOnMouseLeftButtonUpOverridden. Called when left mouse button is released. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnMouseMoveOverridden. Called when mouse is moved. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnMouseRightButtonDownInvoked when an unhandled System.Windows.UIElement.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 System.Windows.UIElement)
Protected MethodOnMouseRightButtonUpInvoked when an unhandled System.Windows.UIElement.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 System.Windows.UIElement)
Protected MethodOnMouseUpInvoked when an unhandled System.Windows.Input.Mouse.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 System.Windows.UIElement)
Protected MethodOnMouseWheelInvoked when an unhandled System.Windows.Input.Mouse.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 System.Windows.UIElement)
Protected MethodOnPreviewDragEnterInvoked when an unhandled System.Windows.DragDrop.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 System.Windows.UIElement)
Protected MethodOnPreviewDragLeaveInvoked when an unhandled System.Windows.DragDrop.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 System.Windows.UIElement)
Protected MethodOnPreviewDragOverInvoked when an unhandled System.Windows.DragDrop.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 System.Windows.UIElement)
Protected MethodOnPreviewDropInvoked when an unhandled System.Windows.DragDrop.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 System.Windows.UIElement)
Protected MethodOnPreviewGiveFeedbackInvoked when an unhandled System.Windows.DragDrop.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 System.Windows.UIElement)
Protected MethodOnPreviewGotKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.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 System.Windows.UIElement)
Protected MethodOnPreviewKeyDownClled when a key is pressed. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnPreviewKeyUpInvoked when an unhandled System.Windows.Input.Keyboard.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 System.Windows.UIElement)
Protected MethodOnPreviewLostKeyboardFocusInvoked when the element or its descendant is about to lose keyboard focus. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnPreviewMouseDoubleClickRaises the System.Windows.Controls.Control.PreviewMouseDoubleClick routed event. (Inherited from System.Windows.Controls.Control)
Protected MethodOnPreviewMouseDownInvoked when an unhandled System.Windows.Input.Mouse.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 System.Windows.UIElement)
Protected MethodOnPreviewMouseLeftButtonDownInvoked when the left mouse button is being pressed down within the element. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnPreviewMouseLeftButtonUpInvoked when an unhandled System.Windows.UIElement.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 System.Windows.UIElement)
Protected MethodOnPreviewMouseMoveInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseMove 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 System.Windows.UIElement)
Protected MethodOnPreviewMouseRightButtonDown (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnPreviewMouseRightButtonUpInvoked when an unhandled System.Windows.UIElement.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 System.Windows.UIElement)
Protected MethodOnPreviewMouseUpInvoked when an unhandled System.Windows.Input.Mouse.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 System.Windows.UIElement)
Protected MethodOnPreviewMouseWheelInvoked when an unhandled System.Windows.Input.Mouse.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 System.Windows.UIElement)
Protected MethodOnPreviewQueryContinueDragInvoked when an unhandled System.Windows.DragDrop.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 System.Windows.UIElement)
Protected MethodOnPreviewStylusButtonDownInvoked when an unhandled System.Windows.Input.Stylus.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 System.Windows.UIElement)
Protected MethodOnPreviewStylusButtonUpInvoked when an unhandled System.Windows.Input.Stylus.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 System.Windows.UIElement)
Protected MethodOnPreviewStylusDownInvoked when an unhandled System.Windows.Input.Stylus.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 System.Windows.UIElement)
Protected MethodOnPreviewStylusInAirMoveInvoked when an unhandled System.Windows.Input.Stylus.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 System.Windows.UIElement)
Protected MethodOnPreviewStylusInRangeInvoked when an unhandled System.Windows.Input.Stylus.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 System.Windows.UIElement)
Protected MethodOnPreviewStylusMoveInvoked when an unhandled System.Windows.Input.Stylus.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 System.Windows.UIElement)
Protected MethodOnPreviewStylusOutOfRangeInvoked when an unhandled System.Windows.Input.Stylus.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 System.Windows.UIElement)
Protected MethodOnPreviewStylusSystemGestureInvoked when an unhandled System.Windows.Input.Stylus.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 System.Windows.UIElement)
Protected MethodOnPreviewStylusUpInvoked when an unhandled System.Windows.Input.Stylus.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 System.Windows.UIElement)
Protected MethodOnPreviewTextInputCalled when some text has been entered (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnPreviewTouchDownProvides class handling for the System.Windows.UIElement.PreviewTouchDown routed event that occurs when a touch presses this element. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewTouchMoveProvides class handling for the System.Windows.UIElement.PreviewTouchMove routed event that occurs when a touch moves while inside this element. (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewTouchUpProvides class handling for the System.Windows.UIElement.PreviewTouchUp routed event that occurs when a touch is released inside this element. (Inherited from System.Windows.UIElement)
Protected MethodOnPropertyChangedOverridden. Called when a property changes on this object.  
Protected MethodOnQueryContinueDragInvoked when an unhandled System.Windows.DragDrop.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 System.Windows.UIElement)
Protected MethodOnQueryCursorInvoked when an unhandled System.Windows.Input.Mouse.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 System.Windows.UIElement)
Protected MethodOnQuerySummaryResultRaised when a summary result is calculated or recalculated. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnReceiveWeakEventCalled when a weak event is received (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordActivatedOccurs after a Record has been made the DataPresenterBase.ActiveRecord (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordActivatingOccurs before a Record is made the DataPresenterBase.ActiveRecord (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordAddedOccurs when the first edit of a template add record is made and after an item has been added to the DataPresenterBase.DataSource. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordAddingOccurs when the first edit of a template add record is made but before an item has been added to the DataPresenterBase.DataSource. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordCollapsedOccurs after a Record has been collapsed (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordCollapsingOccurs before a Record is collapsed (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordDeactivatingOccurs before the DataPresenterBase.ActiveRecord is being cleared (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordExpandedOccurs after a Record has been expanded (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordExpandingOccurs before a Record is expanded (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordFilterChangedRaised after any record filter criteria modifications by the user are applied. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordFilterChangingRaised before any record filter criteria modifications by the user are applied. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordFilterDropDownItemInitializingOccurs when a record filter drop-down is being initialized. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordFilterDropDownOpeningRaised before record filter drop-down is opened but after DataPresenterBase.RecordFilterDropDownPopulating event. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordFilterDropDownPopulatedRaised before record filter drop-down is opened but after DataPresenterBase.RecordFilterDropDownPopulating event. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordFilterDropDownPopulatingRaised before record filter drop-down is opened but after DataPresenterBase.RecordFilterDropDownPopulating event. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordFixedLocationChangedOccurs after a Record's fixed state has changed. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordFixedLocationChangingOccurs before a Record is expanded (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordsDeletedOccurs after one or more DataRecords has been deleted. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordsDeletingOccurs when one or more DataRecords is about to be deleted. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordsInViewChangedOccurs after the set of Records in view has changed. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordUpdateCanceledOccurs after a DataRecord's changes have been canceled. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordUpdateCancelingOccurs when a DataRecord's changes are about to be canceled. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordUpdatedOccurs after a DataRecord has been updated. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRecordUpdatingOccurs when a DataRecord is about to be updated. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnRenderWhen 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 System.Windows.UIElement)
Protected MethodOnRenderSizeChangedCalled when the size has changed (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnSelectedItemsChangedOccurs after the DataPresenterBase.SelectedItems have changed. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnSelectedItemsChangingOccurs when the DataPresenterBase.SelectedItems are about to change (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected Internal MethodOnSortCriteriaChangedCalled when the sort criteria has changed for a field layout (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnSortedOccurs when the sort order of records has changed as the result of a user action. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnSortingOccurs when the sort order of records is about to change as the result of a user action. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected Internal MethodOnStyleChanged (Inherited from System.Windows.FrameworkElement)
Protected MethodOnStylusButtonDownInvoked when an unhandled System.Windows.Input.Stylus.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 System.Windows.UIElement)
Protected MethodOnStylusButtonUpInvoked when an unhandled System.Windows.Input.Stylus.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 System.Windows.UIElement)
Protected MethodOnStylusDownInvoked when an unhandled System.Windows.Input.Stylus.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 System.Windows.UIElement)
Protected MethodOnStylusEnterInvoked when an unhandled System.Windows.Input.Stylus.StylusEnter attached event is raised by this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusInAirMoveInvoked when an unhandled System.Windows.Input.Stylus.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 System.Windows.UIElement)
Protected MethodOnStylusInRangeInvoked when an unhandled System.Windows.Input.Stylus.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 System.Windows.UIElement)
Protected MethodOnStylusLeaveInvoked when an unhandled System.Windows.Input.Stylus.StylusLeave attached event is raised by this element. Implement this method to add class handling for this event. (Inherited from System.Windows.UIElement)
Protected MethodOnStylusMoveInvoked when an unhandled System.Windows.Input.Stylus.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 System.Windows.UIElement)
Protected MethodOnStylusOutOfRangeInvoked when an unhandled System.Windows.Input.Stylus.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 System.Windows.UIElement)
Protected MethodOnStylusSystemGestureInvoked when an unhandled System.Windows.Input.Stylus.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 System.Windows.UIElement)
Protected MethodOnStylusUpInvoked when an unhandled System.Windows.Input.Stylus.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 System.Windows.UIElement)
Protected MethodOnSummaryResultChangedRaised when a summary result is calculated or recalculated. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnSummarySelectionControlClosedRaised after the UI for selecting summaries for a field is closed. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnSummarySelectionControlOpeningRaised before the UI for selecting summaries for a field is displayed. You can cancel this event and display your own UI. (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnTemplateChanged (Inherited from System.Windows.Controls.Control)
Protected MethodOnTextInputInvoked when an unhandled System.Windows.Input.TextCompositionManager.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 System.Windows.UIElement)
Protected MethodOnThemeChangedCalled when property 'Theme' changes (Inherited from Infragistics.Windows.DataPresenter.DataPresenterBase)
Protected MethodOnToolTipClosingInvoked whenever an unhandled System.Windows.FrameworkElement.ToolTipClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnToolTipOpeningInvoked whenever the System.Windows.FrameworkElement.ToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkElement)
Protected MethodOnTouchDownProvides class handling for the System.Windows.UIElement.TouchDown routed event that occurs when a touch presses inside this element. (Inherited from System.Windows.UIElement)
Protected MethodOnTouchEnterProvides class handling for the System.Windows.UIElement.TouchEnter routed event that occurs when a touch moves from outside to inside the bounds of this element. (Inherited from System.Windows.UIElement)
Protected MethodOnTouchLeaveProvides class handling for the System.Windows.UIElement.TouchLeave routed event that occurs when a touch moves from inside to outside the bounds of this System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Protected MethodOnTouchMoveProvides class handling for the System.Windows.UIElement.TouchMove routed event that occurs when a touch moves while inside this element. (Inherited from System.Windows.UIElement)
Protected MethodOnTouchUpProvides class handling for the System.Windows.UIElement.TouchUp routed event that occurs when a touch is released inside this element. (Inherited from System.Windows.UIElement)
Protected Internal MethodOnVisualChildrenChangedCalled when the System.Windows.Media.VisualCollection of the visual object is modified. (Inherited from System.Windows.Media.Visual)
Protected Internal MethodOnVisualParentChangedInvoked when the parent of this element in the visual tree is changed. Overrides System.Windows.UIElement.OnVisualParentChanged(System.Windows.DependencyObject). (Inherited from System.Windows.FrameworkElement)
Protected Internal MethodParentLayoutInvalidatedSupports incremental layout implementations in specialized subclasses of System.Windows.FrameworkElement. System.Windows.FrameworkElement.ParentLayoutInvalidated(System.Windows.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 System.Windows.FrameworkElement)
Protected Internal MethodRemoveLogicalChildRemoves the provided object from this element's logical tree. System.Windows.FrameworkElement updates the affected logical tree parent pointers to keep in sync with this deletion. (Inherited from System.Windows.FrameworkElement)
Protected MethodRemoveVisualChildRemoves the parent-child relationship between two visuals. (Inherited from System.Windows.Media.Visual)
Protected Internal MethodShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject)
See Also