UWP

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DetailsViewDataGrid

    Show / Hide Table of Contents

    Class DetailsViewDataGrid

    Represents a control that is used to display the hierarchical data in SfDataGrid

    Inheritance
    System.Object
    SfGridBase
    SfDataGrid
    DetailsViewDataGrid
    Implements
    System.IDisposable
    INotifyDependencyPropertyChanged
    IDetailsViewNotifier
    Inherited Members
    SfDataGrid.container
    SfDataGrid.BindableViewProperty
    SfDataGrid.RowDropIndicatorModeProperty
    SfDataGrid.NotificationSubscriptionModeProperty
    SfDataGrid.FooterRowsCountProperty
    SfDataGrid.FrozenRowsCountProperty
    SfDataGrid.ItemsSourceProperty
    SfDataGrid.SourceTypeProperty
    SfDataGrid.UsePLINQProperty
    SfDataGrid.AddNewRowTextProperty
    SfDataGrid.SortComparersProperty
    SfDataGrid.ColumnsProperty
    SfDataGrid.RowSelectionBrushProperty
    SfDataGrid.SelectionForegroundBrushProperty
    SfDataGrid.GroupRowSelectionBrushProperty
    SfDataGrid.RowStyleProperty
    SfDataGrid.UnBoundRowStyleProperty
    SfDataGrid.RowStyleSelectorProperty
    SfDataGrid.AlternationCountProperty
    SfDataGrid.AlternatingRowStyleProperty
    SfDataGrid.AlternatingRowStyleSelectorProperty
    SfDataGrid.CellStyleProperty
    SfDataGrid.UnBoundRowCellStyleProperty
    SfDataGrid.CellStyleSelectorProperty
    SfDataGrid.HeaderStyleProperty
    SfDataGrid.HeaderTemplateProperty
    SfDataGrid.GroupColumnDescriptionsProperty
    SfDataGrid.GroupSummaryRowsProperty
    SfDataGrid.CaptionSummaryRowProperty
    SfDataGrid.TableSummaryRowsProperty
    SfDataGrid.UnBoundRowsProperty
    SfDataGrid.SummaryGroupComparerProperty
    SfDataGrid.ColumnSizerProperty
    SfDataGrid.ShowColumnWhenGroupedProperty
    SfDataGrid.AllowFrozenGroupHeadersProperty
    SfDataGrid.CaptionSummaryRowStyleProperty
    SfDataGrid.GroupSummaryRowStyleProperty
    SfDataGrid.TableSummaryRowStyleProperty
    SfDataGrid.CaptionSummaryRowStyleSelectorProperty
    SfDataGrid.GroupSummaryRowStyleSelectorProperty
    SfDataGrid.TableSummaryRowStyleSelectorProperty
    SfDataGrid.GroupSummaryCellStyleSelectorProperty
    SfDataGrid.CaptionSummaryCellStyleSelectorProperty
    SfDataGrid.TableSummaryCellStyleSelectorProperty
    SfDataGrid.IsDynamicItemsSourceProperty
    SfDataGrid.DataFetchSizeProperty
    SfDataGrid.GroupSummaryCellStyleProperty
    SfDataGrid.CaptionSummaryCellStyleProperty
    SfDataGrid.TableSummaryCellStyleProperty
    SfDataGrid.ShowGroupDropAreaProperty
    SfDataGrid.GridCopyPasteProperty
    SfDataGrid.GroupCaptionTextFormatProperty
    SfDataGrid.IsGroupDropAreaExpandedProperty
    SfDataGrid.AllowGroupingProperty
    SfDataGrid.NewItemPlaceholderPositionProperty
    SfDataGrid.NotifyEventsToParentDataGridProperty
    SfDataGrid.GroupDropAreaStyleProperty
    SfDataGrid.GroupDropAreaTextProperty
    SfDataGrid.LiveDataUpdateModeProperty
    SfDataGrid.SummaryCalculationModeProperty
    SfDataGrid.SummaryCalculationUnitProperty
    SfDataGrid.AutoExpandGroupsProperty
    SfDataGrid.AllowDraggingRowsProperty
    SfDataGrid.AllowDeletingProperty
    SfDataGrid.DetailsViewDataGridStyleProperty
    SfDataGrid.AllowFilteringProperty
    SfDataGrid.CanUseViewFilterProperty
    SfDataGrid.FilterPopupStyleProperty
    SfDataGrid.FilterPopupTemplateProperty
    SfDataGrid.FilterRowPositionProperty
    SfDataGrid.DetailsViewDefinitionProperty
    SfDataGrid.ShowDetailsViewIndentCellProperty
    SfDataGrid.ReuseRowsOnItemssourceChangeProperty
    SfDataGrid.CanMaintainScrollPositionProperty
    SfDataGrid.GroupDropItemContextMenuProperty
    SfDataGrid.GroupDropAreaContextMenuProperty
    SfDataGrid.GroupSummaryContextMenuProperty
    SfDataGrid.TableSummaryContextMenuProperty
    SfDataGrid.GroupCaptionContextMenuProperty
    SfDataGrid.RowHoverHighlightingBrushProperty
    SfDataGrid.AllowRowHoverHighlightingProperty
    SfDataGrid.AddNewRowPositionProperty
    SfDataGrid.ExpanderColumnWidthProperty
    SfDataGrid.IndentColumnWidthProperty
    SfDataGrid.PrintSettingsProperty
    SfDataGrid.CurrentItemProperty
    SfDataGrid.SelectionUnitProperty
    SfDataGrid.CurrentCellInfoProperty
    SfDataGrid.CurrentColumnProperty
    SfDataGrid.EnableDataVirtualizationProperty
    SfDataGrid.AutoGenerateRelationsProperty
    SfDataGrid.SelectedDetailsViewGridProperty
    SfDataGrid.HideEmptyGridViewDefinitionProperty
    SfDataGrid.DetailsViewPaddingProperty
    SfDataGrid.IsChanged(DependencyProperty)
    SfDataGrid.ResetUnBoundRowIndex()
    SfDataGrid.MeasureOverride(Size)
    SfDataGrid.ArrangeOverride(Size)
    SfDataGrid.SetRowGenerator()
    SfDataGrid.OnKeyDown(KeyRoutedEventArgs)
    SfDataGrid.OnContainerKeyDown(KeyRoutedEventArgs)
    SfDataGrid.OnManipulationStarted(ManipulationStartedRoutedEventArgs)
    SfDataGrid.SelectRows(Int32, Int32)
    SfDataGrid.GetUnBoundCellValue(GridColumn, Object)
    SfDataGrid.GetSelectedCells()
    SfDataGrid.GetHeaderCell(GridColumn)
    SfDataGrid.ScrollInView(RowColumnIndex)
    SfDataGrid.SelectAll(Boolean)
    SfDataGrid.ClearSelections(Boolean)
    SfDataGrid.SelectCell(Object, GridColumn, Boolean)
    SfDataGrid.SelectCells(Object, GridColumn, Object, GridColumn, Boolean)
    SfDataGrid.UnSelectCell(Object, GridColumn)
    SfDataGrid.UnSelectCells(Object, GridColumn, Object, GridColumn)
    SfDataGrid.Print()
    SfDataGrid.ExpandAllGroup()
    SfDataGrid.CollapseAllGroup()
    SfDataGrid.ExpandGroupsAtLevel(Int32)
    SfDataGrid.CollapseGroupsAtLevel(Int32)
    SfDataGrid.ExpandGroup(Group)
    SfDataGrid.CollapseGroup(Group)
    SfDataGrid.InvalidateRowHeight(Int32)
    SfDataGrid.InValidateUnBoundRow(GridUnBoundRow, Boolean)
    SfDataGrid.Serialize(Stream)
    SfDataGrid.Serialize(Stream, SerializationOptions)
    SfDataGrid.Deserialize(Stream)
    SfDataGrid.Deserialize(Stream, DeserializationOptions)
    SfDataGrid.ClearFilters()
    SfDataGrid.ClearFilter(String)
    SfDataGrid.ClearFilter(GridColumn)
    SfDataGrid.Serialize(StorageFile)
    SfDataGrid.Serialize(StorageFile, SerializationOptions)
    SfDataGrid.Deserialize(StorageFile)
    SfDataGrid.Deserialize(StorageFile, DeserializationOptions)
    SfDataGrid.MoveCurrentCell(RowColumnIndex, Boolean)
    SfDataGrid.CanQueryUnBoundRow()
    SfDataGrid.CanQueryCoveredRange()
    SfDataGrid.RaiseItemsSourceChanged(Object, Object)
    SfDataGrid.RaiseQueryUnBoundRow(GridUnBoundRow, UnBoundActions, Object, GridColumn, String, RowColumnIndex)
    SfDataGrid.RaiseQueryUnBoundRow(GridUnBoundRowEventsArgs)
    SfDataGrid.RaiseQueryRowHeight(QueryRowHeightEventArgs)
    SfDataGrid.RaiseCellTappedEvent(GridCellTappedEventArgs)
    SfDataGrid.RaiseCellDoubleTappedEvent(GridCellDoubleTappedEventArgs)
    SfDataGrid.RaiseCellToolTipOpeningEvent(GridCellToolTipOpeningEventArgs)
    SfDataGrid.RaiseQueryCoveredRange(RowColumnIndex, GridColumn, Object, Object)
    SfDataGrid.RaiseQueryCoveredRange(GridQueryCoveredRangeEventArgs)
    SfDataGrid.EnsureProperties()
    SfDataGrid.EnsureViewProperties()
    SfDataGrid.UpdateAutoScroller()
    SfDataGrid.ExpandAllDetailsView()
    SfDataGrid.ExpandAllDetailsView(Int32)
    SfDataGrid.CollapseAllDetailsView()
    SfDataGrid.ExpandDetailsViewAt(Int32)
    SfDataGrid.CollapseDetailsViewAt(Int32)
    SfDataGrid.SetNotifierListener(IDetailsViewNotifyListener)
    SfDataGrid.SuspendNotifyListener()
    SfDataGrid.ResumeNotifyListener()
    SfDataGrid.OnDependencyPropertyChanged(String, DependencyPropertyChangedEventArgs)
    SfDataGrid.Dispose(Boolean)
    SfDataGrid.RowGenerator
    SfDataGrid.ColumnResizingController
    SfDataGrid.GridModel
    SfDataGrid.GridColumnSizer
    SfDataGrid.BindableView
    SfDataGrid.View
    SfDataGrid.GridColumnDragDropController
    SfDataGrid.RowDragDropController
    SfDataGrid.ShowBusyIndicator
    SfDataGrid.RowDropIndicatorMode
    SfDataGrid.LostFocusBehavior
    SfDataGrid.CellRenderers
    SfDataGrid.UnBoundRowCellRenderers
    SfDataGrid.FilterRowCellRenderers
    SfDataGrid.CoveredCells
    SfDataGrid.MergedCellManager
    SfDataGrid.SelectionController
    SfDataGrid.NotificationSubscriptionMode
    SfDataGrid.SerializationController
    SfDataGrid.AutoScroller
    SfDataGrid.FooterRowsCount
    SfDataGrid.FrozenRowsCount
    SfDataGrid.ItemsSource
    SfDataGrid.SourceType
    SfDataGrid.UsePLINQ
    SfDataGrid.AddNewRowText
    SfDataGrid.SortComparers
    SfDataGrid.Columns
    SfDataGrid.RowSelectionBrush
    SfDataGrid.SelectionForegroundBrush
    SfDataGrid.GroupRowSelectionBrush
    SfDataGrid.RowStyle
    SfDataGrid.UnBoundRowStyle
    SfDataGrid.RowStyleSelector
    SfDataGrid.AlternationCount
    SfDataGrid.AlternatingRowStyle
    SfDataGrid.AlternatingRowStyleSelector
    SfDataGrid.CellStyle
    SfDataGrid.UnBoundRowCellStyle
    SfDataGrid.CellStyleSelector
    SfDataGrid.HeaderStyle
    SfDataGrid.HeaderTemplate
    SfDataGrid.GroupColumnDescriptions
    SfDataGrid.GroupSummaryRows
    SfDataGrid.CaptionSummaryRow
    SfDataGrid.TableSummaryRows
    SfDataGrid.UnBoundRows
    SfDataGrid.SummaryGroupComparer
    SfDataGrid.ColumnSizer
    SfDataGrid.ShowColumnWhenGrouped
    SfDataGrid.AllowFrozenGroupHeaders
    SfDataGrid.CaptionSummaryRowStyle
    SfDataGrid.GroupSummaryRowStyle
    SfDataGrid.TableSummaryRowStyle
    SfDataGrid.CaptionSummaryRowStyleSelector
    SfDataGrid.GroupSummaryRowStyleSelector
    SfDataGrid.TableSummaryRowStyleSelector
    SfDataGrid.GroupSummaryCellStyleSelector
    SfDataGrid.CaptionSummaryCellStyleSelector
    SfDataGrid.TableSummaryCellStyleSelector
    SfDataGrid.IsDynamicItemsSource
    SfDataGrid.DataFetchSize
    SfDataGrid.GroupSummaryCellStyle
    SfDataGrid.CaptionSummaryCellStyle
    SfDataGrid.TableSummaryCellStyle
    SfDataGrid.ShowGroupDropArea
    SfDataGrid.GridCopyPaste
    SfDataGrid.GroupCaptionTextFormat
    SfDataGrid.IsGroupDropAreaExpanded
    SfDataGrid.AllowGrouping
    SfDataGrid.NewItemPlaceholderPosition
    SfDataGrid.NotifyEventsToParentDataGrid
    SfDataGrid.GroupDropAreaStyle
    SfDataGrid.GroupDropAreaText
    SfDataGrid.LiveDataUpdateMode
    SfDataGrid.SummaryCalculationMode
    SfDataGrid.SummaryCalculationUnit
    SfDataGrid.AutoExpandGroups
    SfDataGrid.AllowDraggingRows
    SfDataGrid.AllowDeleting
    SfDataGrid.DetailsViewDataGridStyle
    SfDataGrid.AllowFiltering
    SfDataGrid.CanUseViewFilter
    SfDataGrid.FilterPopupStyle
    SfDataGrid.FilterPopupTemplate
    SfDataGrid.FilterRowPosition
    SfDataGrid.DetailsViewDefinition
    SfDataGrid.ShowDetailsViewIndentCell
    SfDataGrid.ReuseRowsOnItemssourceChange
    SfDataGrid.CanMaintainScrollPosition
    SfDataGrid.GroupDropItemContextMenu
    SfDataGrid.GroupDropAreaContextMenu
    SfDataGrid.GroupSummaryContextMenu
    SfDataGrid.TableSummaryContextMenu
    SfDataGrid.GroupCaptionContextMenu
    SfDataGrid.RowHoverHighlightingBrush
    SfDataGrid.AllowRowHoverHighlighting
    SfDataGrid.AddNewRowPosition
    SfDataGrid.ExpanderColumnWidth
    SfDataGrid.IndentColumnWidth
    SfDataGrid.PrintSettings
    SfDataGrid.CurrentItem
    SfDataGrid.SelectionUnit
    SfDataGrid.CurrentCellInfo
    SfDataGrid.CurrentColumn
    SfDataGrid.EnableDataVirtualization
    SfDataGrid.AutoGenerateRelations
    SfDataGrid.SelectedDetailsViewGrid
    SfDataGrid.HideEmptyGridViewDefinition
    SfDataGrid.DetailsViewPadding
    SfDataGrid.NotifyListener
    SfDataGrid.IsListenerSuspended
    SfDataGrid.ItemsSourceChanged
    SfDataGrid.SortColumnsChanging
    SfDataGrid.SortColumnsChanged
    SfDataGrid.SelectionChanged
    SfDataGrid.SelectionChanging
    SfDataGrid.RecordDeleting
    SfDataGrid.RecordDeleted
    SfDataGrid.GroupExpanding
    SfDataGrid.GroupCollapsing
    SfDataGrid.GroupExpanded
    SfDataGrid.GroupCollapsed
    SfDataGrid.ResizingColumns
    SfDataGrid.QueryUnboundColumnValue
    SfDataGrid.QueryUnBoundRow
    SfDataGrid.QueryColumnDragging
    SfDataGrid.QueryCoveredRange
    SfDataGrid.CellTapped
    SfDataGrid.CellToolTipOpening
    SfDataGrid.CellDoubleTapped
    SfDataGrid.ExternalExceptionThrown
    SfDataGrid.GridCopyContent
    SfDataGrid.GridPasteContent
    SfDataGrid.CopyGridCellContent
    SfDataGrid.PasteGridCellContent
    SfDataGrid.FilterChanged
    SfDataGrid.FilterChanging
    SfDataGrid.GridContextMenuOpening
    SfDataGrid.FilterItemsPopulated
    SfDataGrid.FilterItemsPopulating
    SfDataGrid.CurrentCellActivating
    SfDataGrid.CurrentCellActivated
    SfDataGrid.CurrentCellBeginEdit
    SfDataGrid.CurrentCellEndEdit
    SfDataGrid.CurrentCellValidating
    SfDataGrid.CurrentCellDropDownSelectionChanged
    SfDataGrid.CurrentCellRequestNavigate
    SfDataGrid.CurrentCellValueChanged
    SfDataGrid.CurrentCellValidated
    SfDataGrid.RowValidating
    SfDataGrid.RowValidated
    SfDataGrid.AddNewRowInitiating
    SfDataGrid.AutoGeneratingColumn
    SfDataGrid.QueryRowHeight
    SfDataGrid.PrintTaskRequested
    SfDataGrid.DetailsViewExpanding
    SfDataGrid.DetailsViewExpanded
    SfDataGrid.QueryDetailsViewExpanderState
    SfDataGrid.DetailsViewCollapsing
    SfDataGrid.DetailsViewCollapsed
    SfDataGrid.DetailsViewLoading
    SfDataGrid.DetailsViewUnloading
    SfDataGrid.AutoGeneratingRelations
    SfGridBase.StackedHeaderRowsProperty
    SfGridBase.FooterColumnCountProperty
    SfGridBase.AllowEditingProperty
    SfGridBase.IsReadOnlyProperty
    SfGridBase.AllowSortingProperty
    SfGridBase.AllowSelectionOnPointerPressedProperty
    SfGridBase.SelectionModeProperty
    SfGridBase.NavigationModeProperty
    SfGridBase.EditorSelectionBehaviorProperty
    SfGridBase.EditTriggerProperty
    SfGridBase.CurrentCellBorderThicknessProperty
    SfGridBase.CurrentCellBorderBrushProperty
    SfGridBase.FrozenColumnCountProperty
    SfGridBase.ShowRowHeaderProperty
    SfGridBase.RowHeaderWidthProperty
    SfGridBase.HeaderRowHeightProperty
    SfGridBase.RowHeightProperty
    SfGridBase.AllowDraggingColumnsProperty
    SfGridBase.AllowResizingColumnsProperty
    SfGridBase.AllowResizingHiddenColumnsProperty
    SfGridBase.AutoGenerateColumnsProperty
    SfGridBase.AutoGenerateColumnsForCustomTypeProperty
    SfGridBase.AutoGenerateColumnsModeForCustomTypeProperty
    SfGridBase.CellTemplateSelectorProperty
    SfGridBase.AutoGenerateColumnsModeProperty
    SfGridBase.SortClickActionProperty
    SfGridBase.HeaderContextMenuProperty
    SfGridBase.RecordContextMenuProperty
    SfGridBase.AllowTriStateSortingProperty
    SfGridBase.ShowSortNumbersProperty
    SfGridBase.GridValidationModeProperty
    SfGridBase.SelectedIndexProperty
    SfGridBase.SelectedItemProperty
    SfGridBase.SelectedItemsProperty
    SfGridBase.SortColumnDescriptionsProperty
    SfGridBase.GridPasteOptionProperty
    SfGridBase.GridCopyOptionProperty
    SfGridBase.ShowToolTipProperty
    SfGridBase.CreateColumn(PropertyInfo, DisplayAttribute, Boolean)
    SfGridBase.Dispose()
    SfGridBase.StackedHeaderRows
    SfGridBase.FooterColumnCount
    SfGridBase.AllowEditing
    SfGridBase.IsReadOnly
    SfGridBase.AllowSorting
    SfGridBase.AllowSelectionOnPointerPressed
    SfGridBase.SelectionMode
    SfGridBase.NavigationMode
    SfGridBase.EditorSelectionBehavior
    SfGridBase.EditTrigger
    SfGridBase.CurrentCellBorderThickness
    SfGridBase.CurrentCellBorderBrush
    SfGridBase.FrozenColumnCount
    SfGridBase.ShowRowHeader
    SfGridBase.RowHeaderWidth
    SfGridBase.HeaderRowHeight
    SfGridBase.RowHeight
    SfGridBase.AllowDraggingColumns
    SfGridBase.AllowResizingColumns
    SfGridBase.AllowResizingHiddenColumns
    SfGridBase.AutoGenerateColumns
    SfGridBase.AutoGenerateColumnsForCustomType
    SfGridBase.AutoGenerateColumnsModeForCustomType
    SfGridBase.CellTemplateSelector
    SfGridBase.AutoGenerateColumnsMode
    SfGridBase.SortClickAction
    SfGridBase.AllowTriStateSorting
    SfGridBase.HeaderContextMenu
    SfGridBase.RecordContextMenu
    SfGridBase.ShowSortNumbers
    SfGridBase.GridValidationMode
    SfGridBase.SelectedIndex
    SfGridBase.SelectedItem
    SfGridBase.SelectedItems
    SfGridBase.SortColumnDescriptions
    SfGridBase.GridPasteOption
    SfGridBase.GridCopyOption
    SfGridBase.ShowToolTip
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class DetailsViewDataGrid : SfDataGrid, IDisposable, INotifyDependencyPropertyChanged, IDetailsViewNotifier, IDetailsViewInfo

    Constructors

    DetailsViewDataGrid()

    Initializes a new instance of DetailsViewDataGrid class.

    Declaration
    public DetailsViewDataGrid()

    Methods

    DisposeViewOnItemsSourceChanged()

    Releases all the view related operations in DetailsViewDatagrid,when the item source changed

    Declaration
    protected override void DisposeViewOnItemsSourceChanged()
    Overrides
    SfDataGrid.DisposeViewOnItemsSourceChanged()

    GetExtendedWidth()

    Gets the TotalExtent column width of VisualContainer.

    Declaration
    public double GetExtendedWidth()
    Returns
    Type Description
    System.Double

    TotalExtent.

    OnApplyTemplate()

    Builds the visual tree for the DetailsViewDataGrid when a new template is applied.

    Declaration
    protected override void OnApplyTemplate()
    Overrides
    SfDataGrid.OnApplyTemplate()

    RefreshContainerAndView()

    Refreshes VisualContainer and View properties based on DetailsViewDataGrid property settings.

    Declaration
    protected override void RefreshContainerAndView()
    Overrides
    SfDataGrid.RefreshContainerAndView()

    RefreshHeaderLineCount()

    Updates the frozen rows count when the internal rows created.

    Declaration
    protected override void RefreshHeaderLineCount()
    Overrides
    SfDataGrid.RefreshHeaderLineCount()

    SetClipRect(Rect)

    Set clip for DetailsViewDataGrid

    Declaration
    public void SetClipRect(Rect rect)
    Parameters
    Type Name Description
    Windows.Foundation.Rect rect

    The clip rect.

    SetHorizontalOffset(Double)

    Sets the Horizontal offset of VisualContainer.

    Declaration
    public void SetHorizontalOffset(double offset)
    Parameters
    Type Name Description
    System.Double offset

    Horizontal offset.

    SetVerticalOffset(Double)

    Sets the vertical offset of VisualContainer.

    Declaration
    public void SetVerticalOffset(double offset)
    Parameters
    Type Name Description
    System.Double offset

    vertical offset.

    UnWireEvents()

    Unwires the events associated with the DetailsViewDataGrid.

    Declaration
    protected override void UnWireEvents()
    Overrides
    SfDataGrid.UnWireEvents()

    WireEvents()

    Wires the events associated with the DetailsViewDataGrid.

    Declaration
    protected override void WireEvents()
    Overrides
    SfDataGrid.WireEvents()

    Implements

    System.IDisposable
    INotifyDependencyPropertyChanged
    IDetailsViewNotifier

    Extension Methods

    MergedCellHelper.RemoveRange(SfDataGrid, CoveredCellInfo)
    MergedCellHelper.AddRange(SfDataGrid, CoveredCellInfo)
    MergedCellHelper.GetConflictRange(SfDataGrid, CoveredCellInfo)
    MergedCellHelper.CanMergeNextRows(SfDataGrid, Object)
    GridIndexResolver.ResolveToTableSummaryIndex(SfDataGrid, Int32)
    GridIndexResolver.ResolveToRecordIndex(SfDataGrid, Int32)
    GridIndexResolver.ResolveToRowIndex(SfDataGrid, Int32)
    GridIndexResolver.ResolveToRowIndex(SfDataGrid, Object)
    GridIndexResolver.ResolveToRowIndex(SfDataGrid, NodeEntry)
    GridIndexResolver.ResolveStartIndexOfGroup(SfDataGrid, Group)
    GridIndexResolver.ResolveStartIndexBasedOnPosition(SfDataGrid)
    GridIndexResolver.ResolveToGridVisibleColumnIndex(SfDataGrid, Int32)
    GridIndexResolver.ResolveToScrollColumnIndex(SfDataGrid, Int32)
    GridIndexResolver.ResolveToGroupRecordIndexForDetailsView(SfDataGrid, Int32)
    GridIndexResolver.IsInDetailsViewIndex(SfDataGrid, Int32)
    GridIndexResolver.GetGridDetailsViewRowIndex(SfDataGrid, DetailsViewDataGrid)
    GridIndexResolver.GetGridDetailsViewRecord(SfDataGrid, DetailsViewDataGrid)
    GridIndexResolver.ResolveToStartColumnIndex(SfDataGrid)
    GridIndexResolver.GetTableSummaryCount(SfDataGrid, TableSummaryRowPosition)
    GridIndexResolver.GetFilterRowIndex(SfDataGrid)
    GridIndexResolver.GetAddNewRowIndex(SfDataGrid)
    GridIndexResolver.GetHeaderIndex(SfDataGrid)
    GridIndexResolver.GetUnBoundRowsCount(SfDataGrid, UnBoundRowsPosition, Boolean)
    GridIndexResolver.GetUnBoundRowsCount(SfDataGrid, UnBoundRowsPosition)
    GridIndexResolver.GetUnBoundRow(SfDataGrid, Int32)
    GridIndexResolver.ResolveUnboundRowToRowIndex(SfDataGrid, GridUnBoundRow)
    GridIndexResolver.IsUnBoundRow(SfDataGrid, Int32)
    GridIndexResolver.IsAddNewIndex(SfDataGrid, Int32)
    GridIndexResolver.IsFilterRowIndex(SfDataGrid, Int32)
    GridIndexResolver.IsTableSummaryIndex(SfDataGrid, Int32)
    GridIndexResolver.IsHeaderTableSummaryRow(SfDataGrid, Int32)
    GridHelper.UpdateDataRow(SfDataGrid, Int32)
    GridHelper.GetVisualContainer(SfDataGrid)
    GridHelper.GetValidationHelper(SfDataGrid)
    GridHelper.GetAddNewRowController(SfDataGrid)
    GridHelper.GetGridModel(SfDataGrid)
    GridHelper.GetRowGenerator(SfDataGrid)
    GridHelper.GetDetailsViewGrid(SfDataGrid, Int32, String)
    GridHelper.GetSourceDataGrid(DetailsViewDataGrid)
    GridHelper.UpdateUnboundColumn(SfDataGrid, Object, String)
    GridHelper.UpdateUnboundColumns(SfDataGrid, Object)
    GridHelper.UpdateUnboundColumn(SfDataGrid, DataRowBase, String)
    GridHelper.RefreshColumns(SfDataGrid)
    StackedHeadersHelper.IntersectedChildColumn(SfGridBase, List<Int32>, StackedHeaderRow, StackedColumn)
    StackedHeadersHelper.GetHeightIncrementationLimit(SfDataGrid, CoveredCellInfo, Int32)
    StackedHeadersHelper.GetChildSequence(SfDataGrid, StackedColumn, Int32)
    StackedHeadersHelper.CheckChildSequence(SfGridBase, List<Int32>, StackedHeaderRow, StackedColumn)
    SelectionHelper.GetNextPageIndex(SfDataGrid)
    SelectionHelper.GetPreviousPageIndex(SfDataGrid)
    SelectionHelper.GetNextRowInfo(SfDataGrid, Int32)
    SelectionHelper.GetPreviousRowInfo(SfDataGrid, Int32)
    SelectionHelper.GetFirstDataRowIndex(SfDataGrid)
    SelectionHelper.GetFirstRowIndex(SfDataGrid)
    SelectionHelper.GetLastDataRowIndex(SfDataGrid)
    SelectionHelper.GetLastRowIndex(SfDataGrid)
    SelectionHelper.GetSelectedDetailsViewGridRowIndex(SfDataGrid)
    SelectionHelper.GetFirstColumnIndex(SfDataGrid, FlowDirection)
    SelectionHelper.GetLastColumnIndex(SfDataGrid, FlowDirection)
    SelectionHelper.GetRecordsCount(SfDataGrid, Boolean)
    SelectionHelper.ShowRowSelection(SfDataGrid, Int32)
    SelectionHelper.HideRowSelection(SfDataGrid, Int32)
    SelectionHelper.ShowRowFocusBorder(SfDataGrid, Int32)
    SelectionHelper.HideRowFocusBorder(SfDataGrid)
    SelectionHelper.UpdateRowHeaderState(SfDataGrid)
    SelectionHelper.GetDetailsViewGrid(SfDataGrid, Int32)
    SelectionHelper.GetDataColumnBase(SfDataGrid, RowColumnIndex)
    SelectionHelper.AllowFocus(SfDataGrid, RowColumnIndex)
    SelectionHelper.GetRecordAtRowIndex(SfDataGrid, Int32)
    SelectionHelper.GetRecordEntryAtRowIndex(SfDataGrid, Int32)
    SelectionHelper.GetTopLevelParentDataGrid(SfDataGrid)
    SelectionHelper.GetParentDataGrid(SfDataGrid)
    SelectionHelper.GetDataGrid(SfDataGrid)
    SelectionHelper.GetGridCellInfo(SfDataGrid, RowColumnIndex)
    SelectionHelper.GetNodeEntry(SfDataGrid, Int32)
    GridExcelExportExtension.ExportCollectionToExcel(SfDataGrid, ICollectionViewAdv)
    GridExcelExportExtension.ExportCollectionToExcel(SfDataGrid, ICollectionViewAdv, ExcelVersion)
    GridExcelExportExtension.ExportCollectionToExcel(SfDataGrid, ICollectionViewAdv, ExcelVersion, GridExcelExportingEventhandler, GridCellExcelExportingEventHandler, Boolean)
    GridExcelExportExtension.ExportToExcel(SfDataGrid, ICollectionViewAdv, ExcelExportingOptions)
    GridExcelExportExtension.ExportToExcel(SfDataGrid, ICollectionViewAdv, ExcelExportingOptions, IWorksheet)
    GridExcelExportExtension.ExportToExcel(SfDataGrid, ObservableCollection<Object>, ExcelExportingOptions)
    GridExcelExportExtension.ExportToExcel(SfDataGrid, ObservableCollection<Object>, ExcelExportingOptions, IWorksheet)
    GridPdfExportExtension.ExportToPdf(SfDataGrid)
    GridPdfExportExtension.ExportToPdf(SfDataGrid, PdfExportingOptions)
    GridPdfExportExtension.ExportToPdf(SfDataGrid, ICollectionViewAdv, PdfExportingOptions)
    GridPdfExportExtension.ExportToPdfGrid(SfDataGrid, ICollectionViewAdv, PdfExportingOptions)
    GridPdfExportExtension.ExportToPdfGrid(SfDataGrid, ObservableCollection<Object>, PdfExportingOptions)
    GridPdfExportExtension.ExportToPdf(SfDataGrid, ObservableCollection<Object>, PdfExportingOptions)
    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved