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
GridRowColSizeTotalEventArgs
Inherited Members
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 |