C1.WPF.DataGrid Namespace : C1DataGrid Class |
For a list of all members of this type, see C1DataGrid members.
Name | Description | |
---|---|---|
AutoGeneratedColumns | Occurs after all the auto-generated columns are created. | |
AutoGeneratingColumn | Occurs when the auto-generated columns are being created. | |
BeganEdit | Occurs after a cell began to be edited. | |
BeginningEdit | Occurs before a cell begins to be edited. | |
BeginningNewRow | Occurs when a new row begins to be edited. | |
BeginningRowEdit | Occurs before a row begins to be edited. A row begins to be edited when one cell of the row begins editing and there was not previously editing cells in the row. | |
CanceledNewRow | Occurs after the editing of a new row has been canceled. | |
CanceledRowEdit | Occurs after a row editing has been canceled. | |
CancelingEdit | Occurs before a cell change is canceled. | |
CancelingNewRow | Occurs when a new row is canceled. | |
CancelingRowEdit | Occurs before a row editing is canceled. A row editing is cancelled when the user press escape. Notice that whether escape is pressed on an editing cell the action will cancel the editing of the cell, if escape is pressed again the changes in the whole row will be reverted. | |
ColumnHeaderDragCompleted | Occurs when a column header drag operation finish. | |
ColumnHeaderDragDelta | Occurs when a column header is being dragged. | |
ColumnHeaderDragStarted | Occurs when a column header drag operation started. | |
ColumnReordered | Occurs after a move column operation is committed. The move operation can be started by the user when it drops a column header in a new position or when MoveColumn method is called. | |
ColumnReordering | Occurs before a move column operation is committed. The move operation can be started by the user when it drops a column header in a new position or when MoveColumn method is called. | |
ColumnResized | Occurs when the user release the mouse after dragging the border on the right of the column header. | |
ColumnResizing | Occurs while the user is resizing a column by dragging the border on the right of the column header. | |
CommittedEdit | Occurs after a cell editing has been committed. | |
CommittedNewRow | Occurs after a new row is committed. | |
CommittedRowEdit | Occurs after a row editing has been committed. A row editing is committed when a cell of the row has been previously edited and the current cell is changed to a cell which does not belong to the edited row. | |
CommittingEdit | Occurs before a cell change is committed. | |
CommittingNewRow | Occurs before a new row is committed, allowing to cancel the action. | |
CommittingRowEdit | Occurs before a row editing is committed. A row editing is committed when a cell of the row has been previously edited and the current cell is changed to a cell which does not belong to the edited row. | |
ContextMenuClosing | (Inherited from System.Windows.FrameworkElement) | |
ContextMenuOpening | (Inherited from System.Windows.FrameworkElement) | |
CreatingRow | Occurs when a row is being created in the model, so you can override the creation returning a different row type. | |
CurrentCellChanged | Occurs when a different cell becomes the current cell. Typically this occurs when a user clicks a cell, but it can be set programmatically too by setting CurrentRow and CurrentColumn. | |
DataContextChanged | (Inherited from System.Windows.FrameworkElement) | |
DeletingRows | Occurs before a deletion of rows happens. | |
DragEnter | (Inherited from System.Windows.UIElement) | |
DragLeave | (Inherited from System.Windows.UIElement) | |
DragOver | (Inherited from System.Windows.UIElement) | |
Drop | (Inherited from System.Windows.UIElement) | |
FilterChanged | Occurs after the filtering state changed. | |
FilterChanging | Occurs before the filter state of C1DataGrid is changed. | |
FilterLoading | Occurs before the filter of a column is loaded allowing to change the filter that will be displayed to the user. | |
FilterOpened | Occurs when the filter of a column is opened by clicking the button on the right side of the column header. | |
FocusableChanged | (Inherited from System.Windows.UIElement) | |
FrozenBottomRowsCountChanged | Event raised when the FrozenBottomRowsCount property has changed. | |
FrozenColumnCountChanged | Event raised when the FrozenColumnCount property has changed. | |
FrozenTopRowsCountChanged | Event raised when the FrozenTopRowsCount property has changed. | |
GetPageCompleted | Occurs when the page is generated. | |
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) | |
GroupChanged | Occurs after the grouping state changed. | |
GroupChanging | Occurs before the grouping state of the C1DataGrid is changed. | |
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) | |
IsLoadingChanged | Event raised when the IsLoading property has changed. | |
IsMouseCapturedChanged | (Inherited from System.Windows.UIElement) | |
IsMouseCaptureWithinChanged | (Inherited from System.Windows.UIElement) | |
IsMouseDirectlyOverChanged | (Inherited from System.Windows.UIElement) | |
IsMouseOverChanged | Event raised when the IsMouseOver property has changed. | |
IsStylusCapturedChanged | (Inherited from System.Windows.UIElement) | |
IsStylusCaptureWithinChanged | (Inherited from System.Windows.UIElement) | |
IsStylusDirectlyOverChanged | (Inherited from System.Windows.UIElement) | |
IsVisibleChanged | (Inherited from System.Windows.UIElement) | |
KeyDown | Occurs when a keyboard key is pressed while the System.Windows.UIElement has focus. | |
KeyUp | (Inherited from System.Windows.UIElement) | |
LayoutUpdated | (Inherited from System.Windows.UIElement) | |
LeadingColumnWidthChanged | Event raised when the LeadingColumnWidth property has changed. | |
Loaded | (Inherited from System.Windows.FrameworkElement) | |
LoadedCellPresenter | Occurs after the visual element of the cell is added to the visual tree and is ready for interaction. | |
LoadedColumnHeaderPresenter | Occurs after the column header presenter is added in the visual tree and is ready for interaction. | |
LoadedRowDetailsPresenter | Occurs after the visual element of the row details is added in the visual tree and is ready for interaction. | |
LoadedRowHeaderPresenter | Occurs after the visual element of the row header is added to the visual tree and is ready for interaction. | |
LoadedRowPresenter | Occurs after the visual element of the row is added in the visual tree and is ready for interaction. | |
LoadingRow | Occurs when a data item is being loaded in the model This might happen both by bringing the row into view or requesting the row programmatically. | |
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) | |
MergingCells | Occurs after the measuring the cells, so that the user can combine adjacent cells. In order to merge the cells you should call the method Merge of the DataGridMergingCellsEventArgs passed in. | |
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) | |
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) | |
PropertyChanged | Occurs when a property value changes. | |
QueryContinueDrag | (Inherited from System.Windows.UIElement) | |
QueryCursor | (Inherited from System.Windows.UIElement) | |
RequestBringIntoView | (Inherited from System.Windows.FrameworkElement) | |
RowDetailsVisibilityChanged | Occurs when the visibility of a row details changed. | |
RowResized | Occurs when the user release the mouse after dragging the border at the bottom of the column header. | |
RowResizing | Occurs while the user is resizing a row by dragging the border at the bottom of the row header. | |
RowsAdded | Occurs after new rows have been added to the C1DataGrid. | |
RowsDeleted | Occurs after rows have been deleted from the C1DataGrid. | |
SelectionChanged | Occurs when the SelectedItem or SelectedItems property value changes. | |
SelectionChanging | Occurs before the selection changes. | |
SelectionDragCompleted | Occurs when the mouse drag operation in the area containing the rows is completed. | |
SelectionDragDelta | Occurs when the mouse is being dragged in the area containing the rows. | |
SelectionDragStarted | Occurs the first time the mouse is dragged in the area containing the rows. | |
SizeChanged | (Inherited from System.Windows.FrameworkElement) | |
SortChanged | Occurs after the sorting state changed. | |
SortChanging | Occurs before the sorting state of C1DataGrid is changed. | |
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) | |
UnloadedCellPresenter | Occurs before the visual element of a cell is removed from the visual tree. | |
UnloadedColumnHeaderPresenter | Occurs before the visual element of a column header is removed from the visual tree. | |
UnloadedRowDetailsPresenter | Occurs before the visual element of a row details is removed from the visual tree. | |
UnloadedRowHeaderPresenter | Occurs before the visual element of a row header is removed from the visual tree. | |
UnloadedRowPresenter | Occurs before the visual element of a row is removed from the visual tree. | |
UnloadingRow | Occurs after a row is unloaded from the model. |