The C1FlexGrid type exposes the following members.

Constructors

  Name Description
Public method C1FlexGrid
Initializes a new instance of a C1FlexGrid.

Methods

  Name Description
Public method ApplyTemplate (Inherited from Control.)
Public method Arrange (Inherited from UIElement.)
Public method AutoSizeColumn
Resizes a column to fit its visible contents.
Public method AutoSizeColumns(Int32, Int32, Double)
Resizes a column range to fit their visible content.
Public method AutoSizeColumns(Int32, Int32, Double, Boolean, Boolean)
Resizes a column range to fit their content.
Public method AutoSizeFixedColumn
Resizes a fixed column to fit its visible contents.
Public method AutoSizeFixedColumns(Int32, Int32, Double)
Resizes a range of fixed columns to fit their visible contents.
Public method AutoSizeFixedColumns(Int32, Int32, Double, Boolean, Boolean)
Resizes a range of fixed columns to fit their content.
Public method AutoSizeFixedRow
Resizes a fixed row to fit its visible contents.
Public method AutoSizeFixedRows(Int32, Int32, Double)
Resizes a range of fixed rows to fit their visible contents.
Public method AutoSizeFixedRows(Int32, Int32, Double, Boolean)
Resizes a range of fixed rows to fit their content.
Public method AutoSizeRow
Resizes a row to fit its visible contents.
Public method AutoSizeRows(Int32, Int32, Double)
Resizes a row range to fit their visible contents.
Public method AutoSizeRows(Int32, Int32, Double, Boolean)
Resizes a row range to fit their content.
Public method CaptureMouse (Inherited from UIElement.)
Public method CheckAccess (Inherited from DependencyObject.)
Public method ClearValue (Inherited from DependencyObject.)
Public method CollapseGroupsToLevel
Collapses all the group rows to a given level.
Public method Copy
Copy the current selection to the clipboard.
Public method Equals (Inherited from Object.)
Public method FindName (Inherited from FrameworkElement.)
Public method FinishEditing()()()()
Commits any pending edits and exits edit mode.
Public method FinishEditing(Boolean)
Commits or cancels any pending edits and exits edit mode.
Public method Focus (Inherited from Control.)
Public method GetAggregate
Calculates aggregate statistics for a cell range.
Public method GetAnimationBaseValue (Inherited from DependencyObject.)
Public method GetCellFactory
Gets the ICellFactory class responsible for creating and destroying FrameworkElement objects used to represent grid cells.
Public method GetClipString(ClipboardCopyMode)
Gets the current selection as a string suitable for copying to the clipboard.
Public method GetClipString(CellRange, ClipboardCopyMode)
Gets a range of cells as a string suitable for copying to the clipboard.
Public method GetGridImage
Gets a FrameworkElement that represents a given part of the grid.
Public method GetHashCode (Inherited from Object.)
Public method GetPageImages(ScaleMode, Size, Int32)
Gets a list of elements that represent parts of the grid fit for rendering into pages of a document.
Public method GetPageImages(CellRange, ScaleMode, Size, Int32)
Gets a list of elements that represent parts of the grid fit for rendering into pages of a document.
Public method GetSelectedState
Gets a SelectedState value that indicates the selected state of the cells in a CellRange.
Public method GetType (Inherited from Object.)
Public method GetValue (Inherited from DependencyObject.)
Public method HitTest(Point)
Gets a HitTestInfo object that contains information about the grid at a given location.
Public method HitTest(RoutedEventArgs)
Gets a HitTestInfo object that contains information about the grid at a given location.
Public method IncludeInAggregate
Gets a value that determines whether a cell should be included in the aggregates calculated with the GetAggregate(Aggregate, CellRange) method.
Public method Invalidate()()()()
Forces the grid to re-create all visible elements.
Public method Invalidate(Boolean)
Forces the grid to re-create all visible elements.
Public method Invalidate(CellRange)
Forces the grid to re-create the elements in a given CellRange.
Public method InvalidateArrange (Inherited from UIElement.)
Public method InvalidateMeasure (Inherited from UIElement.)
Public method LoadColumnLayout
Loads a column layout from an XmlReader.
Public method Measure (Inherited from UIElement.)
Public method OnApplyTemplate
Applies the template defined in the Template property.
(Overrides FrameworkElement..::..OnApplyTemplate()()()().)
Public method Paste
Pastes the content of the clipboard to the grid.
Public method Print(String)
Prints the grid.
Public method Print(String, ScaleMode, Thickness, Int32)
Prints the grid using a specified scale mode.
Public method ReadLocalValue (Inherited from DependencyObject.)
Public method ReleaseMouseCapture (Inherited from UIElement.)
Public method Save(Stream, FileFormat)
Saves the contents of the grid to an UTF8-encoded stream.
Public method Save(String, FileFormat)
Saves the contents of the grid to an UTF8-encoded file.
Public method Save(Stream, FileFormat, SaveOptions)
Saves the contents of the grid to an UTF8-encoded stream.
Public method Save(StreamWriter, FileFormat, SaveOptions)
Saves the contents of the grid to a StreamWriter.
Public method Save(String, FileFormat, SaveOptions)
Saves the contents of the grid to an UTF8-encoded file.
Public method Save(Stream, FileFormat, Encoding, SaveOptions)
Saves the contents of the grid to a stream.
Public method Save(String, FileFormat, Encoding, SaveOptions)
Saves the contents of the grid to a file.
Public method SaveColumnLayout
Saves the current column layout to an XmlWriter.
Public method ScrollIntoView
Scrolls the grid to bring a specific cell into view.
Public method Select(Int32, Int32)
Selects a given cell.
Public method Select(CellRange, Boolean)
Selects a given cell and optionally scrolls it into view.
Public method Select(Int32, Int32, Boolean)
Selects a given cell and optionally scrolls it into view.
Public method Select(Int32, Int32, Int32, Int32, Boolean)
Selects cell range and optionally scrolls it into view.
Public method SelectAll
Selects all cells.
Public method SetBinding (Inherited from FrameworkElement.)
Public method SetClipString
Parses a string into rows and columns and applies the content to a given range.
Public method SetValue (Inherited from DependencyObject.)
Public method StartEditing(Boolean)
Starts editing the cell that is currently selected.
Public method StartEditing(Boolean, Int32, Int32)
Starts editing a specific cell.
Public method ToString (Inherited from Object.)
Public method TransformToVisual (Inherited from UIElement.)
Public method UpdateLayout (Inherited from UIElement.)

Fields

  Name Description
Public field Static member AllowAddNewProperty
Identifies the AllowAddNew dependency property.
Public field Static member AllowDraggingProperty
Identifies the AllowDragging dependency property.
Public field Static member AllowMergingProperty
Identifies the AllowMerging dependency property.
Public field Static member AllowResizingProperty
Identifies the AllowResizing dependency property.
Public field Static member AllowSortingProperty
Identifies the AllowSorting dependency property.
Public field Static member AlternatingRowBackgroundProperty
Identifies the AlternatingRowBackground dependency property.
Public field Static member AreRowGroupHeadersFrozenProperty
Identifies the AreRowGroupHeadersFrozen dependency property.
Public field Static member AutoCompleteProperty
Identifies the AutoComplete dependency property.
Public field Static member AutoGenerateColumnsProperty
Identifies the AutoGenerateColumns dependency property.
Public field Static member BottomRightCellBackgroundProperty
Identifies the BottomRightCellBackground dependency property.
Public field Static member ChildItemsPathProperty
Identifies the ChildItemsPath dependency property.
Public field Static member ClipboardCopyModeProperty
Identifies the ClipboardCopyMode dependency property.
Public field Static member ClipboardPasteModeProperty
Identifies the ClipboardPasteMode dependency property.
Public field Static member ColumnHeaderBackgroundProperty
Identifies the ColumnHeaderBackground dependency property.
Public field Static member ColumnHeaderForegroundProperty
Identifies the ColumnHeaderForeground dependency property.
Public field Static member ColumnHeaderSelectedBackgroundProperty
Identifies the ColumnHeaderSelectedBackground dependency property.
Public field Static member CursorBackgroundProperty
Identifies the CursorBackground dependency property.
Public field Static member CursorForegroundProperty
Identifies the CursorForeground dependency property.
Public field Static member DeferScrollingProperty
Identifies the DeferScrolling dependency property.
Public field Static member EditorBackgroundProperty
Identifies the EditorBackground dependency property.
Public field Static member EditorForegroundProperty
Identifies the EditorBackground dependency property.
Public field Static member FrozenLinesBrushProperty
Identifies the FrozenLinesBrush dependency property.
Public field Static member GridLinesBrushProperty
Identifies the GridLinesBrush dependency property.
Public field Static member GridLinesVisibilityProperty
Identifies the GridLinesVisibility dependency property.
Public field Static member GroupHeaderConverterProperty
Identifies the GroupHeaderConverter dependency property.
Public field Static member GroupRowBackgroundProperty
Identifies the GroupRowBackground dependency property.
Public field Static member GroupRowForegroundProperty
Identifies the GroupRowForeground dependency property.
Public field Static member GroupRowPositionProperty
Identifies the GroupRowPosition dependency property.
Public field Static member HeaderFontWeightProperty
Identifies the HeaderFontWeightProperty dependency property.
Public field Static member HeaderGridLinesBrushProperty
Identifies the HeaderGridLinesBrush dependency property.
Public field Static member HeadersVisibilityProperty
Identifies the HeadersVisibility dependency property.
Public field Static member HorizontalScrollBarVisibilityProperty
Identifies the HorizontalScrollBarVisibility dependency property.
Public field Static member IsReadOnlyProperty
Identifies the IsReadOnly dependency property.
Public field Static member IsSynchronizedWithCurrentItemProperty
Identifies the IsSynchronizedWithCurrentItem dependency property.
Public field Static member ItemsSourceProperty
Identifies the ItemsSource dependency property.
Public field Static member KeepCurrentVisibleProperty
Identifies the KeepCurrentVisible dependency property.
Public field Static member KeyActionEnterProperty
Identifies the KeyActionEnter dependency property.
Public field Static member KeyActionTabProperty
Identifies the KeyActionTab dependency property.
Public field Static member MaxColumnWidthProperty
Identifies the MaxColumnWidth dependency property.
Public field Static member MaxRowHeightProperty
Identifies the MaxRowHeight dependency property.
Public field Static member MinColumnWidthProperty
Identifies the MinColumnWidth dependency property.
Public field Static member MinRowHeightProperty
Identifies the MinRowHeight dependency property.
Public field Static member NewRowBackgroundProperty
Identifies the NewRowBackground dependency property.
Public field Static member NewRowPositionProperty
Identifies the NewRowPosition dependency property.
Public field Static member RowBackgroundProperty
Identifies the RowBackground dependency property.
Public field Static member RowHeaderBackgroundProperty
Identifies the RowHeaderBackground dependency property.
Public field Static member RowHeaderForegroundProperty
Identifies the RowHeaderForeground dependency property.
Public field Static member RowHeaderSelectedBackgroundProperty
Identifies the RowHeaderSelectedBackground dependency property.
Public field Static member SelectedIndexProperty
Identifies the SelectedIndex dependency property.
Public field Static member SelectedItemProperty
Identifies the SelectedItem dependency property.
Public field Static member SelectedItemsProperty
Identifies the SelectedItems dependency property.
Public field Static member SelectionBackgroundProperty
Identifies the SelectionBackground dependency property.
Public field Static member SelectionForegroundProperty
Identifies the SelectionForeground dependency property.
Public field Static member SelectionModeProperty
Identifies the SelectionMode dependency property.
Public field Static member ShowErrorsProperty
Identifies the ShowErrors dependency property.
Public field Static member ShowGroupsProperty
Identifies the ShowGroups dependency property. This property is obsolete. Please use GroupRowPositionProperty instead.
Public field Static member ShowMarqueeProperty
Identifies the ShowMarquee dependency property.
Public field Static member ShowOutlineBarProperty
Identifies the ShowOutlineBarProperty dependency property.
Public field Static member ShowSortProperty
Identifies the ShowSort dependency property.
Public field Static member TopLeftCellBackgroundProperty
Identifies the TopLeftCellBackground dependency property.
Public field Static member TreeIndentProperty
Identifies the TreeIndent dependency property.
Public field Static member VerticalScrollBarVisibilityProperty
Identifies the VerticalScrollBarVisibility dependency property.

