Version

Infragistics.XamarinForms.Controls.Grids Namespace

Classes
 ClassDescription
ClassCellInfo Represents info about the current cell.
ClassCellKey An indentifier for a specific cell in the grid.
ClassCellRange An indentifier for a specific cell in the grid.
ClassCellStyleRequestedEventArgs Information about the style request for a cell.
ClassColumn A column in the data grid.
ClassColumnExchanger Indicates a column that should be exchanged with another.
ClassColumnExchangersCollection A collection of information about columns that need to be exchanged with one another.
ClassColumnGroupDescription Represents an element in the current grouping applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection.
ClassColumnGroupDescriptionCollection Represents a collection of grouping elements that are applied to a data source or provider.
ClassColumnHiddenChangedEventArgs  
ClassColumnMovingSeparator  
ClassColumnPropertySetter Indicates that a specified column should have a specified property set to a value.
ClassColumnPropertySettersCollection A collection of ColumnPropertySetters
ClassColumnResizingSeparator  
ClassColumnSortDescription Represents an element in the current sort applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection.
ClassColumnSortDescriptionCollection Represents a collection of sort elements that are applied to a data source or provider.
ClassColumnSummaryDescription Represents a summary that is applied to a datasource. Changes to this object are not observed or expected after it is initially assigned to a collection.
ClassColumnSummaryDescriptionCollection  
ClassColumnWidth Represents a width of a column.
ClassColumnWidthTypeConverter Converts from a string to a ColumnWidth
ClassDataBindingEventArgs Information about the data binding taking place.
ClassDateTimeCellInfo Backing information about a date time cell for the grid.
ClassDateTimeColumn A column for displaying date/time values.
ClassDefinitionBase Base class for various definition types for the grid.
ClassFormatGroupTextEventArgs  
ClassFormatSummaryTextEventArgs  
ClassGridActiveCellChangedEventArgs Information about the change to the selected cells in the grid.
ClassGridAnimationPhaseSettings This class is used to group the settings to define an animation phase.
ClassGridAnimationSettings Animation settings for the grid.
ClassGridCellEventArgs Information about the cell in context.
ClassGridCellPosition  
ClassGridColumnAnimationSettings Column animation settings for the grid.
ClassGridColumnCollection A list of column definitions.
ClassGridColumnsAutoGeneratedEventArgs Information about the generated columns.
ClassGridFilterExpressionsEventArgs  
ClassGridGroupDescriptionsChangedEventArgs Information about the current grouping applied to the grid.
ClassGridSelectedCellRangesChangedEventArgs Information about the change to the selected cell ranges in the grid.
ClassGridSelectedCellRangesCollection A list of selected cell keys.
ClassGridSelectedCellsChangedEventArgs Information about the change to the selected cells in the grid.
ClassGridSelectedCellsCollection A list of selected cell keys.
ClassGridSelectedItemsChangedEventArgs Information about the changing selected items in the grid.
ClassGridSelectedItemsCollection A list of selected items.
ClassGridSelectedKeysChangedEventArgs Information about the change to the selected keys in the grid.
ClassGridSelectedKeysCollection A list of selected keys.
ClassGridSortDescriptionsChangedEventArgs Information about the current sorting applied to the grid.
ClassHeader Represents a base class used to configure the appearance of the column header cells.
ClassHeaderSeparator  
ClassImageCellInfo Backing information for an image cell in the grid.
ClassImageColumn Represents an Image grid column, used to allow the developer to display an image in a cell.
ClassNumericCellInfo Backing information for a numeric cell in the grid.
ClassNumericColumn Represents a Numeric grid column, used to allow the developer to display a formatted number in a cell.
ClassPinnedAreaSeparator  
ClassPrimaryKeyValue A primary key value.
ClassResponsivePhase Describes one phase of a responsive state to apply to the grid.
ClassResponsivePhasesCollection A collection of ResponsivePhases.
ClassResponsiveState Describes a state that the grid can enter based on a set of responsive conditions.
ClassResponsiveStateEnteredEventArgs Information about the entered action.
ClassResponsiveStateEnteringEventArgs Information about the entering action.
ClassResponsiveStateExitedEventArgs Information about the exited state.
ClassResponsiveStatesCollection A collection of ResponsiveStates
ClassRowSeparator Represents a Row separator, this is used to visually separate the rows in a grid
ClassRowSeparatorInfo Represents backing information for the row separators.
ClassSectionFooter Used to configure the appearance of the section footer cells.
ClassSectionHeader Used to configure the appearance of the section header cells.
ClassSectionHeaderCellInfo Backing information for a section header cell in the grid.
ClassSummaryCellInfo Backing information for a section header cell in the grid.
ClassSummaryRow  
ClassSummaryRowRoot  
ClassSummaryRowSection  
ClassTemplateCellInfo Represents backing information for a template cell.
ClassTemplateCellUpdatingEventArgs Information about the cell that has content which is being created or updated.
ClassTemplateColumn A column with customizable content.
ClassTemplateHeader A type of header with customizable content.
ClassTemplateHeaderCellInfo Backing information for the template header cells.
ClassTemplateHeaderCellUpdatingEventArgs Information about the header cell that has content which is being created or updated.
ClassTemplateSectionHeader Used to configure the appearance of the section header cells.
ClassTemplateSectionHeaderCellInfo Backing information for a template section header cell in the grid.
ClassTemplateSectionHeaderCellUpdatingEventArgs Information about the cell that has content which is being created or updated.
ClassTextCellInfo Backing information for a text cell in the grid.
ClassTextColumn Represents a Text grid column, used to allow the developer to display a formatted text in a cell.
ClassTextHeader Represents a class used to configure the appearance of a text column header cells.
ClassTextHeaderCellInfo Backing information for a text header cell.
ClassVerticalSeparatorCellInfo Represents backing information for vertical separators.
ClassXamDataGrid An advanced grid for displaying data.
Delegates
 DelegateDescription
