menu

WinForms

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

    Show / Hide Table of Contents

    Class GridRowColSizeTotalEventArgs

    Provides data about the QueryRowHeightTotal event which can be marked as handled and occurs when the GetTotal(Int32, Int32) method of the RowHeights class object is called.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    GridRowColSizeTotalEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    SyncfusionHandledEventArgs.Handled
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridRowColSizeTotalEventArgs : SyncfusionHandledEventArgs

    Properties

    From

    Gets the first row or column.

    Declaration
    [TraceProperty(true)]
    public int From { get; }
    Property Value
    Type
    System.Int32

    Last

    Gets the last row or column.

    Declaration
    [TraceProperty(true)]
    public int Last { get; }
    Property Value
    Type
    System.Int32

    Maximum

    Gets the Maximum value for total.

    Declaration
    [TraceProperty(true)]
    public int Maximum { get; }
    Property Value
    Type
    System.Int32

    Size

    Gets or sets the result - Returns the total size.

    Declaration
    [TraceProperty(true)]
    public int Size { get; set; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved