Class SaveCardCellInfoEventArgs
Provides the data about SaveCardCellInfo event.
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.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class SaveCardCellInfoEventArgs : SyncfusionEventArgs
Constructors
SaveCardCellInfoEventArgs(GridSaveCellInfoEventArgs, GridCardView)
Initializes a new instance of the SaveCardCellInfoEventArgs class.
Declaration
public SaveCardCellInfoEventArgs(GridSaveCellInfoEventArgs e, GridCardView cardView)
Parameters
Type | Name | Description |
---|---|---|
GridSaveCellInfoEventArgs | e | The GridSaveCellInfoEventArgs that contains the event data. |
GridCardView | cardView | The card view object. |
Properties
CardCellType
Gets the type of the card cell.
Declaration
public CardCellType CardCellType { get; }
Property Value
Type |
---|
CardCellType |
CardView
Gets the information of cards.
Declaration
public GridCardView CardView { get; }
Property Value
Type |
---|
GridCardView |
Inner
Gets the cell information.
Declaration
public GridSaveCellInfoEventArgs Inner { get; }
Property Value
Type |
---|
GridSaveCellInfoEventArgs |