The RowNumberColumn type exposes the following members.

Methods

  NameDescription
Public methodAddHandler(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 ContentElement.)
Public methodAddHandler(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 ContentElement.)
Public methodAddToEventRoute
Adds handlers to the specified EventRoute for the current ContentElement event handler collection.
(Inherited from ContentElement.)
Public methodApplyAnimationClock(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 ContentElement.)
Public methodApplyAnimationClock(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 ContentElement.)
Public methodBeginAnimation(DependencyProperty, AnimationTimeline)
Starts an animation for a specified animated property on this element.
(Inherited from ContentElement.)
Public methodBeginAnimation(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 ContentElement.)
Public methodBeginInit
Called before an element is initialized.
(Inherited from FrameworkContentElement.)
Public methodBeginStoryboard(Storyboard)
Begins the sequence of actions that are contained in the provided storyboard.
(Inherited from FrameworkContentElement.)
Public methodBeginStoryboard(Storyboard, HandoffBehavior)
Begins the sequence of actions that are contained in the provided storyboard, with options specified for what should occur if the property is already animated.
(Inherited from FrameworkContentElement.)
Public methodBeginStoryboard(Storyboard, HandoffBehavior, Boolean)
Begins the sequence of actions that are contained in the provided storyboard, with specified state for control of the animation after it is started.
(Inherited from FrameworkContentElement.)
Public methodBringIntoView
Attempts to bring this element into view, within any scrollable regions it is contained within.
(Inherited from FrameworkContentElement.)
Public methodCanEdit (Inherited from GridViewColumn.)
Public methodCanFilter (Inherited from GridViewColumn.)
Public methodCanGroup (Inherited from GridViewColumn.)
Public methodCanSort (Inherited from GridViewColumn.)
Public methodCaptureMouse
Attempts to force capture of the mouse to this element.
(Inherited from ContentElement.)
Public methodCaptureStylus
Attempts to force capture of the stylus to this element.
(Inherited from ContentElement.)
Public methodCaptureTouch
Attempts to force capture of a touch to this element.
(Inherited from ContentElement.)
Public methodCheckAccess
Determines whether the calling thread has access to this DispatcherObject.
(Inherited from DispatcherObject.)
Public methodClearFilters (Inherited from GridViewColumn.)
Public methodClearValue(DependencyProperty)
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Inherited from DependencyObject.)
Public methodClearValue(DependencyPropertyKey)
Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey.
(Inherited from DependencyObject.)
Public methodCoerceValue
Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject.
(Inherited from DependencyObject.)
Public methodCopyPropertiesFrom (Inherited from GridViewColumn.)
Public methodCreateCellEditElement (Inherited from GridViewColumn.)
Public methodCreateCellElement
Overrides CreateCellElement in order to create a TextBlock that contains the row number
(Overrides GridViewColumnCreateCellElement(GridViewCell, Object).)
Public methodCreateColumnFilterDescriptor (Inherited from GridViewColumn.)
Public methodCreateField (Inherited from GridViewColumn.)
Public methodCreateFieldFilterEditor (Inherited from GridViewColumn.)
Public methodDispose
Detaches the collection changed event
Public methodEndInit
Called immediately after an element is initialized.
(Inherited from FrameworkContentElement.)
Public methodEquals
Determines whether a provided DependencyObject is equivalent to the current DependencyObject.
(Inherited from DependencyObject.)
Public methodFindName
Finds an element that has the provided identifier name.
(Inherited from FrameworkContentElement.)
Public methodFindResource
Searches for a resource with the specified key, and will throw an exception if the requested resource is not found.
(Inherited from FrameworkContentElement.)
Public methodFocus
Attempts to set focus to this element.
(Inherited from ContentElement.)
Public methodGetAggregateResults (Inherited from GridViewColumn.)
Public methodGetAnimationBaseValue
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 ContentElement.)
Public methodGetBindingExpression
Gets the BindingExpression for the specified property's binding.
(Inherited from FrameworkContentElement.)
Public methodGetFilteringDisplayString (Inherited from GridViewColumn.)
Public methodGetHashCode
Gets a hash code for this DependencyObject.
(Inherited from DependencyObject.)
Public methodGetLocalValueEnumerator
Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject.
(Inherited from DependencyObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObject.)
Public methodInvalidateProperty
Re-evaluates the effective value for the specified dependency property
(Inherited from DependencyObject.)
Public methodMoveFocus
Moves the keyboard focus from this element to another element.
(Inherited from FrameworkContentElement.)
Protected methodOnAggregateFunctionsCollectionChanged (Inherited from GridViewColumn.)
Protected methodOnAggregateFunctionsItemChanged (Inherited from GridViewColumn.)
Public methodOnCopyingCellClipboardContent (Inherited from GridViewColumn.)
Protected methodOnInitialized (Inherited from GridViewColumn.)
Public methodOnPastingCellClipboardContent (Inherited from GridViewColumn.)
Protected methodOnPropertyChanged (Inherited from GridViewColumn.)
Public methodPredictFocus
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. This method is sealed and cannot be overridden.
(Inherited from FrameworkContentElement.)
Protected methodPrepareCellForEdit (Inherited from GridViewColumn.)
Public methodRaiseEvent
Raises a specific routed event. The RoutedEvent to be raised is identified within the RoutedEventArgs instance that is provided (as the RoutedEvent property of that event data).
(Inherited from ContentElement.)
Public methodReadLocalValue
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.)
Protected methodRefresh (Inherited from GridViewColumn.)
Protected methodRefreshCellElement (Inherited from GridViewColumn.)
Public methodRegisterName
Provides an accessor that simplifies access to the NameScope registration method.
(Inherited from FrameworkContentElement.)
Public methodReleaseAllTouchCaptures
Releases all captured touch devices from this element.
(Inherited from ContentElement.)
Public methodReleaseMouseCapture
Releases the mouse capture, if this element held the capture.
(Inherited from ContentElement.)
Public methodReleaseStylusCapture
Releases the stylus device capture, if this element held the capture.
(Inherited from ContentElement.)
Public methodReleaseTouchCapture
Attempts to release the specified touch device from this element.
(Inherited from ContentElement.)
Public methodRemoveHandler
Removes the specified routed event handler from this element.
(Inherited from ContentElement.)
Public methodSetBinding(DependencyProperty, BindingBase)
Attaches a binding to this element, based on the provided binding object.
(Inherited from FrameworkContentElement.)
Public methodSetBinding(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 FrameworkContentElement.)
Public methodSetCurrentValue
Sets the value of a dependency property without changing its value source.
(Inherited from DependencyObject.)
Public methodSetResourceReference
Searches for a resource with the specified name and sets up a resource reference to it for the specified property.
(Inherited from FrameworkContentElement.)
Public methodSetValue(DependencyProperty, Object)
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObject.)
Public methodSetValue(DependencyPropertyKey, Object)
Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property.
(Inherited from DependencyObject.)
Public methodShouldSerializeCommandBindings
Returns whether serialization processes should serialize the contents of the CommandBindings property on instances of this class.
(Inherited from ContentElement.)
Public methodShouldSerializeInputBindings
Returns whether serialization processes should serialize the contents of the InputBindings property on instances of this class.
(Inherited from ContentElement.)
Public methodShouldSerializeResources
Returns whether serialization processes should serialize the contents of the Resources property on instances of this class.
(Inherited from FrameworkContentElement.)
Public methodShouldSerializeStyle
Returns whether serialization processes should serialize the contents of the Style property on instances of this class.
(Inherited from FrameworkContentElement.)
Protected methodSortDistinctValues (Inherited from GridViewColumn.)
Protected methodSortDistinctValuesByFilteringDisplay (Inherited from GridViewColumn.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryFindResource
Searches for a resource with the specified key, and returns that resource if found.
(Inherited from FrameworkContentElement.)
Public methodUnregisterName
Simplifies access to the NameScope de-registration method.
(Inherited from FrameworkContentElement.)
Public methodUpdateDefaultStyle (Inherited from FrameworkContentElement.)
Public methodVerifyAccess
Enforces that the calling thread has access to this DispatcherObject.
(Inherited from DispatcherObject.)

See Also