A control used to embed dashboards created in the Dashboard Designer into a WPF application.
Name | Description |
---|---|
AddHandler(RoutedEvent, Delegate) |
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element.
(Inherited from UIElement)
|
AddHandler(RoutedEvent, Delegate, Boolean) |
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route.
(Inherited from UIElement)
|
AddLogicalChild(Object) |
Adds the provided object to the logical tree of this element.
(Inherited from FrameworkElement)
|
AddToEventRoute(EventRoute, RoutedEventArgs) |
Adds handlers to the specified (Inherited from UIElement)
|
AddVisualChild(Visual) |
Defines the parent-child relationship between two visuals.
(Inherited from Visual)
|
ApplyAnimationClock(DependencyProperty, AnimationClock) |
Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation.
(Inherited from UIElement)
|
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) |
Applies an animation to a specified dependency property on this element, with the ability to specify what happens if the property already has a running animation.
(Inherited from UIElement)
|
ApplyTemplate() |
Builds 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 FrameworkElement)
|
Arrange(Rect) |
Positions child elements and determines a size for a (Inherited from UIElement)
|
ArrangeCore(Rect) |
Implements (Inherited from FrameworkElement)
|
ArrangeOverride(Size) |
Called to arrange and size the content of a (Inherited from Control)
|
BeginAnimation(DependencyProperty, AnimationTimeline) |
Starts an animation for a specified animated property on this element.
(Inherited from UIElement)
|
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) |
Starts a specific animation for a specified animated property on this element, with the option of specifying what happens if the property already has a running animation.
(Inherited from UIElement)
|
BeginInit() |
Starts the initialization process for this element.
(Inherited from FrameworkElement)
|
BeginStoryboard(Storyboard) |
Begins the sequence of actions that are contained in the provided storyboard.
(Inherited from FrameworkElement)
|
BeginStoryboard(Storyboard, HandoffBehavior) |
Begins the sequence of actions contained in the provided storyboard, with options specified for what should happen if the property is already animated.
(Inherited from FrameworkElement)
|
BeginStoryboard(Storyboard, HandoffBehavior, Boolean) |
Begins the sequence of actions contained in the provided storyboard, with specified state for control of the animation after it is started.
(Inherited from FrameworkElement)
|
BringIntoView() |
Attempts to bring this element into view, within any scrollable regions it is contained within.
(Inherited from FrameworkElement)
|
BringIntoView(Rect) |
Attempts to bring the provided region size of this element into view, within any scrollable regions it is contained within.
(Inherited from FrameworkElement)
|
CanClearMasterFilter(String) |
Returns whether or not the specified master filter can be cleared in the current state. |
CanPerformDrillDown(String) |
Returns whether or not drill down is possible in the current state of the specified dashboard item. |
CanPerformDrillUp(String) |
Returns whether or not drill up is possible in the current state of the specified dashboard item. |
CanSetMasterFilter(String) |
Returns whether or not the master filter item allows selecting one or more elements. |
CanSetMultiValueMasterFilter(String) |
Returns whether or not the master filter item allows selecting multiple elements. |
CaptureMouse() |
Attempts to force capture of the mouse to this element.
(Inherited from UIElement)
|
CaptureStylus() |
Attempts to force capture of the stylus to this element.
(Inherited from UIElement)
|
CaptureTouch(TouchDevice) |
Attempts to force capture of a touch to this element.
(Inherited from UIElement)
|
CheckAccess() |
Determines whether the calling thread has access to this (Inherited from DispatcherObject)
|
ClearMasterFilter(String) |
Clears the specified master filter item. |
ClearValue(DependencyProperty) |
Clears the local value of a property. The property to be cleared is specified by a (Inherited from DependencyObject)
|
ClearValue(DependencyPropertyKey) |
Clears the local value of a read-only property. The property to be cleared is specified by a (Inherited from DependencyObject)
|
CoerceValue(DependencyProperty) |
Coerces the value of the specified dependency property. This is accomplished by invoking any (Inherited from DependencyObject)
|
EndInit() |
Indicates that the initialization process for the element is complete.
(Inherited from FrameworkElement)
|
Equals(Object) |
Determines whether a provided (Inherited from DependencyObject)
|
Equals(Object, Object) |
Determines whether the specified object instances are considered equal.
(Inherited from Object)
|
ExportDashboardItemToExcel(String, Stream) |
Exports the dashboard item to the specified stream in Excel format. |
ExportDashboardItemToExcel(String, Stream, DashboardExcelExportOptions) |
Exports the dashboard item to the specified stream in Excel format using specified export options. |
ExportDashboardItemToExcel(String, String) |
Exports the dashboard item to the specified file in Excel format. |
ExportDashboardItemToExcel(String, String, DashboardExcelExportOptions) |
Exports the dashboard item to the specified file in Excel format using specified export options. |
ExportDashboardItemToImage(String, Stream) |
Exports the dashboard item to the specified stream in Image format. |
ExportDashboardItemToImage(String, Stream, DashboardImageExportOptions) |
Exports the dashboard item to the specified stream in Image format using the specified image options. |
ExportDashboardItemToImage(String, String) |
Exports the dashboard item to the specified file in Image format. |
ExportDashboardItemToImage(String, String, DashboardImageExportOptions) |
Exports the dashboard item to the image file using the specified image options. |
ExportDashboardItemToPdf(String, Stream) |
Exports the dashboard item to the specified stream in PDF format. |
ExportDashboardItemToPdf(String, Stream, DashboardPdfExportOptions) |
Exports the dashboard item to the specified stream in PDF format using the specified PDF-specific options. |
ExportDashboardItemToPdf(String, String) |
Exports the dashboard item to the specified file in PDF format. |
ExportDashboardItemToPdf(String, String, DashboardPdfExportOptions) |
Exports the dashboard item to the specified file in PDF format using the specified PDF-specific options. |
ExportToExcel(Stream) |
Exports dashboard data to the specified stream in Excel format. |
ExportToExcel(Stream, DashboardExcelExportOptions) |
Exports dashboard data to the specified stream in Excel format. |
ExportToExcel(String) |
Exports dashboard data to the specified file in Excel format. |
ExportToExcel(String, DashboardExcelExportOptions) |
Exports dashboard data to the specified file in Excel format. |
ExportToImage(Stream) |
Exports a dashboard to the specified stream in Image format. |
ExportToImage(Stream, DashboardImageExportOptions) |
Exports a dashboard to the specified stream in Image format using the specified image-specific options. |
ExportToImage(String) |
Exports a dashboard to the specified file in Image format. |
ExportToImage(String, DashboardImageExportOptions) |
Exports a dashboard to the specified image file using the specified image-specific options. |
ExportToPdf(Stream) |
Exports a dashboard to the specified stream in PDF format. |
ExportToPdf(Stream, DashboardPdfExportOptions) |
Exports a dashboard to the specified stream in PDF format using the specified PDF-specific options. |
ExportToPdf(String) |
Exports a dashboard to the specified file in PDF format. |
ExportToPdf(String, DashboardPdfExportOptions) |
Exports a dashboard to the specified file in PDF format using the specified PDF-specific options. |
FindCommonVisualAncestor(DependencyObject) |
Returns the common ancestor of two visual objects.
(Inherited from Visual)
|
FindName(String) |
Finds an element that has the provided identifier name.
(Inherited from FrameworkElement)
|
FindResource(Object) |
Searches for a resource with the specified key, and throws an exception if the requested resource is not found.
(Inherited from FrameworkElement)
|
Focus() |
Attempts to set focus to this element.
(Inherited from UIElement)
|
GetAnimationBaseValue(DependencyProperty) |
Returns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation.
(Inherited from UIElement)
|
GetAvailableDrillDownValues(String) |
Returns axis point tuples identifying elements that can be used to perform drill-down in the specified dashboard item. |
GetAvailableFilterValues(String) |
Returns axis point tuples identifying elements that can be selected in the current state of the master filter item. |
GetAvailablePredefinedRanges(String) |
Returns names of the predefined ranges available for the specified Range Filter. |
GetBindingExpression(DependencyProperty) |
Returns the (Inherited from FrameworkElement)
|
GetCurrentDrillDownValues(String) |
Returns an axis point tuple identifying the current drill-down state. |
GetCurrentFilterValues(String) |
Returns axis point tuples identifying currently selected elements in the master filter item. |
GetCurrentPredefinedRange(String) |
Returns the name of the currently selected predefined range. |
GetCurrentRange(String) |
Returns the selected range for the specified Range Filter dashboard item. |
GetCurrentSelection(String) |
Returns records identifying currently selected elements in the master filter item. |
GetDashboardLayout() |
Saves dashboard layout to a string. |
GetDashboardState() |
Gets the current dashboard state. |
GetDashboardViewModel(DependencyObject) |
For internal use. (Inherited from DashboardControlBase)
|
GetEntireRange(String) |
Returns the visible range for the specified Range Filter dashboard item. |
GetFlowDirection(DependencyObject) |
Gets the value of the (Inherited from FrameworkElement)
|
GetHashCode() |
Gets a hash code for this (Inherited from DependencyObject)
|
GetItemData(String) |
Returns the client data for the specified dashboard item. |
GetLayoutClip(Size) |
Returns 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 FrameworkElement)
|
GetLocalValueEnumerator() |
Creates a specialized enumerator for determining which dependency properties have locally set values on this (Inherited from DependencyObject)
|
GetPrintableComponent(String) |
Gets a printable component corresponding to the specified dashboard item. |
GetSelectedTabPage(String) |
Returns a component name of the selected tab page in the specified tab container. |
GetSelectedTabPageIndex(String) |
Returns an index of the selected tab page in the specified tab container. |
GetTemplateChild(String) |
Returns the named element in the visual tree of an instantiated (Inherited from FrameworkElement)
|
GetType() |
Gets the (Inherited from Object)
|
GetUIParentCore() |
Returns an alternative logical parent for this element if there is no visual parent.
(Inherited from FrameworkElement)
|
GetUnderlyingData(String) |
Returns underlying data for the specified dashboard item. |
GetUnderlyingData(String, IList<AxisPoint>) |
Returns underlying data for the specified dashboard item by the specified axis points. |
GetUnderlyingData(String, IList<AxisPoint>, IList<String>) |
Returns underlying data for the specified dashboard item by the specified axis points. |
GetUnderlyingData(String, IList<String>) |
Returns underlying data for the specified dashboard item by the specified data members. |
GetUnderlyingData(String, IList<UnderlyingDataTargetValue>) |
Returns underlying data for the specified dashboard item by the specified dimension values. |
GetUnderlyingData(String, IList<UnderlyingDataTargetValue>, IList<String>) |
Returns underlying data for the specified dashboard item by the specified dimension values. |
GetValue(DependencyProperty) |
Returns the current effective value of a dependency property on this instance of a (Inherited from DependencyObject)
|
GetVisualChild(Int32) |
Overrides (Inherited from FrameworkElement)
|
HitTestCore(GeometryHitTestParameters) |
Implements (Inherited from UIElement)
|
HitTestCore(PointHitTestParameters) |
Implements (Inherited from UIElement)
|
IQueryAmbient.IsAmbientPropertyAvailable(String) |
For a description of this member, see the (Inherited from FrameworkElement)
|
InputHitTest(Point) |
Returns the input element within the current element that is at the specified coordinates, relative to the current element's origin.
(Inherited from UIElement)
|
InvalidateArrange() |
Invalidates 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 (Inherited from UIElement)
|
InvalidateData() |
Schedules the asynchronous data update for the entire dashboard. The data update is performed when the UpdateLayout() method is called. |
InvalidateData(String) |
Schedules the asynchronous data update for the specified dashboard item. The data update is performed when the UpdateLayout() method is called. |
InvalidateMeasure() |
Invalidates the measurement state (layout) for the element.
(Inherited from UIElement)
|
InvalidateProperty(DependencyProperty) |
Re-evaluates the effective value for the specified dependency property
(Inherited from DependencyObject)
|
InvalidateVisual() |
Invalidates the rendering of the element, and forces a complete new layout pass. (Inherited from UIElement)
|
IsAncestorOf(DependencyObject) |
Determines whether the visual object is an ancestor of the descendant visual object.
(Inherited from Visual)
|
IsDescendantOf(DependencyObject) |
Determines whether the visual object is a descendant of the ancestor visual object.
(Inherited from Visual)
|
LoadDashboard(Stream) |
Loads a dashboard from a stream. |
LoadDashboard(String) |
Loads a dashboard from an XML file. |
LoadDashboardLayout(Stream) |
Loads a dashboard layout from a stream. |
LoadDashboardLayout(String) |
Loads a dashboard layout from an XML file. |
Measure(Size) |
Updates the (Inherited from UIElement)
|
MeasureCore(Size) |
Implements basic measure-pass layout system behavior for (Inherited from FrameworkElement)
|
MeasureOverride(Size) |
Called to remeasure a control.
(Inherited from Control)
|
MemberwiseClone() |
Creates a shallow copy of the current (Inherited from Object)
|
MoveFocus(TraversalRequest) |
Moves the keyboard focus away from this element and to another element in a provided traversal direction.
(Inherited from FrameworkElement)
|
OnAccessKey(AccessKeyEventArgs) |
Provides class handling for when an access key that is meaningful for this element is invoked.
(Inherited from UIElement)
|
OnApplyTemplate() |
When overridden in a derived class, is invoked whenever application code or internal processes call (Inherited from FrameworkElement)
|
OnChildDesiredSizeChanged(UIElement) |
Supports layout behavior when a child element is resized.
(Inherited from UIElement)
|
OnContextMenuClosing(ContextMenuEventArgs) |
Invoked whenever an unhandled (Inherited from FrameworkElement)
|
OnContextMenuOpening(ContextMenuEventArgs) |
Invoked whenever an unhandled (Inherited from FrameworkElement)
|
OnDpiChanged(DpiScale, DpiScale) |
Called when the DPI at which this View is rendered changes.
(Inherited from Visual)
|
OnDragEnter(DragEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnDragLeave(DragEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnDragOver(DragEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnDrop(DragEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnGiveFeedback(GiveFeedbackEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnGotFocus(RoutedEventArgs) |
Invoked whenever an unhandled (Inherited from FrameworkElement)
|
OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnGotMouseCapture(MouseEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnGotStylusCapture(StylusEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnGotTouchCapture(TouchEventArgs) |
Provides class handling for the (Inherited from UIElement)
|
OnInitialized(EventArgs) |
Raises the true internally.
(Inherited from FrameworkElement)
|
OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) |
Invoked just before the (Inherited from UIElement)
|
OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnKeyDown(KeyEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnKeyUp(KeyEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnLostFocus(RoutedEventArgs) |
Raises the (Inherited from UIElement)
|
OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnLostMouseCapture(MouseEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnLostStylusCapture(StylusEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnLostTouchCapture(TouchEventArgs) |
Provides class handling for the (Inherited from UIElement)
|
OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) |
Called when the (Inherited from UIElement)
|
OnManipulationCompleted(ManipulationCompletedEventArgs) |
Called when the (Inherited from UIElement)
|
OnManipulationDelta(ManipulationDeltaEventArgs) |
Called when the (Inherited from UIElement)
|
OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) |
Called when the (Inherited from UIElement)
|
OnManipulationStarted(ManipulationStartedEventArgs) |
Called when the (Inherited from UIElement)
|
OnManipulationStarting(ManipulationStartingEventArgs) |
Provides class handling for the (Inherited from UIElement)
|
OnMouseDoubleClick(MouseButtonEventArgs) |
Raises the (Inherited from Control)
|
OnMouseDown(MouseButtonEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnMouseEnter(MouseEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnMouseLeave(MouseEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnMouseLeftButtonDown(MouseButtonEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnMouseLeftButtonUp(MouseButtonEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnMouseMove(MouseEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnMouseRightButtonDown(MouseButtonEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnMouseRightButtonUp(MouseButtonEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnMouseUp(MouseButtonEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnMouseWheel(MouseWheelEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewDragEnter(DragEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewDragLeave(DragEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewDragOver(DragEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewDrop(DragEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewGiveFeedback(GiveFeedbackEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewKeyDown(KeyEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewKeyUp(KeyEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewMouseDoubleClick(MouseButtonEventArgs) |
Raises the (Inherited from Control)
|
OnPreviewMouseDown(MouseButtonEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewMouseMove(MouseEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewMouseRightButtonDown(MouseButtonEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewMouseRightButtonUp(MouseButtonEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewMouseUp(MouseButtonEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewMouseWheel(MouseWheelEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewStylusButtonDown(StylusButtonEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewStylusButtonUp(StylusButtonEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewStylusDown(StylusDownEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewStylusInAirMove(StylusEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewStylusInRange(StylusEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewStylusMove(StylusEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewStylusOutOfRange(StylusEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewStylusUp(StylusEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewTextInput(TextCompositionEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnPreviewTouchDown(TouchEventArgs) |
Provides class handling for the (Inherited from UIElement)
|
OnPreviewTouchMove(TouchEventArgs) |
Provides class handling for the (Inherited from UIElement)
|
OnPreviewTouchUp(TouchEventArgs) |
Provides class handling for the (Inherited from UIElement)
|
OnPropertyChanged(DependencyPropertyChangedEventArgs) |
Invoked whenever the effective value of any dependency property on this (Inherited from FrameworkElement)
|
OnQueryContinueDrag(QueryContinueDragEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnQueryCursor(QueryCursorEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnRender(DrawingContext) |
When 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 UIElement)
|
OnRenderSizeChanged(SizeChangedInfo) |
Raises the (Inherited from FrameworkElement)
|
OnStyleChanged(Style, Style) |
Invoked when the style in use on this element changes, which will invalidate the layout.
(Inherited from FrameworkElement)
|
OnStylusButtonDown(StylusButtonEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnStylusButtonUp(StylusButtonEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnStylusDown(StylusDownEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnStylusEnter(StylusEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnStylusInAirMove(StylusEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnStylusInRange(StylusEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnStylusLeave(StylusEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnStylusMove(StylusEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnStylusOutOfRange(StylusEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnStylusSystemGesture(StylusSystemGestureEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnStylusUp(StylusEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnTemplateChanged(ControlTemplate, ControlTemplate) |
Called whenever the control's template changes.
(Inherited from Control)
|
OnTextInput(TextCompositionEventArgs) |
Invoked when an unhandled (Inherited from UIElement)
|
OnToolTipClosing(ToolTipEventArgs) |
Invoked whenever an unhandled (Inherited from FrameworkElement)
|
OnToolTipOpening(ToolTipEventArgs) |
Invoked whenever the (Inherited from FrameworkElement)
|
OnTouchDown(TouchEventArgs) |
Provides class handling for the (Inherited from UIElement)
|
OnTouchEnter(TouchEventArgs) |
Provides class handling for the (Inherited from UIElement)
|
OnTouchLeave(TouchEventArgs) |
Provides class handling for the (Inherited from UIElement)
|
OnTouchMove(TouchEventArgs) |
Provides class handling for the (Inherited from UIElement)
|
OnTouchUp(TouchEventArgs) |
Provides class handling for the (Inherited from UIElement)
|
OnVisualChildrenChanged(DependencyObject, DependencyObject) |
Called when the (Inherited from Visual)
|
OnVisualParentChanged(DependencyObject) |
Invoked when the parent of this element in the visual tree is changed. Overrides (Inherited from FrameworkElement)
|
ParentLayoutInvalidated(UIElement) |
Supports incremental layout implementations in specialized subclasses of (Inherited from FrameworkElement)
|
PerformDrillDown(String, AxisPointTuple) |
Performs a drill-down for the required element. |
PerformDrillDown(String, DashboardDataRow) |
Performs a drill-down for the required element. |
PerformDrillDown(String, Object) |
Performs a drill-down for the required element by its value. |
PerformDrillUp(String) |
Performs a drill-up in the specified dashboard item. |
PointFromScreen(Point) |
Converts a (Inherited from Visual)
|
PointToScreen(Point) |
Converts a (Inherited from Visual)
|
PredictFocus(FocusNavigationDirection) |
Determines 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 FrameworkElement)
|
RaiseEvent(RoutedEventArgs) |
Raises a specific routed event. The (Inherited from UIElement)
|
ReadLocalValue(DependencyProperty) |
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject)
|
ReferenceEquals(Object, Object) |
Determines whether the specified (Inherited from Object)
|
RegisterName(String, Object) |
Provides an accessor that simplifies access to the (Inherited from FrameworkElement)
|
ReleaseAllTouchCaptures() |
Releases all captured touch devices from this element.
(Inherited from UIElement)
|
ReleaseMouseCapture() |
Releases the mouse capture, if this element held the capture.
(Inherited from UIElement)
|
ReleaseStylusCapture() |
Releases the stylus device capture, if this element held the capture.
(Inherited from UIElement)
|
ReleaseTouchCapture(TouchDevice) |
Attempts to release the specified touch device from this element.
(Inherited from UIElement)
|
ReloadData() |
Reloads data from the data source for the entire dashboard. |
ReloadData(String) |
Reloads data from the data source for the specified dashboard item. |
RemoveHandler(RoutedEvent, Delegate) |
Removes the specified routed event handler from this element.
(Inherited from UIElement)
|
RemoveLogicalChild(Object) |
Removes the provided object from this element's logical tree. (Inherited from FrameworkElement)
|
RemoveVisualChild(Visual) |
Removes the parent-child relationship between two visuals.
(Inherited from Visual)
|
SaveDashboardLayout(Stream) |
Saves a dashboard layout to a stream. |
SaveDashboardLayout(String) |
Saves a dashboard layout to an XML file. |
SetBinding(DependencyProperty, BindingBase) |
Attaches a binding to this element, based on the provided binding object.
(Inherited from FrameworkElement)
|
SetBinding(DependencyProperty, String) |
Attaches a binding to this element, based on the provided source property name as a path qualification to the data source.
(Inherited from FrameworkElement)
|
SetCurrentValue(DependencyProperty, Object) |
Sets the value of a dependency property without changing its value source.
(Inherited from DependencyObject)
|
SetDashboardLayout(String) |
Applies dashboard layout contained in a string. |
SetDashboardState(DashboardState) |
Applies the dashboard state to the loaded dashboard. |
SetFlowDirection(DependencyObject, FlowDirection) |
Sets the value of the (Inherited from FrameworkElement)
|
SetMasterFilter(String, AxisPointTuple) |
Selects required elements in the specified master filter item. |
SetMasterFilter(String, IEnumerable<AxisPointTuple>) |
Selects the required elements in the specified master filter item. |
SetMasterFilter(String, IEnumerable<DashboardDataRow>) |
Selects required elements in the specified master filter item. |
SetMasterFilter(String, Object) |
Selects required elements by their values in the specified master filter item. |
SetRange(String, RangeFilterSelection) |
Selects the required range in the specified Range Filter dashboard item. |
SetRange(String, String) |
Selects the specified range in the specified Range Filter dashboard item. |
SetResourceReference(DependencyProperty, Object) |
Searches for a resource with the specified name and sets up a resource reference to it for the specified property.
(Inherited from FrameworkElement)
|
SetSelectedTabPage(String) |
Selects the page specified by its component name. |
SetSelectedTabPage(String, Int32) |
Selects the page specified by its parent container name and by the index in the page collection. |
SetValue(DependencyProperty, Object) |
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObject)
|
SetValue(DependencyPropertyKey, Object) |
Sets the local value of a read-only dependency property, specified by the (Inherited from DependencyObject)
|
ShouldSerializeCommandBindings() |
Returns whether serialization processes should serialize the contents of the (Inherited from UIElement)
|
ShouldSerializeInputBindings() |
Returns whether serialization processes should serialize the contents of the (Inherited from UIElement)
|
ShouldSerializeProperty(DependencyProperty) |
Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property.
(Inherited from DependencyObject)
|
ShouldSerializeResources() |
Returns whether serialization processes should serialize the contents of the (Inherited from FrameworkElement)
|
ShouldSerializeStyle() |
Returns whether serialization processes should serialize the contents of the (Inherited from FrameworkElement)
|
ShouldSerializeTriggers() |
Returns whether serialization processes should serialize the contents of the (Inherited from FrameworkElement)
|
ShowDashboardItemPrintPreview(String) |
Invokes the Print Preview, which shows the print preview of the dashboard item. |
ShowPrintPreview() |
Invokes the Print Preview, which shows the print preview of the dashboard. |
ToString() |
Returns the string representation of a (Inherited from Control)
|
TransformToAncestor(Visual) |
Returns a transform that can be used to transform coordinates from the (Inherited from Visual)
|
TransformToAncestor(Visual3D) |
Returns a transform that can be used to transform coordinates from the (Inherited from Visual)
|
TransformToDescendant(Visual) |
Returns a transform that can be used to transform coordinates from the (Inherited from Visual)
|
TransformToVisual(Visual) |
Returns a transform that can be used to transform coordinates from the (Inherited from Visual)
|
TranslatePoint(Point, UIElement) |
Translates a point relative to this element to coordinates that are relative to the specified element.
(Inherited from UIElement)
|
TryFindResource(Object) |
Searches for a resource with the specified key, and returns that resource if found.
(Inherited from FrameworkElement)
|
UnregisterName(String) |
Simplifies access to the (Inherited from FrameworkElement)
|
UpdateData() |
Performs the scheduled data update asynchronously. |
UpdateDefaultStyle() |
Reapplies the default style to the current (Inherited from FrameworkElement)
|
UpdateLayout() |
Ensures that all visual child elements of this element are properly updated for layout.
(Inherited from UIElement)
|
VerifyAccess() |
Enforces that the calling thread has access to this (Inherited from DispatcherObject)
|