DelegateCellStyleRequestedEventHandler Called when the style key for a cell is requested.
DelegateColumnHiddenChanged Called when column has been hidden or unhidden
DelegateDataBindingEventHandler Called when a cell's backing model is being bound.
DelegateFormatGroupTextEventHandler  
DelegateFormatSummaryTextEventHandler  
DelegateGridActiveCellChangedEventHandler Called when the active cell in the grid changes.
DelegateGridCellEventHandler Called for an action on a grid cell.
DelegateGridColumnsAutoGeneratedEventHandler Called when the autogenerated columns in the grid change.
DelegateGridFilterExpressionsChanged Called the filter expressions are have been modified internally by the grid.
DelegateGridFilterExpressionsChanging Called the filter expressions are being modified internally by the grid.
DelegateGridGroupDescriptionsChangedEventHandler Called when the group descriptions applied to the grid have changed.
DelegateGridSelectedCellRangesChangedEventHandler Called when the selected cell ranges in the grid change.
DelegateGridSelectedCellsChangedEventHandler Called when the selected cells in the grid change.
DelegateGridSelectedItemsChangedEventHandler Called when the selected items in the grid change.
DelegateGridSelectedKeysChangedEventHandler Called when the selected keys in the grid change.
DelegateGridSortDescriptionsChangedEventHandler Called when the sort descriptions applied to the grid have changed.
DelegateResponsiveStateEnteredEventHandler Called when a responsive state has been entered.
DelegateResponsiveStateEnteringEventHandler Called when a responsive state is being entered.
DelegateResponsiveStateExitedEventHandler Called when a responsive state has been exited.
DelegateTemplateCellUpdatingEventHandler Called when the cell content is being created or updated.
DelegateTemplateHeaderCellUpdatingEventHandler Called when the header cell content is being created or updated.
DelegateTemplateSectionHeaderCellUpdatingEventHandler Called when the cell content is being created or updated.
Enumerations
 EnumerationDescription
EnumerationCellContentHorizontalAlignment Indicates the horizontal alignment to use for a cell.
EnumerationCellContentVerticalAlignment Indicates the vertical alignment to use for a cell.
EnumerationCellDataLoadedAnimationMode Enumerates the options for how data loaded animations are displayed.
EnumerationCellPropertyAnimationType Enumerates the options for how cell property animates are applied.
EnumerationCellSelectionAnimationMode Enumerates the options for how cell selection is animated.
EnumerationColumnExchangingAnimationMode Enumerates the options for how column exchanging is animated.
EnumerationColumnHidingAnimationMode Enumerates the options for how column hiding is animated.
EnumerationColumnMovingAnimationMode Enumerates the options for how columns animate while moving.
EnumerationColumnMovingMode  
EnumerationColumnPropertyUpdatingAnimationMode Enumerates the options for how changes to column properties are animated.
EnumerationColumnResizingAnimationMode Enumerates the options for how columns animate while resizing.
EnumerationColumnResizingMode  
EnumerationColumnShowingAnimationMode Enumerates the options for how columns animate into view.
EnumerationColumnSortDirection Indicates the direction to sort a column.
EnumerationDateTimeFormats Indicates some simple date formats to be used.
EnumerationGridActivationMode Indicates the activation mode to use for the grid.
EnumerationGridEasingFunctionType Indicates the built in easing type to use for an animation.
EnumerationGridSelectionBehavior Indicates the selection mode to use for the grid.
EnumerationGridSelectionMode Indicates the selection mode to use for the grid.
EnumerationGroupSummaryDisplayMode Indicates how summaries are displayed inside groups.
EnumerationHeaderClickAction Indicates what should occur on a header click event.
EnumerationImageResourceType Indicates the image resource type to use.
EnumerationImageStretchOptions Indicates how the images will be stretched.
EnumerationPinnedPositions Enumeration defining different positions a column can be fixed against.
EnumerationRowSelectionAnimationMode Enumerates the option for how row selection is animated.
EnumerationSortIndicatorStyle  
EnumerationTextCellLineBreakMode Indicates how to break lines of text for a cell.
See Also