The following tables list the members exposed by DataGridView.
Name | Description | |
---|---|---|
DataGridView Constructor | Overloaded. |
Name | Description | |
---|---|---|
AccessibilityLiveRegion | (Inherited from Android.Views.View) | |
AccessibilityNodeProvider | (Inherited from Android.Views.View) | |
Activated | (Inherited from Android.Views.View) | |
ActivationMode | Sets or gets the grid selection mode. | |
ActiveCell | Gets or sets the position of the active cell. | |
ActualDataSource | Gets the actual data source that is being used by the grid. If a collection was provided for the grid data, an implicit LocalDataSource has been created, and this is available via this property. | |
ActualPrimaryKey | Gets either the inferred primary key from the data source, or the user provided primary key, if present. Represents the actual primary key that the grid will use in operations that require it. | |
ActualVisibleRegion | Gets the region of the grid that is visible. | |
Alpha | (Inherited from Android.Views.View) | |
AlwaysDrawnWithCacheEnabled | (Inherited from Android.Views.ViewGroup) | |
Animation | (Inherited from Android.Views.View) | |
AnimationCacheEnabled | (Inherited from Android.Views.ViewGroup) | |
AnimationSettings | Sets or gets the default animation settings for the grid. | |
ApplicationWindowToken | (Inherited from Android.Views.View) | |
AutoGenerateColumns | Configures whether or not the grid will autogenerate columns when the data source is set. | |
Background | (Inherited from Android.Views.View) | |
Baseline | (Inherited from Android.Views.View) | |
Bottom | (Inherited from Android.Views.View) | |
CameraDistance | (Inherited from Android.Views.View) | |
CellBackground | Gets or sets the default background color to use for content cells | |
CellDataLoadedAnimationMode | Sets or gets the cell data loaded animation mode to use. | |
CellFontFamily | Returns or sets the font family for the text. | |
CellFontSize | Returns or sets the font size for the text. | |
CellFontStyle | Returns or sets the font style for the text. | |
CellSelectedBackground | Gets or sets the default background color to use for content cells when a row is in a selected state | |
CellSelectionAnimationMode | Sets or gets the cell selection animation mode to use. | |
CellTextColor | Gets or sets the default text color to use for content cells | |
ChildCount | (Inherited from Android.Views.ViewGroup) | |
Class | (Inherited from Java.Lang.Object) | |
Clickable | (Inherited from Android.Views.View) | |
ClipBounds | (Inherited from Android.Views.View) | |
ClipChildren | (Inherited from Android.Views.ViewGroup) | |
ColumnAddingAnimationMode | Sets or gets the Column Adding Animation mode to use. | |
ColumnAnimationSettings | Sets or gets the default column animation settings for all columns. | |
ColumnExchangingAnimationMode | Sets or gets the column exchanging animation mode to use. | |
ColumnHidingAnimationMode | Sets or gets the column hiding animation mode to use. | |
ColumnMovingAnimationMode | Sets or gets the column moving animation mode to use. | |
ColumnPropertyUpdatingAnimationMode | Sets or gets the Column Property Updating Animation mode to use. | |
Columns | Gets the column definitions that are assigned to the grid. This collection can be modified to add or remove columns in the grid. | |
ColumnShowingAnimationMode | Sets or gets the column showing animation mode to use. | |
ContentDescription | (Inherited from Android.Views.View) | |
ContentDescriptionFormatted | (Inherited from Android.Views.View) | |
Context | (Inherited from Android.Views.View) | |
DataSourceDesiredProperties | Gets or sets the desired properties for the data source to load. If specified the data source may decide to constrain the properties it fetches to these properties and must make sure that at least those properties are loaded, rather than the default behavior for that data source. | |
DefaultColumnMinWidth | Gets or sets the default minimum width to use on all columns. Ignored if NaN. | |
DefaultColumnWidth | Gets or sets the default width to use on all columns. | |
DescendantFocusability | (Inherited from Android.Views.ViewGroup) | |
Display | (Inherited from Android.Views.View) | |
DrawingCache | (Inherited from Android.Views.View) | |
DrawingCacheBackgroundColor | (Inherited from Android.Views.View) | |
DrawingCacheEnabled | (Inherited from Android.Views.View) | |
DrawingCacheQuality | (Inherited from Android.Views.View) | |
DrawingTime | (Inherited from Android.Views.View) | |
DuplicateParentStateEnabled | (Inherited from Android.Views.View) | |
Enabled | (Inherited from Android.Views.View) | |
FilterExpressions | Gets the current filter that is applied to the grid. Collection can be updated to modify the filter for the grid. Once filter expresisons are in this collection, the grid will no longer listen for changes on their properties. | |
FilterTouchesWhenObscured | (Inherited from Android.Views.View) | |
FitsSystemWindows | (Inherited from Android.Views.View) | |
Focusable | (Inherited from Android.Views.View) | |
FocusableInTouchMode | (Inherited from Android.Views.View) | |
FocusedChild | (Inherited from Android.Views.ViewGroup) | |
GroupDescriptions | Gets the current grouping that is applied to the grid. Collection can be updated to modify the grouping for the grid. Once grouping descriptions are in this collection, the grid will no longer listen for changes on their properties. | |
GroupHeaderDisplayMode | Gets or sets how group headers are displayed when there are multiple groups defined in the grid. | |
GroupSummaryDisplayMode | Gets or sets the display mode summaries will use inside groups. | |
Handle | (Inherited from Java.Lang.Object) | |
Handler | (Inherited from Android.Views.View) | |
HapticFeedbackEnabled | (Inherited from Android.Views.View) | |
HasFocus | (Inherited from Android.Views.View) | |
HasFocusable | (Inherited from Android.Views.View) | |
HasOnClickListeners | (Inherited from Android.Views.View) | |
HasOverlappingRendering | (Inherited from Android.Views.View) | |
HasTransientState | (Inherited from Android.Views.View) | |
HasWindowFocus | (Inherited from Android.Views.View) | |
HeaderBackground | Gets or sets the default background color to use for header cells | |
HeaderClickAction | Returns/sets the action to take when a column header is clicked. | |
HeaderFontFamily | Returns or sets the font family for the text. | |
HeaderFontSize | Returns or sets the font size for the text. | |
HeaderFontStyle | Returns or sets the font style for the text. | |
HeaderHeight | Gets or sets the height to use for the header row. | |
HeaderSeparator | Gets or sets the header seperator settings. | |
HeaderSeparatorBackground | Gets or sets the default background color to use for header separators. | |
HeaderSeparatorWidth | Gets or sets the width of the header separators. | |
HeaderSortIndicatorColor | Gets or sets the default text color to use for content cells | |
HeaderSortIndicatorStyle | Gets or sets the default render style for sort indicators in header cells. | |
HeaderTextColor | Gets or sets the default text color to use for header cells | |
Height | (Inherited from Android.Views.View) | |
HorizontalFadingEdgeEnabled | (Inherited from Android.Views.View) | |
HorizontalFadingEdgeLength | (Inherited from Android.Views.View) | |
HorizontalScrollBarEnabled | (Inherited from Android.Views.View) | |
Hovered | (Inherited from Android.Views.View) | |
Id | (Inherited from Android.Views.View) | |
ImportantForAccessibility | (Inherited from Android.Views.View) | |
Inset | Represents how much the content is inset within the scroller. | |
IsAttachedToWindow | (Inherited from Android.Views.View) | |
IsDirty | (Inherited from Android.Views.View) | |
IsFilterUIEnabled | Gets or sets whether to show the filtering UI in the headers for columns where filtering is enabled. | |
IsFocused | (Inherited from Android.Views.View) | |
IsGroupExpandedDefault | Gets or sets whether groups are expanded or collapsed by default. | |
IsGroupRowSticky | Gets or sets if group rows will stick to the top of the grid. | |
IsHardwareAccelerated | (Inherited from Android.Views.View) | |
IsHeaderSeparatorVisible | Gets or sets if header separators are rendered. | |
IsInEditMode | (Inherited from Android.Views.View) | |
IsInLayout | (Inherited from Android.Views.View) | |
IsInTouchMode | (Inherited from Android.Views.View) | |
IsLaidOut | (Inherited from Android.Views.View) | |
IsLayoutDirectionResolved | (Inherited from Android.Views.View) | |
IsLayoutRequested | (Inherited from Android.Views.View) | |
IsOpaque | (Inherited from Android.Views.View) | |
IsPaddingRelative | (Inherited from Android.Views.View) | |
IsPlaceholderRenderingEnabled | Configures whether or not place holders are used for cells who do not have their data yet. | |
IsScrollContainer | (Inherited from Android.Views.View) | |
IsShown | (Inherited from Android.Views.View) | |
IsTextAlignmentResolved | (Inherited from Android.Views.View) | |
IsTextDirectionResolved | (Inherited from Android.Views.View) | |
ItemsSource | Gets or sets the data to which to bind the grid. This can be some type of array or list, or it can be an IDataSource instance. | |
KeepScreenOn | (Inherited from Android.Views.View) | |
KeyDispatcherState | (Inherited from Android.Views.View) | |
LabelFor | (Inherited from Android.Views.View) | |
LastStickyRowBackground | Gets or sets the default color to use for the last sticky row | |
LayerType | (Inherited from Android.Views.View) | |
LayoutAnimation | (Inherited from Android.Views.ViewGroup) | |
LayoutAnimationListener | (Inherited from Android.Views.ViewGroup) | |
LayoutDirection | (Inherited from Android.Views.View) | |
LayoutMode | (Inherited from Android.Views.ViewGroup) | |
LayoutParameters | (Inherited from Android.Views.View) | |
LayoutTransition | (Inherited from Android.Views.ViewGroup) | |
Left | (Inherited from Android.Views.View) | |
LongClickable | (Inherited from Android.Views.View) | |
Matrix | (Inherited from Android.Views.View) | |
MeasuredHeight | (Inherited from Android.Views.View) | |
MeasuredHeightAndState | (Inherited from Android.Views.View) | |
MeasuredState | (Inherited from Android.Views.View) | |
MeasuredWidth | (Inherited from Android.Views.View) | |
MeasuredWidthAndState | (Inherited from Android.Views.View) | |
MinimumHeight | (Inherited from Android.Views.View) | |
MinimumWidth | (Inherited from Android.Views.View) | |
MotionEventSplittingEnabled | (Inherited from Android.Views.ViewGroup) | |
NextFocusDownId | (Inherited from Android.Views.View) | |
NextFocusForwardId | (Inherited from Android.Views.View) | |
NextFocusLeftId | (Inherited from Android.Views.View) | |
NextFocusRightId | (Inherited from Android.Views.View) | |
NextFocusUpId | (Inherited from Android.Views.View) | |
OnFocusChangeListener | (Inherited from Android.Views.View) | |
Overlay | (Inherited from Android.Views.View) | |
OverScrollMode | (Inherited from Android.Views.View) | |
PaddingBottom | (Inherited from Android.Views.View) | |
PaddingEnd | (Inherited from Android.Views.View) | |
PaddingLeft | (Inherited from Android.Views.View) | |
PaddingRight | (Inherited from Android.Views.View) | |
PaddingStart | (Inherited from Android.Views.View) | |
PaddingTop | (Inherited from Android.Views.View) | |
Parent | (Inherited from Android.Views.View) | |
ParentForAccessibility | (Inherited from Android.Views.View) | |
PersistentDrawingCache | (Inherited from Android.Views.ViewGroup) | |
PinnedAreaSeparatorWidth | Gets or sets the width of the pinned area separators. | |
PinnedItems | Gets which items are currently pinned in the grid. Collection can be updated to programatically pin items. | |
PinnedKeys | Gets which primary keys are currently pinned in the grid. Collection can be updated to programatically pin items. | |
PinnedRowBackground | Gets or sets the default color to use for pinned rows | |
PinnedRowOpacity | Gets or sets the default opacity to use for pinned rows | |
PivotX | (Inherited from Android.Views.View) | |
PivotY | (Inherited from Android.Views.View) | |
Pressed | (Inherited from Android.Views.View) | |
PrimaryKey | Sets or gets the user provided primary key to assume for the data. Certain functionality of the grid requires a way to uniquely identify items in order to work correctly. If a primary key cannot be inferred from the data source, you may need to provide one here. | |
ReactsToFilterChanges | Sets or gets whether the grid will react to filter changes. | |
ReactsToGroupChanges | Sets or gets whether the grid will react to group changes. | |
ReactsToSortChanges | Sets or gets whether the grid will react to sort changes. | |
Resources | (Inherited from Android.Views.View) | |
ResponsiveStates | A set of states that can be applied to the columns of the grid based on available space. | |
Right | (Inherited from Android.Views.View) | |
RootView | (Inherited from Android.Views.View) | |
Rotation | (Inherited from Android.Views.View) | |
RotationX | (Inherited from Android.Views.View) | |
RotationY | (Inherited from Android.Views.View) | |
RowHeight | Gets or sets the height to use for the rows in the grid. | |
RowSelectionAnimationMode | Sets or gets the row selection animation mode to use. | |
RowSeparator | Gets or sets the row seperator settings. | |
RowSeparatorBackground | Gets or sets the default background color to use for row separators | |
RowSeparatorHeight | Sets or gets the height to use for the row separators. | |
RowSeparatorLastStickyRowBackground | Gets or sets the default last sticky row background color to use for row separators | |
RowSeparatorPinnedRowBackground | Gets or sets the pinned row background color to use for row separators | |
RowSeparatorStickyRowBackground | Gets or sets the default sticky row background color to use for row separators | |
SaveEnabled | (Inherited from Android.Views.View) | |
SaveFromParentEnabled | (Inherited from Android.Views.View) | |
ScaleX | (Inherited from Android.Views.View) | |
ScaleY | (Inherited from Android.Views.View) | |
ScrollBarDefaultDelayBeforeFade | (Inherited from Android.Views.View) | |
ScrollBarFadeDuration | (Inherited from Android.Views.View) | |
ScrollbarFadingEnabled | (Inherited from Android.Views.View) | |
ScrollBarSize | (Inherited from Android.Views.View) | |
ScrollBarStyle | (Inherited from Android.Views.View) | |
ScrollX | (Inherited from Android.Views.View) | |
ScrollY | (Inherited from Android.Views.View) | |
SectionHeader | Gets or sets the header type used for sectioning off groups of rows. | |
SectionHeaderBackground | Gets or sets the default background color to use for section header cells | |
SectionHeaderFontFamily | Returns or sets the font family for the text. | |
SectionHeaderFontSize | Returns or sets the font size for the text. | |
SectionHeaderFontStyle | Returns or sets the font style for the text. | |
SectionHeaderSelectedBackground | Gets or sets the default background color to use for section header cells when a row is in a selected state | |
SectionHeaderTextColor | Gets or sets the default text color to use for section header cells | |
Selected | (Inherited from Android.Views.View) | |
SelectedCellRanges | Gets which cell ranges are currently selected in the grid. Collection can be updated to programatically select cells. | |
SelectedCells | Gets which cells are currently selected in the grid. Collection can be updated to programatically select cells. | |
SelectedItems | Gets which items are currently selected in the grid. Collection can be updated to programatically select items. | |
SelectedKeys | Gets which primary key values are currently selected in the grid. Collection can be updated to programatically select items. | |
SelectionMode | Sets or gets the grid selection mode. | |
SolidColor | (Inherited from Android.Views.View) | |
SortDescriptions | Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties. | |
SoundEffectsEnabled | (Inherited from Android.Views.View) | |
StickyRowBackground | Gets or sets the default color to use for sticky rows | |
SummaryDescriptions | Gets the current summaries that are applied to the grid. | |
SummaryFontFamily | Returns or sets the font family for the text. | |
SummaryFontSize | Returns or sets the font size for the text. | |
SummaryFontStyle | Returns or sets the font style for the text. | |
SummaryRootBackground | Gets or sets the default background color to use for summary cells at the root level. | |
SummaryRootNameTextColor | Gets or sets the default text color to use for summary names in summary cells at the root level. | |
SummaryRootSelectedBackground | Gets or sets the default background color to use for summary cells at the root level. | |
SummaryRootTextColor | Gets or sets the default text color to use for summary cells at the root level. | |
SummaryRowRoot | Gets or sets the cell definition used for summary rows at the root level. | |
SummaryRowSection | Gets or sets the cell definition used for summary rows at the section level. | |
SummaryScope | Gets or sets the scope which summaries are calculated for. | |
SummarySectionBackground | Gets or sets the default background color to use for summary cells at the section level. | |
SummarySectionFontFamily | Returns or sets the font family for the text. | |
SummarySectionFontSize | Returns or sets the font size for the text. | |
SummarySectionFontStyle | Returns or sets the font style for the text. | |
SummarySectionNameTextColor | Gets or sets the default text color to use for summary names in summary cells at the section level. | |
SummarySectionSelectedBackground | Gets or sets the default background color to use for summary cells at the section level. | |
SummarySectionTextColor | Gets or sets the default text color to use for summary cells at the section level. | |
SystemUiVisibility | (Inherited from Android.Views.View) | |
Tag | (Inherited from Android.Views.View) | |
TextAlignment | (Inherited from Android.Views.View) | |
TextDirection | (Inherited from Android.Views.View) | |
Top | (Inherited from Android.Views.View) | |
Touchables | (Inherited from Android.Views.View) | |
TouchDelegate | (Inherited from Android.Views.View) | |
TranslationX | (Inherited from Android.Views.View) | |
TranslationY | (Inherited from Android.Views.View) | |
VerticalFadingEdgeEnabled | (Inherited from Android.Views.View) | |
VerticalFadingEdgeLength | (Inherited from Android.Views.View) | |
VerticalScrollBarEnabled | (Inherited from Android.Views.View) | |
VerticalScrollbarPosition | (Inherited from Android.Views.View) | |
VerticalScrollbarWidth | (Inherited from Android.Views.View) | |
ViewTreeObserver | (Inherited from Android.Views.View) | |
Visibility | (Inherited from Android.Views.View) | |
Width | (Inherited from Android.Views.View) | |
WindowId | (Inherited from Android.Views.View) | |
WindowSystemUiVisibility | (Inherited from Android.Views.View) | |
WindowToken | (Inherited from Android.Views.View) | |
WindowVisibility | (Inherited from Android.Views.View) |
Name | Description | |
---|---|---|
BottomFadingEdgeStrength | (Inherited from Android.Views.View) | |
BottomPaddingOffset | (Inherited from Android.Views.View) | |
ChildrenDrawingOrderEnabled | (Inherited from Android.Views.ViewGroup) | |
ChildrenDrawnWithCacheEnabled | (Inherited from Android.Views.ViewGroup) | |
ContextMenuInfo | (Inherited from Android.Views.View) | |
HorizontalScrollbarHeight | (Inherited from Android.Views.View) | |
IsPaddingOffsetRequired | (Inherited from Android.Views.View) | |
IsXLocked | Returns true if scrolling is 'locked in the X dimension. (Inherited from Infragistics.Controls.Grids.ScrollView2D) | |
IsYLocked | Returns true if scrolling is 'locked in the Y dimension. (Inherited from Infragistics.Controls.Grids.ScrollView2D) | |
LeftFadingEdgeStrength | (Inherited from Android.Views.View) | |
LeftPaddingOffset | (Inherited from Android.Views.View) | |
RightFadingEdgeStrength | (Inherited from Android.Views.View) | |
RightPaddingOffset | (Inherited from Android.Views.View) | |
SuggestedMinimumHeight | (Inherited from Android.Views.View) | |
SuggestedMinimumWidth | (Inherited from Android.Views.View) | |
ThresholdClass | (Inherited from Android.Views.ViewGroup) | |
ThresholdType | (Inherited from Android.Views.ViewGroup) | |
TopFadingEdgeStrength | (Inherited from Android.Views.View) | |
TopPaddingOffset | (Inherited from Android.Views.View) | |
WindowAttachCount | (Inherited from Android.Views.View) |
Name | Description | |
---|---|---|
AddChildrenForAccessibility | (Inherited from Android.Views.View) | |
AddFocusables | Overloaded. (Inherited from Android.Views.View) | |
AddOnAttachStateChangeListener | (Inherited from Android.Views.View) | |
AddOnLayoutChangeListener | (Inherited from Android.Views.View) | |
AddStatesFromChildren | (Inherited from Android.Views.ViewGroup) | |
AddTouchables | (Inherited from Android.Views.View) | |
AddView | Overloaded. (Inherited from Android.Views.ViewGroup) | |
Animate | (Inherited from Android.Views.View) | |
AnnounceForAccessibility | Overloaded. (Inherited from Android.Views.View) | |
BringChildToFront | (Inherited from Android.Views.ViewGroup) | |
BringToFront | (Inherited from Android.Views.View) | |
BuildDrawingCache | Overloaded. (Inherited from Android.Views.View) | |
BuildLayer | (Inherited from Android.Views.View) | |
CallOnClick | (Inherited from Android.Views.View) | |
CancelLongPress | (Inherited from Android.Views.View) | |
CancelPendingInputEvents | (Inherited from Android.Views.View) | |
CanMoveColumnLeft | Returns true if a column can be moved to the left of it's current position; otherwise false. | |
CanMoveColumnRight | Returns true if a column can be moved to the right of it's current position; otherwise false. | |
CanResolveLayoutDirection | (Inherited from Android.Views.View) | |
CanResolveTextAlignment | (Inherited from Android.Views.View) | |
CanResolveTextDirection | (Inherited from Android.Views.View) | |
CanScrollHorizontally | (Inherited from Android.Views.View) | |
CanScrollVertically | (Inherited from Android.Views.View) | |
CheckInputConnectionProxy | (Inherited from Android.Views.View) | |
ChildDrawableStateChanged | (Inherited from Android.Views.ViewGroup) | |
ChildHasTransientStateChanged | (Inherited from Android.Views.ViewGroup) | |
ClearAnimation | (Inherited from Android.Views.View) | |
ClearChildFocus | (Inherited from Android.Views.ViewGroup) | |
ClearDisappearingChildren | (Inherited from Android.Views.ViewGroup) | |
ClearFocus | (Inherited from Android.Views.View) | |
ComputeScroll | Computes the scroll position. (Inherited from Infragistics.Controls.Grids.ScrollView2D) | |
CreateAccessibilityNodeInfo | (Inherited from Android.Views.View) | |
CreateContextMenu | (Inherited from Android.Views.View) | |
DataIndexOfItem | Returns the data index of an item within the bound data source. | |
DataIndexOfPrimaryKey | Returns the data index of a primary key value. | |
DestroyDrawingCache | (Inherited from Android.Views.View) | |
DispatchConfigurationChanged | (Inherited from Android.Views.View) | |
DispatchDisplayHint | (Inherited from Android.Views.View) | |
DispatchDragEvent | (Inherited from Android.Views.View) | |
DispatchGenericMotionEvent | (Inherited from Android.Views.View) | |
DispatchKeyEvent | (Inherited from Android.Views.View) | |
DispatchKeyEventPreIme | (Inherited from Android.Views.View) | |
DispatchKeyShortcutEvent | (Inherited from Android.Views.View) | |
DispatchPopulateAccessibilityEvent | (Inherited from Android.Views.View) | |
DispatchSetActivated | (Inherited from Android.Views.ViewGroup) | |
DispatchSetSelected | (Inherited from Android.Views.ViewGroup) | |
DispatchSystemUiVisibilityChanged | (Inherited from Android.Views.View) | |
DispatchTouchEvent | (Inherited from Android.Views.View) | |
DispatchTrackballEvent | (Inherited from Android.Views.View) | |
DispatchUnhandledMove | (Inherited from Android.Views.View) | |
DispatchWindowFocusChanged | (Inherited from Android.Views.View) | |
DispatchWindowSystemUiVisiblityChanged | (Inherited from Android.Views.View) | |
DispatchWindowVisibilityChanged | (Inherited from Android.Views.View) | |
Dispose | Overloaded. Overridden. Releases the resources used by the View. | |
Draw | Called when the control is painted. (Inherited from Infragistics.Controls.Grids.ScrollView2D) | |
EndViewTransition | (Inherited from Android.Views.ViewGroup) | |
Equals | (Inherited from Java.Lang.Object) | |
ExchangeColumn | Exchanges a column currently in the grid with another that is not presently in the grid. | |
ExportSerializedVisualModel | Returns a serialized copy of the exported visual model | |
ExportVisualModel | Exports visual information about the current state of the grid. | |
FindFocus | (Inherited from Android.Views.View) | |
FindViewById | Overloaded. (Inherited from Android.Views.View) | |
FindViewsWithText | Overloaded. (Inherited from Android.Views.View) | |
FindViewWithTag | (Inherited from Android.Views.View) | |
Flush | Makes sure pending work has completed if the grid need to be synchronously examined. | |
FocusableViewAvailable | (Inherited from Android.Views.ViewGroup) | |
FocusSearch | Overloaded. (Inherited from Android.Views.ViewGroup) | |
ForceLayout | (Inherited from Android.Views.View) | |
GatherTransparentRegion | (Inherited from Android.Views.ViewGroup) | |
GenerateLayoutParams | Overloaded. Generates some layout params from other params. (Inherited from Infragistics.Controls.Grids.SimpleViewGroup) | |
GetChildAt | (Inherited from Android.Views.ViewGroup) | |
GetChildVisibleRect | (Inherited from Android.Views.ViewGroup) | |
GetColumnAtRenderedIndex | Gets the column that appears at the index specified. This is not the columns actual index in the column's collection but the index for how it appears visually in the grid. | |
GetDrawableState | (Inherited from Android.Views.View) | |
GetDrawingCache | (Inherited from Android.Views.View) | |
GetDrawingRect | (Inherited from Android.Views.View) | |
GetFirstVisibleIndex | Gets the first visible index in the grid. | |
GetFocusables | (Inherited from Android.Views.View) | |
GetFocusedRect | (Inherited from Android.Views.View) | |
GetGlobalVisibleRect | Overloaded. (Inherited from Android.Views.View) | |
GetHashCode | (Inherited from Java.Lang.Object) | |
GetHitCell | ||
GetHitRect | (Inherited from Android.Views.View) | |
GetLastVisibleIndex | Gets the last visible index in the grid. | |
GetLocalVisibleRect | (Inherited from Android.Views.View) | |
GetLocationInWindow | (Inherited from Android.Views.View) | |
GetLocationOnScreen | (Inherited from Android.Views.View) | |
GetRootSummaryResults | Gets the summary results for root level. | |
GetSectionSummaryResults | Gets the summary results for a specific section. | |
GetTag | (Inherited from Android.Views.View) | |
GetWindowVisibleDisplayFrame | (Inherited from Android.Views.View) | |
GetX | (Inherited from Android.Views.View) | |
GetY | (Inherited from Android.Views.View) | |
HideThenRemoveColumn | Plays the hide animation for a column and then removes it once the hiding animation has completed. | |
IndexOfChild | (Inherited from Android.Views.ViewGroup) | |
Invalidate | Overloaded. (Inherited from Android.Views.View) | |
InvalidateChild | (Inherited from Android.Views.ViewGroup) | |
InvalidateChildInParent | (Inherited from Android.Views.ViewGroup) | |
InvalidateDrawable | (Inherited from Android.Views.View) | |
InvalidateVisibleRows | Invalidates the bound data for the rows currently visible. | |
InvokeFitsSystemWindows | (Inherited from Android.Views.View) | |
JumpDrawablesToCurrentState | (Inherited from Android.Views.View) | |
Layout | (Inherited from Android.Views.ViewGroup) | |
Measure | (Inherited from Android.Views.View) | |
MoveColumn | Moves a column from one index to another in the grid. | |
MoveColumnLeft | Moves a column to the left, if possible. | |
MoveColumnRight | Moves a column to the right, if possible. | |
Notify | (Inherited from Java.Lang.Object) | |
NotifyAll | (Inherited from Java.Lang.Object) | |
NotifyClearItems | Manually notifies the grid's data source that the data it has bound to has been cleared and needs to be re-examined. This should not be called if the data that the grid is bound to is already observable. | |
NotifyInsertItem | Manually notifies the grid's data source that an item has been inserted in the data it is bound to. This should not be called if the data that the grid is bound to is already observable. | |
NotifyRemoveItem | Manually notifies the grid's data source that an item has been removed in the data it is bound to. This should not be called if the data that the grid is bound to is already observable. | |
NotifySetItem | Manually notifies the grid's data source that an item has been changed in the data it is bound to. This should not be called the data that the grid is bound to is already observable. | |
NotifySubtreeAccessibilityStateChanged | (Inherited from Android.Views.ViewGroup) | |
OffsetDescendantRectToMyCoords | (Inherited from Android.Views.ViewGroup) | |
OffsetLeftAndRight | (Inherited from Android.Views.View) | |
OffsetRectIntoDescendantCoords | (Inherited from Android.Views.ViewGroup) | |
OffsetTopAndBottom | (Inherited from Android.Views.View) | |
OnCancelPendingInputEvents | (Inherited from Android.Views.View) | |
OnCheckIsTextEditor | (Inherited from Android.Views.View) | |
OnCreateInputConnection | (Inherited from Android.Views.View) | |
OnDragEvent | (Inherited from Android.Views.View) | |
OnFilterTouchEventForSecurity | (Inherited from Android.Views.View) | |
OnFinishTemporaryDetach | (Inherited from Android.Views.View) | |
OnGenericMotionEvent | (Inherited from Android.Views.View) | |
OnHoverChanged | (Inherited from Android.Views.View) | |
OnHoverEvent | (Inherited from Android.Views.View) | |
OnInitializeAccessibilityEvent | (Inherited from Android.Views.View) | |
OnInitializeAccessibilityNodeInfo | (Inherited from Android.Views.View) | |
OnInterceptHoverEvent | (Inherited from Android.Views.ViewGroup) | |
OnInterceptTouchEvent | Called when a touch event is occurring. (Inherited from Infragistics.Controls.Grids.ScrollView2D) | |
OnKeyDown | (Inherited from Android.Views.View) | |
OnKeyLongPress | (Inherited from Android.Views.View) | |
OnKeyMultiple | (Inherited from Android.Views.View) | |
OnKeyPreIme | (Inherited from Android.Views.View) | |
OnKeyShortcut | (Inherited from Android.Views.View) | |
OnKeyUp | (Inherited from Android.Views.View) | |
OnPopulateAccessibilityEvent | (Inherited from Android.Views.View) | |
OnRequestSendAccessibilityEvent | (Inherited from Android.Views.ViewGroup) | |
OnRtlPropertiesChanged | (Inherited from Android.Views.View) | |
OnScreenStateChanged | (Inherited from Android.Views.View) | |
OnStartTemporaryDetach | (Inherited from Android.Views.View) | |
OnTouchEvent | Called when a touch event occurs. (Inherited from Infragistics.Controls.Grids.ScrollView2D) | |
OnTrackballEvent | (Inherited from Android.Views.View) | |
OnWindowFocusChanged | (Inherited from Android.Views.View) | |
OnWindowSystemUiVisibilityChanged | (Inherited from Android.Views.View) | |
PerformAccessibilityAction | (Inherited from Android.Views.View) | |
PerformClick | (Inherited from Android.Views.View) | |
PerformHapticFeedback | Overloaded. (Inherited from Android.Views.View) | |
PerformLongClick | (Inherited from Android.Views.View) | |
PinColumn | Pins a column to the desired location. | |
PlaySoundEffect | (Inherited from Android.Views.View) | |
Post | Overloaded. (Inherited from Android.Views.View) | |
PostDelayed | Overloaded. (Inherited from Android.Views.View) | |
PostInvalidate | Overloaded. (Inherited from Android.Views.View) | |
PostInvalidateDelayed | Overloaded. (Inherited from Android.Views.View) | |
PostInvalidateOnAnimation | Overloaded. (Inherited from Android.Views.View) | |
PostOnAnimation | (Inherited from Android.Views.View) | |
PostOnAnimationDelayed | (Inherited from Android.Views.View) | |
RecomputeViewAttributes | (Inherited from Android.Views.ViewGroup) | |
Refresh | Forces a refresh of the grid content. | |
RefreshDrawableState | (Inherited from Android.Views.View) | |
RemoveAllViews | (Inherited from Android.Views.ViewGroup) | |
RemoveAllViewsInLayout | (Inherited from Android.Views.ViewGroup) | |
RemoveCallbacks | Overloaded. (Inherited from Android.Views.View) | |
RemoveOnAttachStateChangeListener | (Inherited from Android.Views.View) | |
RemoveOnLayoutChangeListener | (Inherited from Android.Views.View) | |
RemoveView | (Inherited from Android.Views.ViewGroup) | |
RemoveViewAt | (Inherited from Android.Views.ViewGroup) | |
RemoveViewInLayout | (Inherited from Android.Views.ViewGroup) | |
RemoveViews | (Inherited from Android.Views.ViewGroup) | |
RemoveViewsInLayout | (Inherited from Android.Views.ViewGroup) | |
RequestChildFocus | (Inherited from Android.Views.ViewGroup) | |
RequestChildRectangleOnScreen | (Inherited from Android.Views.ViewGroup) | |
RequestDisallowInterceptTouchEvent | (Inherited from Android.Views.ViewGroup) | |
RequestFitSystemWindows | (Inherited from Android.Views.View) | |
RequestFocus | Overloaded. (Inherited from Android.Views.View) | |
RequestFocusFromTouch | (Inherited from Android.Views.View) | |
RequestLayout | (Inherited from Android.Views.View) | |
RequestRectangleOnScreen | Overloaded. (Inherited from Android.Views.View) | |
RequestSendAccessibilityEvent | (Inherited from Android.Views.ViewGroup) | |
RequestTransparentRegion | (Inherited from Android.Views.ViewGroup) | |
ResolveCellValue | Resolves the value of a specific cell. | |
ResolveCellValueFromPosition | ||
RestoreHierarchyState | (Inherited from Android.Views.View) | |
SaveHierarchyState | (Inherited from Android.Views.View) | |
ScheduleDrawable | Overloaded. (Inherited from Android.Views.View) | |
ScheduleLayoutAnimation | (Inherited from Android.Views.ViewGroup) | |
ScrollBy | (Inherited from Android.Views.View) | |
ScrollTo | (Inherited from Android.Views.View) | |
ScrollToColumnByIndex | Scrolls the grid to given column, by index | |
ScrollToItem | Scrolls to an item, if found. | |
ScrollToLastRowByIndex | Scrolls the grid so that a row is the last visible, by index. | |
ScrollToPrimaryKey | Scrolls to a primary key value if possible. | |
ScrollToRowByIndex | Scrolls the grid to given row, by index | |
SendAccessibilityEvent | (Inherited from Android.Views.View) | |
SendAccessibilityEventUnchecked | (Inherited from Android.Views.View) | |
SetAccessibilityDelegate | (Inherited from Android.Views.View) | |
SetActiveResponsiveState | Manually set the active responsive state of the grid. | |
SetAddStatesFromChildren | (Inherited from Android.Views.ViewGroup) | |
SetBackgroundColor | (Inherited from Android.Views.View) | |
SetBackgroundDrawable | (Inherited from Android.Views.View) | |
SetBackgroundResource | (Inherited from Android.Views.View) | |
SetCameraDistance | (Inherited from Android.Views.View) | |
SetCellFontSize | Sets the CellFontSize property to a value of the specified units. | |
SetClipChildren | (Inherited from Android.Views.ViewGroup) | |
SetClipToPadding | (Inherited from Android.Views.ViewGroup) | |
SetDefaultColumnMinWidth | Sets the DefaultColumnMinWidth property to a value of the specified units. | |
SetFadingEdgeLength | (Inherited from Android.Views.View) | |
SetFitsSystemWindows | (Inherited from Android.Views.View) | |
SetHeaderFontSize | Sets the HeaderFontSize property to a value of the specified units. | |
SetHeaderHeight | Sets the HeaderHeight property to a value of the specified units. | |
SetHeaderSeparatorWidth | Sets the HeaderSeparatorWidth property to a value of the specified units. | |
SetInset | Sets the Inset property to a value of the specified units. | |
SetLayerPaint | (Inherited from Android.Views.View) | |
SetLayerType | (Inherited from Android.Views.View) | |
SetMinimumHeight | (Inherited from Android.Views.View) | |
SetMinimumWidth | (Inherited from Android.Views.View) | |
SetOnClickListener | (Inherited from Android.Views.View) | |
SetOnCreateContextMenuListener | (Inherited from Android.Views.View) | |
SetOnDragListener | (Inherited from Android.Views.View) | |
SetOnGenericMotionListener | (Inherited from Android.Views.View) | |
SetOnHierarchyChangeListener | (Inherited from Android.Views.ViewGroup) | |
SetOnHoverListener | (Inherited from Android.Views.View) | |
SetOnKeyListener | (Inherited from Android.Views.View) | |
SetOnLongClickListener | (Inherited from Android.Views.View) | |
SetOnSystemUiVisibilityChangeListener | (Inherited from Android.Views.View) | |
SetOnTouchListener | (Inherited from Android.Views.View) | |
SetPadding | (Inherited from Android.Views.View) | |
SetPaddingRelative | (Inherited from Android.Views.View) | |
SetPinnedAreaSeparatorWidth | Sets the PinnedAreaSeparatorWidth property to a value of the specified units. | |
SetRowHeight | Sets the RowHeight property to a value of the specified units. | |
SetRowSeparatorHeight | Sets the RowSeparatorHeight property to a value of the specified units. | |
SetScrollContainer | (Inherited from Android.Views.View) | |
SetSectionHeaderFontSize | Sets the SectionHeaderFontSize property to a value of the specified units. | |
SetSummaryFontSize | Sets the SummaryFontSize property to a value of the specified units. | |
SetSummarySectionFontSize | Sets the SummarySectionFontSize property to a value of the specified units. | |
SetTag | (Inherited from Android.Views.View) | |
SetWillNotCacheDrawing | (Inherited from Android.Views.View) | |
SetWillNotDraw | (Inherited from Android.Views.View) | |
SetX | (Inherited from Android.Views.View) | |
SetY | (Inherited from Android.Views.View) | |
ShouldDelayChildPressedState | (Inherited from Android.Views.ViewGroup) | |
ShowContextMenu | (Inherited from Android.Views.View) | |
ShowContextMenuForChild | (Inherited from Android.Views.ViewGroup) | |
StartActionMode | (Inherited from Android.Views.View) | |
StartActionModeForChild | (Inherited from Android.Views.ViewGroup) | |
StartAnimation | (Inherited from Android.Views.View) | |
StartDrag | (Inherited from Android.Views.View) | |
StartLayoutAnimation | (Inherited from Android.Views.ViewGroup) | |
StartViewTransition | (Inherited from Android.Views.ViewGroup) | |
ToArray<T> | (Inherited from Java.Lang.Object) | |
ToString | (Inherited from Java.Lang.Object) | |
UnscheduleDrawable | Overloaded. (Inherited from Android.Views.View) | |
UpdateViewLayout | (Inherited from Android.Views.ViewGroup) | |
Wait | Overloaded. (Inherited from Java.Lang.Object) | |
WillNotCacheDrawing | (Inherited from Android.Views.View) | |
WillNotDraw | (Inherited from Android.Views.View) |
Name | Description | |
---|---|---|
AddViewInLayout | Overloaded. (Inherited from Android.Views.ViewGroup) | |
AttachLayoutAnimationParameters | (Inherited from Android.Views.ViewGroup) | |
AttachViewToParent | (Inherited from Android.Views.ViewGroup) | |
AwakenScrollBars | Overloaded. (Inherited from Android.Views.View) | |
CanAnimate | (Inherited from Android.Views.ViewGroup) | |
CheckLayoutParams | Checks if the layout params are appropriate. (Inherited from Infragistics.Controls.Grids.SimpleViewGroup) | |
CleanupLayoutState | (Inherited from Android.Views.ViewGroup) | |
Clone | (Inherited from Java.Lang.Object) | |
ComputeHorizontalScrollExtent | (Inherited from Android.Views.View) | |
ComputeHorizontalScrollOffset | (Inherited from Android.Views.View) | |
ComputeHorizontalScrollRange | Computes the horizontal scroll range. (Inherited from Infragistics.Controls.Grids.ScrollView2D) | |
ComputeVerticalScrollExtent | (Inherited from Android.Views.View) | |
ComputeVerticalScrollOffset | (Inherited from Android.Views.View) | |
ComputeVerticalScrollRange | Computes the vertical scroll range. (Inherited from Infragistics.Controls.Grids.ScrollView2D) | |
Debug | (Inherited from Android.Views.ViewGroup) | |
DetachAllViewsFromParent | (Inherited from Android.Views.ViewGroup) | |
DetachViewFromParent | Overloaded. (Inherited from Android.Views.ViewGroup) | |
DetachViewsFromParent | (Inherited from Android.Views.ViewGroup) | |
DispatchDraw | (Inherited from Android.Views.View) | |
DispatchFreezeSelfOnly | (Inherited from Android.Views.ViewGroup) | |
DispatchGenericFocusedEvent | (Inherited from Android.Views.View) | |
DispatchGenericPointerEvent | (Inherited from Android.Views.View) | |
DispatchHoverEvent | (Inherited from Android.Views.View) | |
DispatchRestoreInstanceState | (Inherited from Android.Views.View) | |
DispatchSaveInstanceState | (Inherited from Android.Views.View) | |
DispatchSetPressed | (Inherited from Android.Views.View) | |
DispatchThawSelfOnly | (Inherited from Android.Views.ViewGroup) | |
DispatchVisibilityChanged | (Inherited from Android.Views.View) | |
DrawableStateChanged | (Inherited from Android.Views.View) | |
DrawChild | (Inherited from Android.Views.ViewGroup) | |
EndDrag | End the current drag operation. (Inherited from Infragistics.Controls.Grids.ScrollView2D) | |
EnsureTracker | Ensures the velocity tracker is created. (Inherited from Infragistics.Controls.Grids.ScrollView2D) | |
Finalize | (Inherited from Java.Lang.Object) | |
FitSystemWindows | (Inherited from Android.Views.View) | |
GenerateDefaultLayoutParams | Generates the default layout params. (Inherited from Infragistics.Controls.Grids.SimpleViewGroup) | |
GetChildDrawingOrder | (Inherited from Android.Views.ViewGroup) | |
GetChildStaticTransformation | (Inherited from Android.Views.ViewGroup) | |
InitializeFadingEdge | (Inherited from Android.Views.View) | |
InitializeScrollbars | (Inherited from Android.Views.View) | |
JavaFinalize | (Inherited from Java.Lang.Object) | |
LayoutChildren | Called when the children are layed out. (Inherited from Infragistics.Controls.Grids.SimpleViewGroup) | |
MeasureChild | (Inherited from Android.Views.ViewGroup) | |
MeasureChildForSize | Measures the specified child using the specified constraints. (Inherited from Infragistics.Controls.Grids.ScrollView2D) | |
MeasureChildren | (Inherited from Android.Views.ViewGroup) | |
MeasureChildWithMargins | (Inherited from Android.Views.ViewGroup) | |
MeasureView | Overloaded. Measures a child view. (Inherited from Infragistics.Controls.Grids.SimpleViewGroup) | |
OnActiveCellChanged | Used to invoke the ActiveCellChanged event. | |
OnAnimationEnd | (Inherited from Android.Views.View) | |
OnAnimationStart | (Inherited from Android.Views.View) | |
OnAttachedToWindow | (Inherited from Android.Views.View) | |
OnCellClicked | Used to invoke the CellClicked event. | |
OnColumnExchangingAnimationCanceled | Used to invoke the ColumnExchangingAnimationCanceled event. | |
OnColumnExchangingAnimationCompleted | Used to invoke the ColumnExchangingAnimationCompleted event. | |
OnColumnHiddenChanged | Used to invoke the ColumnHiddenChanged event. | |
OnColumnHidingAnimationCanceled | Used to invoke the ColumnHidingAnimationCanceled event. | |
OnColumnHidingAnimationCompleted | Used to invoke the ColumnHidingAnimationCompleted event. | |
OnColumnMovingAnimationCanceled | Used to invoke the ColumnMovingAnimationCanceled event. | |
OnColumnMovingAnimationCompleted | Used to invoke the ColumnMovingAnimationCompleted event. | |
OnColumnsAutoGenerated | Used to invoke the ColumnsAutoGenerated event. | |
OnColumnShowingAnimationCanceled | Used to invoke the ColumnShowingAnimationCanceled event. | |
OnColumnShowingAnimationCompleted | Used to invoke the ColumnShowingAnimationCompleted event. | |
OnConfigurationChanged | (Inherited from Android.Views.View) | |
OnCreateContextMenu | (Inherited from Android.Views.View) | |
OnCreateDrawableState | (Inherited from Android.Views.View) | |
OnDetachedFromWindow | (Inherited from Android.Views.View) | |
OnDisplayHint | (Inherited from Android.Views.View) | |
OnDraw | (Inherited from Android.Views.View) | |
OnDrawScrollBars | (Inherited from Android.Views.View) | |
OnFilterExpressionsChanged | Used to invoke the FilterExpressionsChanged event. | |
OnFilterExpressionsChanging | Used to invoke the FilterExpressionsChanging event. | |
OnFinishInflate | (Inherited from Android.Views.View) | |
OnFocusChanged | (Inherited from Android.Views.View) | |
OnGroupDescriptionsChanged | Used to invoke the GroupDescriptionsChanged event. | |
OnLayout | Called when child views should be arranged. (Inherited from Infragistics.Controls.Grids.SimpleViewGroup) | |
OnMeasure | Overridden. Measure the view. | |
OnOverScrolled | (Inherited from Android.Views.View) | |
OnPropertyChanged | Used to raise the PropertyChanged event when a property of the object has been changed. | |
OnRequestFocusInDescendants | (Inherited from Android.Views.ViewGroup) | |
OnRestoreInstanceState | Called when the instance state needs to be restored. (Inherited from Infragistics.Controls.Grids.ScrollView2D) | |
OnSaveInstanceState | Called when the instance state needs to be saved. (Inherited from Infragistics.Controls.Grids.ScrollView2D) | |
OnScrollChanged | Called when the scroll changes. (Inherited from Infragistics.Controls.Grids.ScrollView2D) | |
OnSelectedCellRangesChanged | Used to invoke the SelectedCellRangesChanged event. | |
OnSelectedCellsChanged | Used to invoke the SelectedCellsChanged event. | |
OnSelectedItemsChanged | Used to invoke the SelectedItemsChanged event. | |
OnSelectedKeysChanged | Used to invoke the SelectedKeysChanged event. | |
OnSetAlpha | (Inherited from Android.Views.View) | |
OnSizeChanged | Overridden. Called during layout when the size of this view has changed. | |
OnSortDescriptionsChanged | Used to invoke the SortDescriptionsChanged event. | |
OnVisibilityChanged | (Inherited from Android.Views.View) | |
OnWindowVisibilityChanged | (Inherited from Android.Views.View) | |
OverScrollBy | (Inherited from Android.Views.View) | |
ProcessDown | Process the specified 'down' event (Inherited from Infragistics.Controls.Grids.ScrollView2D) | |
ProcessMove | Process the specified 'move' event (Inherited from Infragistics.Controls.Grids.ScrollView2D) | |
ProcessUp | Process the 'up' event (Inherited from Infragistics.Controls.Grids.ScrollView2D) | |
RemoveDetachedView | (Inherited from Android.Views.ViewGroup) | |
ResetResolvedLayoutDirection | (Inherited from Android.Views.ViewGroup) | |
ResetResolvedTextDirection | (Inherited from Android.Views.ViewGroup) | |
SetChildrenDrawingCacheEnabled | (Inherited from Android.Views.ViewGroup) | |
SetContentSize | Sets the content size. (Inherited from Infragistics.Controls.Grids.ScrollView2D) | |
SetHandle | (Inherited from Java.Lang.Object) | |
SetMeasuredDimension | (Inherited from Android.Views.View) | |
SetStaticTransformationsEnabled | (Inherited from Android.Views.ViewGroup) | |
ShouldCallFlingToCustomEndpoint | Return true to indicate that FlingToCustomEndpoint should be called from ProcessUp when _scrollViewWillEndDragging is non-null (i.e., when a OnScrollViewDraggingEndChangingListener has been set via a call to SetScrollViewWillEndDragging). NOTE: This method returns 'true' by default to preserve existing behavior where FlingToCustomEndpoint was ALWAYS called if an OnScrollViewDraggingEndChangingListener was set. (Inherited from Infragistics.Controls.Grids.ScrollView2D) | |
VerifyDrawable | (Inherited from Android.Views.View) |
Name | Description | |
---|---|---|
ActiveCellChanged | Called when the active cell changes. | |
AnimationEnd | (Inherited from Android.Views.ViewGroup) | |
AnimationRepeat | (Inherited from Android.Views.ViewGroup) | |
AnimationStart | (Inherited from Android.Views.ViewGroup) | |
CellClicked | Called when a cell is clicked. | |
ChildViewAdded | (Inherited from Android.Views.ViewGroup) | |
ChildViewRemoved | (Inherited from Android.Views.ViewGroup) | |
Click | (Inherited from Android.Views.View) | |
ColumnExchangingAnimationCanceled | Called when a column exchanging animation is canceled. | |
ColumnExchangingAnimationCompleted | Called when a column exchanging animation is completed. | |
ColumnHiddenChanged | Called when a column is hidden or unhidden. | |
ColumnHidingAnimationCanceled | Called when a column hiding animation is canceled. | |
ColumnHidingAnimationCompleted | Called when a column hiding animation is completed. | |
ColumnMovingAnimationCanceled | Called when a column moving animation is canceled. | |
ColumnMovingAnimationCompleted | Called when a column moving animation is completed. | |
ColumnsAutoGenerated | Called when the columns are autogenerated. | |
ColumnShowingAnimationCanceled | Called when a column showing animation is canceled. | |
ColumnShowingAnimationCompleted | Called when a column showing animation is completed. | |
ContextMenuCreated | (Inherited from Android.Views.View) | |
Drag | (Inherited from Android.Views.View) | |
FilterExpressionsChanged | ||
FilterExpressionsChanging | ||
FocusChange | (Inherited from Android.Views.View) | |
GenericMotion | (Inherited from Android.Views.View) | |
GroupDescriptionsChanged | Called when grouping has changed. | |
Hover | (Inherited from Android.Views.View) | |
KeyPress | (Inherited from Android.Views.View) | |
LayoutChange | (Inherited from Android.Views.View) | |
LongClick | (Inherited from Android.Views.View) | |
PropertyChanged | Invoked when a property of the object has been changed. | |
SelectedCellRangesChanged | Called when the selected cell ranges changed. | |
SelectedCellsChanged | Called when the selected cells change. | |
SelectedItemsChanged | Called when the selected items change. | |
SelectedKeysChanged | Called when the selected keys change. | |
SortDescriptionsChanged | Called when sorting has changed. | |
SystemUiVisibilityChange | (Inherited from Android.Views.View) | |
Touch | (Inherited from Android.Views.View) | |
ViewAttachedToWindow | (Inherited from Android.Views.View) | |
ViewDetachedFromWindow | (Inherited from Android.Views.View) |