WinUI

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.BindableViewProperty
    SfDataGrid.NotificationSubscriptionModeProperty
    SfDataGrid.FrozenFooterRowsCountProperty
    SfDataGrid.FrozenRowsCountProperty
    SfDataGrid.ItemsSourceProperty
    SfDataGrid.SourceTypeProperty
    SfDataGrid.UsePLINQProperty
    SfDataGrid.AddNewRowTextProperty
    SfDataGrid.SortComparersProperty
    SfDataGrid.ColumnsProperty
    SfDataGrid.SelectionBackgroundProperty
    SfDataGrid.SelectionForegroundProperty
    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.ColumnWidthModeProperty
    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.ClipboardControllerProperty
    SfDataGrid.GroupCaptionTextFormatProperty
    SfDataGrid.IsGroupDropAreaExpandedProperty
    SfDataGrid.AllowGroupingProperty
    SfDataGrid.NewItemPlaceholderPositionProperty
    SfDataGrid.NotifyEventsToParentDataGridProperty
    SfDataGrid.GroupDropAreaStyleProperty
    SfDataGrid.GroupDropAreaTextProperty
    SfDataGrid.LiveDataUpdateModeProperty
    SfDataGrid.SummaryCalculationModeProperty
    SfDataGrid.SummaryCalculationUnitProperty
    SfDataGrid.AutoExpandGroupsProperty
    SfDataGrid.AllowDeletingProperty
    SfDataGrid.DetailsViewDataGridStyleProperty
    SfDataGrid.AllowFilteringProperty
    SfDataGrid.CanUseViewFilterProperty
    SfDataGrid.FilterPopupStyleProperty
    SfDataGrid.FilterPopupTemplateProperty
    SfDataGrid.FilterRowPositionProperty
    SfDataGrid.DetailsViewDefinitionProperty
    SfDataGrid.ShowDetailsViewIndentCellProperty
    SfDataGrid.ReuseRowsOnItemsSourceChangeProperty
    SfDataGrid.CanMaintainScrollPositionProperty
    SfDataGrid.GroupDropItemContextFlyoutProperty
    SfDataGrid.GroupDropAreaContextFlyoutProperty
    SfDataGrid.GroupSummaryContextFlyoutProperty
    SfDataGrid.TableSummaryContextFlyoutProperty
    SfDataGrid.GroupCaptionContextFlyoutProperty
    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.OnCreateAutomationPeer()
    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.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.ColumnSizer
    SfDataGrid.BindableView
    SfDataGrid.View
    SfDataGrid.ColumnDragDropController
    SfDataGrid.ShowBusyIndicator
    SfDataGrid.LostFocusBehavior
    SfDataGrid.CellRenderers
    SfDataGrid.UnboundRowCellRenderers
    SfDataGrid.FilterRowCellRenderers
    SfDataGrid.CoveredCells
    SfDataGrid.SelectionController
    SfDataGrid.NotificationSubscriptionMode
    SfDataGrid.SerializationController
    SfDataGrid.AutoScroller
    SfDataGrid.FrozenFooterRowsCount
    SfDataGrid.FrozenRowsCount
    SfDataGrid.ItemsSource
    SfDataGrid.SourceType
    SfDataGrid.UsePLINQ
    SfDataGrid.AddNewRowText
    SfDataGrid.SortComparers
    SfDataGrid.Columns
    SfDataGrid.SelectionBackground
    SfDataGrid.SelectionForeground
    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.ColumnWidthMode
    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.ClipboardController
    SfDataGrid.GroupCaptionTextFormat
    SfDataGrid.IsGroupDropAreaExpanded
    SfDataGrid.AllowGrouping
    SfDataGrid.NewItemPlaceholderPosition
    SfDataGrid.NotifyEventsToParentDataGrid
    SfDataGrid.GroupDropAreaStyle
    SfDataGrid.GroupDropAreaText
    SfDataGrid.LiveDataUpdateMode
    SfDataGrid.SummaryCalculationMode
    SfDataGrid.SummaryCalculationUnit
    SfDataGrid.AutoExpandGroups
    SfDataGrid.AllowDeleting
    SfDataGrid.DetailsViewDataGridStyle
    SfDataGrid.AllowFiltering
    SfDataGrid.CanUseViewFilter
    SfDataGrid.FilterPopupStyle
    SfDataGrid.FilterPopupTemplate
    SfDataGrid.FilterRowPosition
    SfDataGrid.DetailsViewDefinition
    SfDataGrid.ShowDetailsViewIndentCell
    SfDataGrid.ReuseRowsOnItemsSourceChange
    SfDataGrid.CanMaintainScrollPosition
    SfDataGrid.GroupDropItemContextFlyout
    SfDataGrid.GroupDropAreaContextFlyout
    SfDataGrid.GroupSummaryContextFlyout
    SfDataGrid.TableSummaryContextFlyout
    SfDataGrid.GroupCaptionContextFlyout
    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.RowDragStarting
    SfDataGrid.RowDragOver
    SfDataGrid.RowDropping
    SfDataGrid.RowDropped
    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.ColumnDragging
    SfDataGrid.QueryCoveredRange
    SfDataGrid.CellTapped
    SfDataGrid.CellToolTipOpening
    SfDataGrid.CellDoubleTapped
    SfDataGrid.ExternalExceptionThrown
    SfDataGrid.GridCopyContent
    SfDataGrid.GridPasteContent
    SfDataGrid.CopyGridCellContent
    SfDataGrid.PasteGridCellContent
    SfDataGrid.FilterChanged
    SfDataGrid.FilterChanging
    SfDataGrid.GridContextFlyoutOpening
    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.FrozenFooterColumnsCountProperty
    SfGridBase.AllowEditingProperty
    SfGridBase.AllowRowDragDropProperty
    SfGridBase.IsReadOnlyProperty
    SfGridBase.AllowSortingProperty
    SfGridBase.AllowSelectionOnPointerPressedProperty
    SfGridBase.SelectionModeProperty
    SfGridBase.NavigationModeProperty
    SfGridBase.EditorSelectionBehaviorProperty
    SfGridBase.EditTriggerProperty
    SfGridBase.CurrentCellBorderThicknessProperty
    SfGridBase.CurrentCellBorderBrushProperty
    SfGridBase.FrozenColumnsCountProperty
    SfGridBase.GridLinesVisibilityProperty
    SfGridBase.HeaderLinesVisibilityProperty
    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.HeaderContextFlyoutProperty
    SfGridBase.RecordContextFlyoutProperty
    SfGridBase.AllowTriStateSortingProperty
    SfGridBase.ShowSortNumbersProperty
    SfGridBase.DataValidationModeProperty
    SfGridBase.SelectedIndexProperty
    SfGridBase.SelectedItemProperty
    SfGridBase.SelectedItemsProperty
    SfGridBase.SortColumnDescriptionsProperty
    SfGridBase.PasteOptionProperty
    SfGridBase.CopyOptionProperty
    SfGridBase.ShowToolTipProperty
    SfGridBase.CreateColumn(PropertyInfo, DisplayAttribute, Boolean)
    SfGridBase.Dispose()
    SfGridBase.StackedHeaderRows
    SfGridBase.FrozenFooterColumnsCount
    SfGridBase.AllowEditing
    SfGridBase.AllowRowDragDrop
    SfGridBase.IsReadOnly
    SfGridBase.AllowSorting
    SfGridBase.AllowSelectionOnPointerPressed
    SfGridBase.SelectionMode
    SfGridBase.NavigationMode
    SfGridBase.EditorSelectionBehavior
    SfGridBase.EditTrigger
    SfGridBase.CurrentCellBorderThickness
    SfGridBase.CurrentCellBorderBrush
    SfGridBase.FrozenColumnsCount
    SfGridBase.GridLinesVisibility
    SfGridBase.HeaderLinesVisibility
    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.HeaderContextFlyout
    SfGridBase.RecordContextFlyout
    SfGridBase.ShowSortNumbers
    SfGridBase.DataValidationMode
    SfGridBase.SelectedIndex
    SfGridBase.SelectedItem
    SfGridBase.SelectedItems
    SfGridBase.SortColumnDescriptions
    SfGridBase.PasteOption
    SfGridBase.CopyOption
    SfGridBase.ShowToolTip
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.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)
    DataGridExcelExportExtensions.ExportToExcel(SfDataGrid, ICollectionViewAdv, DataGridExcelExportOptions)
    DataGridExcelExportExtensions.ExportToExcel(SfDataGrid, ICollectionViewAdv, DataGridExcelExportOptions, IWorksheet)
    DataGridExcelExportExtensions.ExportToExcel(SfDataGrid, ObservableCollection<Object>, DataGridExcelExportOptions)
    DataGridExcelExportExtensions.ExportToExcel(SfDataGrid, ObservableCollection<Object>, DataGridExcelExportOptions, IWorksheet)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved