menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridChangeLayoutCellsEventArgs - API Reference

    Show / Hide Table of Contents

    Class GridChangeLayoutCellsEventArgs

    For internal use.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    GridChangeLayoutCellsEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    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.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public class GridChangeLayoutCellsEventArgs : SyncfusionEventArgs

    Constructors

    GridChangeLayoutCellsEventArgs(GridRangeInfo)

    Initializes a new instance ofGridChangeLayoutCellsEventArgs class. For internal use.

    Declaration
    public GridChangeLayoutCellsEventArgs(GridRangeInfo range)
    Parameters
    Type Name Description
    GridRangeInfo range

    GridRangeInfo holds the cell layout ranges.

    Properties

    Range

    Gets Range. For internal use.

    Declaration
    [TraceProperty(true)]
    public GridRangeInfo Range { get; }
    Property Value
    Type Description
    GridRangeInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved