Name | Description | |
---|---|---|
C1FlexGrid Constructor | Initializes a new instance of a C1FlexGrid. |
The following tables list the members exposed by C1FlexGrid.
Name | Description | |
---|---|---|
C1FlexGrid Constructor | Initializes a new instance of a C1FlexGrid. |
Name | Description | |
---|---|---|
AccessKey | (Inherited from Windows.UI.Xaml.UIElement) | |
AccessKeyScopeOwner | (Inherited from Windows.UI.Xaml.UIElement) | |
ActiveEditor | Gets the cell editor that is currently active. | |
ActualHeight | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
ActualTheme | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
ActualWidth | (Inherited from Windows.UI.Xaml.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 Windows.UI.Xaml.UIElement) | |
AllowFocusOnInteraction | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
AllowFocusWhenDisabled | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
AllowFreezing | Gets or sets a value that indicates whether users are allowed to freeze rows and columns using the mouse. | |
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 Windows.UI.Xaml.Media.Brush that is used to paint the background of odd-numbered rows. | |
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 Windows.UI.Xaml.Controls.Control) | |
BaseUri | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
BorderBrush | (Inherited from Windows.UI.Xaml.Controls.Control) | |
BorderThickness | (Inherited from Windows.UI.Xaml.Controls.Control) | |
CacheMode | (Inherited from Windows.UI.Xaml.UIElement) | |
CanDrag | (Inherited from Windows.UI.Xaml.UIElement) | |
CellFactory | Gets or sets the ICellFactory class responsible for creating and destroying Windows.UI.Xaml.FrameworkElement objects used to represent grid cells. | |
Cells | Gets the GridPanel that contains the data cells in the grid. | |
CharacterSpacing | (Inherited from Windows.UI.Xaml.Controls.Control) | |
ChildItemsPath | Gets or sets the name of the property used to generate child rows. | |
Clip | (Inherited from Windows.UI.Xaml.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. | |
CollapsedIconTemplate | Gets or sets the C1.Xaml.C1IconTemplate used to present the group icon when the item group/detail is collapsed. | |
CollectionView | Gets the Windows.UI.Xaml.Data.ICollectionView that represents the current data source. | |
ColumnHeaderBackground | Gets or sets the Windows.UI.Xaml.Media.Brush that is used to paint column header backgrounds. | |
ColumnHeaderForeground | Gets or sets the Windows.UI.Xaml.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 Windows.UI.Xaml.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. | |
ColumnResizeIconStyle | Defines the style of element to show as column resize icon for touch interaction. | |
Columns | Gets the collection of columns in the grid. | |
CompositeMode | (Inherited from Windows.UI.Xaml.UIElement) | |
ContextFlyout | (Inherited from Windows.UI.Xaml.UIElement) | |
CursorBackground | Gets or sets the Windows.UI.Xaml.Media.Brush that is used to paint the background of the cursor cell. | |
CursorForeground | Gets or sets the Windows.UI.Xaml.Media.Brush that is used to paint the foreground of the cursor cell. | |
DataContext | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
DefaultStyleResourceUri | (Inherited from Windows.UI.Xaml.Controls.Control) | |
DesiredSize | (Inherited from Windows.UI.Xaml.UIElement) | |
Dispatcher | (Inherited from Windows.UI.Xaml.DependencyObject) | |
DragDropIndicatorBrush | Gets or sets the brush of drop indicator when drag columns or rows. | |
EditorBackground | Gets or sets the Windows.UI.Xaml.Media.Brush that is used to paint the background of cells in edit mode. | |
EditorForeground | Gets or sets the Windows.UI.Xaml.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. | |
ElementSoundMode | (Inherited from Windows.UI.Xaml.Controls.Control) | |
ExitDisplayModeOnAccessKeyInvoked | (Inherited from Windows.UI.Xaml.UIElement) | |
ExpandedAboveIconTemplate | Gets or sets the C1.Xaml.C1IconTemplate used to present the icon when the item group/detail is expanded above. | |
ExpandedBelowIconTemplate | Gets or sets the C1.Xaml.C1IconTemplate used to present the group icon when the item group/detail is expanded below. | |
FlowDirection | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
FocusState | (Inherited from Windows.UI.Xaml.Controls.Control) | |
FocusVisualMargin | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
FocusVisualPrimaryBrush | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
FocusVisualPrimaryThickness | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
FocusVisualSecondaryBrush | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
FocusVisualSecondaryThickness | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
FontFamily | (Inherited from Windows.UI.Xaml.Controls.Control) | |
FontSize | (Inherited from Windows.UI.Xaml.Controls.Control) | |
FontStretch | (Inherited from Windows.UI.Xaml.Controls.Control) | |
FontStyle | (Inherited from Windows.UI.Xaml.Controls.Control) | |
FontWeight | (Inherited from Windows.UI.Xaml.Controls.Control) | |
Foreground | (Inherited from Windows.UI.Xaml.Controls.Control) | |
FrozenColumns | Gets or sets the number of non-scrollable columns. | |
FrozenLinesBrush | Gets or sets the Windows.UI.Xaml.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 Windows.UI.Xaml.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 Windows.UI.Xaml.Data.IValueConverter used to create the content shown in GroupRow cells to summarize group information. | |
GroupRowBackground | Gets or sets the Windows.UI.Xaml.Media.Brush that is used to paint the background of group rows. | |
GroupRowForeground | Gets or sets the Windows.UI.Xaml.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. | |
HeaderFontWeight | Gets or sets the Windows.UI.Text.FontWeight used to render text in header cells. | |
HeaderGridLinesBrush | Gets or sets the Windows.UI.Xaml.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 Windows.UI.Xaml.FrameworkElement) | |
HighContrastAdjustment | (Inherited from Windows.UI.Xaml.UIElement) | |
HorizontalAlignment | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
HorizontalContentAlignment | (Inherited from Windows.UI.Xaml.Controls.Control) | |
HorizontalScrollBarVisibility | Gets or sets a value that indicates how the horizontal scroll bar is displayed. | |
IsAccessKeyScope | (Inherited from Windows.UI.Xaml.UIElement) | |
IsDeferredScrollingEnabled | Gets or sets a value that determines whether scrolling should be deferred until the user releases the scrollbar thumb. | |
IsDoubleTapEnabled | (Inherited from Windows.UI.Xaml.UIElement) | |
IsEnabled | (Inherited from Windows.UI.Xaml.Controls.Control) | |
IsFocusEngaged | (Inherited from Windows.UI.Xaml.Controls.Control) | |
IsFocusEngagementEnabled | (Inherited from Windows.UI.Xaml.Controls.Control) | |
IsHitTestVisible | (Inherited from Windows.UI.Xaml.UIElement) | |
IsHoldingEnabled | (Inherited from Windows.UI.Xaml.UIElement) | |
IsReadOnly | Gets or sets a value that indicates whether the user can edit values in the grid. | |
IsRightTapEnabled | (Inherited from Windows.UI.Xaml.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 Windows.UI.Xaml.Controls.Control) | |
IsTapEnabled | (Inherited from Windows.UI.Xaml.UIElement) | |
IsTextScaleFactorEnabled | (Inherited from Windows.UI.Xaml.Controls.Control) | |
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. | |
KeyboardAcceleratorPlacementMode | (Inherited from Windows.UI.Xaml.UIElement) | |
KeyboardAcceleratorPlacementTarget | (Inherited from Windows.UI.Xaml.UIElement) | |
KeyboardAccelerators | (Inherited from Windows.UI.Xaml.UIElement) | |
KeyTipHorizontalOffset | (Inherited from Windows.UI.Xaml.UIElement) | |
KeyTipPlacementMode | (Inherited from Windows.UI.Xaml.UIElement) | |
KeyTipTarget | (Inherited from Windows.UI.Xaml.UIElement) | |
KeyTipVerticalOffset | (Inherited from Windows.UI.Xaml.UIElement) | |
Language | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
Lights | (Inherited from Windows.UI.Xaml.UIElement) | |
ManipulationMode | (Inherited from Windows.UI.Xaml.UIElement) | |
Margin | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
Marquee | Gets the Windows.UI.Xaml.FrameworkElement used to show the Excel-style marquee around the current selection. | |
MarqueeColor | Gets or sets the Windows.UI.Xaml.Media.Brush that is used to the stroke of the Marquee. | |
MaxColumnWidth | Gets or sets the maximum width of columns in the C1FlexGrid. | |
MaxHeight | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
MaxRowHeight | Gets or sets the maximum height of rows in the C1FlexGrid. | |
MaxWidth | (Inherited from Windows.UI.Xaml.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 Windows.UI.Xaml.FrameworkElement) | |
MinRowHeight | Gets or sets the minimum height of rows in the C1FlexGrid. | |
MinWidth | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
Name | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
NewRowBackground | Gets or sets the Windows.UI.Xaml.Media.Brush that is used to paint the background of the new row template. | |
NewRowIconTemplate | Gets or sets the template used to create the icon displayed in the header of a new row. | |
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 Windows.UI.Xaml.UIElement) | |
Padding | (Inherited from Windows.UI.Xaml.Controls.Control) | |
Parent | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
PointerCaptures | (Inherited from Windows.UI.Xaml.UIElement) | |
Projection | (Inherited from Windows.UI.Xaml.UIElement) | |
RenderSize | (Inherited from Windows.UI.Xaml.UIElement) | |
RenderTransform | (Inherited from Windows.UI.Xaml.UIElement) | |
RenderTransformOrigin | (Inherited from Windows.UI.Xaml.UIElement) | |
RequestedTheme | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
RequiresPointer | (Inherited from Windows.UI.Xaml.Controls.Control) | |
Resources | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
RowBackground | Gets or sets the Windows.UI.Xaml.Media.Brush that is used to paint row backgrounds. | |
RowDetailsTemplate | Gets or sets the Windows.UI.Xaml.DataTemplate used to present the details part of a row. | |
RowDetailsVisibilityMode | The details part can be automatically opened when the row is selected, can be always visible, or can be always collapsed. | |
RowHeaderBackground | Gets or sets the Windows.UI.Xaml.Media.Brush that is used to paint row header backgrounds. | |
RowHeaderForeground | Gets or sets the Windows.UI.Xaml.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 Windows.UI.Xaml.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. | |
SelectionAdornerFill | Gets or sets the Windows.UI.Xaml.Media.Brush that is used to paint the Fill of Adorners. | |
SelectionBackground | Gets or sets the Windows.UI.Xaml.Media.Brush that is used to paint the background of selected cells excluding the cursor cell. | |
SelectionForeground | Gets or sets the Windows.UI.Xaml.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. | |
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. | |
SortAscendingIconTemplate | Gets or sets the C1.Xaml.C1IconTemplate used to present the sort icon when the column is sorted in ascending order. | |
SortDescendingIconTemplate | Gets or sets the C1.Xaml.C1IconTemplate used to present the sort icon when the column is sorted in descending order. | |
Style | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
TabFocusNavigation | (Inherited from Windows.UI.Xaml.UIElement) | |
TabIndex | (Inherited from Windows.UI.Xaml.Controls.Control) | |
TabNavigation | (Inherited from Windows.UI.Xaml.Controls.Control) | |
Tag | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
Template | (Inherited from Windows.UI.Xaml.Controls.Control) | |
TopLeftCellBackground | Gets or sets the Windows.UI.Xaml.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. | |
Transform3D | (Inherited from Windows.UI.Xaml.UIElement) | |
Transitions | (Inherited from Windows.UI.Xaml.UIElement) | |
TreeIndent | Gets or sets the indent used to offset each group of rows in the grid. | |
Triggers | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
UseLayoutRounding | (Inherited from Windows.UI.Xaml.UIElement) | |
UseSystemFocusVisuals | (Inherited from Windows.UI.Xaml.Controls.Control) | |
VerticalAlignment | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
VerticalContentAlignment | (Inherited from Windows.UI.Xaml.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 Windows.UI.Xaml.UIElement) | |
Width | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
XYFocusDown | (Inherited from Windows.UI.Xaml.Controls.Control) | |
XYFocusDownNavigationStrategy | (Inherited from Windows.UI.Xaml.UIElement) | |
XYFocusKeyboardNavigation | (Inherited from Windows.UI.Xaml.UIElement) | |
XYFocusLeft | (Inherited from Windows.UI.Xaml.Controls.Control) | |
XYFocusLeftNavigationStrategy | (Inherited from Windows.UI.Xaml.UIElement) | |
XYFocusRight | (Inherited from Windows.UI.Xaml.Controls.Control) | |
XYFocusRightNavigationStrategy | (Inherited from Windows.UI.Xaml.UIElement) | |
XYFocusUp | (Inherited from Windows.UI.Xaml.Controls.Control) | |
XYFocusUpNavigationStrategy | (Inherited from Windows.UI.Xaml.UIElement) | |
ZoomMode | Gets or sets the ZoomMode used in control. |
Name | Description | |
---|---|---|
DefaultStyleKey | (Inherited from Windows.UI.Xaml.Controls.Control) |
Name | Description | |
---|---|---|
AddHandler | (Inherited from Windows.UI.Xaml.UIElement) | |
ApplyTemplate | (Inherited from Windows.UI.Xaml.Controls.Control) | |
Arrange | (Inherited from Windows.UI.Xaml.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 visible contents. | |
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. | |
CancelDirectManipulations | (Inherited from Windows.UI.Xaml.UIElement) | |
CapturePointer | (Inherited from Windows.UI.Xaml.UIElement) | |
ChangeView | ||
ClearValue | (Inherited from Windows.UI.Xaml.DependencyObject) | |
CollapseGroupsToLevel | Collapses all the group rows to a given level. | |
Copy | Copy the current selection to the clipboard. | |
FindName | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
FinishEditing | Overloaded. Commits any pending edits and exits edit mode. | |
Focus | (Inherited from Windows.UI.Xaml.Controls.Control) | |
GetAggregate | Calculates aggregate statistics for a cell range. | |
GetAnimationBaseValue | (Inherited from Windows.UI.Xaml.DependencyObject) | |
GetBindingExpression | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
GetCellFactory | Gets the ICellFactory class responsible for creating and destroying Windows.UI.Xaml.FrameworkElement objects used to represent grid cells. | |
GetClipString | Overloaded. Gets the current selection as a string suitable for copying to the clipboard. | |
GetDataIndex | Returns index of data item in the items source for the specified row index. | |
GetGridImage | Overloaded. Gets a Windows.UI.Xaml.FrameworkElement that represents a given part of the grid. | |
GetPageImages | Overloaded. Gets a list of elements that represent parts of the grid fit for rendering into pages of a document. | |
GetRowIndex | Returns index of row representing data item with the specified index. | |
GetSelectedState | Gets a SelectedState value that indicates the selected state of the cells in a CellRange. | |
GetValue | (Inherited from Windows.UI.Xaml.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. | |
Invalidate | Overloaded. Forces the grid to re-create all visible elements. | |
InvalidateArrange | (Inherited from Windows.UI.Xaml.UIElement) | |
InvalidateMeasure | (Inherited from Windows.UI.Xaml.UIElement) | |
LoadColumnLayout | Loads a column layout from an System.Xml.XmlReader. | |
Measure | (Inherited from Windows.UI.Xaml.UIElement) | |
Paste | Pastes the content of the clipboard to the grid. | |
Overloaded. Prints the grid. | ||
ReadLocalValue | (Inherited from Windows.UI.Xaml.DependencyObject) | |
RegisterPropertyChangedCallback | (Inherited from Windows.UI.Xaml.DependencyObject) | |
ReleasePointerCapture | (Inherited from Windows.UI.Xaml.UIElement) | |
ReleasePointerCaptures | (Inherited from Windows.UI.Xaml.UIElement) | |
RemoveFocusEngagement | (Inherited from Windows.UI.Xaml.Controls.Control) | |
RemoveHandler | (Inherited from Windows.UI.Xaml.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 | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
SetClipString | Parses a string into rows and columns and applies the content to a given range. | |
SetValue | (Inherited from Windows.UI.Xaml.DependencyObject) | |
StartBringIntoView | Overloaded. (Inherited from Windows.UI.Xaml.UIElement) | |
StartDragAsync | (Inherited from Windows.UI.Xaml.UIElement) | |
StartEditing | Overloaded. Starts editing the cell that is currently selected. | |
TransformToVisual | (Inherited from Windows.UI.Xaml.UIElement) | |
TryInvokeKeyboardAccelerator | (Inherited from Windows.UI.Xaml.UIElement) | |
UnregisterPropertyChangedCallback | (Inherited from Windows.UI.Xaml.DependencyObject) | |
UpdateLayout | (Inherited from Windows.UI.Xaml.UIElement) |
Name | Description | |
---|---|---|
AccessKeyDisplayDismissed | (Inherited from Windows.UI.Xaml.UIElement) | |
AccessKeyDisplayRequested | (Inherited from Windows.UI.Xaml.UIElement) | |
AccessKeyInvoked | (Inherited from Windows.UI.Xaml.UIElement) | |
ActualThemeChanged | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
BeginningEdit | Occurs before a cell enters editing mode. | |
BringIntoViewRequested | (Inherited from Windows.UI.Xaml.UIElement) | |
CellContentChanging | ||
CellEditEnded | Occurs when a cell edit has been committed or canceled. | |
CellEditEnding | Occurs when a cell edit is ending. | |
CharacterReceived | (Inherited from Windows.UI.Xaml.UIElement) | |
Click | Occurs when the user clicks the mouse over the grid. | |
ContextCanceled | (Inherited from Windows.UI.Xaml.UIElement) | |
ContextRequested | (Inherited from Windows.UI.Xaml.UIElement) | |
CustomAggregate | Occurs when the grid needs to calculate a custom aggregate. | |
DataContextChanged | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
DoubleClick | Occurs when the user double-clicks the mouse over the grid. | |
DoubleTapped | (Inherited from Windows.UI.Xaml.UIElement) | |
DragEnter | (Inherited from Windows.UI.Xaml.UIElement) | |
DraggedColumn | Occurs when the user finishes dragging a column to a new position using the mouse. | |
DraggedFrozenColumn | Occurs when the user finishes dragging a frozen row border with the mouse. | |
DraggedFrozenRow | Occurs when the user finishes dragging a frozen row border with 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. | |
DraggingFrozenColumn | Occurs when the user finishes dragging a frozen row border with the mouse. | |
DraggingFrozenRow | Occurs when the user finishes dragging a frozen row border with the mouse. | |
DraggingRow | Occurs when the user starts dragging a row to a new position using the mouse. | |
DragLeave | (Inherited from Windows.UI.Xaml.UIElement) | |
DragOver | (Inherited from Windows.UI.Xaml.UIElement) | |
DragStarting | (Inherited from Windows.UI.Xaml.UIElement) | |
Drop | (Inherited from Windows.UI.Xaml.UIElement) | |
DropCompleted | (Inherited from Windows.UI.Xaml.UIElement) | |
FocusDisengaged | (Inherited from Windows.UI.Xaml.Controls.Control) | |
FocusEngaged | (Inherited from Windows.UI.Xaml.Controls.Control) | |
GettingFocus | (Inherited from Windows.UI.Xaml.UIElement) | |
GotFocus | (Inherited from Windows.UI.Xaml.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. | |
Holding | (Inherited from Windows.UI.Xaml.UIElement) | |
IsEnabledChanged | (Inherited from Windows.UI.Xaml.Controls.Control) | |
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 Windows.UI.Xaml.UIElement) | |
KeyUp | (Inherited from Windows.UI.Xaml.UIElement) | |
LayoutUpdated | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
Loaded | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
LoadedRows | Occurs when the grid finishes loading the rows with items from the data source. | |
Loading | (Inherited from Windows.UI.Xaml.FrameworkElement) | |
LoadingRows | Occurs when the grid starts loading the rows with items from the data source. | |
LosingFocus | (Inherited from Windows.UI.Xaml.UIElement) | |
LostFocus | (Inherited from Windows.UI.Xaml.UIElement) | |
ManipulationCompleted | (Inherited from Windows.UI.Xaml.UIElement) | |
ManipulationDelta | (Inherited from Windows.UI.Xaml.UIElement) | |
ManipulationInertiaStarting | (Inherited from Windows.UI.Xaml.UIElement) | |
ManipulationStarted | (Inherited from Windows.UI.Xaml.UIElement) | |
ManipulationStarting | (Inherited from Windows.UI.Xaml.UIElement) | |
NoFocusCandidateFound | (Inherited from Windows.UI.Xaml.UIElement) | |
PointerCanceled | (Inherited from Windows.UI.Xaml.UIElement) | |
PointerCaptureLost | (Inherited from Windows.UI.Xaml.UIElement) | |
PointerEntered | (Inherited from Windows.UI.Xaml.UIElement) | |
PointerExited | (Inherited from Windows.UI.Xaml.UIElement) | |
PointerMoved | (Inherited from Windows.UI.Xaml.UIElement) | |
PointerPressed | (Inherited from Windows.UI.Xaml.UIElement) | |
PointerReleased | (Inherited from Windows.UI.Xaml.UIElement) | |
PointerWheelChanged | (Inherited from Windows.UI.Xaml.UIElement) | |
PrepareCellForEdit | Occurs when an editor cell is created and before it becomes active. | |
PreviewKeyDown | (Inherited from Windows.UI.Xaml.UIElement) | |
PreviewKeyUp | (Inherited from Windows.UI.Xaml.UIElement) | |
ProcessKeyboardAccelerators | (Inherited from Windows.UI.Xaml.UIElement) | |
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. | |
RightTapped | (Inherited from Windows.UI.Xaml.UIElement) | |
RowEditEnded | Occurs when a row edit has been committed or canceled. | |
RowEditEnding | Occurs when a row edit is ending. | |
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 Windows.UI.Xaml.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. | |
Tapped | (Inherited from Windows.UI.Xaml.UIElement) | |
Unloaded | (Inherited from Windows.UI.Xaml.FrameworkElement) |