Class GridRowEventArgs
- Namespace
- JJMasterData.Core.UI.Events.Args
- Assembly
- JJMasterData.Core.dll
public class GridRowEventArgs : EventArgs
- Inheritance
-
GridRowEventArgs
- Inherited Members
Properties
HtmlBuilder
public required HtmlBuilder HtmlBuilder { get; init; }
Property Value
RowValues
public required Dictionary<string, object> RowValues { get; init; }