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

    Represents a data row.

    Inheritance
    System.Object
    System.Collections.Generic.List<DataCell>
    DataRow
    Implements
    System.Collections.Generic.IList<DataCell>
    System.Collections.Generic.ICollection<DataCell>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<DataCell>
    System.Collections.Generic.IReadOnlyCollection<DataCell>
    System.Collections.Generic.IEnumerable<DataCell>
    System.Collections.IEnumerable
    Inherited Members
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.Add(Syncfusion.RDL.DOM.DataCell)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.System.Collections.IList.Add(System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.DataCell>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.AsReadOnly()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.BinarySearch(System.Int32, System.Int32, Syncfusion.RDL.DOM.DataCell, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.DataCell>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.BinarySearch(Syncfusion.RDL.DOM.DataCell)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.BinarySearch(Syncfusion.RDL.DOM.DataCell, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.DataCell>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.Clear()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.Contains(Syncfusion.RDL.DOM.DataCell)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.System.Collections.IList.Contains(System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.ConvertAll<TOutput>(System.Converter<Syncfusion.RDL.DOM.DataCell, TOutput>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.CopyTo(Syncfusion.RDL.DOM.DataCell[])
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.CopyTo(System.Int32, Syncfusion.RDL.DOM.DataCell[], System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.CopyTo(Syncfusion.RDL.DOM.DataCell[], System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.Exists(System.Predicate<Syncfusion.RDL.DOM.DataCell>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.Find(System.Predicate<Syncfusion.RDL.DOM.DataCell>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.FindAll(System.Predicate<Syncfusion.RDL.DOM.DataCell>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.FindIndex(System.Predicate<Syncfusion.RDL.DOM.DataCell>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.FindIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.DataCell>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.DataCell>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.FindLast(System.Predicate<Syncfusion.RDL.DOM.DataCell>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.FindLastIndex(System.Predicate<Syncfusion.RDL.DOM.DataCell>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.DataCell>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.DataCell>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.ForEach(System.Action<Syncfusion.RDL.DOM.DataCell>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.DataCell>.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.GetRange(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.IndexOf(Syncfusion.RDL.DOM.DataCell)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.IndexOf(Syncfusion.RDL.DOM.DataCell, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.IndexOf(Syncfusion.RDL.DOM.DataCell, System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.Insert(System.Int32, Syncfusion.RDL.DOM.DataCell)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.DataCell>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.LastIndexOf(Syncfusion.RDL.DOM.DataCell)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.LastIndexOf(Syncfusion.RDL.DOM.DataCell, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.LastIndexOf(Syncfusion.RDL.DOM.DataCell, System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.Remove(Syncfusion.RDL.DOM.DataCell)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.System.Collections.IList.Remove(System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.RemoveAll(System.Predicate<Syncfusion.RDL.DOM.DataCell>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.RemoveAt(System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.RemoveRange(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.Reverse()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.Reverse(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.Sort()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.Sort(System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.DataCell>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.DataCell>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.Sort(System.Comparison<Syncfusion.RDL.DOM.DataCell>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.ToArray()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.TrimExcess()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.TrueForAll(System.Predicate<Syncfusion.RDL.DOM.DataCell>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.Capacity
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.Count
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.System.Collections.IList.IsFixedSize
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.System.Collections.Generic.ICollection<Syncfusion.RDL.DOM.DataCell>.IsReadOnly
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.System.Collections.IList.IsReadOnly
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.Item[System.Int32]
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataCell>.System.Collections.IList.Item[System.Int32]
    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.RDL.DOM
    Assembly: Syncfusion.ReportControls.Wpf.dll
    Syntax
    public class DataRow : List<DataCell>, IList<DataCell>, ICollection<DataCell>, IList, ICollection, IReadOnlyList<DataCell>, IReadOnlyCollection<DataCell>, IEnumerable<DataCell>, IEnumerable

    Constructors

    DataRow()

    Declaration
    public DataRow()

    DataRow(ReportSerializer)

    Declaration
    public DataRow(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    Extension Methods

    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, Int32, Func<TElement, Object>[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    ChartExtensionUtils.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved