WPF

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

    Show / Hide Table of Contents

    Class DataRow

    Inheritance
    System.Object
    DataRowBase
    GridDataRow
    DataRow
    FilterRow
    UnBoundRow
    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.SetSelectionBorderBindings(VirtualizingCellsControl)
    GridDataRow.SetCurrentCellBorderBinding(UIElement)
    GridDataRow.Dispose(Boolean)
    GridDataRow.CreateRowHeaderColumn(Int32)
    GridDataRow.CollapseColumn(DataColumnBase)
    DataRowBase.suspendUpdateStyle
    DataRowBase.GetDataRow()
    DataRowBase.GetVisibleColumns()
    DataRowBase.MeasureElement(Size)
    DataRowBase.ArrangeElement(Rect)
    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 DataRow : GridDataRow, IRowElement, IElement, INotifyPropertyChanged, IComparable, IDisposable

    Constructors

    DataRow()

    Declaration
    public DataRow()

    Methods

    CanUpdateColumn(DataColumnBase)

    Gets a value that indicates whether the VisibleColumn can be update or not.

    Declaration
    protected virtual bool CanUpdateColumn(DataColumnBase dataColumn)
    Parameters
    Type Name Description
    DataColumnBase dataColumn

    Corresponding datacolumn

    Returns
    Type Description
    System.Boolean

    true when Column can update for reusing otherwise false.

    CreateIndentColumn(Int32)

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

    GetColumnSize(Int32, Boolean)

    Declaration
    protected override double GetColumnSize(int index, bool lineNull)
    Parameters
    Type Name Description
    System.Int32 index
    System.Boolean lineNull
    Returns
    Type Description
    System.Double
    Overrides
    GridDataRow.GetColumnSize(Int32, Boolean)

    GetRowSize(DataColumnBase, Boolean)

    Declaration
    protected override double GetRowSize(DataColumnBase dataColumn, bool lineNull)
    Parameters
    Type Name Description
    DataColumnBase dataColumn
    System.Boolean lineNull
    Returns
    Type Description
    System.Double
    Overrides
    GridDataRow.GetRowSize(DataColumnBase, Boolean)

    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)

    OnRowDataChanged()

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

    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