Class ItemsRowHeightsEventArgs
Inheritance
System.Object
ItemsRowHeightsEventArgs
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public class ItemsRowHeightsEventArgs : SyncfusionCancelEventArgs
Constructors
ItemsRowHeightsEventArgs(Int32, Boolean)
Declaration
public ItemsRowHeightsEventArgs(int colIndex, bool isRow)
Parameters
Type |
Name |
Description |
System.Int32 |
colIndex |
|
System.Boolean |
isRow |
|
Properties
Index
Declaration
public int Index { get; }
Property Value
IsRow
Declaration
public bool IsRow { get; set; }
Property Value
Value
Declaration
public double Value { get; set; }
Property Value