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

    Represents a class which holds the properties of Resizing ColumnEvent.

    Inheritance
    System.Object
    GridCancelEventArgs
    ResizingColumnsEventArgs
    Inherited Members
    GridCancelEventArgs.Cancel
    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.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

    Source of the event.

    Properties

    ColumnIndex

    Gets the column index.

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

    Column index.

    Reason

    Gets the reason for this event and hints about the current state of the user action.

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

    Current state of the event.

    Width

    Gets or sets the width.

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

    The width.

    Extension Methods

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