menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResizingColumnsEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ResizingColumnsEventArgs

    Provides data for ResizingColumns event.

    Inheritance
    System.Object
    GridCancelEventArgs
    ResizingColumnsEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class ResizingColumnsEventArgs : GridCancelEventArgs

    Constructors

    ResizingColumnsEventArgs(Object)

    Initializes a new instance of the ResizingColumnsEventArgs class.

    Declaration
    public ResizingColumnsEventArgs(object originalSource)
    Parameters
    Type Name Description
    System.Object originalSource

    The source of the event.

    Properties

    ColumnIndex

    Gets the index of the column that is being resized.

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

    An index of the column.

    Reason

    Gets the reason for column resizing operation.

    Declaration
    public ColumnResizingReason Reason { get; }
    Property Value
    Type Description
    ColumnResizingReason

    Returns the ColumnResizingReason that specifies the reason for column resizing operation.

    Width

    Gets or sets the width of the column being resized.

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

    The width of the column being resized.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved