このクラスのメンバの一覧は、RecordPresenterメンバを参照してください。
名前 | 解説 | |
---|---|---|
![]() | ContextMenuClosing | Occurs just before any context menu on the element is closed. System.Windows.FrameworkElementから継承されます。 |
![]() | ContextMenuOpening | Occurs when any context menu on the element is opened. System.Windows.FrameworkElementから継承されます。 |
![]() | DataContextChanged | Occurs when the data context for this element changes. System.Windows.FrameworkElementから継承されます。 |
![]() | DragEnter | Occurs when the input system reports an underlying drag event with this element as the drag target. System.Windows.UIElementから継承されます。 |
![]() | DragLeave | Occurs when the input system reports an underlying drag event with this element as the drag origin. System.Windows.UIElementから継承されます。 |
![]() | DragOver | Occurs when the input system reports an underlying drag event with this element as the potential drop target. System.Windows.UIElementから継承されます。 |
![]() | Drop | Occurs when the input system reports an underlying drop event with this element as the drop target. System.Windows.UIElementから継承されます。 |
![]() | FocusableChanged | Occurs when the value of the System.Windows.UIElement.Focusable property changes. System.Windows.UIElementから継承されます。 |
![]() | GiveFeedback | Occurs when the input system reports an underlying drag-and-drop event that involves this element. System.Windows.UIElementから継承されます。 |
![]() | GotFocus | Occurs when this element gets logical focus. System.Windows.UIElementから継承されます。 |
![]() | GotKeyboardFocus | Occurs when the keyboard is focused on this element. System.Windows.UIElementから継承されます。 |
![]() | GotMouseCapture | Occurs when this element captures the mouse. System.Windows.UIElementから継承されます。 |
![]() | GotStylusCapture | Occurs when this element captures the stylus. System.Windows.UIElementから継承されます。 |
![]() | GotTouchCapture | Occurs when a touch is captured to this element. System.Windows.UIElementから継承されます。 |
![]() | HideNestedContent | RecordPresenter の NestedContent を非表示するときに発生します。 |
![]() | Initialized | Occurs when this System.Windows.FrameworkElement is initialized. This event coincides with cases where the value of the System.Windows.FrameworkElement.IsInitialized property changes from false (or undefined) to true. System.Windows.FrameworkElementから継承されます。 |
![]() | IsEnabledChanged | Occurs when the value of the System.Windows.UIElement.IsEnabled property on this element changes. System.Windows.UIElementから継承されます。 |
![]() | IsHitTestVisibleChanged | Occurs when the value of the System.Windows.UIElement.IsHitTestVisible dependency property changes on this element. System.Windows.UIElementから継承されます。 |
![]() | IsKeyboardFocusedChanged | Occurs when the value of the System.Windows.UIElement.IsKeyboardFocused property changes on this element. System.Windows.UIElementから継承されます。 |
![]() | IsKeyboardFocusWithinChanged | Occurs when the value of the System.Windows.UIElement.IsKeyboardFocusWithinChanged property changes on this element. System.Windows.UIElementから継承されます。 |
![]() | IsMouseCapturedChanged | Occurs when the value of the System.Windows.UIElement.IsMouseCaptured property changes on this element. System.Windows.UIElementから継承されます。 |
![]() | IsMouseCaptureWithinChanged | Occurs when the value of the System.Windows.UIElement.IsMouseCaptureWithinProperty changes on this element. System.Windows.UIElementから継承されます。 |
![]() | IsMouseDirectlyOverChanged | Occurs when the value of the System.Windows.UIElement.IsMouseDirectlyOver property changes on this element. System.Windows.UIElementから継承されます。 |
![]() | IsStylusCapturedChanged | Occurs when the value of the System.Windows.UIElement.IsStylusCaptured property changes on this element. System.Windows.UIElementから継承されます。 |
![]() | IsStylusCaptureWithinChanged | Occurs when the value of the System.Windows.UIElement.IsStylusCaptureWithin property changes on this element. System.Windows.UIElementから継承されます。 |
![]() | IsStylusDirectlyOverChanged | Occurs when the value of the System.Windows.UIElement.IsStylusDirectlyOver property changes on this element. System.Windows.UIElementから継承されます。 |
![]() | IsVisibleChanged | Occurs when the value of the System.Windows.UIElement.IsVisible property changes on this element. System.Windows.UIElementから継承されます。 |
![]() | KeyDown | Occurs when a key is pressed while focus is on this element. System.Windows.UIElementから継承されます。 |
![]() | KeyUp | Occurs when a key is released while focus is on this element. System.Windows.UIElementから継承されます。 |
![]() | LayoutUpdated | Occurs when the layout of the various visual elements associated with the current System.Windows.Threading.Dispatcher changes. System.Windows.UIElementから継承されます。 |
![]() | Loaded | Occurs when the element is laid out, rendered, and ready for interaction. System.Windows.FrameworkElementから継承されます。 |
![]() | LostFocus | Occurs when this element loses logical focus. System.Windows.UIElementから継承されます。 |
![]() | LostKeyboardFocus | Occurs when the keyboard is no longer focused on this element,. System.Windows.UIElementから継承されます。 |
![]() | LostMouseCapture | Occurs when this element loses mouse capture. System.Windows.UIElementから継承されます。 |
![]() | LostStylusCapture | Occurs when this element loses stylus capture. System.Windows.UIElementから継承されます。 |
![]() | LostTouchCapture | Occurs when this element loses a touch capture. System.Windows.UIElementから継承されます。 |
![]() | ManipulationBoundaryFeedback | Occurs when the manipulation encounters a boundary. System.Windows.UIElementから継承されます。 |
![]() | ManipulationCompleted | Occurs when a manipulation and inertia on the System.Windows.UIElement object is complete. System.Windows.UIElementから継承されます。 |
![]() | ManipulationDelta | Occurs when the input device changes position during a manipulation. System.Windows.UIElementから継承されます。 |
![]() | ManipulationInertiaStarting | Occurs when the input device loses contact with the System.Windows.UIElement object during a manipulation and inertia begins. System.Windows.UIElementから継承されます。 |
![]() | ManipulationStarted | Occurs when an input device begins a manipulation on the System.Windows.UIElement object. System.Windows.UIElementから継承されます。 |
![]() | ManipulationStarting | Occurs when the manipulation processor is first created. System.Windows.UIElementから継承されます。 |
![]() | MouseDoubleClick | Occurs when a mouse button is clicked two or more times. System.Windows.Controls.Controlから継承されます。 |
![]() | MouseDown | Occurs when any mouse button is pressed while the pointer is over this element. System.Windows.UIElementから継承されます。 |
![]() | MouseEnter | Occurs when the mouse pointer enters the bounds of this element. System.Windows.UIElementから継承されます。 |
![]() | MouseLeave | Occurs when the mouse pointer leaves the bounds of this element. System.Windows.UIElementから継承されます。 |
![]() | MouseLeftButtonDown | Occurs when the left mouse button is pressed while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
![]() | MouseLeftButtonUp | Occurs when the left mouse button is released while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
![]() | MouseMove | Occurs when the mouse pointer moves while over this element. System.Windows.UIElementから継承されます。 |
![]() | MouseRightButtonDown | Occurs when the right mouse button is pressed while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
![]() | MouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
![]() | MouseUp | Occurs when any mouse button is released over this element. System.Windows.UIElementから継承されます。 |
![]() | MouseWheel | Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
![]() | PreviewDragEnter | Occurs when the input system reports an underlying drag event with this element as the drag target. System.Windows.UIElementから継承されます。 |
![]() | PreviewDragLeave | Occurs when the input system reports an underlying drag event with this element as the drag origin. System.Windows.UIElementから継承されます。 |
![]() | PreviewDragOver | Occurs when the input system reports an underlying drag event with this element as the potential drop target. System.Windows.UIElementから継承されます。 |
![]() | PreviewDrop | Occurs when the input system reports an underlying drop event with this element as the drop target. System.Windows.UIElementから継承されます。 |
![]() | PreviewGiveFeedback | Occurs when a drag-and-drop operation is started. System.Windows.UIElementから継承されます。 |
![]() | PreviewGotKeyboardFocus | Occurs when the keyboard is focused on this element. System.Windows.UIElementから継承されます。 |
![]() | PreviewKeyDown | Occurs when a key is pressed while focus is on this element. System.Windows.UIElementから継承されます。 |
![]() | PreviewKeyUp | Occurs when a key is released while focus is on this element. System.Windows.UIElementから継承されます。 |
![]() | PreviewLostKeyboardFocus | Occurs when the keyboard is no longer focused on this element. System.Windows.UIElementから継承されます。 |
![]() | PreviewMouseDoubleClick | Occurs when a user clicks the mouse button two or more times. System.Windows.Controls.Controlから継承されます。 |
![]() | PreviewMouseDown | Occurs when any mouse button is pressed while the pointer is over this element. System.Windows.UIElementから継承されます。 |
![]() | PreviewMouseLeftButtonDown | Occurs when the left mouse button is pressed while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
![]() | PreviewMouseLeftButtonUp | Occurs when the left mouse button is released while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
![]() | PreviewMouseMove | Occurs when the mouse pointer moves while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
![]() | PreviewMouseRightButtonDown | Occurs when the right mouse button is pressed while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
![]() | PreviewMouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
![]() | PreviewMouseUp | Occurs when any mouse button is released while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
![]() | PreviewMouseWheel | Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
![]() | PreviewQueryContinueDrag | Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. System.Windows.UIElementから継承されます。 |
![]() | PreviewStylusButtonDown | Occurs when the stylus button is pressed while the pointer is over this element. System.Windows.UIElementから継承されます。 |
![]() | PreviewStylusButtonUp | Occurs when the stylus button is released while the pointer is over this element. System.Windows.UIElementから継承されます。 |
![]() | PreviewStylusDown | Occurs when the stylus touches the digitizer while it is over this element. System.Windows.UIElementから継承されます。 |
![]() | PreviewStylusInAirMove | Occurs when the stylus moves over an element without actually touching the digitizer. System.Windows.UIElementから継承されます。 |
![]() | PreviewStylusInRange | Occurs when the stylus is close enough to the digitizer to be detected, while over this element. System.Windows.UIElementから継承されます。 |
![]() | PreviewStylusMove | Occurs when the stylus moves while over the element. The stylus must move while being detected by the digitizer to raise this event, otherwise, System.Windows.UIElement.PreviewStylusInAirMove is raised instead. System.Windows.UIElementから継承されます。 |
![]() | PreviewStylusOutOfRange | Occurs when the stylus is too far from the digitizer to be detected. System.Windows.UIElementから継承されます。 |
![]() | PreviewStylusSystemGesture | Occurs when a user performs one of several stylus gestures. System.Windows.UIElementから継承されます。 |
![]() | PreviewStylusUp | Occurs when the user raises the stylus off the digitizer while the stylus is over this element. System.Windows.UIElementから継承されます。 |
![]() | PreviewTextInput | Occurs when this element gets text in a device-independent manner. System.Windows.UIElementから継承されます。 |
![]() | PreviewTouchDown | Occurs when a finger touches the screen while the finger is over this element. System.Windows.UIElementから継承されます。 |
![]() | PreviewTouchMove | Occurs when a finger moves on the screen while the finger is over this element. System.Windows.UIElementから継承されます。 |
![]() | PreviewTouchUp | Occurs when a finger is raised off of the screen while the finger is over this element. System.Windows.UIElementから継承されます。 |
![]() | QueryContinueDrag | Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. System.Windows.UIElementから継承されます。 |
![]() | QueryCursor | Occurs when the cursor is requested to display. This event is raised on an element each time that the mouse pointer moves to a new location, which means the cursor object might need to be changed based on its new position. System.Windows.UIElementから継承されます。 |
![]() | RequestBringIntoView | Occurs when System.Windows.FrameworkElement.BringIntoView(System.Windows.Rect) is called on this element. System.Windows.FrameworkElementから継承されます。 |
![]() | ShowNestedContent | RecordPresenter の NestedContent を表示するときに発生します。 |
![]() | SizeChanged | Occurs when either the System.Windows.FrameworkElement.ActualHeight or the System.Windows.FrameworkElement.ActualWidth properties change value on this element. System.Windows.FrameworkElementから継承されます。 |
![]() | SourceUpdated | Occurs when the source value changes for any existing property binding on this element. System.Windows.FrameworkElementから継承されます。 |
![]() | StylusButtonDown | Occurs when the stylus button is pressed while the pointer is over this element. System.Windows.UIElementから継承されます。 |
![]() | StylusButtonUp | Occurs when the stylus button is released while the pointer is over this element. System.Windows.UIElementから継承されます。 |
![]() | StylusDown | Occurs when the stylus touches the digitizer while the stylus is over this element. System.Windows.UIElementから継承されます。 |
![]() | StylusEnter | Occurs when the stylus enters the bounds of this element. System.Windows.UIElementから継承されます。 |
![]() | StylusInAirMove | Occurs when the stylus moves over an element without actually touching the digitizer. System.Windows.UIElementから継承されます。 |
![]() | StylusInRange | Occurs when the stylus is close enough to the digitizer to be detected, while over this element. System.Windows.UIElementから継承されます。 |
![]() | StylusLeave | Occurs when the stylus leaves the bounds of the element. System.Windows.UIElementから継承されます。 |
![]() | StylusMove | Occurs when the stylus moves over this element. The stylus must move while on the digitizer to raise this event. Otherwise, System.Windows.UIElement.StylusInAirMove is raised instead. System.Windows.UIElementから継承されます。 |
![]() | StylusOutOfRange | Occurs when the stylus is too far from the digitizer to be detected, while over this element. System.Windows.UIElementから継承されます。 |
![]() | StylusSystemGesture | Occurs when a user performs one of several stylus gestures. System.Windows.UIElementから継承されます。 |
![]() | StylusUp | Occurs when the user raises the stylus off the digitizer while it is over this element. System.Windows.UIElementから継承されます。 |
![]() | TargetUpdated | Occurs when the target value changes for any property binding on this element. System.Windows.FrameworkElementから継承されます。 |
![]() | TextInput | Occurs when this element gets text in a device-independent manner. System.Windows.UIElementから継承されます。 |
![]() | ToolTipClosing | Occurs just before any tooltip on the element is closed. System.Windows.FrameworkElementから継承されます。 |
![]() | ToolTipOpening | Occurs when any tooltip on the element is opened. System.Windows.FrameworkElementから継承されます。 |
![]() | TouchDown | Occurs when a finger touches the screen while the finger is over this element. System.Windows.UIElementから継承されます。 |
![]() | TouchEnter | Occurs when a touch moves from outside to inside the bounds of this element. System.Windows.UIElementから継承されます。 |
![]() | TouchLeave | Occurs when a touch moves from inside to outside the bounds of this element. System.Windows.UIElementから継承されます。 |
![]() | TouchMove | Occurs when a finger moves on the screen while the finger is over this element. System.Windows.UIElementから継承されます。 |
![]() | TouchUp | Occurs when a finger is raised off of the screen while the finger is over this element. System.Windows.UIElementから継承されます。 |
![]() | Unloaded | Occurs when the element is removed from within an element tree of loaded elements. System.Windows.FrameworkElementから継承されます。 |
RecordPresenter クラス
Infragistics.Windows.DataPresenter 名前空間
HeaderContent プロパティ
NestedContent プロパティ
HasHeaderContent プロパティ
HasNestedContent プロパティ
ShouldDisplayRecordContent プロパティ
Record プロパティ
DataRecord クラス
DataRecordPresenter クラス
GroupByRecord クラス
GroupByRecordPresenter クラス
ExpandableFieldRecord クラス
ExpandableFieldRecordPresenter クラス
DataPresenterBase クラス
XamDataCarousel クラス
XamDataGrid クラス
XamDataPresenter クラス