alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridTableOptionsStyleInfoCustomPropertiesCollection

    Implements a collection of custom property objects that have at least one initialized value. The primary purpose of this collection is to support design-time code serialization of custom properties.

    Inheritance
    System.Object
    GridTableOptionsStyleInfoCustomPropertiesCollection
    Implements
    System.Collections.ICollection
    System.Collections.IEnumerable
    Namespace: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public class GridTableOptionsStyleInfoCustomPropertiesCollection : Object, ICollection, IEnumerable

    Properties

    Count

    The number of objects in this collection.

    Declaration
    public int Count { get; }
    Property Value
    Type
    System.Int32

    Methods

    Add(GridTableOptionsStyleInfoCustomProperties)

    Copies the initialized properties of the specified custom property to the parent style object and attaches the custom property object with the parent style object.

    Declaration
    public void Add(GridTableOptionsStyleInfoCustomProperties value)
    Parameters
    Type Name Description
    GridTableOptionsStyleInfoCustomProperties value

    An instances of the GridTableOptionsStyleInfoCustomProperties with custom properties.

    CopyTo(GridTableOptionsStyleInfoCustomProperties[], Int32)

    Copies the GridTableOptionsStyleInfoCustomPropertiesCollection elements to a one-dimensional System.Array at the specified index.

    Declaration
    public void CopyTo(GridTableOptionsStyleInfoCustomProperties[] array, int index)
    Parameters
    Type Name Description
    GridTableOptionsStyleInfoCustomProperties[] array

    The one-dimensional System.Array that is the destination of the object's from instance. The System.Array must have zero-based indexing.

    System.Int32 index

    The zero-based index in array at which copying begins.

    Implements

    System.Collections.ICollection
    System.Collections.IEnumerable
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved