WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PropertyCollection - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PropertyCollection

    Represents the collection of properties that can be added to DataColumn, Dataset or DataTable.

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

    Constructors

    PropertyCollection()

    Declaration
    public PropertyCollection()

    Methods

    Add(String, Object)

    Adds a property with specified name and value.

    Declaration
    public int Add(string name, object value)
    Parameters
    Type Name Description
    System.String name

    The name of the property.

    System.Object value

    The value of the property.

    Returns
    Type Description
    System.Int32

    The index at which the property gets added in the collection.

    Clone()

    Clones this instance.

    Declaration
    public PropertyCollection Clone()
    Returns
    Type Description
    PropertyCollection

    A copy of this instance.

    FindByName(String)

    Finds the property by its name.

    Declaration
    public Property FindByName(string name)
    Parameters
    Type Name Description
    System.String name

    The name of the property to be found.

    Returns
    Type Description
    Property

    The property from the collection.

    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
    ICloneable<T>

    Extension Methods

    EnumerableExtensions.Average<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Average<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.Sum<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Sum<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.Max<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Max<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.Min<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Min<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.OrderBy<T>(IEnumerable<T>, String, Func<String, Object, Object>)
    EnumerableExtensions.OrderByDescending<T>(IEnumerable<T>, String, Func<String, Object, Object>)
    EnumerableExtensions.OrderBy<T>(IEnumerable<T>, String, Func<String, Object, Object>, IComparer<Object>)
    EnumerableExtensions.OrderByDescending<T>(IEnumerable<T>, String, Func<String, Object, Object>, IComparer<Object>)
    EnumerableExtensions.GetElementType(IEnumerable)
    EnumerableExtensions.GetItemPropertyInfo(IEnumerable)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    FunctionalExtensions.IterateIndex<T>(IEnumerable<T>, Action<Int32, T>)
    FunctionalExtensions.IterateIndex<T>(IEnumerable<T>, Action<Int32, T>, Int32)
    FunctionalExtensions.Zip<TFirst, TSecond, TResult>(IEnumerable<TFirst>, IEnumerable<TSecond>, Func<TFirst, TSecond, TResult>)
    FunctionalExtensions.Fold<T, U>(IEnumerable<U>, Func<T, U, T>, T)
    FunctionalExtensions.FoldLeft<T, U>(IEnumerable<U>, Func<T, U, T>, T)
    FunctionalExtensions.FoldRight<T, U>(IEnumerable<U>, Func<T, U, T>, T)
    FunctionalExtensions.MoveTo(IList, Int32, Int32)
    FunctionalExtensions.ToObservableCollection<T>(IEnumerable<T>)
    QueryableExtensions.OfQueryable(IEnumerable)
    QueryableExtensions.OfQueryable(IEnumerable, Type)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable, Type, List<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, IEnumerable<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, String[], IEnumerable<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, List<String>, Func<TElement, Object>[])
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, Func<TElement, Object>[])
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, Func<TElement, Object>[])
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany(IEnumerable, Type, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Func<String, Expression>, String[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, Int32, Func<TElement, Object>[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    ChartExtensionUtils.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved