Search Results for

    Show / Hide Table of Contents

    Class GridControlColumnCollection

    Represents the collection of GridControl columns.

    Inheritance
    System.Object
    System.Collections.CollectionBase
    FRCollectionBase
    GridControlColumnCollection
    Implements
    IFRSerializable
    Inherited Members
    FRCollectionBase.Owner
    FRCollectionBase.AddRange(Base[])
    FRCollectionBase.AddRange(ObjectCollection)
    FRCollectionBase.Add(Base)
    FRCollectionBase.Insert(Int32, Base)
    FRCollectionBase.Remove(Base)
    FRCollectionBase.IndexOf(Base)
    FRCollectionBase.Contains(Base)
    FRCollectionBase.ToArray()
    FRCollectionBase.Equals(FRCollectionBase)
    FRCollectionBase.CopyTo(FRCollectionBase)
    FRCollectionBase.OnClear()
    Namespace: FastReport.Dialog
    Assembly: FastReport.dll
    Syntax
    public class GridControlColumnCollection : FRCollectionBase, IList, ICollection, IEnumerable, IFRSerializable

    Constructors

    GridControlColumnCollection()

    Initializes a new instance of the GridControlColumnCollection class with default settings.

    Declaration
    public GridControlColumnCollection()

    GridControlColumnCollection(GridControl)

    Initializes a new instance of the GridControlColumnCollection class with default settings.

    Declaration
    public GridControlColumnCollection(GridControl owner)
    Parameters
    Type Name Description
    GridControl owner

    The owner of this collection.

    Properties

    Item[Int32]

    Gets or sets a column.

    Declaration
    public GridControlColumn this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index

    The index of a column in this collection.

    Property Value
    Type Description
    GridControlColumn

    The column with specified index.

    Methods

    Deserialize(FRReader)

    Deserializes the collection.

    Declaration
    public void Deserialize(FRReader reader)
    Parameters
    Type Name Description
    FRReader reader

    Reader object.

    Remarks

    This method is for internal use only.

    OnInsert(Int32, Object)

    Declaration
    protected override void OnInsert(int index, object value)
    Parameters
    Type Name Description
    System.Int32 index
    System.Object value
    Overrides
    FRCollectionBase.OnInsert(Int32, Object)

    OnRemove(Int32, Object)

    Declaration
    protected override void OnRemove(int index, object value)
    Parameters
    Type Name Description
    System.Int32 index
    System.Object value
    Overrides
    FRCollectionBase.OnRemove(Int32, Object)

    Serialize(FRWriter)

    Serializes the collection.

    Declaration
    public void Serialize(FRWriter writer)
    Parameters
    Type Name Description
    FRWriter writer

    Writer object.

    Remarks

    This method is for internal use only.

    Implements

    IFRSerializable
    Back to top © 1998-2025 Copyright Fast Reports Inc.