Table of Contents

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

HtmlBuilder

RowValues

public required Dictionary<string, object> RowValues { get; init; }

Property Value

Dictionary<string, object>