Properties

  Name Description
Public property ActiveEditor
Gets the cell editor that is currently active.
Public property ActualHeight (Inherited from FrameworkElement.)
Public property ActualWidth (Inherited from FrameworkElement.)
Public property 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.
Public property AllowDragging
Gets or sets a value that indicates whether users are allowed to move rows and columns to new positions using the mouse.
Public property AllowMerging
Gets or sets a value that indicates which parts of the grid support cell merging.
Public property AllowResizing
Gets or sets a value that indicates whether users are allowed to resize rows and columns using the mouse.
Public property AllowSorting
Gets or sets a value that indicates whether users are allowed to sort columns by clicking the column header cells.
Public property AlternatingRowBackground
Gets or sets the Brush that is used to paint the background of odd-numbered rows.
Public property 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.
Public property 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).
Public property AutoGenerateColumns
Gets or sets a value that indicates whether columns are created automatically when the ItemsSource property is set.
Public property Background (Inherited from Control.)
Public property BorderBrush (Inherited from Control.)
Public property BorderThickness (Inherited from Control.)
Public property BottomLeftCells
Gets the GridPanel that contains the cells in the lower left corner of the grid.
Public property BottomRightCellBackground
Gets or sets the Brush that is used to paint the background of the cell at the bottom right corner of the grid.
Public property CellFactory
Gets or sets the ICellFactory class responsible for creating and destroying FrameworkElement objects used to represent grid cells.
Public property Cells
Gets the GridPanel that contains the data cells in the grid.
Public property ChildItemsPath
Gets or sets the name of the property used to generate child rows.
Public property Clip (Inherited from UIElement.)
Public property ClipboardCopyMode
Gets or sets a value that indicates how content is copied to the clipboard.
Public property ClipboardPasteMode
Gets or sets a value that indicates how content is pasted from the clipboard.
Public property CollectionView
Gets the ICollectionView that represents the current data source.
Public property ColumnFooterRows
Gets the collection of column footer rows.
Public property ColumnFooters
Gets the GridPanel that contains the column footer cells.
Public property ColumnHeaderBackground
Gets or sets the Brush that is used to paint column header backgrounds.
Public property ColumnHeaderForeground
Gets or sets the Brush that is used to paint column header content.
Public property ColumnHeaders
Gets the GridPanel that contains the column header cells.
Public property ColumnHeaderSelectedBackground
Gets or sets the Brush that is used to paint column header backgrounds for selected cells.
Public property ColumnLayout
Gets or sets a string that defines the current column layout.
Public property Columns
Gets the collection of columns in the grid.
Public property Cursor (Inherited from FrameworkElement.)
Public property CursorBackground
Gets or sets the Brush that is used to paint the background of the cursor cell.
Public property CursorForeground
Gets or sets the Brush that is used to paint the foreground of the cursor cell.
Public property DataContext (Inherited from FrameworkElement.)
Public property DeferScrolling
Gets or sets a value that determines whether scrolling should be deferred until the user releases the scrollbar thumb.
Public property DesiredSize (Inherited from UIElement.)
Public property Dispatcher (Inherited from DependencyObject.)
Public property EditorBackground
Gets or sets the Brush that is used to paint the background of cells in edit mode.
Public property EditorForeground
Gets or sets the Brush that is used to paint the foreground of cells in edit mode.
Public property EditorRange
Gets the CellRange that corresponds to the cell currently being edited.
Public property ErrorStyle
Gets or sets the CellStyle used to highlight cells that contain errors.
Public property FontFamily (Inherited from Control.)
Public property FontSize (Inherited from Control.)
Public property FontStretch (Inherited from Control.)
Public property FontStyle (Inherited from Control.)
Public property FontWeight (Inherited from Control.)
Public property Foreground (Inherited from Control.)
Public property FrozenColumns
Gets or sets the number of non-scrollable columns.
Public property FrozenLinesBrush
Gets or sets the Brush that is used to paint the lines between frozen and scrollable areas of the grid.
Public property FrozenRows
Gets or sets the number of non-scrollable rows.
Public property GridLinesBrush
Gets or sets the Brush that is used to paint the lines between cells.
Public property GridLinesVisibility
Gets or sets a value that indicates which grid lines separating inner cells are shown.
Public property GroupHeaderConverter
Gets or sets the IValueConverter used to create the content shown in GroupRow cells to summarize group information.
Public property GroupRowBackground
Gets or sets the Brush that is used to paint the background of group rows.
Public property GroupRowForeground
Gets or sets the Brush that is used to paint the foreground of group rows.
Public property GroupRowPosition
Gets or sets a value that indicates where group rows should be displayed with respect to the data.
Public property HeaderFontWeight
Gets or sets the FontWeight used to render text in header cells.
Public property HeaderGridLinesBrush
Gets or sets the Brush that is used to paint the lines between row and column header cells.
Public property HeadersVisibility
Gets or sets a value that indicates the visibility of row and column headers.
Public property Height (Inherited from FrameworkElement.)
Public property HorizontalAlignment (Inherited from FrameworkElement.)
Public property HorizontalContentAlignment (Inherited from Control.)
Public property HorizontalScrollBarVisibility
Gets or sets a value that indicates how the horizontal scroll bar is displayed.
Public property IsEnabled (Inherited from Control.)
Public property IsHitTestVisible (Inherited from UIElement.)
Public property IsReadOnly
Gets or sets a value that indicates whether the user can edit values in the grid.
Public property IsSynchronizedWithCurrentItem
Gets or sets a value that determines whether the control should synchronize the selection with the selection in the ItemsSource property.
Public property IsTabStop (Inherited from Control.)
Public property Item[([( Int32, Column])])
Gets or sets the value of a specific cell.
Public property Item[([( Int32, Int32])])
Gets or sets the value of a specific cell.
Public property Item[([( Int32, String])])
Gets or sets the value of a specific cell.
Public property ItemsSource
Gets or sets a collection that is used to generate the content of the control.
Public property ItemType
Gets the type of item contained in the current data source.
Public property KeepCurrentVisible
Gets or sets a value that indicates whether the grid should automatically scroll to keep the current item visible.
Public property KeyActionEnter
Gets or sets a value that indicates the action performed by the grid when the user presses the Enter key.
Public property KeyActionTab
Gets or sets a value that indicates the action performed by the grid when the user presses the Tab key.
Public property Language (Inherited from FrameworkElement.)
Public property Margin (Inherited from FrameworkElement.)
Public property Marquee
Gets the Rectangle used to show the Excel-style marquee around the current selection.
Public property MaxColumnWidth
Gets or sets the maximum width of columns in the C1FlexGrid.
Public property MaxHeight (Inherited from FrameworkElement.)
Public property MaxRowHeight
Gets or sets the maximum height of rows in the C1FlexGrid.
Public property MaxWidth (Inherited from FrameworkElement.)
Public property MergeManager
Gets or sets the IMergeManager class responsible for handling cell merging on the grid.
Public property MinColumnWidth
Gets or sets the minimum width of columns in the C1FlexGrid.
Public property MinHeight (Inherited from FrameworkElement.)
Public property MinRowHeight
Gets or sets the minimum height of rows in the C1FlexGrid.
Public property MinWidth (Inherited from FrameworkElement.)
Public property Name (Inherited from FrameworkElement.)
Public property NewRowBackground
Gets or sets the Brush that is used to paint the background of the new row template.
Public property 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.
Public property Opacity (Inherited from UIElement.)
Public property OpacityMask (Inherited from UIElement.)
Public property Padding (Inherited from Control.)
Public property Parent (Inherited from FrameworkElement.)
Public property RenderSize (Inherited from UIElement.)
Public property RenderTransform (Inherited from UIElement.)
Public property RenderTransformOrigin (Inherited from UIElement.)
Public property Resources (Inherited from FrameworkElement.)
Public property RowBackground
Gets or sets the Brush that is used to paint row backgrounds.
Public property RowHeaderBackground
Gets or sets the Brush that is used to paint row header backgrounds.
Public property RowHeaderForeground
Gets or sets the Brush that is used to paint row header content.
Public property RowHeaders
Gets the GridPanel that contains the row header cells.
Public property RowHeaderSelectedBackground
Gets or sets the Brush that is used to paint row header backgrounds for selected cells.
Public property Rows
Gets the collection of rows in the grid.
Public property ScrollPosition
Gets or sets a value that represents the value of the grid scroll bars.
Public property SelectedIndex
Gets or sets the index of the data item corresponding to the selected row.
Public property SelectedItem
Gets or sets the data item corresponding to the selected row.
Public property SelectedItems
Gets a collection of data items corresponding to the currently selected rows.
Public property Selection
Gets or sets the current selection.
Public property SelectionBackground
Gets or sets the Brush that is used to paint the background of selected cells excluding the cursor cell.
Public property SelectionForeground
Gets or sets the Brush that is used to paint the foreground of selected cells excluding the cursor cell.
Public property SelectionMode
Gets or sets the grid's selection mode.
Public property ShowErrors
Gets or sets a value that determines whether the grid should display validation errors.
Public property ShowGroups
Gets or sets a value that indicates whether the grid shows group rows between data groups.
Public property ShowMarquee
Gets or sets a value that indicates whether the grid shows an Excel-style marquee around the current selection.
Public property ShowOutlineBar
Gets or sets a value that determines whether the grid should display the outline button bar.
Public property 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.
Public property Style (Inherited from FrameworkElement.)
Public property TabIndex (Inherited from Control.)
Public property TabNavigation (Inherited from Control.)
Public property Tag (Inherited from FrameworkElement.)
Public property Template (Inherited from Control.)
Public property TopLeftCellBackground
Gets or sets the Brush that is used to paint the background of the cell at the left top corner of the grid.
Public property TopLeftCells
Gets the GridPanel that contains the cells in the upper left corner of the grid.
Public property TreeIndent
Gets or sets the indent used to offset each group of rows in the grid.
Public property Triggers (Inherited from FrameworkElement.)
Public property UseLayoutRounding (Inherited from UIElement.)
Public property VerticalAlignment (Inherited from FrameworkElement.)
Public property VerticalContentAlignment (Inherited from Control.)
Public property VerticalScrollBarVisibility
Gets or sets a value that indicates how the vertical scroll bar is displayed.
Public property ViewRange
Gets a CellRange value that indicates the range of cells currently visible on the grid.
Public property Visibility (Inherited from UIElement.)
Public property Width (Inherited from FrameworkElement.)

Events

  Name Description
Public event BeginningEdit
Occurs before a cell enters editing mode.
Public event BindingValidationError (Inherited from FrameworkElement.)
Public event CellEditEnded
Occurs when a cell edit has been committed or canceled.
Public event CellEditEnding
Occurs when a cell edit is ending.
Public event Click
Occurs when the user clicks the mouse over the grid.
Public event CustomAggregate
Occurs when the grid needs to calculate a custom aggregate.
Public event DoubleClick
Occurs when the user double-clicks the mouse over the grid.
Public event DraggedColumn
Occurs when the user finishes dragging a column to a new position using the mouse.
Public event DraggedRow
Occurs when the user finishes dragging a row to a new position using the mouse.
Public event DraggingColumn
Occurs when the user starts dragging a column to a new position using the mouse.
Public event DraggingRow
Occurs when the user starts dragging a row to a new position using the mouse.
Public event GotFocus (Inherited from UIElement.)
Public event GroupCollapsedChanged
Occurs after the IsCollapsed property of a GroupRow object changes.
Public event GroupCollapsedChanging
Occurs before the IsCollapsed property of a GroupRow object changes.
Public event IsEnabledChanged (Inherited from Control.)
Public event ItemsSourceChanged
Occurs after the value of the ItemsSource property changes.
Public event ItemsSourceChanging
Occurs when the value of the ItemsSource property is about to change.
Public event KeyDown (Inherited from UIElement.)
Public event KeyUp (Inherited from UIElement.)
Public event LayoutUpdated (Inherited from FrameworkElement.)
Public event Loaded (Inherited from FrameworkElement.)
Public event LoadedRows
Occurs when the grid finishes loading the rows with items from the data source.
Public event LoadingRows
Occurs when the grid starts loading the rows with items from the data source.
Public event LostFocus (Inherited from UIElement.)
Public event LostMouseCapture (Inherited from UIElement.)
Public event MouseEnter (Inherited from UIElement.)
Public event MouseLeave (Inherited from UIElement.)
Public event MouseLeftButtonDown (Inherited from UIElement.)
Public event MouseLeftButtonUp (Inherited from UIElement.)
Public event MouseMove (Inherited from UIElement.)
Public event PrepareCellForEdit
Occurs when an editor cell is created and before it becomes active.
Public event PreviewKeyDown
Occurs when the user presses a key while the grid has focus.
Public event PreviewMouseLeftButtonDown
Occurs when the user presses the left mouse button over the grid.
Public event ResizedColumn
Occurs when the user finishes resizing a column with the mouse.
Public event ResizedRow
Occurs when the user finishes resizing a row with the mouse.
Public event ResizingColumn
Occurs when the user starts resizing a column with the mouse.
Public event ResizingRow
Occurs when the user starts resizing a row with the mouse.
Public event RowEditEnded
Occurs when a row edit has been committed or canceled.
Public event RowEditEnding
Occurs when a row edit is ending.
Public event ScrollingDeferred
Occurs when scrolling is deferred while the user drags a scrollbar thumb.
Public event ScrollPositionChanged
Occurs after the value of the ScrollPosition property changes.
Public event ScrollPositionChanging
Occurs before the value of the ScrollPosition property changes.
Public event SelectedItemChanged
Occurs when the value of the SelectedItem property changes.
Public event SelectionChanged
Occurs after the value of the Selection property changes.
Public event SelectionChanging
Occurs before the value of the Selection property changes.
Public event SizeChanged (Inherited from FrameworkElement.)
Public event SortedColumn
Occurs after a column is sorted when the user clicks a column header.
Public event SortingColumn
Occurs before a column is sorted when the user clicks a column header.

See Also