Click or drag to resize
DataGrid Methods

The DataGrid type exposes the following members.

Methods
  NameDescription
Public methodCapturePointer
Sets pointer capture to a UIElement.
(Inherited from UIElement.)
Public methodCreateDomChildWrapper
When overriden, creates a dom wrapper for each child that is added to the UIElement.
(Inherited from UIElement.)
Public methodCreateDomElement (Inherited from Selector.)
Protected methodDisableDefaultRendering
Derived classes can call this methed in their constructor if they want to disable the default rendering of the ItemsControl. It can be useful for example to replace the rendering with a custom HTML-based one.
(Inherited from ItemsControl.)
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFindName
Retrieves an object that has the specified identifier name.
(Inherited from FrameworkElement.)
Public methodFocus
Attempts to set the focus on the control.
(Inherited from Control.)
Public methodGetChildsWrapper (Inherited from UIElement.)
Public methodGetDomElementWhereToPlaceChild (Inherited from UIElement.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetTemplateChild
Retrieves the named element in the instantiated ControlTemplate visual tree.
(Inherited from Control.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the current effective value of a dependency property from a DependencyObject.
(Inherited from DependencyObject.)
Public methodGetVisualStateValue (Inherited from DependencyObject.)
Public methodINTERNAL_GetVisualStateGroups (Inherited from Control.)
Protected methodINTERNAL_OnAttachedToVisualTree (Inherited from ItemsControl.)
Protected methodINTERNAL_OnDetachedFromVisualTree (Overrides DependencyObject.INTERNAL_OnDetachedFromVisualTree.)
Protected methodManageIsEnabled (Inherited from Control.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAfterApplyHorizontalAlignmentAndWidth (Inherited from FrameworkElement.)
Protected methodOnAfterApplyVerticalAlignmentAndWidth (Inherited from FrameworkElement.)
Public methodOnApplyTemplate (Inherited from Control.)
Protected methodOnGotFocus
Raises the GotFocus event
(Inherited from UIElement.)
Protected methodOnItemsChanged
Called when the value of the System.Windows.Controls.ItemsControl.Items property changes.
(Inherited from ItemsControl.)
Protected methodOnKeyDown
Raises the KeyDown event
(Inherited from UIElement.)
Protected methodOnKeyUp
Raises the KeyUp event
(Inherited from UIElement.)
Protected methodOnLostFocus
Raises the LostFocus event
(Inherited from UIElement.)
Protected methodOnPointerEntered
Raises the PointerEntered event
(Inherited from UIElement.)
Protected methodOnPointerExited
Raises the PointerExited event
(Inherited from UIElement.)
Protected methodOnPointerMoved (Inherited from UIElement.)
Protected methodOnPointerPressed
Raises the PointerPressed event
(Inherited from UIElement.)
Protected methodOnPointerReleased
Raises the PointerReleased event
(Inherited from UIElement.)
Protected methodOnSelectionChanged
Raises the TextChanged event
(Inherited from Selector.)
Protected methodOnTapped
Raises the Tapped event
(Inherited from UIElement.)
Public methodReadLocalValue
Returns the local value of a dependency property, if a local value is set.
(Inherited from DependencyObject.)
Public methodRegisterName (Inherited from Control.)
Public methodReleasePointerCapture
Releases pointer captures for capture of one specific pointer by this UIElement.
(Inherited from UIElement.)
Public methodSetBinding
Attaches a binding to a FrameworkElement, using the provided binding object.
(Inherited from DependencyObject.)
Public methodSetInheritedValue
Sets the inherited value of a dependency property on a DependencyObject. Do not use this method.
(Inherited from DependencyObject.)
Public methodSetLocalValue
Sets the local value of a dependency property on a DependencyObject while not overriding a hypothetical Binding (example: when the user writes in a TextBox with a two way Binding on its Text property).
(Inherited from DependencyObject.)
Public methodSetValue
Sets the local value of a dependency property on a DependencyObject.
(Inherited from DependencyObject.)
Public methodSetVisualStateValue (Inherited from DependencyObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransformToVisual
Returns a transform object that can be used to transform coordinates from the UIElement to the specified object.
(Inherited from UIElement.)
Public methodUnregisterName (Inherited from Control.)
Top
See Also