WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DetailsViewDataRow - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DetailsViewDataRow

    Represents the row which holds DetailsViewDataGrid

    Inheritance
    System.Object
    DataRowBase
    GridDataRow
    DetailsViewDataRow
    Implements
    IRowElement
    IElement
    System.ComponentModel.INotifyPropertyChanged
    System.IComparable
    System.IDisposable
    Inherited Members
    GridDataRow.OnExpandedStateChanged()
    GridDataRow.GetColumnVisibleLineInfo(Int32)
    GridDataRow.GetRowVisibleLineInfo(Int32)
    GridDataRow.GetVisibleLineOrigin()
    GridDataRow.AllowRowHoverHighlighting()
    GridDataRow.GetColumnSize(Int32, Boolean)
    GridDataRow.GetRowSize(DataColumnBase, Boolean)
    GridDataRow.SetSelectionBorderBindings(VirtualizingCellsControl)
    GridDataRow.SetCurrentCellBorderBinding(UIElement)
    GridDataRow.CreateRowHeaderColumn(Int32)
    GridDataRow.CollapseColumn(DataColumnBase)
    DataRowBase.suspendUpdateStyle
    DataRowBase.OnRowDataChanged()
    DataRowBase.GetDataRow()
    DataRowBase.GetVisibleColumns()
    DataRowBase.OnPropertyChanged(String)
    DataRowBase.CompareTo(Object)
    DataRowBase.Dispose()
    DataRowBase.WholeRowElement
    DataRowBase.IsExpanded
    DataRowBase.IsEditing
    DataRowBase.RowData
    DataRowBase.RowIndex
    DataRowBase.RowType
    DataRowBase.IsSelectedRow
    DataRowBase.IsFocusedRow
    DataRowBase.IsCurrentRow
    DataRowBase.IsFixedRow
    DataRowBase.VisibleColumns
    DataRowBase.IsSpannedRow
    DataRowBase.Element
    DataRowBase.Index
    DataRowBase.RowRegion
    DataRowBase.Level
    DataRowBase.ArrangeRect
    DataRowBase.PropertyChanged
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class DetailsViewDataRow : GridDataRow, IRowElement, IElement, INotifyPropertyChanged, IComparable, IDisposable

    Constructors

    DetailsViewDataRow()

    Declaration
    public DetailsViewDataRow()

    Properties

    DetailsViewContentPresenter

    Declaration
    public DetailsViewContentPresenter DetailsViewContentPresenter { get; }
    Property Value
    Type Description
    DetailsViewContentPresenter

    DetailsViewDataGrid

    Declaration
    public DetailsViewDataGrid DetailsViewDataGrid { get; }
    Property Value
    Type Description
    DetailsViewDataGrid

    DetailsViewIndentCell

    Declaration
    public GridDetailsViewIndentCell DetailsViewIndentCell { get; }
    Property Value
    Type Description
    GridDetailsViewIndentCell

    DetailsViewTemplate

    Gets Row Template for DetailsView

    Declaration
    public DataTemplate DetailsViewTemplate { get; }
    Property Value
    Type Description
    System.Windows.DataTemplate

    Methods

    ArrangeElement(Rect)

    Declaration
    public override void ArrangeElement(Rect rect)
    Parameters
    Type Name Description
    System.Windows.Rect rect
    Overrides
    DataRowBase.ArrangeElement(Rect)

    CreateIndentColumn(Int32)

    Declaration
    protected override DataColumnBase CreateIndentColumn(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    DataColumnBase
    Overrides
    DataRowBase.CreateIndentColumn(Int32)

    Dispose(Boolean)

    Disposes all the resources used by the DetailsViewDataRow class.

    Declaration
    protected override void Dispose(bool isDisposing)
    Parameters
    Type Name Description
    System.Boolean isDisposing

    Indicates whether the call is from Dispose method or from a finalizer.

    Overrides
    GridDataRow.Dispose(Boolean)

    MeasureElement(Size)

    Declaration
    public override void MeasureElement(Size size)
    Parameters
    Type Name Description
    System.Windows.Size size
    Overrides
    DataRowBase.MeasureElement(Size)

    OnCreateRowElement()

    Declaration
    protected override VirtualizingCellsControl OnCreateRowElement()
    Returns
    Type Description
    VirtualizingCellsControl
    Overrides
    DataRowBase.OnCreateRowElement()

    OnGenerateVisibleColumns(VisibleLinesCollection)

    Declaration
    protected override void OnGenerateVisibleColumns(VisibleLinesCollection visibleColumnLines)
    Parameters
    Type Name Description
    VisibleLinesCollection visibleColumnLines
    Overrides
    DataRowBase.OnGenerateVisibleColumns(VisibleLinesCollection)

    OnRowIndexChanged()

    Declaration
    protected override void OnRowIndexChanged()
    Overrides
    DataRowBase.OnRowIndexChanged()

    Implements

    IRowElement
    IElement
    System.ComponentModel.INotifyPropertyChanged
    System.IComparable
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved