WPF

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

    Show / Hide Table of Contents

    Class GridDataRow

    Inheritance
    System.Object
    DataRowBase
    GridDataRow
    DataRow
    DetailsViewDataRow
    SpannedDataRow
    Implements
    IRowElement
    IElement
    System.ComponentModel.INotifyPropertyChanged
    System.IComparable
    System.IDisposable
    Inherited Members
    DataRowBase.suspendUpdateStyle
    DataRowBase.OnRowDataChanged()
    DataRowBase.OnRowIndexChanged()
    DataRowBase.OnCreateRowElement()
    DataRowBase.OnGenerateVisibleColumns(VisibleLinesCollection)
    DataRowBase.GetDataRow()
    DataRowBase.GetVisibleColumns()
    DataRowBase.MeasureElement(Size)
    DataRowBase.ArrangeElement(Rect)
    DataRowBase.CreateIndentColumn(Int32)
    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 abstract class GridDataRow : DataRowBase, IRowElement, IElement, INotifyPropertyChanged, IComparable, IDisposable

    Constructors

    GridDataRow()

    Declaration
    protected GridDataRow()

    Methods

    AllowRowHoverHighlighting()

    Declaration
    protected virtual bool AllowRowHoverHighlighting()
    Returns
    Type Description
    System.Boolean

    CollapseColumn(DataColumnBase)

    Declaration
    protected override void CollapseColumn(DataColumnBase column)
    Parameters
    Type Name Description
    DataColumnBase column
    Overrides
    DataRowBase.CollapseColumn(DataColumnBase)

    CreateRowHeaderColumn(Int32)

    Declaration
    protected void CreateRowHeaderColumn(int index)
    Parameters
    Type Name Description
    System.Int32 index

    Dispose(Boolean)

    Disposes all the resources used by the DataRowBase 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
    DataRowBase.Dispose(Boolean)

    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
    DataRowBase.GetColumnSize(Int32, Boolean)

    GetColumnVisibleLineInfo(Int32)

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

    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
    DataRowBase.GetRowSize(DataColumnBase, Boolean)

    GetRowVisibleLineInfo(Int32)

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

    GetVisibleLineOrigin()

    Declaration
    protected double GetVisibleLineOrigin()
    Returns
    Type Description
    System.Double

    OnExpandedStateChanged()

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

    SetCurrentCellBorderBinding(UIElement)

    Declaration
    protected void SetCurrentCellBorderBinding(UIElement columnElement)
    Parameters
    Type Name Description
    System.Windows.UIElement columnElement

    SetSelectionBorderBindings(VirtualizingCellsControl)

    Declaration
    protected void SetSelectionBorderBindings(VirtualizingCellsControl cellsControl)
    Parameters
    Type Name Description
    VirtualizingCellsControl cellsControl

    Implements

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