The RowNumberColumn type exposes the following members.
Methods
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 ContentElement.) | |
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 ContentElement.) | |
AddToEventRoute | Adds handlers to the specified EventRoute for the current ContentElement event handler collection. (Inherited from ContentElement.) | |
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 ContentElement.) | |
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 ContentElement.) | |
BeginAnimation(DependencyProperty, AnimationTimeline) | Starts an animation for a specified animated property on this element. (Inherited from ContentElement.) | |
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 ContentElement.) | |
BeginInit | Called before an element is initialized. (Inherited from FrameworkContentElement.) | |
BeginStoryboard(Storyboard) | Begins the sequence of actions that are contained in the provided storyboard. (Inherited from FrameworkContentElement.) | |
BeginStoryboard(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.) | |
BeginStoryboard(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.) | |
BringIntoView | Attempts to bring this element into view, within any scrollable regions it is contained within. (Inherited from FrameworkContentElement.) | |
CanEdit | (Inherited from GridViewColumn.) | |
CanFilter | (Inherited from GridViewColumn.) | |
CanGroup | (Inherited from GridViewColumn.) | |
CanSort | (Inherited from GridViewColumn.) | |
CaptureMouse | Attempts to force capture of the mouse to this element. (Inherited from ContentElement.) | |
CaptureStylus | Attempts to force capture of the stylus to this element. (Inherited from ContentElement.) | |
CaptureTouch | Attempts to force capture of a touch to this element. (Inherited from ContentElement.) | |
CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) | |
ClearFilters | (Inherited from GridViewColumn.) | |
ClearValue(DependencyProperty) | Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. (Inherited from DependencyObject.) | |
ClearValue(DependencyPropertyKey) | Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. (Inherited from DependencyObject.) | |
CoerceValue | 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.) | |
CopyPropertiesFrom | (Inherited from GridViewColumn.) | |
CreateCellEditElement | (Inherited from GridViewColumn.) | |
CreateCellElement |
Overrides CreateCellElement in order to create a TextBlock that contains the row number
(Overrides GridViewColumnCreateCellElement(GridViewCell, Object).) | |
CreateColumnFilterDescriptor | (Inherited from GridViewColumn.) | |
CreateField | (Inherited from GridViewColumn.) | |
CreateFieldFilterEditor | (Inherited from GridViewColumn.) | |
Dispose |
Detaches the collection changed event
| |
EndInit | Called immediately after an element is initialized. (Inherited from FrameworkContentElement.) | |
Equals | Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Inherited from DependencyObject.) | |
FindName | Finds an element that has the provided identifier name. (Inherited from FrameworkContentElement.) | |
FindResource | Searches for a resource with the specified key, and will throw an exception if the requested resource is not found. (Inherited from FrameworkContentElement.) | |
Focus | Attempts to set focus to this element. (Inherited from ContentElement.) | |
GetAggregateResults | (Inherited from GridViewColumn.) | |
GetAnimationBaseValue | 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.) | |
GetBindingExpression | Gets the BindingExpression for the specified property's binding. (Inherited from FrameworkContentElement.) | |
GetFilteringDisplayString | (Inherited from GridViewColumn.) | |
GetHashCode | Gets a hash code for this DependencyObject. (Inherited from DependencyObject.) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Inherited from DependencyObject.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue | Returns the current effective value of a dependency property on this instance of a DependencyObject. (Inherited from DependencyObject.) | |
InvalidateProperty | Re-evaluates the effective value for the specified dependency property (Inherited from DependencyObject.) | |
MoveFocus | Moves the keyboard focus from this element to another element. (Inherited from FrameworkContentElement.) | |
OnAggregateFunctionsCollectionChanged | (Inherited from GridViewColumn.) | |
OnAggregateFunctionsItemChanged | (Inherited from GridViewColumn.) | |
OnCopyingCellClipboardContent | (Inherited from GridViewColumn.) | |
OnInitialized | (Inherited from GridViewColumn.) | |
OnPastingCellClipboardContent | (Inherited from GridViewColumn.) | |
OnPropertyChanged | (Inherited from GridViewColumn.) | |
PredictFocus | 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.) | |
PrepareCellForEdit | (Inherited from GridViewColumn.) | |
RaiseEvent | 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.) | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from DependencyObject.) | |
Refresh | (Inherited from GridViewColumn.) | |
RefreshCellElement | (Inherited from GridViewColumn.) | |
RegisterName | Provides an accessor that simplifies access to the NameScope registration method. (Inherited from FrameworkContentElement.) | |
ReleaseAllTouchCaptures | Releases all captured touch devices from this element. (Inherited from ContentElement.) | |
ReleaseMouseCapture | Releases the mouse capture, if this element held the capture. (Inherited from ContentElement.) | |
ReleaseStylusCapture | Releases the stylus device capture, if this element held the capture. (Inherited from ContentElement.) | |
ReleaseTouchCapture | Attempts to release the specified touch device from this element. (Inherited from ContentElement.) | |
RemoveHandler | Removes the specified routed event handler from this element. (Inherited from ContentElement.) | |
SetBinding(DependencyProperty, BindingBase) | Attaches a binding to this element, based on the provided binding object. (Inherited from FrameworkContentElement.) | |
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 FrameworkContentElement.) | |
SetCurrentValue | Sets the value of a dependency property without changing its value source. (Inherited from DependencyObject.) | |
SetResourceReference | Searches for a resource with the specified name and sets up a resource reference to it for the specified property. (Inherited from FrameworkContentElement.) | |
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 DependencyPropertyKey identifier of the dependency property. (Inherited from DependencyObject.) | |
ShouldSerializeCommandBindings | Returns whether serialization processes should serialize the contents of the CommandBindings property on instances of this class. (Inherited from ContentElement.) | |
ShouldSerializeInputBindings | Returns whether serialization processes should serialize the contents of the InputBindings property on instances of this class. (Inherited from ContentElement.) | |
ShouldSerializeResources | Returns whether serialization processes should serialize the contents of the Resources property on instances of this class. (Inherited from FrameworkContentElement.) | |
ShouldSerializeStyle | Returns whether serialization processes should serialize the contents of the Style property on instances of this class. (Inherited from FrameworkContentElement.) | |
SortDistinctValues | (Inherited from GridViewColumn.) | |
SortDistinctValuesByFilteringDisplay | (Inherited from GridViewColumn.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryFindResource | Searches for a resource with the specified key, and returns that resource if found. (Inherited from FrameworkContentElement.) | |
UnregisterName | Simplifies access to the NameScope de-registration method. (Inherited from FrameworkContentElement.) | |
UpdateDefaultStyle | (Inherited from FrameworkContentElement.) | |
VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) |