C1.WPF.FlexGrid Namespace : C1FlexGrid Class |
The following tables list the members exposed by C1FlexGrid.
Name | Description | |
---|---|---|
C1FlexGrid Constructor | Initializes a new instance of a C1FlexGrid. |
Name | Description | |
---|---|---|
ActiveEditor | Gets the cell editor that is currently active. | |
ActualHeight | (Inherited from System.Windows.FrameworkElement) | |
ActualWidth | (Inherited from System.Windows.FrameworkElement) | |
AllowAddNew | Gets or sets a value that indicates whether the grid should provide a new row template so users can add items to the source collection. | |
AllowDragging | Gets or sets a value that indicates whether users are allowed to move rows and columns to new positions using the mouse. | |
AllowDrop | (Inherited from System.Windows.UIElement) | |
AllowMerging | Gets or sets a value that indicates which parts of the grid support cell merging. | |
AllowResizing | Gets or sets a value that indicates whether users are allowed to resize rows and columns using the mouse. | |
AllowSorting | Gets or sets a value that indicates whether users are allowed to sort columns by clicking the column header cells. | |
AlternatingRowBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of odd-numbered rows. | |
AreAnyTouchesCaptured | (Inherited from System.Windows.UIElement) | |
AreAnyTouchesCapturedWithin | (Inherited from System.Windows.UIElement) | |
AreAnyTouchesDirectlyOver | (Inherited from System.Windows.UIElement) | |
AreAnyTouchesOver | (Inherited from System.Windows.UIElement) | |
AreRowGroupHeadersFrozen | Gets or sets a value that indicates whether the row group header sections remain fixed at the width of the display area or can scroll horizontally. | |
AutoComplete | Gets or sets a value that determines whether the control should try to automatically complete entries as the user types, based on other entries in the same column (like Microsoft Excel does). | |
AutoGenerateColumns | Gets or sets a value that indicates whether columns are created automatically when the ItemsSource property is set. | |
Background | (Inherited from System.Windows.Controls.Control) | |
BindingGroup | (Inherited from System.Windows.FrameworkElement) | |
BitmapEffect | (Inherited from System.Windows.UIElement) | |
BitmapEffectInput | (Inherited from System.Windows.UIElement) | |
BorderBrush | (Inherited from System.Windows.Controls.Control) | |
BorderThickness | (Inherited from System.Windows.Controls.Control) | |
BottomLeftCells | Gets the GridPanel that contains the cells in the lower left corner of the grid. | |
BottomRightCellBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of the cell at the bottom right corner of the grid. | |
CacheMode | (Inherited from System.Windows.UIElement) | |
CellFactory | Gets or sets the ICellFactory class responsible for creating and destroying System.Windows.FrameworkElement objects used to represent grid cells. | |
Cells | Gets the GridPanel that contains the data cells in the grid. | |
ChildItemsPath | Gets or sets the name of the property used to generate child rows. | |
Clip | (Inherited from System.Windows.UIElement) | |
ClipboardCopyMode | Gets or sets a value that indicates how content is copied to the clipboard. | |
ClipboardPasteMode | Gets or sets a value that indicates how content is pasted from the clipboard. | |
ClipToBounds | (Inherited from System.Windows.UIElement) | |
CollectionView | Gets the System.ComponentModel.ICollectionView that represents the current data source. | |
ColumnFooterRows | Gets the collection of column footer rows. | |
ColumnFooters | Gets the GridPanel that contains the column footer cells. | |
ColumnHeaderBackground | Gets or sets the System.Windows.Media.Brush that is used to paint column header backgrounds. | |
ColumnHeaderForeground | Gets or sets the System.Windows.Media.Brush that is used to paint column header content. | |
ColumnHeaders | Gets the GridPanel that contains the column header cells. | |
ColumnHeaderSelectedBackground | Gets or sets the System.Windows.Media.Brush that is used to paint column header backgrounds for selected cells. | |
ColumnLayout | Gets or sets a string that defines the current column layout. | |
Columns | Gets the collection of columns in the grid. | |
CommandBindings | (Inherited from System.Windows.UIElement) | |
ContextMenu | (Inherited from System.Windows.FrameworkElement) | |
Cursor | (Inherited from System.Windows.FrameworkElement) | |
CursorBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of the cursor cell. | |
CursorForeground | Gets or sets the System.Windows.Media.Brush that is used to paint the foreground of the cursor cell. | |
DataContext | (Inherited from System.Windows.FrameworkElement) | |
DeferScrolling | Gets or sets a value that determines whether scrolling should be deferred until the user releases the scrollbar thumb. | |
DependencyObjectType | (Inherited from System.Windows.DependencyObject) | |
DesiredSize | (Inherited from System.Windows.UIElement) | |
Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) | |
DragDropIndicatorBrush | Gets or sets the brush of drop indicator when drag columns or rows. | |
EditorBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of cells in edit mode. | |
EditorForeground | Gets or sets the System.Windows.Media.Brush that is used to paint the foreground of cells in edit mode. | |
EditorRange | Gets the CellRange that corresponds to the cell currently being edited. | |
Effect | (Inherited from System.Windows.UIElement) | |
ErrorStyle | Gets or sets the CellStyle used to highlight cells that contain errors. | |
FlowDirection | (Inherited from System.Windows.FrameworkElement) | |
Focusable | (Inherited from System.Windows.UIElement) | |
FocusVisualStyle | (Inherited from System.Windows.FrameworkElement) | |
FontFamily | (Inherited from System.Windows.Controls.Control) | |
FontSize | (Inherited from System.Windows.Controls.Control) | |
FontStretch | (Inherited from System.Windows.Controls.Control) | |
FontStyle | (Inherited from System.Windows.Controls.Control) | |
FontWeight | (Inherited from System.Windows.Controls.Control) | |
ForceCursor | (Inherited from System.Windows.FrameworkElement) | |
Foreground | (Inherited from System.Windows.Controls.Control) | |
FrozenColumns | Gets or sets the number of non-scrollable columns. | |
FrozenLinesBrush | Gets or sets the System.Windows.Media.Brush that is used to paint the lines between frozen and scrollable areas of the grid. | |
FrozenRows | Gets or sets the number of non-scrollable rows. | |
GridLinesBrush | Gets or sets the System.Windows.Media.Brush that is used to paint the lines between cells. | |
GridLinesVisibility | Gets or sets a value that indicates which grid lines separating inner cells are shown. | |
GroupHeaderConverter | Gets or sets the System.Windows.Data.IValueConverter used to create the content shown in GroupRow cells to summarize group information. | |
GroupRowBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of group rows. | |
GroupRowForeground | Gets or sets the System.Windows.Media.Brush that is used to paint the foreground of group rows. | |
GroupRowPosition | Gets or sets a value that indicates where group rows should be displayed with respect to the data. | |
HasAnimatedProperties | (Inherited from System.Windows.UIElement) | |
HeaderFontWeight | Gets or sets the System.Windows.FontWeight used to render text in header cells. | |
HeaderGridLinesBrush | Gets or sets the System.Windows.Media.Brush that is used to paint the lines between row and column header cells. | |
HeadersVisibility | Gets or sets a value that indicates the visibility of row and column headers. | |
Height | (Inherited from System.Windows.FrameworkElement) | |
HorizontalAlignment | (Inherited from System.Windows.FrameworkElement) | |
HorizontalContentAlignment | (Inherited from System.Windows.Controls.Control) | |
HorizontalScrollBarVisibility | Gets or sets a value that indicates how the horizontal scroll bar is displayed. | |
InputBindings | (Inherited from System.Windows.UIElement) | |
InputScope | (Inherited from System.Windows.FrameworkElement) | |
IsArrangeValid | (Inherited from System.Windows.UIElement) | |
IsEnabled | (Inherited from System.Windows.UIElement) | |
IsFocused | (Inherited from System.Windows.UIElement) | |
IsHitTestVisible | (Inherited from System.Windows.UIElement) | |
IsInitialized | (Inherited from System.Windows.FrameworkElement) | |
IsInputMethodEnabled | (Inherited from System.Windows.UIElement) | |
IsKeyboardFocused | (Inherited from System.Windows.UIElement) | |
IsKeyboardFocusWithin | (Inherited from System.Windows.UIElement) | |
IsLoaded | (Inherited from System.Windows.FrameworkElement) | |
IsManipulationEnabled | (Inherited from System.Windows.UIElement) | |
IsMeasureValid | (Inherited from System.Windows.UIElement) | |
IsMouseCaptured | (Inherited from System.Windows.UIElement) | |
IsMouseCaptureWithin | (Inherited from System.Windows.UIElement) | |
IsMouseDirectlyOver | (Inherited from System.Windows.UIElement) | |
IsMouseOver | (Inherited from System.Windows.UIElement) | |
IsReadOnly | Gets or sets a value that indicates whether the user can edit values in the grid. | |
IsSealed | (Inherited from System.Windows.DependencyObject) | |
IsStylusCaptured | (Inherited from System.Windows.UIElement) | |
IsStylusCaptureWithin | (Inherited from System.Windows.UIElement) | |
IsStylusDirectlyOver | (Inherited from System.Windows.UIElement) | |
IsStylusOver | (Inherited from System.Windows.UIElement) | |
IsSynchronizedWithCurrentItem | Gets or sets a value that determines whether the control should synchronize the selection with the selection in the ItemsSource property. | |
IsTabStop | (Inherited from System.Windows.Controls.Control) | |
IsVisible | (Inherited from System.Windows.UIElement) | |
Item | Overloaded. Gets or sets the value of a specific cell. | |
ItemsSource | Gets or sets a collection that is used to generate the content of the control. | |
ItemType | Gets the type of item contained in the current data source. | |
KeepCurrentVisible | Gets or sets a value that indicates whether the grid should automatically scroll to keep the current item visible. | |
KeyActionEnter | Gets or sets a value that indicates the action performed by the grid when the user presses the Enter key. | |
KeyActionTab | Gets or sets a value that indicates the action performed by the grid when the user presses the Tab key. | |
Language | (Inherited from System.Windows.FrameworkElement) | |
LayoutTransform | (Inherited from System.Windows.FrameworkElement) | |
Margin | (Inherited from System.Windows.FrameworkElement) | |
Marquee | Gets the System.Windows.Shapes.Rectangle used to show the Excel-style marquee around the current selection. | |
MaxColumnWidth | Gets or sets the maximum width of columns in the C1FlexGrid. | |
MaxHeight | (Inherited from System.Windows.FrameworkElement) | |
MaxRowHeight | Gets or sets the maximum height of rows in the C1FlexGrid. | |
MaxWidth | (Inherited from System.Windows.FrameworkElement) | |
MergeManager | Gets or sets the IMergeManager class responsible for handling cell merging on the grid. | |
MinColumnWidth | Gets or sets the minimum width of columns in the C1FlexGrid. | |
MinHeight | (Inherited from System.Windows.FrameworkElement) | |
MinRowHeight | Gets or sets the minimum height of rows in the C1FlexGrid. | |
MinWidth | (Inherited from System.Windows.FrameworkElement) | |
Name | (Inherited from System.Windows.FrameworkElement) | |
NewRowBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of the new row template. | |
NewRowPosition | Gets or sets a value that indicates whether the new row template should be displayed at the bottom or at the top of the grid. | |
Opacity | (Inherited from System.Windows.UIElement) | |
OpacityMask | (Inherited from System.Windows.UIElement) | |
OverridesDefaultStyle | (Inherited from System.Windows.FrameworkElement) | |
Padding | (Inherited from System.Windows.Controls.Control) | |
Parent | (Inherited from System.Windows.FrameworkElement) | |
PersistId | (Inherited from System.Windows.UIElement) | |
RenderSize | (Inherited from System.Windows.UIElement) | |
RenderTransform | (Inherited from System.Windows.UIElement) | |
RenderTransformOrigin | (Inherited from System.Windows.UIElement) | |
Resources | (Inherited from System.Windows.FrameworkElement) | |
RowBackground | Gets or sets the System.Windows.Media.Brush that is used to paint row backgrounds. | |
RowHeaderBackground | Gets or sets the System.Windows.Media.Brush that is used to paint row header backgrounds. | |
RowHeaderForeground | Gets or sets the System.Windows.Media.Brush that is used to paint row header content. | |
RowHeaders | Gets the GridPanel that contains the row header cells. | |
RowHeaderSelectedBackground | Gets or sets the System.Windows.Media.Brush that is used to paint row header backgrounds for selected cells. | |
Rows | Gets the collection of rows in the grid. | |
ScrollPosition | Gets or sets a value that represents the value of the grid scroll bars. | |
SelectedIndex | Gets or sets the index of the data item corresponding to the selected row. | |
SelectedItem | Gets or sets the data item corresponding to the selected row. | |
SelectedItems | Gets a collection of data items corresponding to the currently selected rows. | |
Selection | Gets or sets the current selection. | |
SelectionBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of selected cells excluding the cursor cell. | |
SelectionForeground | Gets or sets the System.Windows.Media.Brush that is used to paint the foreground of selected cells excluding the cursor cell. | |
SelectionMode | Gets or sets the grid's selection mode. | |
ShowErrors | Gets or sets a value that determines whether the grid should display validation errors. | |
ShowGroups | Gets or sets a value that indicates whether the grid shows group rows between data groups. | |
ShowMarquee | Gets or sets a value that indicates whether the grid shows an Excel-style marquee around the current selection. | |
ShowOutlineBar | Gets or sets a value that determines whether the grid should display the outline button bar. | |
ShowSort | Gets or sets a value that indicates whether the grid shows the current sort state by adding a glyph to the column headers of sorted columns. | |
SnapsToDevicePixels | (Inherited from System.Windows.UIElement) | |
Style | (Inherited from System.Windows.FrameworkElement) | |
TabIndex | (Inherited from System.Windows.Controls.Control) | |
Tag | (Inherited from System.Windows.FrameworkElement) | |
Template | (Inherited from System.Windows.Controls.Control) | |
TemplatedParent | (Inherited from System.Windows.FrameworkElement) | |
ToolTip | (Inherited from System.Windows.FrameworkElement) | |
TopLeftCellBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of the cell at the left top corner of the grid. | |
TopLeftCells | Gets the GridPanel that contains the cells in the upper left corner of the grid. | |
TouchesCaptured | (Inherited from System.Windows.UIElement) | |
TouchesCapturedWithin | (Inherited from System.Windows.UIElement) | |
TouchesDirectlyOver | (Inherited from System.Windows.UIElement) | |
TouchesOver | (Inherited from System.Windows.UIElement) | |
TreeIndent | Gets or sets the indent used to offset each group of rows in the grid. | |
Triggers | (Inherited from System.Windows.FrameworkElement) | |
Uid | (Inherited from System.Windows.UIElement) | |
UseLayoutRounding | (Inherited from System.Windows.FrameworkElement) | |
VerticalAlignment | (Inherited from System.Windows.FrameworkElement) | |
VerticalContentAlignment | (Inherited from System.Windows.Controls.Control) | |
VerticalScrollBarVisibility | Gets or sets a value that indicates how the vertical scroll bar is displayed. | |
ViewRange | Gets a CellRange value that indicates the range of cells currently visible on the grid. | |
Visibility | (Inherited from System.Windows.UIElement) | |
Width | (Inherited from System.Windows.FrameworkElement) |
Name | Description | |
---|---|---|
IsEnabledCore | (Inherited from System.Windows.UIElement) | |
StylusPlugIns | (Inherited from System.Windows.UIElement) | |
VisualBitmapEffect | (Inherited from System.Windows.Media.Visual) | |
VisualBitmapEffectInput | (Inherited from System.Windows.Media.Visual) | |
VisualBitmapScalingMode | (Inherited from System.Windows.Media.Visual) | |
VisualCacheMode | (Inherited from System.Windows.Media.Visual) | |
VisualChildrenCount | (Inherited from System.Windows.FrameworkElement) | |
VisualClip | (Inherited from System.Windows.Media.Visual) | |
VisualEdgeMode | (Inherited from System.Windows.Media.Visual) | |
VisualEffect | (Inherited from System.Windows.Media.Visual) | |
VisualOffset | (Inherited from System.Windows.Media.Visual) | |
VisualOpacity | (Inherited from System.Windows.Media.Visual) | |
VisualOpacityMask | (Inherited from System.Windows.Media.Visual) | |
VisualParent | (Inherited from System.Windows.Media.Visual) | |
VisualScrollableAreaClip | (Inherited from System.Windows.Media.Visual) | |
VisualTransform | (Inherited from System.Windows.Media.Visual) | |
VisualXSnappingGuidelines | (Inherited from System.Windows.Media.Visual) | |
VisualYSnappingGuidelines | (Inherited from System.Windows.Media.Visual) |
Name | Description | |
---|---|---|
AddHandler | Overloaded. (Inherited from System.Windows.UIElement) | |
AddToEventRoute | (Inherited from System.Windows.UIElement) | |
ApplyAnimationClock | Overloaded. (Inherited from System.Windows.UIElement) | |
ApplyTemplate | (Inherited from System.Windows.FrameworkElement) | |
Arrange | (Inherited from System.Windows.UIElement) | |
AutoSizeColumn | Resizes a column to fit its visible contents. | |
AutoSizeColumns | Overloaded. Resizes a column range to fit their visible content. | |
AutoSizeFixedColumn | Resizes a fixed column to fit its visible contents. | |
AutoSizeFixedColumns | Overloaded. Resizes a range of fixed columns to fit their content. | |
AutoSizeFixedRow | Resizes a fixed row to fit its visible contents. | |
AutoSizeFixedRows | Overloaded. Resizes a range of fixed rows to fit their visible contents. | |
AutoSizeRow | Resizes a row to fit its visible contents. | |
AutoSizeRows | Overloaded. Resizes a row range to fit their visible contents. | |
BeginAnimation | Overloaded. (Inherited from System.Windows.UIElement) | |
BeginInit | (Inherited from System.Windows.FrameworkElement) | |
BeginStoryboard | Overloaded. (Inherited from System.Windows.FrameworkElement) | |
BringIntoView | Overloaded. (Inherited from System.Windows.FrameworkElement) | |
CaptureMouse | (Inherited from System.Windows.UIElement) | |
CaptureStylus | (Inherited from System.Windows.UIElement) | |
CaptureTouch | (Inherited from System.Windows.UIElement) | |
ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | (Inherited from System.Windows.DependencyObject) | |
CollapseGroupsToLevel | Collapses all the group rows to a given level. | |
Copy | Copy the current selection to the clipboard. | |
EndInit | (Inherited from System.Windows.FrameworkElement) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
FindCommonVisualAncestor | (Inherited from System.Windows.Media.Visual) | |
FindName | (Inherited from System.Windows.FrameworkElement) | |
FindResource | (Inherited from System.Windows.FrameworkElement) | |
FinishEditing | Overloaded. Commits any pending edits and exits edit mode. | |
Focus | (Inherited from System.Windows.UIElement) | |
GetAggregate | Calculates aggregate statistics for a cell range. | |
GetAnimationBaseValue | (Inherited from System.Windows.UIElement) | |
GetBindingExpression | (Inherited from System.Windows.FrameworkElement) | |
GetCellFactory | Gets the ICellFactory class responsible for creating and destroying System.Windows.FrameworkElement objects used to represent grid cells. | |
GetClipString | Overloaded. Gets the current selection as a string suitable for copying to the clipboard. | |
GetGridImage | Gets a System.Windows.FrameworkElement that represents a given part of the grid. | |
GetHashCode | (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | (Inherited from System.Windows.DependencyObject) | |
GetPageImages | Overloaded. Gets a list of elements that represent parts of the grid fit for rendering into pages of a document. | |
GetSelectedState | Gets a SelectedState value that indicates the selected state of the cells in a CellRange. | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
HitTest | Overloaded. Gets a HitTestInfo object that contains information about the grid at a given location. | |
IncludeInAggregate | Gets a value that determines whether a cell should be included in the aggregates calculated with the GetAggregate method. | |
InputHitTest | (Inherited from System.Windows.UIElement) | |
Invalidate | Overloaded. Forces the grid to re-create all visible elements. | |
InvalidateArrange | (Inherited from System.Windows.UIElement) | |
InvalidateMeasure | (Inherited from System.Windows.UIElement) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
InvalidateVisual | (Inherited from System.Windows.UIElement) | |
IsAncestorOf | (Inherited from System.Windows.Media.Visual) | |
IsDescendantOf | (Inherited from System.Windows.Media.Visual) | |
LoadColumnLayout | Loads a column layout from an System.Xml.XmlReader. | |
Measure | (Inherited from System.Windows.UIElement) | |
MoveFocus | (Inherited from System.Windows.FrameworkElement) | |
OnApplyTemplate | Overridden. Applies the template defined in the System.Windows.Controls.Control.Template property. | |
Paste | Pastes the content of the clipboard to the grid. | |
PointFromScreen | (Inherited from System.Windows.Media.Visual) | |
PointToScreen | (Inherited from System.Windows.Media.Visual) | |
PredictFocus | (Inherited from System.Windows.FrameworkElement) | |
Overloaded. Prints the grid. | ||
RaiseEvent | (Inherited from System.Windows.UIElement) | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
RegisterName | (Inherited from System.Windows.FrameworkElement) | |
ReleaseAllTouchCaptures | (Inherited from System.Windows.UIElement) | |
ReleaseMouseCapture | (Inherited from System.Windows.UIElement) | |
ReleaseStylusCapture | (Inherited from System.Windows.UIElement) | |
ReleaseTouchCapture | (Inherited from System.Windows.UIElement) | |
RemoveHandler | (Inherited from System.Windows.UIElement) | |
Save | Overloaded. Saves the contents of the grid to a System.IO.StreamWriter. | |
SaveColumnLayout | Saves the current column layout to an System.Xml.XmlWriter. | |
ScrollIntoView | Scrolls the grid to bring a specific cell into view. | |
Select | Overloaded. Selects a given cell. | |
SelectAll | Selects all cells. | |
SetBinding | Overloaded. (Inherited from System.Windows.FrameworkElement) | |
SetClipString | Parses a string into rows and columns and applies the content to a given range. | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetResourceReference | (Inherited from System.Windows.FrameworkElement) | |
SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) | |
StartEditing | Overloaded. Starts editing the cell that is currently selected. | |
ToString | (Inherited from System.Windows.Controls.Control) | |
TransformToAncestor | Overloaded. (Inherited from System.Windows.Media.Visual) | |
TransformToDescendant | (Inherited from System.Windows.Media.Visual) | |
TransformToVisual | (Inherited from System.Windows.Media.Visual) | |
TranslatePoint | (Inherited from System.Windows.UIElement) | |
TryFindResource | (Inherited from System.Windows.FrameworkElement) | |
UnregisterName | (Inherited from System.Windows.FrameworkElement) | |
UpdateDefaultStyle | (Inherited from System.Windows.FrameworkElement) | |
UpdateLayout | (Inherited from System.Windows.UIElement) |
Name | Description | |
---|---|---|
AddVisualChild | (Inherited from System.Windows.Media.Visual) | |
ArrangeCore | (Inherited from System.Windows.FrameworkElement) | |
ArrangeOverride | Overridden. Provides the behavior for the arrange part of the control layout. | |
CreateBoundRow | Creates a row bound to a given data item. | |
CreateBoundRows | Creates rows bound to each data item in the current data source. | |
CreateGroupRows | Overloaded. Creates group rows for the items in the current data source. | |
GetLayoutClip | (Inherited from System.Windows.FrameworkElement) | |
GetVisualChild | (Inherited from System.Windows.FrameworkElement) | |
HitTestCore | Overloaded. (Inherited from System.Windows.UIElement) | |
MeasureCore | (Inherited from System.Windows.FrameworkElement) | |
MeasureOverride | (Inherited from System.Windows.Controls.Control) | |
OnAccessKey | (Inherited from System.Windows.UIElement) | |
OnChildDesiredSizeChanged | (Inherited from System.Windows.UIElement) | |
OnContextMenuClosing | (Inherited from System.Windows.FrameworkElement) | |
OnContextMenuOpening | (Inherited from System.Windows.FrameworkElement) | |
OnCreateAutomationPeer | Overridden. Gets an AutomationPeer object used for testing the control. | |
OnDragEnter | (Inherited from System.Windows.UIElement) | |
OnDragLeave | (Inherited from System.Windows.UIElement) | |
OnDragOver | (Inherited from System.Windows.UIElement) | |
OnDrop | (Inherited from System.Windows.UIElement) | |
OnGiveFeedback | (Inherited from System.Windows.UIElement) | |
OnGotFocus | (Inherited from System.Windows.FrameworkElement) | |
OnGotKeyboardFocus | (Inherited from System.Windows.UIElement) | |
OnGotMouseCapture | (Inherited from System.Windows.UIElement) | |
OnGotStylusCapture | (Inherited from System.Windows.UIElement) | |
OnGotTouchCapture | (Inherited from System.Windows.UIElement) | |
OnInitialized | (Inherited from System.Windows.FrameworkElement) | |
OnIsKeyboardFocusedChanged | (Inherited from System.Windows.UIElement) | |
OnIsKeyboardFocusWithinChanged | (Inherited from System.Windows.UIElement) | |
OnIsMouseCapturedChanged | (Inherited from System.Windows.UIElement) | |
OnIsMouseCaptureWithinChanged | (Inherited from System.Windows.UIElement) | |
OnIsMouseDirectlyOverChanged | (Inherited from System.Windows.UIElement) | |
OnIsStylusCapturedChanged | (Inherited from System.Windows.UIElement) | |
OnIsStylusCaptureWithinChanged | (Inherited from System.Windows.UIElement) | |
OnIsStylusDirectlyOverChanged | (Inherited from System.Windows.UIElement) | |
OnItemsSourceChanged | Raises the ItemsSourceChanged event. | |
OnItemsSourceChanging | Raises the ItemsSourceChanging event. | |
OnKeyDown | Overridden. Raises the System.Windows.UIElement.KeyDown event. | |
OnKeyUp | (Inherited from System.Windows.UIElement) | |
OnLostFocus | (Inherited from System.Windows.UIElement) | |
OnLostKeyboardFocus | (Inherited from System.Windows.UIElement) | |
OnLostMouseCapture | (Inherited from System.Windows.UIElement) | |
OnLostStylusCapture | (Inherited from System.Windows.UIElement) | |
OnLostTouchCapture | (Inherited from System.Windows.UIElement) | |
OnManipulationBoundaryFeedback | (Inherited from System.Windows.UIElement) | |
OnManipulationCompleted | (Inherited from System.Windows.UIElement) | |
OnManipulationDelta | (Inherited from System.Windows.UIElement) | |
OnManipulationInertiaStarting | (Inherited from System.Windows.UIElement) | |
OnManipulationStarted | (Inherited from System.Windows.UIElement) | |
OnManipulationStarting | (Inherited from System.Windows.UIElement) | |
OnMouseDoubleClick | (Inherited from System.Windows.Controls.Control) | |
OnMouseDown | (Inherited from System.Windows.UIElement) | |
OnMouseEnter | (Inherited from System.Windows.UIElement) | |
OnMouseLeave | (Inherited from System.Windows.UIElement) | |
OnMouseLeftButtonDown | (Inherited from System.Windows.UIElement) | |
OnMouseLeftButtonUp | (Inherited from System.Windows.UIElement) | |
OnMouseMove | (Inherited from System.Windows.UIElement) | |
OnMouseRightButtonDown | (Inherited from System.Windows.UIElement) | |
OnMouseRightButtonUp | (Inherited from System.Windows.UIElement) | |
OnMouseUp | (Inherited from System.Windows.UIElement) | |
OnMouseWheel | (Inherited from System.Windows.UIElement) | |
OnPreviewDragEnter | (Inherited from System.Windows.UIElement) | |
OnPreviewDragLeave | (Inherited from System.Windows.UIElement) | |
OnPreviewDragOver | (Inherited from System.Windows.UIElement) | |
OnPreviewDrop | (Inherited from System.Windows.UIElement) | |
OnPreviewGiveFeedback | (Inherited from System.Windows.UIElement) | |
OnPreviewGotKeyboardFocus | (Inherited from System.Windows.UIElement) | |
OnPreviewKeyDown | (Inherited from System.Windows.UIElement) | |
OnPreviewKeyUp | (Inherited from System.Windows.UIElement) | |
OnPreviewLostKeyboardFocus | (Inherited from System.Windows.UIElement) | |
OnPreviewMouseDoubleClick | (Inherited from System.Windows.Controls.Control) | |
OnPreviewMouseDown | (Inherited from System.Windows.UIElement) | |
OnPreviewMouseLeftButtonDown | (Inherited from System.Windows.UIElement) | |
OnPreviewMouseLeftButtonUp | (Inherited from System.Windows.UIElement) | |
OnPreviewMouseMove | (Inherited from System.Windows.UIElement) | |
OnPreviewMouseRightButtonDown | (Inherited from System.Windows.UIElement) | |
OnPreviewMouseRightButtonUp | (Inherited from System.Windows.UIElement) | |
OnPreviewMouseUp | (Inherited from System.Windows.UIElement) | |
OnPreviewMouseWheel | (Inherited from System.Windows.UIElement) | |
OnPreviewQueryContinueDrag | (Inherited from System.Windows.UIElement) | |
OnPreviewStylusButtonDown | (Inherited from System.Windows.UIElement) | |
OnPreviewStylusButtonUp | (Inherited from System.Windows.UIElement) | |
OnPreviewStylusDown | (Inherited from System.Windows.UIElement) | |
OnPreviewStylusInAirMove | (Inherited from System.Windows.UIElement) | |
OnPreviewStylusInRange | (Inherited from System.Windows.UIElement) | |
OnPreviewStylusMove | (Inherited from System.Windows.UIElement) | |
OnPreviewStylusOutOfRange | (Inherited from System.Windows.UIElement) | |
OnPreviewStylusSystemGesture | (Inherited from System.Windows.UIElement) | |
OnPreviewStylusUp | (Inherited from System.Windows.UIElement) | |
OnPreviewTextInput | (Inherited from System.Windows.UIElement) | |
OnPreviewTouchDown | (Inherited from System.Windows.UIElement) | |
OnPreviewTouchMove | (Inherited from System.Windows.UIElement) | |
OnPreviewTouchUp | (Inherited from System.Windows.UIElement) | |
OnPropertyChanged | (Inherited from System.Windows.FrameworkElement) | |
OnQueryContinueDrag | (Inherited from System.Windows.UIElement) | |
OnQueryCursor | (Inherited from System.Windows.UIElement) | |
OnRender | (Inherited from System.Windows.UIElement) | |
OnScrollingDeferred | Raises the ScrollingDeferred event. | |
OnScrollPositionChanged | Raises the ScrollPositionChanged event. | |
OnScrollPositionChanging | Raises the ScrollPositionChanging event. | |
OnSelectedItemChanged | Raises the SelectedItemChanged property. | |
OnStylusButtonDown | (Inherited from System.Windows.UIElement) | |
OnStylusButtonUp | (Inherited from System.Windows.UIElement) | |
OnStylusDown | (Inherited from System.Windows.UIElement) | |
OnStylusEnter | (Inherited from System.Windows.UIElement) | |
OnStylusInAirMove | (Inherited from System.Windows.UIElement) | |
OnStylusInRange | (Inherited from System.Windows.UIElement) | |
OnStylusLeave | (Inherited from System.Windows.UIElement) | |
OnStylusMove | (Inherited from System.Windows.UIElement) | |
OnStylusOutOfRange | (Inherited from System.Windows.UIElement) | |
OnStylusSystemGesture | (Inherited from System.Windows.UIElement) | |
OnStylusUp | (Inherited from System.Windows.UIElement) | |
OnTemplateChanged | (Inherited from System.Windows.Controls.Control) | |
OnTextInput | (Inherited from System.Windows.UIElement) | |
OnToolTipClosing | (Inherited from System.Windows.FrameworkElement) | |
OnToolTipOpening | (Inherited from System.Windows.FrameworkElement) | |
OnTouchDown | (Inherited from System.Windows.UIElement) | |
OnTouchEnter | (Inherited from System.Windows.UIElement) | |
OnTouchLeave | (Inherited from System.Windows.UIElement) | |
OnTouchMove | (Inherited from System.Windows.UIElement) | |
OnTouchUp | (Inherited from System.Windows.UIElement) | |
RemoveVisualChild | (Inherited from System.Windows.Media.Visual) |
Name | Description | |
---|---|---|
BeginningEdit | Occurs before a cell enters editing mode. | |
CellEditEnded | Occurs when a cell edit has been committed or canceled. | |
CellEditEnding | Occurs when a cell edit is ending. | |
Click | Occurs when the user clicks the mouse over the grid. | |
ContextMenuClosing | (Inherited from System.Windows.FrameworkElement) | |
ContextMenuOpening | (Inherited from System.Windows.FrameworkElement) | |
CustomAggregate | Occurs when the grid needs to calculate a custom aggregate. | |
DataContextChanged | (Inherited from System.Windows.FrameworkElement) | |
DoubleClick | Occurs when the user double-clicks the mouse over the grid. | |
DragEnter | (Inherited from System.Windows.UIElement) | |
DraggedColumn | Occurs when the user finishes dragging a column to a new position using the mouse. | |
DraggedRow | Occurs when the user finishes dragging a row to a new position using the mouse. | |
DraggingColumn | Occurs when the user starts dragging a column to a new position using the mouse. | |
DraggingRow | Occurs when the user starts dragging a row to a new position using the mouse. | |
DragLeave | (Inherited from System.Windows.UIElement) | |
DragOver | (Inherited from System.Windows.UIElement) | |
Drop | (Inherited from System.Windows.UIElement) | |
FocusableChanged | (Inherited from System.Windows.UIElement) | |
GiveFeedback | (Inherited from System.Windows.UIElement) | |
GotFocus | (Inherited from System.Windows.UIElement) | |
GotKeyboardFocus | (Inherited from System.Windows.UIElement) | |
GotMouseCapture | (Inherited from System.Windows.UIElement) | |
GotStylusCapture | (Inherited from System.Windows.UIElement) | |
GotTouchCapture | (Inherited from System.Windows.UIElement) | |
GroupCollapsedChanged | Occurs after the GroupRow.IsCollapsed property of a GroupRow object changes. | |
GroupCollapsedChanging | Occurs before the GroupRow.IsCollapsed property of a GroupRow object changes. | |
Initialized | (Inherited from System.Windows.FrameworkElement) | |
IsEnabledChanged | (Inherited from System.Windows.UIElement) | |
IsHitTestVisibleChanged | (Inherited from System.Windows.UIElement) | |
IsKeyboardFocusedChanged | (Inherited from System.Windows.UIElement) | |
IsKeyboardFocusWithinChanged | (Inherited from System.Windows.UIElement) | |
IsMouseCapturedChanged | (Inherited from System.Windows.UIElement) | |
IsMouseCaptureWithinChanged | (Inherited from System.Windows.UIElement) | |
IsMouseDirectlyOverChanged | (Inherited from System.Windows.UIElement) | |
IsStylusCapturedChanged | (Inherited from System.Windows.UIElement) | |
IsStylusCaptureWithinChanged | (Inherited from System.Windows.UIElement) | |
IsStylusDirectlyOverChanged | (Inherited from System.Windows.UIElement) | |
IsVisibleChanged | (Inherited from System.Windows.UIElement) | |
ItemsSourceChanged | Occurs after the value of the ItemsSource property changes. | |
ItemsSourceChanging | Occurs when the value of the ItemsSource property is about to change. | |
KeyDown | (Inherited from System.Windows.UIElement) | |
KeyUp | (Inherited from System.Windows.UIElement) | |
LayoutUpdated | (Inherited from System.Windows.UIElement) | |
Loaded | (Inherited from System.Windows.FrameworkElement) | |
LoadedRows | Occurs when the grid finishes loading the rows with items from the data source. | |
LoadingRows | Occurs when the grid starts loading the rows with items from the data source. | |
LostFocus | (Inherited from System.Windows.UIElement) | |
LostKeyboardFocus | (Inherited from System.Windows.UIElement) | |
LostMouseCapture | (Inherited from System.Windows.UIElement) | |
LostStylusCapture | (Inherited from System.Windows.UIElement) | |
LostTouchCapture | (Inherited from System.Windows.UIElement) | |
ManipulationBoundaryFeedback | (Inherited from System.Windows.UIElement) | |
ManipulationCompleted | (Inherited from System.Windows.UIElement) | |
ManipulationDelta | (Inherited from System.Windows.UIElement) | |
ManipulationInertiaStarting | (Inherited from System.Windows.UIElement) | |
ManipulationStarted | (Inherited from System.Windows.UIElement) | |
ManipulationStarting | (Inherited from System.Windows.UIElement) | |
MouseDoubleClick | (Inherited from System.Windows.Controls.Control) | |
MouseDown | (Inherited from System.Windows.UIElement) | |
MouseEnter | (Inherited from System.Windows.UIElement) | |
MouseLeave | (Inherited from System.Windows.UIElement) | |
MouseLeftButtonDown | (Inherited from System.Windows.UIElement) | |
MouseLeftButtonUp | (Inherited from System.Windows.UIElement) | |
MouseMove | (Inherited from System.Windows.UIElement) | |
MouseRightButtonDown | (Inherited from System.Windows.UIElement) | |
MouseRightButtonUp | (Inherited from System.Windows.UIElement) | |
MouseUp | (Inherited from System.Windows.UIElement) | |
MouseWheel | (Inherited from System.Windows.UIElement) | |
PrepareCellForEdit | Occurs when an editor cell is created and before it becomes active. | |
PreviewDragEnter | (Inherited from System.Windows.UIElement) | |
PreviewDragLeave | (Inherited from System.Windows.UIElement) | |
PreviewDragOver | (Inherited from System.Windows.UIElement) | |
PreviewDrop | (Inherited from System.Windows.UIElement) | |
PreviewGiveFeedback | (Inherited from System.Windows.UIElement) | |
PreviewGotKeyboardFocus | (Inherited from System.Windows.UIElement) | |
PreviewKeyDown | (Inherited from System.Windows.UIElement) | |
PreviewKeyUp | (Inherited from System.Windows.UIElement) | |
PreviewLostKeyboardFocus | (Inherited from System.Windows.UIElement) | |
PreviewMouseDoubleClick | (Inherited from System.Windows.Controls.Control) | |
PreviewMouseDown | (Inherited from System.Windows.UIElement) | |
PreviewMouseLeftButtonDown | (Inherited from System.Windows.UIElement) | |
PreviewMouseLeftButtonUp | (Inherited from System.Windows.UIElement) | |
PreviewMouseMove | (Inherited from System.Windows.UIElement) | |
PreviewMouseRightButtonDown | (Inherited from System.Windows.UIElement) | |
PreviewMouseRightButtonUp | (Inherited from System.Windows.UIElement) | |
PreviewMouseUp | (Inherited from System.Windows.UIElement) | |
PreviewMouseWheel | (Inherited from System.Windows.UIElement) | |
PreviewQueryContinueDrag | (Inherited from System.Windows.UIElement) | |
PreviewStylusButtonDown | (Inherited from System.Windows.UIElement) | |
PreviewStylusButtonUp | (Inherited from System.Windows.UIElement) | |
PreviewStylusDown | (Inherited from System.Windows.UIElement) | |
PreviewStylusInAirMove | (Inherited from System.Windows.UIElement) | |
PreviewStylusInRange | (Inherited from System.Windows.UIElement) | |
PreviewStylusMove | (Inherited from System.Windows.UIElement) | |
PreviewStylusOutOfRange | (Inherited from System.Windows.UIElement) | |
PreviewStylusSystemGesture | (Inherited from System.Windows.UIElement) | |
PreviewStylusUp | (Inherited from System.Windows.UIElement) | |
PreviewTextInput | (Inherited from System.Windows.UIElement) | |
PreviewTouchDown | (Inherited from System.Windows.UIElement) | |
PreviewTouchMove | (Inherited from System.Windows.UIElement) | |
PreviewTouchUp | (Inherited from System.Windows.UIElement) | |
QueryContinueDrag | (Inherited from System.Windows.UIElement) | |
QueryCursor | (Inherited from System.Windows.UIElement) | |
RequestBringIntoView | (Inherited from System.Windows.FrameworkElement) | |
ResizedColumn | Occurs when the user finishes resizing a column with the mouse. | |
ResizedRow | Occurs when the user finishes resizing a row with the mouse. | |
ResizingColumn | Occurs when the user starts resizing a column with the mouse. | |
ResizingRow | Occurs when the user starts resizing a row with the mouse. | |
RowEditEnded | Occurs when a row edit has been committed or canceled. | |
RowEditEnding | Occurs when a row edit is ending. | |
ScrollingDeferred | Occurs when scrolling is deferred while the user drags a scrollbar thumb. | |
ScrollPositionChanged | Occurs after the value of the ScrollPosition property changes. | |
ScrollPositionChanging | Occurs before the value of the ScrollPosition property changes. | |
SelectedItemChanged | Occurs when the value of the SelectedItem property changes. | |
SelectionChanged | Occurs after the value of the Selection property changes. | |
SelectionChanging | Occurs before the value of the Selection property changes. | |
SizeChanged | (Inherited from System.Windows.FrameworkElement) | |
SortedColumn | Occurs after a column is sorted when the user clicks a column header. | |
SortingColumn | Occurs before a column is sorted when the user clicks a column header. | |
SourceUpdated | (Inherited from System.Windows.FrameworkElement) | |
StylusButtonDown | (Inherited from System.Windows.UIElement) | |
StylusButtonUp | (Inherited from System.Windows.UIElement) | |
StylusDown | (Inherited from System.Windows.UIElement) | |
StylusEnter | (Inherited from System.Windows.UIElement) | |
StylusInAirMove | (Inherited from System.Windows.UIElement) | |
StylusInRange | (Inherited from System.Windows.UIElement) | |
StylusLeave | (Inherited from System.Windows.UIElement) | |
StylusMove | (Inherited from System.Windows.UIElement) | |
StylusOutOfRange | (Inherited from System.Windows.UIElement) | |
StylusSystemGesture | (Inherited from System.Windows.UIElement) | |
StylusUp | (Inherited from System.Windows.UIElement) | |
TargetUpdated | (Inherited from System.Windows.FrameworkElement) | |
TextInput | (Inherited from System.Windows.UIElement) | |
ToolTipClosing | (Inherited from System.Windows.FrameworkElement) | |
ToolTipOpening | (Inherited from System.Windows.FrameworkElement) | |
TouchDown | (Inherited from System.Windows.UIElement) | |
TouchEnter | (Inherited from System.Windows.UIElement) | |
TouchLeave | (Inherited from System.Windows.UIElement) | |
TouchMove | (Inherited from System.Windows.UIElement) | |
TouchUp | (Inherited from System.Windows.UIElement) | |
Unloaded | (Inherited from System.Windows.FrameworkElement) |