menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataGroupDropAreaGridImpl.GridDataColumnWidthsEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataGroupDropAreaGridImpl.GridDataColumnWidthsEventArgs

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    GridDataGroupDropAreaGridImpl.GridDataColumnWidthsEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataColumnWidthsEventArgs : SyncfusionCancelEventArgs

    Constructors

    GridDataColumnWidthsEventArgs(Int32)

    Initializes a new instance of the GridDataGroupDropAreaGridImpl.GridDataColumnWidthsEventArgs class.

    Declaration
    public GridDataColumnWidthsEventArgs(int colIndex)
    Parameters
    Type Name Description
    System.Int32 colIndex

    Index of the col.

    Properties

    ColumnIndex

    Gets or sets the index of the column.

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

    The index of the column.

    Value

    Gets or sets the value.

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double

    The value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved